DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_CLIENT_EXTN_BUDGET_WF

Line 39: --Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf

35: --Type: Procedure
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

Line 134: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf

130:
131:
132: BEGIN
133:
134: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf
135: ( p_draft_version_id => p_draft_version_id
136: , p_project_id => p_project_id
137: , p_award_id => p_award_id
138: , p_budget_type_code => p_budget_type_code

Line 188: --Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf_Ntfy_Only

184: --Description: This procedure is used to send a notification
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

Line 239: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf_Ntfy_Only

235:
236:
237: BEGIN
238:
239: GMS_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf_Ntfy_Only
240: ( p_draft_version_id => p_draft_version_id
241: , p_project_id => p_project_id
242: , p_award_id => p_award_id
243: , p_budget_type_code => p_budget_type_code

Line 292: -- Called Subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used

288: -- Description: This procedure must return a "T" or "F" depending on whether a workflow
289: -- should be started for this particular budget.
290: --
291: --
292: -- Called Subprograms: GMS_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used
293: --
294: --
295: --Notes:
296: -- This wrapper is called DIRECTLY from the Budgets form and the public

Line 342: GMS_CLIENT_EXTN_BUDGET_WF.IS_BUDGET_WF_USED

338: --
339:
340: BEGIN
341:
342: GMS_CLIENT_EXTN_BUDGET_WF.IS_BUDGET_WF_USED
343: ( p_project_id => p_project_id
344: , p_award_id => p_award_id
345: , p_budget_type_code => p_budget_type_code
346: , p_pm_product_code => p_pm_product_code

Line 520: -- Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.select_budget_approver

516: -- correct ID of the person that must approve a budget
517: -- for baselining.
518: --
519: --
520: -- Called subprograms: GMS_CLIENT_EXTN_BUDGET_WF.select_budget_approver
521: --
522: --
523: --
524: --History:

Line 631: GMS_CLIENT_EXTN_BUDGET_WF.Select_Budget_Approver

627: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
628: END IF;
629:
630:
631: GMS_CLIENT_EXTN_BUDGET_WF.Select_Budget_Approver
632: (p_item_type => itemtype
633: ,p_item_key => itemkey
634: ,p_project_id => l_project_id
635: ,p_award_id => l_award_id

Line 717: -- GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

713: -- 'T' or 'F', depending on whether all defined rules were met.
714: --
715: --
716: --Called subprograms: GMS_BUDGET_UTILS.Verify_Budget_Rules
717: -- GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
718: --
719: --
720: --
721: --History:

Line 939: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

935: -- ------------------------------------------------------------------------------------
936: -- WORKFLOW Verify Budget Rules
937: -- ------------------------------------------------------------------------------------
938:
939: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
940: (p_item_type => itemtype
941: , p_item_key => itemkey
942: , p_project_id => l_project_id
943: , p_award_id => l_award_id

Line 963: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

959: l_warnings_only := 'N';
960: END IF;
961: END IF;
962:
963: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
964: (p_item_type => itemtype
965: , p_item_key => itemkey
966: , p_project_id => l_project_id
967: , p_award_id => l_award_id

Line 1027: -- , GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

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

Line 1244: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

1240: -- ------------------------------------------------------------------------------------
1241: -- WORKFLOW Verify Budget Rules
1242: -- ------------------------------------------------------------------------------------
1243:
1244: GMS_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
1245: (p_item_type => itemtype
1246: , p_item_key => itemkey
1247: , p_project_id => l_project_id
1248: , p_award_id => l_award_id

Line 2354: gms_client_extn_budget_wf.call_gms_debug(p_user_roles => l_user_roles

2350: END IF;
2351: --start bug fix 2204122--
2352: --Commented the following line as this is called from procedure call_gms_debug--
2353: --gms_error_pkg.gms_debug('GMS_WF_PKG.SCHEDULE_NOTIFICATION - user_roles = '||l_user_roles, 'C');
2354: gms_client_extn_budget_wf.call_gms_debug(p_user_roles => l_user_roles
2355: ,p_disp_text =>'GMS_WF_PKG.SCHEDULE_NOTIFICATION - user_roles = ') ;
2356: --end bug fix 2204122--
2357:
2358: ----------------------------------------------------------------------------

Line 2386: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole( p_user_roles => l_user_roles

2382:
2383: begin
2384: --start bug fix 2204122--
2385:
2386: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole( p_user_roles => l_user_roles
2387: ,p_role_name => l_role_name);
2388:
2389: -- wf_directory.AddUsersToAdhocRole( role_name => l_role_name
2390: -- ,role_users => l_user_roles);

Line 2517: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole(p_user_roles => l_user_roles

2513: wf_directory.RemoveUsersFromAdhocRole(role_name => l_role_name);
2514:
2515: begin
2516: --start bug fix 2204122--
2517: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole(p_user_roles => l_user_roles
2518: ,p_role_name => l_role_name);
2519:
2520: -- wf_directory.AddUsersToAdhocRole( role_name => l_role_name
2521: -- ,role_users => l_user_roles);

Line 3373: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole(p_user_roles => l_role_users

3369:
3370: --Add all the users retrieved from the cursor 2 to the new role created
3371: BEGIN
3372: --start bug fix 2204122--
3373: gms_client_extn_budget_wf.call_wf_addusers_to_adhocrole(p_user_roles => l_role_users
3374: ,p_role_name => l_role_name) ;
3375:
3376: -- wf_directory.AddUsersToAdhocRole( role_name => l_role_name
3377: -- ,role_users => l_user_roles);