DBA Data[Home] [Help]

APPS.GMS_BILLING_ADJUSTMENTS dependencies on PA_EVENT_TYPES

Line 1012: pa_event_types b

1008: X_Event_Type,
1009: X_Event_Type_Class
1010: from
1011: gms_events_v a,
1012: pa_event_types b
1013: where
1014: a.project_id = X_Award_Project_Id
1015: and a.event_num = X_Event_Num
1016: and a.event_type = b.event_type;