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 173: TYPE t_reference_info is table of xla_events_pub_pkg.t_event_reference_info index by binary_integer;

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

Line 327: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;

323: -- and ledger_id. build pl/sql table of event type info.
324: init(p_calling_module, p_data_set_id);
325:
326: l_application_id := 275;
327: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;
328:
329:
330:
331: IF (g_entity_code = 'BUDGETS' or p_calling_module = 'FUNDS_CHECK') then

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

372: END IF;
373: -- -------------------------------------------------------------+
374:
375: FOR i in t_event_date.FIRST..t_event_date.LAST LOOP
376: t_event_id(i) := xla_events_pub_pkg.create_event
377: (p_event_source_info => tt_source_info(i)
378: ,p_event_type_code => t_event_type_code(i)
379: ,p_event_date => t_event_date(i)
380: ,p_event_status_code => l_event_status_code

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

463: goto noprocessing;
464: END IF;
465:
466: IF g_debug_mode = 'Y' THEN
467: pa_debug.g_err_stage:= 'Calling xla_events_pub_pkg to raise events';
468: pa_debug.write('create_events ' || g_debug_module, pa_debug.g_err_stage, g_debug_level5);
469: END IF;
470:
471: FOR i in t_entity_id.first..t_entity_id.last LOOP

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

469: END IF;
470:
471: FOR i in t_entity_id.first..t_entity_id.last LOOP
472: IF t_raise_event(i) = 'Y' THEN
473: t_event_id(i) := xla_events_pub_pkg.create_event
474: (p_event_source_info => tt_source_info(i)
475: ,p_event_type_code => t_event_type_code(i)
476: ,p_event_date => t_event_date(i)
477: ,p_event_status_code => 'U'

Line 774: l_event_status_code := xla_events_pub_pkg.C_EVENT_UNPROCESSED;

770:
771: BEGIN
772:
773: l_application_id := 275;
774: l_event_status_code := xla_events_pub_pkg.C_EVENT_UNPROCESSED;
775:
776: t_tsc := t_tsc;
777: t_cr_ccid := t_cr_ccid;
778: t_sr5 := t_sr5;

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

1543:
1544: -- D. Call XLA delete API
1545:
1546: IF g_debug_mode = 'Y' THEN
1547: pa_debug.g_err_stage:= 'Delete_xla_event_data:'||'Call xla_events_pub_pkg.delete_event';
1548: pa_debug.write('create_events ' || g_debug_module,pa_debug.g_err_stage, g_debug_level5);
1549: END IF;
1550:
1551: for i in t_source_event_id.FIRST..t_source_event_id.LAST loop

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

1548: pa_debug.write('create_events ' || g_debug_module,pa_debug.g_err_stage, g_debug_level5);
1549: END IF;
1550:
1551: for i in t_source_event_id.FIRST..t_source_event_id.LAST loop
1552: XLA_EVENTS_PUB_PKG.DELETE_EVENT(p_event_source_info => tt_source_info(i)
1553: ,p_event_id => t_source_event_id(i)
1554: ,p_valuation_method => NULL
1555: ,p_security_context => tt_security_info(i));
1556: end loop;

Line 1696: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;

1692: END IF;
1693:
1694: -- 1. Set variables
1695: l_application_id := 275;
1696: l_event_status_code := xla_events_pub_pkg.c_event_unprocessed;
1697: l_user_id := fnd_global.user_id;
1698: g_enc_create_events_flag := 'Y'; -- accessed in create_events
1699:
1700: -- 2. Insert into xla_events_gt