DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_TEAM_TEMPLATES_PUB

Line 2033: PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE

2029: if l_team_template_id is not null then
2030: --EH Changes
2031: BEGIN
2032:
2033: PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE
2034: ( p_team_template_id => l_team_template_id
2035: ,p_project_id => x_new_project_id
2036: ,p_project_start_date => l_start_date
2037: ,x_return_status => l_return_status

Line 2045: x_err_stack := x_err_stack||'->PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE';

2041: if l_return_status <> 'S' then
2042: x_err_code := 256;
2043: -- x_err_stage := 'PA_NO_PROJ_CREATED';
2044: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_EXEC_APPLY_TEAM_TMP');
2045: x_err_stack := x_err_stack||'->PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE';
2046: rollback to copy_project;
2047: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
2048: return;
2049: end if;

Line 2055: x_err_stage := 'API: '||'PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE'||

2051: x_err_code := 256;
2052: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
2053: -- IF x_err_stage IS NULL
2054: -- THEN
2055: x_err_stage := 'API: '||'PA_TEAM_TEMPLATES_PUB.EXECUTE_APPLY_TEAM_TEMPLATE'||
2056: ' SQL error message: '||SUBSTR( SQLERRM,1,1900);
2057: -- END IF;
2058: rollback to copy_project;
2059: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534