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

How do u customize the Reports?

1 Answers  


explain p2p cycle? what are the tables used for this?

3 Answers   Accenture,


We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?

3 Answers   IBM,


cursor 1 and cursor 2 are there did you open both the cursors at a time or not?

2 Answers   Infosys,


Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen

2 Answers   TCS,


link between po and ap modules

5 Answers   ERP Solutions,


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

2 Answers   Zensar,


List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS

3 Answers   Satyam,


What is the maximum number of statements that can be specified in a trigger statement?

1 Answers   Oracle,


in which tables the transaction details stored? at least two.

5 Answers   Scan Steel,


In Per_all_people_f table what is the significance of '_f ' ?

6 Answers   HCL,


WHAT IS USE OF APPS API?

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)