DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on MTL_SECONDARY_INVENTORIES

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

519:
520: -- Bug 6781108
521: -- Added the following two variables to get the value
522: -- and pass to the RCV API
523: l_rti_sub_code mtl_secondary_inventories.secondary_inventory_name%TYPE :=NULL;
524: l_rti_loc_id NUMBER := NULL;
525: BEGIN
526: -- We dont need to check the sampling flag here because
527: -- launch_shipment_action() calls this only for sampling scenario.