DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FFSTUP

Line 1298: startup_mode := ffstup.get_mode (p_business_group_id,

1294: begin
1295: --
1296: IF (g_triggers_altered) THEN
1297: -- Get the startup mode
1298: startup_mode := ffstup.get_mode (p_business_group_id,
1299: p_legislation_code);
1300: END IF;
1301: --
1302: l_legislation_code := p_legislation_code;

Line 1645: startup_mode := ffstup.get_mode (c2rec.business_group_id,

1641: END;
1642:
1643: IF (g_triggers_altered) THEN
1644: -- Get the startup mode
1645: startup_mode := ffstup.get_mode (c2rec.business_group_id,
1646: c2rec.legislation_code);
1647: END IF;
1648:
1649: -- delete_compiled_formula_priv(c2rec.defined_balance_id , 'RB', '%',

Line 1827: startup_mode := ffstup.get_mode (c2rec.business_group_id,

1823: END;
1824:
1825: IF (g_triggers_altered) THEN
1826: -- Get the startup mode
1827: startup_mode := ffstup.get_mode (c2rec.business_group_id,
1828: c2rec.legislation_code);
1829: END IF;
1830:
1831: -- delete_compiled_formula_priv(c2rec.defined_balance_id , 'RB', '%',

Line 2118: startup_mode := ffstup.get_mode (bg_id, leg_code);

2114: where user_entity_id = l_user_entity_id;
2115: --
2116: IF (g_triggers_altered) THEN
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;

Line 2566: startup_mode := ffstup.get_mode (p_business_group_id,

2562: --
2563: -- If we are running this via rebuild_ele_input_bal
2564: IF (g_triggers_altered) THEN
2565: -- Get the startup mode
2566: startup_mode := ffstup.get_mode (p_business_group_id,
2567: p_legislation_code);
2568: --
2569: -- Check the name is OK
2570: --

Line 3076: ffstup.get_mode (l_business_group_id, l_legislation_code);

3072: --
3073: if (g_triggers_altered) then
3074: -- Get the startup mode
3075: l_startup_mode :=
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);

Line 4047: ffstup.get_mode (l_business_group_id, l_legislation_code);

4043: --
4044: if (g_triggers_altered) then
4045: -- Get the startup mode
4046: l_startup_mode :=
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);

Line 9146: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);

9142: --
9143: -- Get the startup mode.
9144: --
9145: if g_triggers_altered then
9146: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9147: end if;
9148:
9149: --
9150: -- Generate the translated name and create the database item

Line 9303: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);

9299: -- Get the startup mode. This only needs to be done at this
9300: -- stage as l_bg_id and l_leg_code should not change.
9301: --
9302: if g_triggers_altered then
9303: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9304: end if;
9305:
9306: -- Force fetch of element type information.
9307: l_prefix := null;

Line 9775: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);

9771: -- Get the startup mode. This only needs to be done at this
9772: -- stage as l_bg_id and l_leg_code should not change.
9773: --
9774: if g_triggers_altered then
9775: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9776: end if;
9777:
9778: -- Force fetch of element type information.
9779: l_prefix := null;