DBA Data[Home] [Help]

APPS.CSL_MTL_ONHAND_QTY_ACC_PKG dependencies on CSP_INV_LOC_ASSIGNMENTS

Line 342: FROM csp_inv_loc_assignments ila

338: WHERE msi.INVENTORY_ITEM_ID = ohqmv.INVENTORY_ITEM_ID
339: AND msi.ORGANIZATION_ID = ohqmv.ORGANIZATION_ID
340: AND (ohqmv.subinventory_code, ohqmv.organization_id) IN
341: ( SELECT ila.subinventory_code, ila.organization_id
342: FROM csp_inv_loc_assignments ila
343: , jtm_csp_inv_loc_ass_acc ilaacc
344: WHERE ilaacc.resource_id = r_secinv_resources.resource_id
345: AND ilaacc.csp_inv_loc_assignment_id = ila.csp_inv_loc_assignment_id
346: AND SYSDATE BETWEEN NVL(ila.effective_date_start, SYSDATE)