DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_PROJECT_CORE1

Line 75: --Called subprograms: pa_project_core1.copy_project

71: --Type: Procedure
72: --Description: This procedure can be used to create a project on basis
73: -- of an existing project or template.
74: --
75: --Called subprograms: pa_project_core1.copy_project
76: --
77: --
78: --
79: --History:

Line 3276: pa_project_core1.copy_project (

3272:
3273: --PROJECT
3274: --create a new project using a template or other project as basis
3275: ----dbms_output.put_line('before calling Copy_Project');
3276: pa_project_core1.copy_project (
3277: x_orig_project_id => l_project_in_rec.created_from_project_id
3278: ,x_project_name => RTRIM(l_project_in_rec.project_name)
3279: ,x_long_name => RTRIM(l_project_in_rec.long_name)
3280: ,x_project_number => RTRIM(l_create_project_number)

Line 3407: l_err_stage := pa_project_core1.get_message_from_stack('PA_ERR_COPY_BUDGT_CONTRL');

3403: x_msg_data => l_msg_data);
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