You are on page 1of 1

How to Set ORG_ID in R12 and Query Views (Doc ID 761009.

1)
How do users set the ORG_ID for multi-org tables and views?
Use the following:
begin
mo_global.set_policy_context('S',&org_id);
end;

For certain views the following command is needed:


alter session set NLS_LANGUAGE = "AMERICAN";

You might also like