how can we get odd numbered pages in output of a report
Answers were Sorted based on User's Feedback
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 |
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 |
what is item status? name the related table.
wht is format triger?
Can u attach Request set with in the Request set?
What r the validation done in ap inbound ?
In which table or database definition we can find the link of organization and operation units.
in procedure how to return a value
hi all.i am in need of some sample codes for oracle apps manufacturing interfaces.If any of u have,plz send it to me . Thank you.
How we will receive the work from the client? what type of documents we will develop in the entire implementation project? plz tell me the total scinario?
2 Answers Deloitte, Intelligroup,
what is difference between procedure and function
sourcing in GL
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
what is difference between po_headers_all and po_headers