DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on FND_CLIENT_INFO

Line 249: fnd_client_info.set_org_context(to_char(l_operating_unit));

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).
249: fnd_client_info.set_org_context(to_char(l_operating_unit));
250: exception
251: when others then
252: if(l_def_error) then
253: wip_jsi_utils.record_invalid_column_error('ORGANIZATION_CODE');