----------------------------------------------- -- PROVIDED BY: Carlton Blanks -- Jul 2003 -- -- Notes: Use this to set your ORG_ID so thhat -- SQL in SQLPLUS and/or TOAD will wwork -- against various Apps views. -------------------------------------------------- declare v_org_id number := 102; begin apps.FND_CLIENT_INFO.set_org_context(v_org_id); end;