DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on HRUSERDT

Line 14152: l_emp_kind := Hruserdt.get_table_value

14148: IF c_get_emp_code%FOUND THEN
14149: CLOSE c_get_emp_code;
14150: Hr_Utility.set_location('found the code as : '||l_emp_code,20);
14151: --now from the employment code,fetch the udt data for the value (as 1,2,3 etc)
14152: l_emp_kind := Hruserdt.get_table_value
14153: (p_bus_group_id => p_business_group_id
14154: ,p_table_name => 'NL_EMP_SUB_TYPE_CIB_KOA'
14155: ,p_col_name => 'USZO_KOA'
14156: ,p_row_value => l_emp_code