DBA Data[Home] [Help]

APPS.PJM_COMMITMENT_UTILS dependencies on PA_EXPENDITURE_TYPES

Line 508: pa_expenditure_types pet

504: BEGIN
505: select DISTINCT pet.expenditure_type
506: into L_Exp_Type
507: from cst_cat_ele_exp_assocs cceea,
508: pa_expenditure_types pet
509: where cceea.category_id = x_category_id
510: and cceea.expenditure_type_id = pet.expenditure_type_id;
511: EXCEPTION
512: WHEN OTHERS THEN