DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PQH_WF

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 446: PQH_WF.process_user_action(

442: l_parameter9_value := l_commitment_sal;
443: --
444: -- FYI Notifications call
445: --
446: PQH_WF.process_user_action(
447: p_transaction_category_id => l_transaction_category_id
448: , p_transaction_id => l_position.position_id
449: , p_workflow_seq_no => l_workflow_seq_no
450: , p_user_action_cd => 'FYI_NOT'

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 968: PQH_WF.process_user_action(

964: l_parameter9_value := l_commitment_val;
965: --
966: -- FYI Notifications call
967: --
968: PQH_WF.process_user_action(
969: p_transaction_category_id => l_transaction_category_id
970: , p_transaction_id => l_position.position_id
971: , p_workflow_seq_no => l_workflow_seq_no
972: , p_user_action_cd => 'FYI_NOT'

Line 1134: PQH_WF.process_user_action(

1130: l_parameter8_value := l_actual_val;
1131: --
1132: -- FYI Notifications call
1133: --
1134: PQH_WF.process_user_action(
1135: p_transaction_category_id => l_transaction_category_id
1136: ,p_transaction_id => l_position.position_id
1137: ,p_workflow_seq_no => l_workflow_seq_no
1138: ,p_user_action_cd => 'FYI_NOT'

Line 1304: PQH_WF.process_user_action(

1300: l_parameter8_value := l_actual_val;
1301: --
1302: -- FYI Notifications call
1303: --
1304: PQH_WF.process_user_action(
1305: p_transaction_category_id => l_transaction_category_id
1306: , p_transaction_id => l_position.position_id
1307: , p_workflow_seq_no => l_workflow_seq_no
1308: , p_user_action_cd => 'FYI_NOT'

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