DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on XLA_EVENTS

Line 1687: l_event_source_info xla_events_pub_pkg.t_event_source_info;

1683: p_receipt_date IN DATE,
1684: p_gl_date IN DATE,
1685: p_cash_receipt_id IN NUMBER)
1686: IS
1687: l_event_source_info xla_events_pub_pkg.t_event_source_info;
1688: l_entity_id NUMBER;
1689: l_legal_entity_id NUMBER;
1690: -- l_event_id NUMBER;
1691: -- l_event_type_code VARCHAR2(30);

Line 1719: FROM xla_events

1715: CURSOR get_evnt_cur(p_entity_id NUMBER,p_proc NUMBER)
1716: IS
1717: SELECT event_id,
1718: event_type_code
1719: FROM xla_events
1720: WHERE application_id = 222
1721: AND entity_id = p_entity_id
1722: AND
1723: ( (p_proc = 1 AND event_status_code <> 'P' )

Line 1765: FROM xla_events

1761: SELECT event_id,
1762: event_type_code
1763: INTO l_event_id,
1764: l_event_type_code
1765: FROM xla_events
1766: WHERE application_id = 222
1767: AND entity_id = l_entity_id
1768: and event_status_code <> 'P';
1769: */