DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on XLA_SECURITY_PKG

Line 4529: xla_security_pkg.set_security_context(p_application_id);

4525: p_cannot_close_period := FALSE;
4526: p_incomplete_events := FALSE;
4527:
4528: -- If application security context is not set, then xla cursors will not give data
4529: xla_security_pkg.set_security_context(p_application_id);
4530:
4531: -- If there are any headers in XLA which are not transferred to GL, user can not close the period
4532: OPEN xla_period_close_exp_pkg.period_close_cur_header(p_application_id,p_ledger_id,p_period_name);
4533: FETCH xla_period_close_exp_pkg.period_close_cur_header INTO ar_xla_period_close_header_rec;