DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on GMS_ALLOWABLE_EXPENDITURES

Line 198: from gms_allowable_expenditures

194: FUNCTION GMS_CHECK_EXP_TYPE (x_expenditure_item_id IN NUMBER ) RETURN BOOLEAN IS
195:
196: CURSOR exp_type IS
197: select expenditure_type
198: from gms_allowable_expenditures
199: where allowability_schedule_id = x_allowable_id
200: and expenditure_type = x_expenditure_type;
201:
202: BEGIN