DBA Data[Home] [Help]

APPS.PAY_GB_P11D_MAGTAPE dependencies on HR_ORGANIZATION_INFORMATION

Line 48: from hr_organization_information org

44: is
45: select org.org_information11,
46: substr(org.org_information3,1,36),
47: org.org_information13
48: from hr_organization_information org
49: where org.organization_id = p_business_group_id
50: and upper(org.org_information1) = upper(p_tax_ref)
51: and org.org_information_context = 'Tax Details References';
52: