DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on HR_GENERAL

Line 900: hr_general.assert_condition(false);

896: end if;
897: --
898: -- Should never get here.
899: --
900: hr_general.assert_condition(false);
901: end if;
902: --
903: -- Object does not exist because no rows in PAY_TEMPLATE_CORE_OBJECTS.
904: --

Line 1445: hr_general.default_currency_code(p_business_group_id);

1441: begin
1442: hr_utility.set_location('Entering:'|| l_proc, 10);
1443: --
1444: l_bus_grp_currency_code :=
1445: hr_general.default_currency_code(p_business_group_id);
1446: --
1447: i := p_element_types.first;
1448: loop
1449: exit when not p_element_types.exists(i);

Line 3120: hr_general.assert_condition(l_legislation_code is not null);

3116: get_formula_types;
3117: l_business_group_id := l_element_template.business_group_id;
3118: l_legislation_code :=
3119: hr_api.return_legislation_code(l_business_group_id);
3120: hr_general.assert_condition(l_legislation_code is not null);
3121: ---------------------------------
3122: -- At last, do the generation! --
3123: ---------------------------------
3124: -----------------