DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 3605: FROM mtl_secondary_inventories

3601: AND sub_inventory_name = cp_subinventory;
3602:
3603: CURSOR c_base_subinv_dtls(cp_organization_id IN NUMBER, cp_subinventory IN VARCHAR2) IS
3604: SELECT asset_inventory
3605: FROM mtl_secondary_inventories
3606: WHERE organization_id = cp_organization_id
3607: AND secondary_inventory_name = cp_subinventory;
3608:
3609: -- porting from Bug#3949109 (3927371)