DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_GLOBAL

Line 2118: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);

2114: -- Get the startup mode
2115: startup_mode := ffstup.get_mode (bg_id, leg_code);
2116: ELSE
2117: -- get the security group id which won't have been populated yet.
2118: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
2119: END IF;
2120:
2121: if not p_full_mls then
2122: --

Line 3077: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);

3073: ffstup.get_mode (l_business_group_id, l_legislation_code);
3074: else
3075: -- Get the security group id which won't have been populated yet.
3076: g_security_group_id :=
3077: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
3078: end if;
3079: --
3080: -- Are the database items to be fully translated ?
3081: --

Line 4048: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);

4044: ffstup.get_mode (l_business_group_id, l_legislation_code);
4045: else
4046: -- Get the security group id which won't have been populated yet.
4047: g_security_group_id :=
4048: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
4049: end if;
4050: --
4051: -- Are the database items to be fully translated ?
4052: --

Line 5358: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);

5354: --
5355: -- Create all input and element DB items:
5356: --
5357: -- Get the security ID for the codename cursor
5358: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
5359: --
5360: --
5361: -- disable insert triggers for these entities for performance.
5362: if p_worker_id = 0 then

Line 5783: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS',

5779: --
5780: -- Create all input and element DB items:
5781: --
5782: -- Get the security ID for the codename cursor
5783: g_security_group_id := fnd_global.lookup_security_group('NAME_TRANSLATIONS',
5784: 3);
5785: --
5786: --
5787: -- disable insert triggers for these entities for performance.

Line 10298: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);

10294: errbuf := null;
10295:
10296: g_dyndbi_changes := true;
10297: g_security_group_id :=
10298: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
10299:
10300: if l_debug then
10301: hr_utility.set_location('process_pay_dyndbi_changes', 0);
10302: end if;