DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on DUAL

Line 109: dual;

105: cursor c_batch is
106: select
107: pqh_process_log_s.nextval
108: from
109: dual;
110:
111: --
112: -- Cursor to fetch the table_route_id of the table_alias
113: --

Line 127: from dual;

123: -- Cursor to select workflow sequence no
124: --
125: cursor c_wf_seq_no is
126: select pqh_wf_notifications_s.nextval
127: from dual;
128:
129: --
130: -- Cursor to select user name
131: --

Line 697: from dual;

693: -- Cursor to select workflow sequence no
694: --
695: cursor c_wf_seq_no is
696: select pqh_wf_notifications_s.nextval
697: from dual;
698: --
699: -- Local Variables
700: --
701: l_org_structure_version_id number;

Line 1444: from dual;

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: --
1448: l_org_structure_version_id number;

Line 1645: dual;

1641: cursor c_batch is
1642: select
1643: pqh_process_log_s.nextval
1644: from
1645: dual;
1646:
1647: --
1648: -- Cursor to fetch the table_route_id of the table_alias
1649: --

Line 2254: dual;

2250: cursor c_batch is
2251: select
2252: pqh_process_log_s.nextval
2253: from
2254: dual;
2255:
2256: --
2257: -- Cursor to fetch the table_route_id of the table_alias
2258: --

Line 3355: dual;

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
3358: --
3359: cursor c_wf_seq_no is

Line 3361: from dual;

3357: -- Cursor to select workflow sequence no
3358: --
3359: cursor c_wf_seq_no is
3360: select pqh_wf_notifications_s.nextval
3361: from dual;
3362: --
3363: -- Local Variables
3364: --
3365: l_org_structure_version_id number;