After completing Report customization process.suppose we
have 10 report parameter in report so, that we re-register
that parameter in concurrent program?
Answers were Sorted based on User's Feedback
Answer / yugandhar
what are the parameters contained report this parameters we
must register in concurrent program token values.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / anjan
no,there is an option callled copy to.then we simply copy
the parameters
| Is This Answer Correct ? | 5 Yes | 1 No |
Where we can write a PL/SQL code in report triggers?
Which is the best website to learn Oracle Apps?
How to pass data into EXECUTE_IMMEDIATE statement in plsql body ?
what is the data type of lexical parameter?
Stored procedure?
Is that Possible To create package without Specification , If Yes Give any Examples
q)what are the validations in sql*loader
What do you understand by a set of books?
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.
can we use anchor propery in XML reports?if yes?explain?
A file has both header and corresponding lines. Explain design to load this data into respective interface tables.
Can you have two functions with the same name in a pl/sql block?