DBA Data[Home] [Help]

APPS.XLA_SUBLEDGERS_F_PKG dependencies on XLA_SECURITY_PKG

Line 648: xla_security_pkg.set_subledger_security(

644:
645: --
646: -- Initiate the Transaction Security mechanism for the subledger application
647: --
648: xla_security_pkg.set_subledger_security(
649: p_application_id => x_application_id
650: ,p_security_function_name => x_security_function_name);
651:
652: --

Line 959: xla_security_pkg.set_subledger_security(

955:
956: --
957: -- Update the Transaction Security mechanism for the subledger application
958: --
959: xla_security_pkg.set_subledger_security(
960: p_application_id => x_application_id
961: ,p_security_function_name => x_security_function_name);
962:
963: -- Add a new partition if not already exsits

Line 1014: xla_security_pkg.set_subledger_security(

1010:
1011: --
1012: -- Remove the Transaction Security mechanism for the subledger application
1013: --
1014: xla_security_pkg.set_subledger_security(
1015: p_application_id => x_application_id
1016: ,p_security_function_name => null);
1017:
1018: xla_event_class_grps_f_pkg.delete_row