What is $FLEX$ and $PROFILES$?
Answers were Sorted based on User's Feedback
Answer / srinivas dama
$FLEX$ and $PROFILES$ are Special Variables in oracle Apps
environment and are used to hold values at runtime.
-->Every Oracle Apps technical consultant will be familiar
with the term $FLEX$ and $PROFILES$. Whenever we are working
with value sets, we will be using both of these for
modifying the data fetched, for basing the values of a
parameter on the other parameter and also fetching the
Profile Option values.
To segregate this based on the functionality
-->$FLEX$: Used for basing the value of a parameter on
another parameter.
-->$PROFILES$: used for fetching the data stored in the
specified profile option value which is currently active.
Where is it used?
Both these variables are used in the Parameter form of a
Concurrent Program and are used at the Where Clause window
in the value set ofTable type.
Syntax:
:$FLEX$.previous_value_set_name
Important:
• $FLEX$ must always be in capitals.
• A ‘:’ must precede the declaration of $FLEX$.
• The previous value set name must have already been
assigned and saved on a different parameter.
:$PROFILES$.Profile_option_name
Important:
• $PROFILES$ must be always in capitals.
• ‘:’ must always precede the declaration.
• Profile option name is the Profile Name and not to
be confused with the User profile Name.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramesh
IN reports we are using both param
$Flex$ is used ,when we wnt to join with other tables
$profile$ is used to when we are using profile values ....
don't write big stories yaaar it is waste of time to read
and understand
| Is This Answer Correct ? | 1 Yes | 3 No |
whats the difference between join command and Cartesian product using example?
what are the tools used for oracle 10g in real time.
Name two files used for network connection to a database.
What do you mean by hz_ in customer tables? : oracle accounts receivable
what is difference between inner join & nested query or subqueries
What is difference b/w Credit memo and Adjustment in AR.
Give two examples of how you might determine the structure of the table DEPT.
as a technical developer in oracle applications which type errors feced in your experience sofar
Difference between negative and positive adjustments : oracle accounts receivable
What is an Oracle database Partial Backup?
I am working in Oracle Clinical 4.5.1 Please explain a bit.How to create Views in OC
How would you go about increasing the buffer cache hit ratio?