DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on HR_ORGANIZATION_INFORMATION

Line 244: from hr_organization_information

240: end if;
241: l_def_error := false; --after this point exceptions are from validations
242:
243: select to_number(org_information3) into l_operating_unit
244: from hr_organization_information
245: where organization_id = wjsi_row.organization_id
246: and org_information_context = 'Accounting Information' ;
247:
248: --set the org context so future pjm validations succeed (their views are striped).