DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_BUDGET_FUND_PKG

Line 3398: PA_BUDGET_FUND_PKG.Copy_Budgetary_Controls

3394:
3395:
3396: --Added for 14539941 to copy the budgetary control information
3397: If(l_project_id is not null) then
3398: PA_BUDGET_FUND_PKG.Copy_Budgetary_Controls
3399: ( p_from_project_id => l_project_in_rec.created_from_project_id,
3400: p_to_project_id => l_project_id,
3401: x_return_status => l_return_status,
3402: x_msg_count => l_msg_count,

Line 3408: l_err_stack := l_err_stack||'->PA_BUDGET_FUND_PKG.Copy_Budgetary_Controls';

3404:
3405: IF(l_return_status <> 'S') Then
3406: l_err_code := 725;
3407: l_err_stage := pa_project_core1.get_message_from_stack('PA_ERR_COPY_BUDGT_CONTRL');
3408: l_err_stack := l_err_stack||'->PA_BUDGET_FUND_PKG.Copy_Budgetary_Controls';
3409: RAISE FND_API.G_EXC_ERROR;
3410: END IF;
3411: end if; -- end of 14539941
3412: