DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_BUDGET_CORE

Line 3185: --Called subprograms: pa_budget_core.verify

3181: --Description: This procedure can be used to baseline
3182: -- a budget for a given project.
3183: --
3184: --
3185: --Called subprograms: pa_budget_core.verify
3186: -- pa_budget_core.baseline
3187: -- PA_BUDGET_FUND_PKG.get_budget_ctrl_options
3188: --
3189: --

Line 3186: -- pa_budget_core.baseline

3182: -- a budget for a given project.
3183: --
3184: --
3185: --Called subprograms: pa_budget_core.verify
3186: -- pa_budget_core.baseline
3187: -- PA_BUDGET_FUND_PKG.get_budget_ctrl_options
3188: --
3189: --
3190: --

Line 4243: pa_budget_core.verify( x_budget_version_id => l_curr_working_version_id

4239: -- dbms_output.put_line('done with BL Check');
4240:
4241: -- verify budget (up to this date (sept 96) not implemented)
4242: --
4243: pa_budget_core.verify( x_budget_version_id => l_curr_working_version_id
4244: ,x_err_code => l_err_code
4245: ,x_err_stage => l_err_stage
4246: ,x_err_stack => l_err_stack );
4247:

Line 4291: ( p_pkg_name => 'PA_BUDGET_CORE'

4287: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4288: THEN
4289:
4290: FND_MSG_PUB.add_exc_msg
4291: ( p_pkg_name => 'PA_BUDGET_CORE'
4292: , p_procedure_name => 'VERIFY'
4293: , p_error_text => 'ORA-'||LPAD(substr(l_err_code,2),5,'0') );
4294:
4295: END IF;

Line 4635: /* -- dbms_output.put_line('Call PA_BUDGET_CORE.BASELINE'); */

4631:
4632: -- calling private API 'BASELINE'
4633: -- Hardcode p_verify_budget_rules to 'N' becuase verify_budget_rules already called.
4634:
4635: /* -- dbms_output.put_line('Call PA_BUDGET_CORE.BASELINE'); */
4636:
4637:
4638:
4639:

Line 4649: pa_budget_core.baseline ( x_draft_version_id => l_curr_working_version_id

4645: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
4646: END IF;
4647:
4648: -- dbms_output.put_line('About to call the baseline api in budget core');
4649: pa_budget_core.baseline ( x_draft_version_id => l_curr_working_version_id
4650: ,x_mark_as_original => l_mark_as_original
4651: ,x_verify_budget_rules => 'N'
4652: ,x_err_code => l_err_code
4653: ,x_err_stage => l_err_stage

Line 4708: ( p_pkg_name => 'PA_BUDGET_CORE'

4704: /* -- dbms_output.put_line('Err_stage: '||l_err_stage); */
4705: /* -- dbms_output.put_line('Err_stack: '||l_err_stack); */
4706:
4707: FND_MSG_PUB.add_exc_msg
4708: ( p_pkg_name => 'PA_BUDGET_CORE'
4709: , p_procedure_name => 'BASELINE'
4710: , p_error_text => 'ORA-'||LPAD(substr(l_err_code,2),5,'0') );
4711:
4712: END IF;