DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on XLA_EVENTS

Line 1728: l_event_source_info xla_events_pub_pkg.t_event_source_info;

1724: p_receipt_date IN DATE,
1725: p_gl_date IN DATE,
1726: p_cash_receipt_id IN NUMBER)
1727: IS
1728: l_event_source_info xla_events_pub_pkg.t_event_source_info;
1729: l_entity_id NUMBER;
1730: l_legal_entity_id NUMBER;
1731: -- l_event_id NUMBER;
1732: -- l_event_type_code VARCHAR2(30);

Line 1760: FROM xla_events

1756: CURSOR get_evnt_cur(p_entity_id NUMBER,p_proc NUMBER)
1757: IS
1758: SELECT event_id,
1759: event_type_code
1760: FROM xla_events
1761: WHERE application_id = 222
1762: AND entity_id = p_entity_id
1763: AND
1764: ( (p_proc = 1 AND event_status_code <> 'P' )

Line 1807: FROM xla_events

1803: SELECT event_id,
1804: event_type_code
1805: INTO l_event_id,
1806: l_event_type_code
1807: FROM xla_events
1808: WHERE application_id = 222
1809: AND entity_id = l_entity_id
1810: and event_status_code <> 'P';
1811: */