DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on HRUSERDT

Line 14521: l_emp_kind := Hruserdt.get_table_value

14517: IF c_get_emp_code%FOUND THEN
14518: CLOSE c_get_emp_code;
14519: Hr_Utility.set_location('found the code as : '||l_emp_code,20);
14520: --now from the employment code,fetch the udt data for the value (as 1,2,3 etc)
14521: l_emp_kind := Hruserdt.get_table_value
14522: (p_bus_group_id => p_business_group_id
14523: ,p_table_name => 'NL_EMP_SUB_TYPE_CIB_KOA'
14524: ,p_col_name => 'USZO_KOA'
14525: ,p_row_value => l_emp_code