DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FFSTUP

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

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

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

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

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

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

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

2111: where user_entity_id = l_user_entity_id;
2112: --
2113: IF (g_triggers_altered) THEN
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;

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

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

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

3069: --
3070: if (g_triggers_altered) then
3071: -- Get the startup mode
3072: l_startup_mode :=
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);

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

4040: --
4041: if (g_triggers_altered) then
4042: -- Get the startup mode
4043: l_startup_mode :=
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);

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

9065: --
9066: -- Get the startup mode.
9067: --
9068: if g_triggers_altered then
9069: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9070: end if;
9071:
9072: --
9073: -- Generate the translated name and create the database item

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

9222: -- Get the startup mode. This only needs to be done at this
9223: -- stage as l_bg_id and l_leg_code should not change.
9224: --
9225: if g_triggers_altered then
9226: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9227: end if;
9228:
9229: -- Force fetch of element type information.
9230: l_prefix := null;

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

9694: -- Get the startup mode. This only needs to be done at this
9695: -- stage as l_bg_id and l_leg_code should not change.
9696: --
9697: if g_triggers_altered then
9698: l_startup_mode := ffstup.get_mode(l_bg_id, l_leg_code);
9699: end if;
9700:
9701: -- Force fetch of element type information.
9702: l_prefix := null;