DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on XLA_SECURITY_PKG

Line 101: xla_security_pkg.set_security_context(200); --passing payables application_id

97: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_start_date '|| p_start_date);
98: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_end_date '|| p_end_date);
99: --setting xla security context to use table xla_transaction_entity
100:
101: xla_security_pkg.set_security_context(200); --passing payables application_id
102:
103: DELETE FROM XLA_EVENTS_INT_GT;
104: psa_utils.debug_other_string(g_state_level,l_api_name, '# Rows deleted from xla_events_int_gt'|| SQL%ROWCOUNT );
105: