DBA Data[Home] [Help]

APPS.GMS_PA_XFACE dependencies on GMS_ALLOWABLE_EXPENDITURES

Line 154: from gms_allowable_expenditures

150: FUNCTION GMS_CHECK_EXP_TYPE (x_expenditure_item_id IN NUMBER ) RETURN BOOLEAN IS
151:
152: CURSOR exp_type IS
153: select expenditure_type
154: from gms_allowable_expenditures
155: where allowability_schedule_id = x_allowable_id
156: and expenditure_type = x_expenditure_type;
157:
158: BEGIN