DBA Data[Home] [Help]

APPS.EAM_WORKORDERBILLING_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 146: FROM hr_organization_information

142: begin
143:
144: SELECT org_information1, to_number(ORG_INFORMATION3)
145: INTO l_set_of_books, l_ou_id
146: FROM hr_organization_information
147: WHERE org_information_context = 'Accounting Information'
148: AND organization_id = p_ra_line.org_id;
149:
150: