how can we get odd numbered pages in output of a report

Answers were Sorted based on User's Feedback



how can we get odd numbered pages in output of a report..

Answer / gireesh

u need to write stuff in before report trigger
suppose u fetch pagenumber value into field or variable
pagenum

now in trigger u h to write

if ((:pagenum/2=1) or :pagenum=1) then
return(true);
else
return(false);
end if;

Is This Answer Correct ?    9 Yes 1 No

how can we get odd numbered pages in output of a report..

Answer / jyoti prakash sil

Ths page property can be put in reports in 2 ways:
1. u have a text field(from rdf's insert > page number)
here u can't make any changes for odd number pages.
2. Use a field which has a source page number, the property
of the field has page numbering. The change has to be done
here (start at 1; increment by 2) and (reset at report
level).

This will make odd numbers appear in the report

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Oracle Apps Technical Interview Questions

sourcing in GL

1 Answers   Convergys,


What are the files we submit while your program move to testing instance?

4 Answers   Cap Gemini,


what is pick selection list generation report.

3 Answers  


WHAT IS REFCURSOR IN ORACLE ?

6 Answers  


Is soa a part of oracle fusion middleware?

0 Answers  






wht is format triger?

4 Answers  


Types of cursors?

3 Answers  


What are file in oracle.

0 Answers   BirlaSoft, IBM,


in ap_terms table what data will be stored

2 Answers   Wipro,


IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?

7 Answers   Accenture,


What is the most critical part which you had faced in your project ?

1 Answers   LG, Satyam, Tech Mahindra,


where the accounting related data is stored ? all type of accounting related data costing etc...

3 Answers  


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)