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...