DBA Data[Home] [Help]

APPS.AHL_PRD_OPERATIONS_PVT dependencies on MTL_ITEM_SUB_INVENTORIES

Line 774: FROM MTL_ITEM_SUB_INVENTORIES a,

770:
771: CURSOR get_completion_sub_inv(c_com_subinv VARCHAR2,c_inventory_item_id NUMBER)
772: IS
773: SELECT a.Secondary_inventory
774: FROM MTL_ITEM_SUB_INVENTORIES a,
775: MTL_PARAMETERS b
776: WHERE a.Secondary_inventory=c_com_subinv
777: AND a.organization_id=b.organization_id
778: AND a.inventory_item_id=c_inventory_item_id;