How You Will display the key flexifields in your report
Answers were Sorted based on User's Feedback
Answer / hari
BY CALLING THE USEREXIT FND FLEXSQL IN BEFORE REPORT TRIGGER
AND FND FLEXIDVAL FROM FORMULA COLUM
ALL CONATENATED SEGMENTS DATA WILL BE IN THE LEXICAL PARAMETER
P_FLEX_DATA DEFAULTLY
FLEXSQL RETRIVES THE DATA FROM THE SEGMENTS AND POPULATE THE
SEGMENTS DATA INTO THE P_FLEX_DATA
FLEXIDVAL POPULATE THE DATA INTO THE LAYOUT FROM THE P_FLEX_DATA
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / vidyasgar
Hear We have two ways
1) one is by using the segment1||segment2||-----segmetn5.
This is one way but
2) second one is by using USER_EXITS those are 'FND FLEXSQL'
AND
'FND FLEXDVAL'
by useing Thease we can get the flex field data into the
report
This is the standard Way in my feeling.
Thank you.
| Is This Answer Correct ? | 1 Yes | 0 No |
what type of testing u r doing?
what u did after ur btech(2009) till now? why did u prefer oracle apps technical?
what is the use of placeholer column?
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
What is Pragma Autonomous transaction. It's Real time Example
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
name at least five reports in oracle inventory related to transaction ?
we have 4 managers if one person logon the system automatically displays his siganature and name how?
Can u define DFF with in the DFF,How?
Is that Possible To create package Overloading , If Yes Give any Examples
How can u call a standard interface program from sql or pl/sql code?