DBA Data[Home] [Help]

APPS.PAY_ZA_SOTC_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 53: hr_organization_information hoi

49: -- Find Legal Entity , Tax Ref
50: select haou.name, hoi.org_information3
51: into CP_LE_NAME, CP_TAX_REF
52: from hr_all_organization_units haou,
53: hr_organization_information hoi
54: where haou.organization_id = P_LEGAL_ENTITY_ID
55: and hoi.organization_id = haou.organization_id
56: and hoi.org_information_context = 'ZA_LEGAL_ENTITY';
57: