DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on GMS_ALLOWABLE_EXPENDITURES

Line 1184: l_exp_type gms_allowable_expenditures.expenditure_type%TYPE;

1180: p_err_msg_label OUT NOCOPY VARCHAR2 )
1181: AS
1182: l_award_id gms_awards_all.award_id%TYPE:=p_award_id;
1183: l_dummy NUMBER;
1184: l_exp_type gms_allowable_expenditures.expenditure_type%TYPE;
1185: l_msg_label VARCHAR2(50);
1186: l_status VARCHAR2(1);
1187: l_err_msg VARCHAR2(2000);
1188:

Line 1211: gms_allowable_expenditures gae,

1207: CURSOR c_exp_type IS
1208: SELECT gae.expenditure_type
1209: FROM gms_funding_patterns gfp,
1210: gms_fp_distributions gfd,
1211: gms_allowable_expenditures gae,
1212: pa_tasks t,
1213: gms_awards ga
1214: WHERE t.task_id =p_task_id
1215: AND t.project_id =p_project_id