DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_CLIENT_EXTN_BUDGET_WF

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

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

Line 402: PA_CLIENT_EXTN_BUDGET_WF.Budget_Wf_Is_Used

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