DBA Data[Home] [Help]

APPS.GMS_EVT_BILLING dependencies on PA_EVENT_TYPES

Line 37: pa_event_types b

33: X_Actual_Project_Id,
34: X_Actual_Task_Id
35: from
36: gms_events_v a,
37: pa_event_types b
38: where
39: a.project_id = X_Project_Id and
40: a.event_num = X_Event_Num and
41: a.event_type = b.event_type