DBA Data[Home] [Help]

APPS.PA_XLA_INTF_REV_EVENTS dependencies on XLA_EVENTS_INT_GT

Line 82: From XLA_EVENTS_INT_GT;

78:
79:
80: CURSOR c_event_cursor
81: Is Select Event_ID, source_id_int_1 , source_id_int_2
82: From XLA_EVENTS_INT_GT;
83:
84:
85: --Fetch the revenues eligible for transfer and create a plsql record for each of the revenue header.
86: BEGIN

Line 127: DELETE FROM XLA_EVENTS_INT_GT;

123: CLOSE c_revenue_cursor;
124: l_fetch_complete := TRUE;
125: END IF;
126:
127: DELETE FROM XLA_EVENTS_INT_GT;
128:
129:
130: IF l_debug_mode = 'Y' THEN
131: PA_MCB_INVOICE_PKG.log_message('PA_XLA_REVENUE_EVENTS.Create_Events : Before Insert into XLA_EVENTS_INT_GT');

Line 131: PA_MCB_INVOICE_PKG.log_message('PA_XLA_REVENUE_EVENTS.Create_Events : Before Insert into XLA_EVENTS_INT_GT');

127: DELETE FROM XLA_EVENTS_INT_GT;
128:
129:
130: IF l_debug_mode = 'Y' THEN
131: PA_MCB_INVOICE_PKG.log_message('PA_XLA_REVENUE_EVENTS.Create_Events : Before Insert into XLA_EVENTS_INT_GT');
132: END IF;
133:
134: FORALL i IN 1..l_revenue_num_tab.count
135: INSERT INTO XLA_EVENTS_INT_GT

Line 135: INSERT INTO XLA_EVENTS_INT_GT

131: PA_MCB_INVOICE_PKG.log_message('PA_XLA_REVENUE_EVENTS.Create_Events : Before Insert into XLA_EVENTS_INT_GT');
132: END IF;
133:
134: FORALL i IN 1..l_revenue_num_tab.count
135: INSERT INTO XLA_EVENTS_INT_GT
136: (
137: event_type_code ,
138: event_date ,
139: event_status_code ,