DBA Data[Home] [Help]

APPS.PAY_MX_PAYROLL_ARCH dependencies on HR_GENERAL

Line 3906: hr_general.decode_organization(p_legal_er_id)) "Employer Name",

3902:
3903: CURSOR c_get_legal_er_details
3904: IS
3905: SELECT nvl(hoi_LE.org_information1, -- Bug 4155512
3906: hr_general.decode_organization(p_legal_er_id)) "Employer Name",
3907: hoi_LE.org_information2 "Employer RFC ID",
3908: hoi_GRE.org_information1 "Employer Social Security ID"
3909: FROM hr_organization_information hoi_LE,
3910: hr_organization_information hoi_GRE