DBA Data[Home] [Help]

APPS.PAY_FR_ARC_PKG dependencies on FND_GLOBAL

Line 487: fnd_global.lookup_security_group('FR_USER_ELEMENT_GROUP',3);

483: --
484: -- Retrieving security code (bug 3683906) - moved here from archive_code_sub
485: -- and altered as part of bug 4778143
486: g_sec_grp_id_user_element_grp :=
487: fnd_global.lookup_security_group('FR_USER_ELEMENT_GROUP',3);
488: g_sec_grp_id_base_unit := fnd_global.lookup_security_group('FR_BASE_UNIT',3);
489: g_sec_grp_id_element_grp :=
490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);
491: g_sec_grp_id_process_type :=

Line 488: g_sec_grp_id_base_unit := fnd_global.lookup_security_group('FR_BASE_UNIT',3);

484: -- Retrieving security code (bug 3683906) - moved here from archive_code_sub
485: -- and altered as part of bug 4778143
486: g_sec_grp_id_user_element_grp :=
487: fnd_global.lookup_security_group('FR_USER_ELEMENT_GROUP',3);
488: g_sec_grp_id_base_unit := fnd_global.lookup_security_group('FR_BASE_UNIT',3);
489: g_sec_grp_id_element_grp :=
490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);
491: g_sec_grp_id_process_type :=
492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);

Line 490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);

486: g_sec_grp_id_user_element_grp :=
487: fnd_global.lookup_security_group('FR_USER_ELEMENT_GROUP',3);
488: g_sec_grp_id_base_unit := fnd_global.lookup_security_group('FR_BASE_UNIT',3);
489: g_sec_grp_id_element_grp :=
490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);
491: g_sec_grp_id_process_type :=
492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);
493: g_sec_grp_id_fixed_time_units :=
494: fnd_global.lookup_security_group('FR_FIXED_TIME_UNITS',3);

Line 492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);

488: g_sec_grp_id_base_unit := fnd_global.lookup_security_group('FR_BASE_UNIT',3);
489: g_sec_grp_id_element_grp :=
490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);
491: g_sec_grp_id_process_type :=
492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);
493: g_sec_grp_id_fixed_time_units :=
494: fnd_global.lookup_security_group('FR_FIXED_TIME_UNITS',3);
495: g_sec_grp_id_fixed_time_freq :=
496: fnd_global.lookup_security_group('FR_FIXED_TIME_FREQUENCY',3);

Line 494: fnd_global.lookup_security_group('FR_FIXED_TIME_UNITS',3);

490: fnd_global.lookup_security_group('FR_ELEMENT_GROUP',3);
491: g_sec_grp_id_process_type :=
492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);
493: g_sec_grp_id_fixed_time_units :=
494: fnd_global.lookup_security_group('FR_FIXED_TIME_UNITS',3);
495: g_sec_grp_id_fixed_time_freq :=
496: fnd_global.lookup_security_group('FR_FIXED_TIME_FREQUENCY',3);
497: --
498: hr_utility.set_location('Leaving ' || l_proc, 100);

Line 496: fnd_global.lookup_security_group('FR_FIXED_TIME_FREQUENCY',3);

492: fnd_global.lookup_security_group('FR_PROCESS_TYPE',3);
493: g_sec_grp_id_fixed_time_units :=
494: fnd_global.lookup_security_group('FR_FIXED_TIME_UNITS',3);
495: g_sec_grp_id_fixed_time_freq :=
496: fnd_global.lookup_security_group('FR_FIXED_TIME_FREQUENCY',3);
497: --
498: hr_utility.set_location('Leaving ' || l_proc, 100);
499: --
500: END archinit;