Posts

Showing posts from February, 2019

Sub inventory Transfer Using Standard API

Sub inventory Transfer Using Standard API Hi Guys, I Recently , got a requirement to make sub inventory transfer using the standard API. So Here is the code.   PROCEDURE call_subinv_transfer (p_qty               IN NUMBER,                                    p_subinv            IN VARCHAR2,                                    p_item_id           IN NUMBER,                                    p_organziation_id   IN NUMBER,                                    p_uom_code          IN VARCHAR2,                                    p_transaction_ref   IN VARCHAR2,                                    p_lot_number        IN VARCHAR2,                                    p_exp_date             DATE,                                    p_status_id            NUMBER)    IS       lv_transaction_source_name    VARCHAR2 (30);       ln_trnasaction_type_id        NUMBER;       lv_source_code                VARCHAR2 (30)                                        := 'XXX_Subinventory_Source_