DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on FND_CLIENT_INFO

Line 330: fnd_client_info.set_org_context(to_char(orig_org_context)) ;

326:
327: -- Set Original org context since org context might have
328: -- different for pjm validation
329: if (orig_org_context <> -1) then
330: fnd_client_info.set_org_context(to_char(orig_org_context)) ;
331: end if ;
332:
333: /* Fixed for Bug#3060266
334: Abort if any errors were detected. */