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 958: xla_security_pkg.set_subledger_security(

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

Line 1013: xla_security_pkg.set_subledger_security(

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