DBA Data[Home] [Help]

APPS.PQH_FR_CR_PATH_ENGINE_PKG dependencies on PQH_CORPS_UTILITY

Line 36: l_req_length_of_service := pqh_corps_utility.los_in_months(p_los_years => p_req_years,

32: p_los_type => p_length_of_service_type,
33: p_return_units => 'M',
34: p_determination_date => p_effective_date );
35:
36: l_req_length_of_service := pqh_corps_utility.los_in_months(p_los_years => p_req_years,
37: p_los_months => p_req_Months,
38: p_los_days => p_req_days);
39:
40: hr_utility.set_location('Required length of service in Months '||to_char(l_req_length_of_service),5);