DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_WF_NOTIFICATIONS_S

Line 126: select pqh_wf_notifications_s.nextval

122: --
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

Line 696: select pqh_wf_notifications_s.nextval

692: --
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: --

Line 3360: select pqh_wf_notifications_s.nextval

3356: --
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: --