DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on HR_ORGANIZATION_INFORMATION

Line 849: FROM hr_organization_information src, hr_organization_information dest

845: -- get the from ou and to ou
846: -- Bug 7462235 - Changed org_information2 to org_information3 to fetch OU Id
847: SELECT to_number(src.org_information3) src_ou, to_number(dest.org_information3) dest_ou
848: INTO l_from_ou, l_to_ou
849: FROM hr_organization_information src, hr_organization_information dest
850: WHERE src.organization_id = l_src_org_id
851: AND src.org_information_context = 'Accounting Information'
852: AND dest.organization_id = l_dest_org_id
853: AND dest.org_information_context = 'Accounting Information';