DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_BUDGET_CORE

Line 1028: -- , GMS_BUDGET_CORE.Baseline

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

Line 1277: GMS_BUDGET_CORE.Baseline ( x_draft_version_id => l_budget_version_id

1273:
1274: IF (l_warnings_only = 'Y')
1275: THEN
1276:
1277: GMS_BUDGET_CORE.Baseline ( x_draft_version_id => l_budget_version_id
1278: ,x_mark_as_original => l_mark_as_original
1279: ,x_verify_budget_rules => 'N'
1280: ,x_err_code => l_err_code
1281: ,x_err_stage => l_err_stage

Line 1308: -- Created By The gms_Budget_Core.Baseline Call.

1304: OPEN l_baseline_csr ( l_project_id, l_award_id, l_budget_type_code );
1305: FETCH l_baseline_csr INTO l_baselined_version_id;
1306:
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'