DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_PROCESS_LOG

Line 98: pqh_process_log

94: cursor check_batch_name(p_batch_name varchar2) is
95: select
96: 'x'
97: from
98: pqh_process_log
99: where
100: log_context=p_batch_name;
101:
102: --

Line 107: pqh_process_log_s.nextval

103: -- Cursor to get the next batch Id for the Process Log
104: --
105: cursor c_batch is
106: select
107: pqh_process_log_s.nextval
108: from
109: dual;
110:
111: --

Line 1437: from pqh_process_log

1433: -- Cursor that checks the batch existance
1434: --
1435: cursor check_batch_name(p_batch_name varchar2) is
1436: select 'x'
1437: from pqh_process_log
1438: where log_context=p_batch_name;
1439: --
1440: -- Cursor to get the next batch Id for the Process Log
1441: --

Line 1443: select pqh_process_log_s.nextval

1439: --
1440: -- Cursor to get the next batch Id for the Process Log
1441: --
1442: cursor c_batch is
1443: select pqh_process_log_s.nextval
1444: from dual;
1445: --
1446: -- Local Variables
1447: --

Line 1635: from pqh_process_log

1631: -- Cursor that checks the batch existance
1632: --
1633: cursor check_batch_name(p_batch_name varchar2) is
1634: select 'x'
1635: from pqh_process_log
1636: where log_context=p_batch_name;
1637:
1638: --
1639: -- Cursor to get the next batch Id for the Process Log

Line 1643: pqh_process_log_s.nextval

1639: -- Cursor to get the next batch Id for the Process Log
1640: --
1641: cursor c_batch is
1642: select
1643: pqh_process_log_s.nextval
1644: from
1645: dual;
1646:
1647: --

Line 2244: from pqh_process_log

2240: -- Cursor that checks the batch existance
2241: --
2242: cursor check_batch_name(p_batch_name varchar2) is
2243: select 'x'
2244: from pqh_process_log
2245: where log_context=p_batch_name;
2246:
2247: --
2248: -- Cursor to get the next batch Id for the Process Log

Line 2252: pqh_process_log_s.nextval

2248: -- Cursor to get the next batch Id for the Process Log
2249: --
2250: cursor c_batch is
2251: select
2252: pqh_process_log_s.nextval
2253: from
2254: dual;
2255:
2256: --

Line 3345: from pqh_process_log

3341: -- Cursor that checks the batch existance
3342: --
3343: cursor check_batch_name(p_batch_name varchar2) is
3344: select 'x'
3345: from pqh_process_log
3346: where log_context=p_batch_name;
3347:
3348: --
3349: -- Cursor to get the next batch Id for the Process Log

Line 3353: pqh_process_log_s.nextval

3349: -- Cursor to get the next batch Id for the Process Log
3350: --
3351: cursor c_batch is
3352: select
3353: pqh_process_log_s.nextval
3354: from
3355: dual;
3356: --
3357: -- Cursor to select workflow sequence no