DBA Data[Home] [Help]

APPS.PA_BUDGET_WF dependencies on PA_CLIENT_EXTN_BUDGET_WF

Line 22: --Called subprograms: PA_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf

18: --Type: Procedure
19: --Description: This procedure is used to start a Budget Approval workflow.
20: --
21: --
22: --Called subprograms: PA_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf
23: -- , PA_WORKFLOW_UTILS.Insert_WF_Processes
24: --
25: --Notes:
26: -- This wrapper is called DIRECTLY from the Budgets form and the public

Line 141: PA_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf

137:
138:
139:
140:
141: PA_CLIENT_EXTN_BUDGET_WF.Start_Budget_Wf
142: ( p_draft_version_id => p_draft_version_id
143: , p_project_id => p_project_id
144: , p_budget_type_code => p_budget_type_code
145: , p_mark_as_original => p_mark_as_original

Line 196: --Called Subprograms: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used

192: --Description: This procedure must return a "T" or "F" depending on whether a workflow
193: -- should be started for this particular budget.
194: --
195: --
196: --Called Subprograms: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used
197: --
198: --
199: --Notes:
200: -- This wrapper is called DIRECTLY the public AMG

Line 261: PA_CLIENT_EXTN_BUDGET_WF.BUDGET_WF_IS_USED

257: --
258:
259: BEGIN
260:
261: PA_CLIENT_EXTN_BUDGET_WF.BUDGET_WF_IS_USED
262: ( p_draft_version_id => p_draft_version_id
263: , p_project_id => p_project_id
264: , p_budget_type_code => p_budget_type_code
265: , p_pm_product_code => p_pm_product_code

Line 478: --Called subprograms: PA_CLIENT_EXTN_BUDGET_WF.select_budget_approver

474: -- correct ID of the person that must approve a budget
475: -- for baselining.
476: --
477: --
478: --Called subprograms: PA_CLIENT_EXTN_BUDGET_WF.select_budget_approver
479: --
480: -- * * * R12 MOAC Notes:
481: --
482: -- This procedure requires a single project/OU context.

Line 627: PA_CLIENT_EXTN_BUDGET_WF.Select_Budget_Approver

623:
624: -- -----------------------------------------------
625:
626:
627: PA_CLIENT_EXTN_BUDGET_WF.Select_Budget_Approver
628: (p_item_type => itemtype
629: ,p_item_key => itemkey
630: ,p_project_id => l_project_id
631: ,p_budget_type_code => l_budget_type_code

Line 736: --PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

732: -- 'T' or 'F', depending on whether all defined rules were met.
733: --
734: --
735: --Called subprograms: PA_BUDGET_UTILS.Verify_Budget_Rules
736: --PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
737: --
738: --
739: --Notes:
740: --

Line 993: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

989: -- ------------------------------------------------------------------------------------
990: -- WORKFLOW Verify Budget Rules
991: -- ------------------------------------------------------------------------------------
992:
993: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
994: (p_item_type => itemtype
995: , p_item_key => itemkey
996: , p_project_id => l_project_id
997: , p_budget_type_code => l_budget_type_code

Line 1018: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

1014: l_warnings_only := 'N';
1015: END IF;
1016: END IF;
1017:
1018: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
1019: (p_item_type => itemtype
1020: , p_item_key => itemkey
1021: , p_project_id => l_project_id
1022: , p_budget_type_code => l_budget_type_code

Line 1082: -- , PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

1078: --
1079: --
1080: --
1081: --Called subprograms: PA_BUDGET_UTILS.Verify_Budget_Rules
1082: -- , PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
1083: -- , PA_BUDGET_UTILS.Baseline_Budget
1084: -- , PA_WORKFLOW_UTILS.Insert_WF_Processes
1085: --
1086: --

Line 1373: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules

1369: -- WORKFLOW Verify Budget Rules
1370: -- ------------------------------------------------------------------------------------
1371:
1372:
1373: PA_CLIENT_EXTN_BUDGET_WF.Verify_Budget_Rules
1374: (p_item_type => itemtype
1375: , p_item_key => itemkey
1376: , p_project_id => l_project_id
1377: , p_budget_type_code => l_budget_type_code