DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_CLIENT_EXTN_BUDGET_WF

Line 402: x_err_stage := 'Calling PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used';

398:
399:
400: /***** Code added for bug 2162949 */
401: --Check whether workflow is being used for this project budget
402: x_err_stage := 'Calling PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used';
403: print_msg(x_err_stage);
404: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used
405: ( p_draft_version_id => x_draft_version_id
406: , p_project_id => x_project_id

Line 404: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used

400: /***** Code added for bug 2162949 */
401: --Check whether workflow is being used for this project budget
402: x_err_stage := 'Calling PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used';
403: print_msg(x_err_stage);
404: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used
405: ( p_draft_version_id => x_draft_version_id
406: , p_project_id => x_project_id
407: , p_budget_type_code => x_budget_type_code
408: , p_pm_product_code => x_pm_product_code