DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on PJM_PROJECT_PARAMETERS

Line 1428: pjm_project_parameters ppp,

1424: wta.reference_account c_reference_account,
1425: wta.wip_sub_ledger_id c_wip_dr_sub_ledger_id
1426: FROM wip_transaction_accounts wta,
1427: wip_transactions wt,
1428: pjm_project_parameters ppp,
1429: po_lines_all pla
1430: WHERE wt.transaction_type = 17
1431: AND pla.po_line_id = wt.po_line_id
1432: AND wta.accounting_line_type = 7

Line 2567: pjm_project_parameters ppp,

2563: 'P' transaction_status_code ,
2564: NULL cost_element_id,
2565: p_denom_currency_code denom_currency_code
2566: FROM mtl_material_transactions mmt,
2567: pjm_project_parameters ppp,
2568: pjm_org_parameters pop
2569: WHERE mmt.transaction_id = decode(ppv_txfr_flag,1, p_transfer_transaction_id,
2570: p_transaction_id)
2571: AND mmt.organization_id = decode(ppv_txfr_flag,1,p_transfer_organization_id,

Line 2753: -- set up in Project Parameters (PJM_PROJECT_PARAMETERS) or not.

2749: --instead of MTL_PROJECT_V bnd MTL_TASK_V because
2750: -- MTL_PROJECT_V shows only those projects that have been associated
2751: -- with a CG (in Project Parameters). However, for Capital Txns
2752: -- we need all valid projects irrespective of whether they are
2753: -- set up in Project Parameters (PJM_PROJECT_PARAMETERS) or not.
2754: -- Refer to Bug# 571127 **
2755: ----------------------------------------------------------------------
2756:
2757: ----------------------------------------------------------------------