DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_EGO_WRAPPER_PUB

Line 5339: x_err_stage := 'Calling PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS API ...';

5335:
5336: -- anlee
5337: -- Copying item associations
5338:
5339: x_err_stage := 'Calling PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS API ...';
5340:
5341: BEGIN
5342: /*Following code added for selective copy project options. Tracking bug No 3464332*/
5343: OPEN cur_get_flag('PR_ITEM_ASSOC_FLAG');

Line 5348: PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS

5344: FETCH cur_get_flag INTO l_pr_item_assoc_flag;
5345: CLOSE cur_get_flag;
5346:
5347: IF 'Y' = l_pr_item_assoc_flag THEN
5348: PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS
5349: ( p_project_id_from => x_orig_project_id
5350: ,p_project_id_to => x_new_project_id
5351: ,p_init_msg_list => fnd_api.g_FALSE
5352: ,p_commit => fnd_api.g_FALSE

Line 5361: x_err_stack := x_err_stack||'->PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS';

5357:
5358: if l_return_status <> 'S' then
5359: x_err_code := 710;
5360: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_ITEM_ASSOCS');
5361: x_err_stack := x_err_stack||'->PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS';
5362: rollback to copy_project;
5363: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5364: return;
5365: end if;

Line 5372: x_err_stage := 'API: '||'PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS'||

5368: x_err_code := 710;
5369: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5370: -- IF x_err_stage IS NULL
5371: -- THEN
5372: x_err_stage := 'API: '||'PA_EGO_WRAPPER_PUB.COPY_ITEM_ASSOCS'||
5373: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5374: -- END IF;
5375: rollback to copy_project;
5376: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534