DBA Data[Home] [Help]

APPS.PJM_COMMITMENT_UTILS dependencies on CST_CAT_ELE_EXP_ASSOCS

Line 507: from cst_cat_ele_exp_assocs cceea,

503: if ( x_category_id is not null) then
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