DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on HR_GENERAL

Line 903: hr_general.assert_condition(false);

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

Line 1458: hr_general.default_currency_code(p_business_group_id);

1454: begin
1455: hr_utility.set_location('Entering:'|| l_proc, 10);
1456: --
1457: l_bus_grp_currency_code :=
1458: hr_general.default_currency_code(p_business_group_id);
1459: --
1460: i := p_element_types.first;
1461: loop
1462: exit when not p_element_types.exists(i);

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

3134: get_formula_types;
3135: l_business_group_id := l_element_template.business_group_id;
3136: l_legislation_code :=
3137: hr_api.return_legislation_code(l_business_group_id);
3138: hr_general.assert_condition(l_legislation_code is not null);
3139: ---------------------------------
3140: -- At last, do the generation! --
3141: ---------------------------------
3142: -----------------