DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on PA_EXPENDITURE_TYPES

Line 2238: pa_expenditure_types et,

2234: pobc.reference6, -- For GMSIP
2235: pobc.reference13 --Vendor id for GMSIP transactions
2236: FROM po_bc_distributions pobc ,
2237: psa_bc_xla_events_gt xlaevt,
2238: pa_expenditure_types et,
2239: gms_project_types gpt,
2240: pa_projects_all pp
2241: WHERE pobc.ae_event_id = xlaevt.event_id
2242: AND pobc.pa_project_id IS NOT NULL

Line 2510: pa_expenditure_types et

2506: apd.parent_reversal_id parent_reversal_id -- Bug 5369296
2507: FROM ap_invoice_distributions_all apd,
2508: ap_invoices_all api,
2509: gms_award_distributions adl,
2510: pa_expenditure_types et
2511: WHERE apd.invoice_distribution_id = p_ap_dist_id
2512: AND apd.project_id IS NOT NULL
2513: AND (NVL (apd.pa_addition_flag, 'X') <> 'T')
2514: AND NVL (apd.award_id, l_dist_award_id) = adl.award_set_id

Line 3427: pa_expenditure_types et,

3423: gbc.source_event_id,
3424: gbc.session_id,
3425: gbc.serial_id
3426: FROM /*pa_ind_rate_sch_revisions irsr, Bug 5656276 */
3427: pa_expenditure_types et,
3428: pa_ind_cost_codes icc,
3429: pa_cost_base_cost_codes cbcc, -- Bug 5656276
3430: pa_cost_base_exp_types cbet,
3431: /*pa_ind_compiled_sets ics, Bug 5656276 */