DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on GMS_ALLOWABLE_EXPENDITURES

Line 981: l_exp_type gms_allowable_expenditures.expenditure_type%TYPE;

977: p_err_msg_label OUT NOCOPY VARCHAR2 )
978: AS
979: l_award_id gms_awards_all.award_id%TYPE:=p_award_id;
980: l_dummy NUMBER;
981: l_exp_type gms_allowable_expenditures.expenditure_type%TYPE;
982: l_msg_label VARCHAR2(50);
983: l_status VARCHAR2(1);
984: l_err_msg VARCHAR2(2000);
985:

Line 1006: gms_allowable_expenditures gae,

1002: CURSOR c_exp_type IS
1003: SELECT gae.expenditure_type
1004: FROM gms_funding_patterns gfp,
1005: gms_fp_distributions gfd,
1006: gms_allowable_expenditures gae,
1007: pa_tasks t,
1008: gms_awards ga
1009: WHERE t.task_id =p_task_id
1010: AND t.project_id =p_project_id