Debug Profiles
Debug Profiles
approval.
---------------------------------------------------
Please take debug logs for the approval process as follows:
1) Set profiles below for user that will Submit PO for approval
a) FND: Debug Log Enabled = Yes
b) FND: Debug Log Level = Statement
c) FND: Debug Log Module = %
d) PO: Set Debug Workflow ON = Yes
2) Run the following sql to get the max(log_sequence): << this is needed for FND debug log
SQL> select max(log_sequence) from fnd_log_messages;
3) Execute the following sql query to get max(execution_sequence): << this is needed for PO
workflow debug log
SQL> SELECT Max(execution_sequence) FROM po_wf_debug;
--------------------------------------------------
Upload outputs of step 5 and step 6 on the SR . Then you can reset the profiles back.
You can also enable trace for a concurrent program in Oracle by following these steps:
You can get more options and dynamically enable trace during a program or report submission. A
trace file may be required while debugging an issue to show the SQL run and other important details
about a program or report. A common way to enable trace is via system administration setup with
the "Enable Trace" Checkbox on the concurrent program setup under System Admin > Concurrent >
Program > Define.