DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on PJM_PROJECT_PARAMETERS

Line 3277: pjm_project_parameters PPP

3273: rcv_transactions RT,
3274: mtl_parameters MP,
3275: po_lines_all POL,
3276: po_line_locations_all POLL,
3277: pjm_project_parameters PPP
3278: WHERE NVL(CILT.inventory_item_id, -1) = NVL(MS.item_id, -1)
3279: AND MP.organization_id = MS.to_organization_id
3280: AND MS.to_organization_id = p_organization_id
3281: AND NVL(

Line 3379: pjm_project_parameters PPP

3375: rcv_transactions GRPARENT_RT,
3376: mtl_parameters MP,
3377: po_lines_all POL,
3378: po_line_locations_all POLL,
3379: pjm_project_parameters PPP
3380: WHERE NVL(CILT.inventory_item_id, -1) = NVL(POL.item_id, -1)
3381: AND MP.organization_id = RT.organization_id
3382: AND RT.organization_id = p_organization_id
3383: AND NVL(PPP.costing_group_id,MP.default_cost_group_id) = CCLT.cost_group_id