How to use view in value set ?
Hi ,
There are some views does not retrieve any data when you select from it .
like AR_SHIP_ADDRESS_V
unless you set the ORG_ID prior to running the script , by using this procedure
begin
mo_global.set_policy_context('S',&org_id);
end;
the question is : how can i use a view like this in my value set ?
Thanks in advance
0