DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_WORKFLOW_UTILS

Line 40: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes

36: --Description: This procedure is used to start a budget workflow process.
37: --
38: --
39: --Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf
40: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes
41: --
42: --Notes:
43: -- This wrapper is called DIRECTLY from the Budgets form and the public
44: -- Baseline_Budget API.

Line 152: GMS_WORKFLOW_UTILS.Insert_WF_Processes

148: IF (l_err_code = 0)
149: THEN
150: -- Succesful! Log gms_wf_processes table for new workflow.
151:
152: GMS_WORKFLOW_UTILS.Insert_WF_Processes
153: (p_wf_type_code => 'BUDGET'
154: ,p_item_type => l_item_type
155: ,p_item_key => l_item_key
156: ,p_entity_key1 => to_char(p_draft_version_id)

Line 189: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes

185: -- when a budget is baselined.
186: --
187: --
188: --Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf_Ntfy_Only
189: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes
190: --
191: --Notes:
192: -- This wrapper is called DIRECTLY from the Budgets form and the public
193: -- Baseline_Budget API.

Line 257: GMS_WORKFLOW_UTILS.Insert_WF_Processes

253: IF (l_err_code = 0)
254: THEN
255: -- Succesful! Log gms_wf_processes table for new workflow.
256:
257: GMS_WORKFLOW_UTILS.Insert_WF_Processes
258: (p_wf_type_code => 'BUDGET_NTFY_ONLY'
259: ,p_item_type => l_item_type
260: ,p_item_key => l_item_key
261: ,p_entity_key1 => to_char(p_draft_version_id)

Line 452: GMS_WORKFLOW_UTILS.Set_Global_Attr

448:
449: -- SET GLOBALS ------------------------------------------------------------------
450:
451: -- Based on the Responsibility, Intialize the Application
452: GMS_WORKFLOW_UTILS.Set_Global_Attr
453: (p_item_type => itemtype
454: , p_item_key => itemkey
455: , p_err_code => l_err_code);
456: --Setting OU Context

Line 611: GMS_WORKFLOW_UTILS.Set_Global_Attr

607:
608: -- SET GLOBALS ------------------------------------------------------------------
609:
610: -- Based on the Responsibility, Intialize the Application
611: GMS_WORKFLOW_UTILS.Set_Global_Attr
612: (p_item_type => itemtype
613: , p_item_key => itemkey
614: , p_err_code => l_err_code);
615:

Line 827: GMS_WORKFLOW_UTILS.Set_Global_Attr

823:
824: -- SET GLOBALS -----------------------------------------------------------------
825:
826: -- Based on the Responsibility, Intialize the Application
827: GMS_WORKFLOW_UTILS.Set_Global_Attr
828: (p_item_type => itemtype
829: , p_item_key => itemkey
830: , p_err_code => l_err_code);
831:

Line 855: GMS_WORKFLOW_UTILS.Set_Notification_Messages

851: ( p_app_short_name => 'GMS'
852: , p_msg_name => 'GMS_NO_BUDGET_RULES_ATTR'
853: );
854:
855: GMS_WORKFLOW_UTILS.Set_Notification_Messages
856: (p_item_type => itemtype
857: , p_item_key => itemkey
858: );
859:

Line 892: GMS_WORKFLOW_UTILS.Set_Notification_Messages

888: );
889:
890: IF (l_err_msg_count > 0 )
891: THEN
892: GMS_WORKFLOW_UTILS.Set_Notification_Messages
893: (p_item_type => itemtype
894: , p_item_key => itemkey
895: );
896: IF (l_warnings_only_flag = 'N') THEN

Line 925: GMS_WORKFLOW_UTILS.Set_Notification_Messages

921: );
922:
923: IF (l_err_msg_count > 0 )
924: THEN
925: GMS_WORKFLOW_UTILS.Set_Notification_Messages
926: (p_item_type => itemtype
927: , p_item_key => itemkey
928: );
929: IF (l_warnings_only_flag = 'N') THEN

Line 954: GMS_WORKFLOW_UTILS.Set_Notification_Messages

