DBA Data[Home] [Help]

APPS.GMS_EVT_BILLING dependencies on GMS_EVENTS_V

Line 21: -- For 11.5, event information is being picked from gms_events_v view

17: X_Err_buff Varchar2(2000);
18:
19: Begin
20:
21: -- For 11.5, event information is being picked from gms_events_v view
22:
23: Select distinct
24: a.event_type,
25: b.event_type_classification,

Line 36: gms_events_v a,

32: X_Installment_Id,
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