DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on GMS_AWARD_EXP_TYPE_ACT_COST

Line 1560: from gms_award_exp_type_act_cost

1556: and current_flag = 'Y' ;
1557:
1558: CURSOR C_AWD_EXP_TYPE_CHECK ( x_award_id number, x_exp_type varchar2) is
1559: select 1
1560: from gms_award_exp_type_act_cost
1561: where award_id = x_award_id
1562: and expenditure_type = x_exp_type ;
1563:
1564: cursor c_awd_exp_type_check2 ( x_award_id number, x_exp_type varchar2) is