DBA Data[Home] [Help]

APPS.PN_XLA_EVENT_PKG dependencies on XLA_EVENTS

Line 30: ,p_event_id OUT NOCOPY xla_events.event_id%TYPE

26: ,p_legal_entity_id pn_payment_terms.legal_entity_id%TYPE
27: ,p_ledger_id pn_payment_terms.set_of_books_id%TYPE
28: ,p_org_id pn_payment_terms.org_id%TYPE
29: ,p_bill_or_pay VARCHAR2
30: ,p_event_id OUT NOCOPY xla_events.event_id%TYPE
31: )
32: IS
33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;

Line 33: l_source_info xla_events_pub_pkg.t_event_source_info;

29: ,p_bill_or_pay VARCHAR2
30: ,p_event_id OUT NOCOPY xla_events.event_id%TYPE
31: )
32: IS
33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;
35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;
36: l_security_info xla_events_pub_pkg.t_security;
37: l_reference_info xla_events_pub_pkg.t_event_reference_info;

Line 34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;

30: ,p_event_id OUT NOCOPY xla_events.event_id%TYPE
31: )
32: IS
33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;
35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;
36: l_security_info xla_events_pub_pkg.t_security;
37: l_reference_info xla_events_pub_pkg.t_event_reference_info;
38:

Line 35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;

31: )
32: IS
33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;
35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;
36: l_security_info xla_events_pub_pkg.t_security;
37: l_reference_info xla_events_pub_pkg.t_event_reference_info;
38:
39: l_event_type VARCHAR2(30);

Line 36: l_security_info xla_events_pub_pkg.t_security;

32: IS
33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;
35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;
36: l_security_info xla_events_pub_pkg.t_security;
37: l_reference_info xla_events_pub_pkg.t_event_reference_info;
38:
39: l_event_type VARCHAR2(30);
40: l_info VARCHAR2(100);

Line 37: l_reference_info xla_events_pub_pkg.t_event_reference_info;

33: l_source_info xla_events_pub_pkg.t_event_source_info;
34: l_chk_source_info xla_events_pub_pkg.t_event_source_info;
35: l_chk_return_info xla_events_pub_pkg.t_array_event_info;
36: l_security_info xla_events_pub_pkg.t_security;
37: l_reference_info xla_events_pub_pkg.t_event_reference_info;
38:
39: l_event_type VARCHAR2(30);
40: l_info VARCHAR2(100);
41: l_desc VARCHAR2(100) := 'pn_xla_event_pkg.create_xla_event';

Line 43: l_event_id xla_events.event_id%TYPE := NULL;

39: l_event_type VARCHAR2(30);
40: l_info VARCHAR2(100);
41: l_desc VARCHAR2(100) := 'pn_xla_event_pkg.create_xla_event';
42: l_not_found BOOLEAN;
43: l_event_id xla_events.event_id%TYPE := NULL;
44:
45: BEGIN
46:
47: pnp_debug_pkg.log(l_desc ||' (+)');

Line 93: xla_events_pub_pkg.get_array_event_info(

89:
90: BEGIN
91:
92: l_chk_return_info :=
93: xla_events_pub_pkg.get_array_event_info(
94: p_event_source_info => l_chk_source_info
95: ,p_valuation_method => null
96: ,p_security_context => l_security_info
97: );

Line 110: xla_events_pub_pkg.create_event(

106:
107: IF l_chk_return_info.COUNT = 0 OR l_not_found THEN
108:
109: l_event_id :=
110: xla_events_pub_pkg.create_event(
111: p_event_source_info => l_source_info
112: ,p_event_type_code => l_event_type
113: ,p_event_date => SYSDATE
114: ,p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED

Line 114: ,p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED

110: xla_events_pub_pkg.create_event(
111: p_event_source_info => l_source_info
112: ,p_event_type_code => l_event_type
113: ,p_event_date => SYSDATE
114: ,p_event_status_code => xla_events_pub_pkg.C_EVENT_UNPROCESSED
115: ,p_event_number => null
116: ,p_reference_info => null
117: ,p_valuation_method => null
118: ,p_transaction_date => null