You are on page 1of 3

7) find out layout errors

OOP was mentioned in VIEW LOG

OPP- output post processor

1. SYSTEM ADMINISTRATOR  CONCURRENT  MANAGER  ADMINISTER


2. PROCESSES
3. MANAGER LOG
4. FIND CAUSED WORD IN THAT CODE

CAUSED BY SECTION WILL TELL THE ACTUAL ERROR

SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name


FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes fcp
WHERE fcpp.processor_id = fcp.concurrent_process_id
AND fcpp.action_type = 6
AND fcpp.concurrent_request_id = '7450838'

8) maintaining multiple Template and set defaulting template

System administration- concurrent – search with program short name

Onsite setting - -template

9) Display limited records per page

<?if:position() mod 8 =0?>

<?split-by-page-break:?>

<?end if?>

10 ) Running Totals or dynamic summation

Xdoxslt set variable a=<?sum (INVOICE_AMOUNT)?>

Xdoxslt set variable b=<?sum (AMOUNT_PAID)?>


Xdoxslt set variable c =Xdoxslt get variable a+ Xdoxslt get variable b

Xdoxslt get variable c

11) conditional formatting

You might also like