DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on HR_LOOKUPS

Line 1773: l_meaning hr_lookups.meaning%TYPE;

1769: IS
1770: SELECT hr_general_utilities.Get_lookup_Meaning(p_lookup_type,p_lookup_code)
1771: FROM DUAL;
1772:
1773: l_meaning hr_lookups.meaning%TYPE;
1774:
1775: BEGIN
1776: OPEN csr_hr_lookup(p_leg_code||'_PAYSLIP_LABEL',p_leg_code||'_'||p_lookup_code);
1777: FETCH csr_hr_lookup INTO l_meaning;