DBA Data[Home] [Help]

APPS.HR_NL_CALC_TARGET_GROUP dependencies on HR_UTILITY

Line 79: hr_utility.set_message(800,'HR_NL_INVALID_FORMULA');

75: effective_end_date
76: and verified = 'Y';
77: exception
78: when no_data_found then
79: hr_utility.set_message(800,'HR_NL_INVALID_FORMULA');
80: hr_utility.raise_error;
81: end;
82: --insert into fnd_sessions values (userenv('sessionid'),p_session_date);
83: ff_client_engine.init_formula(l_formula_id,l_effective_start_date);

Line 80: hr_utility.raise_error;

76: and verified = 'Y';
77: exception
78: when no_data_found then
79: hr_utility.set_message(800,'HR_NL_INVALID_FORMULA');
80: hr_utility.raise_error;
81: end;
82: --insert into fnd_sessions values (userenv('sessionid'),p_session_date);
83: ff_client_engine.init_formula(l_formula_id,l_effective_start_date);
84: ff_client_engine.set_input('BIRTH_COUNTRY_EMP', NVL(p_country_of_birth_emp,' '));