What are profile options?
Answers were Sorted based on User's Feedback
Answer / rajan
Kranthi Can you gv an example of Organization, what does
this make different fron other 5.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kranthi kumar
Profile options defines the behaviour of the application.
It can be set at 6 levels.
1.application
2.site
3.responsilbility
4.user
5.server
6.organization
hope this answers the question.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ranga rajan
Is the Functional and Technical behavior of Oracle
Applications Package.
EX: - I want to assign the user3 responsibility to
p4 printer then
System Administrator Profile 
System
(FND_PROFILE_OPTIONS)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nagesh
IT IS THE WAY THE APPLICATION RUNS IN ORACLE APPLICATIONS.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is template?
What is the link between AP and GL in oracle apps R/12?
4 Answers Bosch, Collabera, Synechron,
why do we validate the records while developing interface?
What are the different components of soa suite?
In a Standard form a DFF is disable?How we can Enable it?
what is the use of format trigger?a
Tell me how to find the custom directory in front end?
how many sections are there in report?
how to call report from oracle oracle apps11i?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
what is the difference between request group and request security in oracle apps?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.