WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?
Answer Posted / kumar
In apps you will find n number of views
During the creation of view based on the Base table in the
where clause ,below condition will be mentioned.
So that it will take the value of profile MO:Operating Unit
and display the values of corresponding Org_id.
WHERE NVL (org_id,
NVL (TO_NUMBER (DECODE (SUBSTRB (USERENV
('CLIENT_INFO'),
1,
1
),
' ', NULL,
SUBSTRB (USERENV
('CLIENT_INFO'),
1,
10
)
)),
-99)) =
NVL (TO_NUMBER (DECODE (SUBSTRB (USERENV
('CLIENT_INFO'),
1,
1
),
' ', NULL,
SUBSTRB (USERENV
('CLIENT_INFO'),
1,
10
)
)),
-99);
if you simply select from the view without setting the apps
environment , no output will be displayed.
To set the apps environment,
The following block of code has to be executed.
BEGIN
DBMS_APPLICTION_INFO.SET_CLIENT_INFO('ORG_ID');
END;
OR
BEGIN
FND_CLIENT_INFO.SET_ORG_CONTEXT('ORG_ID');
END;
THE VALUES OF ORG_ID DEPENDS ON YOUR REQUIREMENTS.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what are the balancing segments in AR?
please send me forms, xml pulisher questions,answers
What do you understand by a set of books?
What are the benefits of using soa architecture?
What do you understand by soa?
What is oracle soa suite and what are its different components?
In oracle application how do you debug or trace errors?
What is count(*) from po_vendors(any table)?
What is oracle soa suite?
Do you know what is applysys in oracle application database schema, what is apps?
q)what are the validations in sql*loader
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
How can a process be deployed in soa?
Can you differentiate between mediator and osb?
what is the difference between request group and request security in oracle apps?