DBA Data[Home] [Help]

APPS.XLA_FSAH_INT_PVT dependencies on XLA_SECURITY_PKG

Line 661: xla_security_pkg.set_security_context (602);

657: END;
658:
659: FOR i IN 1 .. l_ae_header_id.COUNT
660: LOOP
661: xla_security_pkg.set_security_context (602);
662: l_info :=
663: get_header_info (l_ae_header_id (i),
664: p_info.application_id,
665: g_msg_mode

Line 1091: xla_security_pkg.set_security_context (602);

1087: p_module => l_log_module
1088: );
1089: END IF;
1090:
1091: xla_security_pkg.set_security_context (602);
1092:
1093: UPDATE xla_events
1094: SET event_status_code = xla_events_pub_pkg.c_event_processed,
1095: process_status_code = xla_events_pub_pkg.c_event_processed,

Line 1150: xla_security_pkg.set_security_context (602);

1146: p_module => l_log_module
1147: );
1148: END IF;
1149:
1150: xla_security_pkg.set_security_context (602);
1151:
1152: UPDATE xla_transaction_entities
1153: SET (entity_code, source_id_int_1, source_id_char_1,
1154: security_id_int_1, security_id_int_2, security_id_int_3,

Line 1595: xla_security_pkg.set_security_context (602);

1591: );
1592: END;*/
1593:
1594: -- mo_global.set_policy_context ('S', l_security_id_int_1);
1595: xla_security_pkg.set_security_context (602);
1596:
1597: IF (c_level_procedure >= g_log_level)
1598: THEN
1599: TRACE (p_msg => 'Security_context set ',