DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on PA_EXPENDITURE_TYPES

Line 2476: pa_expenditure_types pet

2472: begin
2473: select pet.expenditure_type
2474: into l_expenditure_type
2475: from cst_cat_ele_exp_assocs cceea,
2476: pa_expenditure_types pet
2477: where cceea.category_id = P_PO_category_id
2478: and l_invoice_date >= cceea.start_date
2479: and l_invoice_date < (nvl(cceea.end_date, sysdate) + 1)
2480: and cceea.expenditure_type_id = pet.expenditure_type_id;