950:
951:
952: IF (l_err_msg_count > 0 )
953: THEN
954: GMS_WORKFLOW_UTILS.Set_Notification_Messages
955: (p_item_type => itemtype
956: , p_item_key => itemkey
957: );
958: IF (l_warnings_only_flag = 'N') THEN

Line 978: GMS_WORKFLOW_UTILS.Set_Notification_Messages

974:
975:
976: IF (l_err_msg_count > 0 )
977: THEN
978: GMS_WORKFLOW_UTILS.Set_Notification_Messages
979: (p_item_type => itemtype
980: , p_item_key => itemkey
981: );
982: IF (l_warnings_only_flag = 'N') THEN

Line 1029: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes

1025: --
1026: --Called subprograms: GMS_BUDGET_UTILS.Verify_Budget_Rules
1027: -- , GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
1028: -- , GMS_BUDGET_CORE.Baseline
1029: -- , GMS_WORKFLOW_UTILS.Insert_WF_Processes
1030: --
1031: --
1032: --
1033: --History:

Line 1162: GMS_WORKFLOW_UTILS.Set_Global_Attr

1158:
1159: -- SET GLOBALS -----------------------------------------------------------------
1160:
1161: -- Based on the Responsibility, Intialize the Application
1162: GMS_WORKFLOW_UTILS.Set_Global_Attr
1163: (p_item_type => itemtype
1164: , p_item_key => itemkey
1165: , p_err_code => l_err_code);
1166:

Line 1195: GMS_WORKFLOW_UTILS.Set_Notification_Messages

1191: ( p_app_short_name => 'GMS'
1192: , p_msg_name => 'GMS_NO_BUDGET_RULES_ATTR'
1193: );
1194:
1195: GMS_WORKFLOW_UTILS.Set_Notification_Messages
1196: (p_item_type => itemtype
1197: , p_item_key => itemkey
1198: );
1199: resultout := wf_engine.eng_completed||':'||'F';

Line 1230: GMS_WORKFLOW_UTILS.Set_Notification_Messages

1226: );
1227:
1228: IF (l_err_msg_count > 0 )
1229: THEN
1230: GMS_WORKFLOW_UTILS.Set_Notification_Messages
1231: (p_item_type => itemtype
1232: , p_item_key => itemkey
1233: );
1234: IF (l_warnings_only_flag = 'N') THEN

Line 1259: GMS_WORKFLOW_UTILS.Set_Notification_Messages

1255:
1256:
1257: IF (l_err_msg_count > 0 )
1258: THEN
1259: GMS_WORKFLOW_UTILS.Set_Notification_Messages
1260: (p_item_type => itemtype
1261: , p_item_key => itemkey
1262: );
1263: IF (l_warnings_only_flag = 'N') THEN

Line 1311: GMS_WORKFLOW_UTILS.Insert_WF_Processes

1307: -- Extensive Error Checking Not Required Because The Baselined Version Was Just
1308: -- Created By The gms_Budget_Core.Baseline Call.
1309:
1310:
1311: GMS_WORKFLOW_UTILS.Insert_WF_Processes
1312: (p_wf_type_code => 'BUDGET'
1313: ,p_item_type => itemtype
1314: ,p_item_key => itemkey
1315: ,p_entity_key1 => to_char(l_budget_version_id)

Line 1539: GMS_WORKFLOW_UTILS.Set_Global_Attr

1535:
1536: -- SET GLOBALS ------------------------------------------------------------------
1537:
1538: -- Based on the Responsibility, Intialize the Application
1539: GMS_WORKFLOW_UTILS.Set_Global_Attr
1540: (p_item_type => itemtype
1541: , p_item_key => itemkey
1542: , p_err_code => l_err_code);
1543:

Line 1996: GMS_WORKFLOW_UTILS.Set_Global_Attr

1992: -- SET GLOBALS ------------------------------------------------------------------
1993:
1994: -- Based on the Responsibility, Intialize the Application
1995:
1996: GMS_WORKFLOW_UTILS.Set_Global_Attr
1997: (p_item_type => itemtype
1998: , p_item_key => itemkey
1999: , p_err_code => l_err_code);
2000: