DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on XLA_EVENTS_PUB_PKG

Line 83: TYPE t_source_info is table of xla_events_pub_pkg.t_event_source_info index by binary_integer;

79: g_debug_level5 CONSTANT NUMBER := 5;
80:
81: Type CostCurType is REF CURSOR;
82:
83: TYPE t_source_info is table of xla_events_pub_pkg.t_event_source_info index by binary_integer;
84: tt_source_info t_source_info;
85: TYPE t_security_info is table of xla_events_pub_pkg.t_security index by binary_integer;
86: tt_security_info t_security_info;
87:

Line 85: TYPE t_security_info is table of xla_events_pub_pkg.t_security index by binary_integer;

81: Type CostCurType is REF CURSOR;
82:
83: TYPE t_source_info is table of xla_events_pub_pkg.t_event_source_info index by binary_integer;
84: tt_source_info t_source_info;
85: TYPE t_security_info is table of xla_events_pub_pkg.t_security index by binary_integer;
86: tt_security_info t_security_info;
87:
88: -- procedure to populate SLA's array with info required for raising
89: -- accounting events

Line 176: TYPE t_reference_info is table of xla_events_pub_pkg.t_event_reference_info index by binary_integer;

172: t_entity_type_code TypeVarChar;
173: t_transaction_number TypeVarChar240;
174: t_bc_rev_event_id TypeNum;
175:
176: TYPE t_reference_info is table of xla_events_pub_pkg.t_event_reference_info index by binary_integer;
177: tt_reference_info t_reference_info;
178:
179: t_reference_num_1 TypeVarChar;
180:

Line 332: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;

328: -- and ledger_id. build pl/sql table of event type info.
329: init(p_calling_module, p_data_set_id);
330:
331: l_application_id := 275;
332: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;
333:
334:
335:
336: IF (g_entity_code = 'BUDGETS' or p_calling_module = 'FUNDS_CHECK') then

Line 381: t_event_id(i) := xla_events_pub_pkg.create_event

377: END IF;
378: -- -------------------------------------------------------------+
379:
380: FOR i in t_event_date.FIRST..t_event_date.LAST LOOP
381: t_event_id(i) := xla_events_pub_pkg.create_event
382: (p_event_source_info => tt_source_info(i)
383: ,p_event_type_code => t_event_type_code(i)
384: ,p_event_date => t_event_date(i)
385: ,p_event_status_code => l_event_status_code

Line 472: pa_debug.g_err_stage:= 'Calling xla_events_pub_pkg to raise events';

468: goto noprocessing;
469: END IF;
470:
471: IF g_debug_mode = 'Y' THEN
472: pa_debug.g_err_stage:= 'Calling xla_events_pub_pkg to raise events';
473: pa_debug.write('create_events ' || g_debug_module, pa_debug.g_err_stage, g_debug_level5);
474: END IF;
475:
476: FOR i in t_entity_id.first..t_entity_id.last LOOP

Line 478: t_event_id(i) := xla_events_pub_pkg.create_event

474: END IF;
475:
476: FOR i in t_entity_id.first..t_entity_id.last LOOP
477: IF t_raise_event(i) = 'Y' THEN
478: t_event_id(i) := xla_events_pub_pkg.create_event
479: (p_event_source_info => tt_source_info(i)
480: ,p_event_type_code => t_event_type_code(i)
481: ,p_event_date => t_event_date(i)
482: ,p_event_status_code => 'U'

Line 782: l_event_status_code := xla_events_pub_pkg.C_EVENT_UNPROCESSED;

778:
779: BEGIN
780:
781: l_application_id := 275;
782: l_event_status_code := xla_events_pub_pkg.C_EVENT_UNPROCESSED;
783:
784: t_tsc := t_tsc;
785: t_cr_ccid := t_cr_ccid;
786: t_sr5 := t_sr5;

Line 1557: pa_debug.g_err_stage:= 'Delete_xla_event_data:'||'Call xla_events_pub_pkg.delete_event';

1553:
1554: -- D. Call XLA delete API
1555:
1556: IF g_debug_mode = 'Y' THEN
1557: pa_debug.g_err_stage:= 'Delete_xla_event_data:'||'Call xla_events_pub_pkg.delete_event';
1558: pa_debug.write('create_events ' || g_debug_module,pa_debug.g_err_stage, g_debug_level5);
1559: END IF;
1560:
1561: for i in t_source_event_id.FIRST..t_source_event_id.LAST loop

Line 1562: XLA_EVENTS_PUB_PKG.DELETE_EVENT(p_event_source_info => tt_source_info(i)

1558: pa_debug.write('create_events ' || g_debug_module,pa_debug.g_err_stage, g_debug_level5);
1559: END IF;
1560:
1561: for i in t_source_event_id.FIRST..t_source_event_id.LAST loop
1562: XLA_EVENTS_PUB_PKG.DELETE_EVENT(p_event_source_info => tt_source_info(i)
1563: ,p_event_id => t_source_event_id(i)
1564: ,p_valuation_method => NULL
1565: ,p_security_context => tt_security_info(i));
1566: end loop;

Line 1706: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;

1702: END IF;
1703:
1704: -- 1. Set variables
1705: l_application_id := 275;
1706: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;
1707: l_user_id := fnd_global.user_id;
1708: g_enc_create_events_flag := 'Y'; -- accessed in create_events
1709:
1710: -- 2. Insert into xla_events_gt