DBA Data[Home] [Help]

APPS.OKL_XLA_EVENTS_PVT dependencies on XLA_EVENTS_PUB_PKG

Line 39: ,p_reference_info IN xla_events_pub_pkg.t_event_reference_info DEFAULT NULL

35: ,p_event_type_code IN VARCHAR2
36: ,p_event_status_code IN VARCHAR2 DEFAULT NULL
37: ,p_event_number IN NUMBER DEFAULT NULL
38: ,p_update_ref_info IN VARCHAR2 DEFAULT 'N'
39: ,p_reference_info IN xla_events_pub_pkg.t_event_reference_info DEFAULT NULL
40: ,p_representation_code IN VARCHAR2);
41:
42: -- API to update the event date. This is called by Period Sweep Program.
43: -- p_gl_date represents the new event date that is stamped on events.

Line 128: RETURN xla_events_pub_pkg.t_event_info;

124: ,x_msg_data OUT NOCOPY VARCHAR2
125: ,p_tcn_id IN NUMBER
126: ,p_event_id IN NUMBER
127: ,p_representation_code IN VARCHAR2)
128: RETURN xla_events_pub_pkg.t_event_info;
129:
130: -- API to return information for one or more events within a transaction for
131: -- a given criteria. An array of records is returned with the event info.
132: -- If action_type is passed, then the events corresponding to that event_type -- will be returned.

Line 148: RETURN xla_events_pub_pkg.t_array_event_info;

144: ,p_action_type IN VARCHAR2 DEFAULT NULL
145: ,p_gl_date IN DATE DEFAULT NULL
146: ,p_event_status_code IN VARCHAR2 DEFAULT NULL
147: ,p_representation_code IN VARCHAR2)
148: RETURN xla_events_pub_pkg.t_array_event_info;
149:
150: -- API to provide the status for a given event.
151: FUNCTION get_event_status(
152: p_api_version IN NUMBER