DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FND_GLOBAL

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

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

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

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

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

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

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

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

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

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

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

10371: errbuf := null;
10372:
10373: g_dyndbi_changes := true;
10374: g_security_group_id :=
10375: fnd_global.lookup_security_group('NAME_TRANSLATIONS', 3);
10376:
10377: if l_debug then
10378: hr_utility.set_location('process_pay_dyndbi_changes', 0);
10379: end if;