DBA Data[Home] [Help]

APPS.GMS_PA_XFACE dependencies on GMS_AWARDS_ALL

Line 179: select allowable_schedule_id ,end_date_active from gms_awards_all

175: -- ========================================================================================================
176: FUNCTION GMS_CHECK_AWARD_DATES(x_expenditure_item_id IN NUMBER ) RETURN BOOLEAN IS
177:
178: CURSOR C_AWARDS(dest_award_id IN NUMBER) IS
179: select allowable_schedule_id ,end_date_active from gms_awards_all
180: where award_id = dest_award_id ;
181:
182: CURSOR C_EXP(x_expenditure_item_id IN NUMBER ) IS
183: select expenditure_type,expenditure_item_date