DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 577: FROM gl_sets_of_books,hr_organization_information

573: -- So we should be looking for Operating Unit Information, and the set of books id maps to org_information3 for
574: -- org_information_context = Operating Unit Information
575: SELECT currency_code
576: INTO l_currency_code
577: FROM gl_sets_of_books,hr_organization_information
578: WHERE set_of_books_id = org_information3 --org_information1
579: AND organization_id = p_destination_ous(1)
580: AND org_information_context = 'Operating Unit Information'; --'Accounting Information';
581: