DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on FND_CLIENT_INFO

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

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