DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on XLA_SECURITY_PKG

Line 114: xla_security_pkg.set_security_context(602); --passing SLA application_id

110: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_start_date '|| p_start_date);
111: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_end_date '|| p_end_date);
112: --setting xla security context to use table xla_transaction_entity
113:
114: xla_security_pkg.set_security_context(602); --passing SLA application_id
115:
116: DELETE FROM XLA_EVENTS_INT_GT;
117: psa_utils.debug_other_string(g_state_level,l_api_name, '# Rows deleted from xla_events_int_gt'|| SQL%ROWCOUNT );
118:

Line 476: xla_security_pkg.set_security_context(602);

472: fnd_file.put_line(fnd_file.log ,'--------- ----------------- ------------------- ----------------------- -------------');
473: l_success_count :=0;
474: l_fail_count :=0;
475:
476: xla_security_pkg.set_security_context(602);
477:
478: FOR orphan_event_rec IN c_processed_orphan_events LOOP
479: psa_utils.debug_other_string(g_state_level,l_path_name, 'Found Event Id = '||orphan_event_rec.event_id);
480: psa_utils.debug_other_string(g_state_level,l_path_name, 'process_status_code = '||orphan_event_rec.process_status_code);