DBA Data[Home] [Help]

APPS.EAM_WORKORDERBILLING_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 151: FROM hr_organization_information

147: begin
148:
149: SELECT org_information1, to_number(ORG_INFORMATION3)
150: INTO l_set_of_books, l_ou_id
151: FROM hr_organization_information
152: WHERE org_information_context = 'Accounting Information'
153: AND organization_id = p_ra_line.org_id;
154:
155: