Profie Options and User Exits

Explian What are Profie Options and User Exits

Questions by raman av   answers by raman av

Showing Answers 1 - 3 of 3 Answers

Profile options is a collection of changeble option this option you can steup then your way of application is running is change.  The porfile option are 4 types they are given below
 
1=>  user level
2=>  site level
3=>  application level
4=>  Responsibility level

user exists: It is external function in executed in the repots 6i builder. It will pass the control from reports to another oracle product or 3 generation language products and return the control to report builder this maily used in before report trigger and after report trigger because to match the reports parameters and requist id at runtime

before report
begin
SRW.USER_EXIT('FND SRWINIT');
  return (TRUE);
end;

AFTER REPORT

begin
  SRW.USER_EXIT('FND SRWEXIT');
  return (TRUE);
end;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions