DBA Data[Home] [Help]

APPS.PQH_PQUBGTEN_XMLP_PKG dependencies on PQH_PROCESS_LOG

Line 11: from pqh_process_log

7: pqh_pack_err exception;
8: l_batch varchar2(1);
9: cursor c_process_log is
10: select '1'
11: from pqh_process_log
12: where module_cd = 'POSITION_BUDGET_ANALYSIS'
13: and information12 = 'REPORT'
14: and information11 like P_BATCH_NAME||'%';
15: