DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on MTL_SECONDARY_INVENTORIES

Line 3138: FROM mtl_secondary_inventories

3134: AND sub_inventory_name = cp_subinventory;
3135:
3136: CURSOR c_base_subinv_dtls(cp_organization_id IN NUMBER, cp_subinventory IN VARCHAR2) IS
3137: SELECT asset_inventory
3138: FROM mtl_secondary_inventories
3139: WHERE organization_id = cp_organization_id
3140: AND secondary_inventory_name = cp_subinventory;
3141:
3142: -- porting from Bug#3949109 (3927371)