DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 515: l_rti_sub_code mtl_secondary_inventories.secondary_inventory_name%TYPE :=NULL;

511:
512: -- Bug 6781108
513: -- Added the following two variables to get the value
514: -- and pass to the RCV API
515: l_rti_sub_code mtl_secondary_inventories.secondary_inventory_name%TYPE :=NULL;
516: l_rti_loc_id NUMBER := NULL;
517: BEGIN
518: -- We dont need to check the sampling flag here because
519: -- launch_shipment_action() calls this only for sampling scenario.