DBA Data[Home] [Help]

APPS.PA_PROJ_FP_OPTIONS_PUB dependencies on PA_UTILS

Line 187: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

183: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err - Option Level Code should not be NULL';
184: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
185: END IF;
186: x_return_status := FND_API.G_RET_STS_ERROR;
187: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
188: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
189: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
190:
191: ELSIF (p_target_fp_option_level_code = PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_TYPE) THEN

Line 201: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

197: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err- Plan Type ID cannot be NULL.';
198: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
199: END IF;
200: x_return_status := FND_API.G_RET_STS_ERROR;
201: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
202: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
203: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
204: END IF;
205: ELSIF (p_target_fp_option_level_code = PA_FP_CONSTANTS_PKG.G_OPTION_LEVEL_PLAN_VERSION) THEN

Line 216: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

212: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err- Plan Type ID cannot be NULL.';
213: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
214: END IF;
215: x_return_status := FND_API.G_RET_STS_ERROR;
216: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
217: p_msg_name => 'PA_FP_INV_PARAM_PASSED' );
218: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
219: ELSIF (p_target_fin_plan_version_id IS NULL) THEN
220: IF P_PA_DEBUG_MODE = 'Y' THEN

Line 225: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

221: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err- Plan Version ID cannot be NULL.';
222: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
223: END IF;
224: x_return_status := FND_API.G_RET_STS_ERROR;
225: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
226: p_msg_name => 'PA_FP_INV_PARAM_PASSED' );
227: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
228: END IF;
229: END IF;

Line 277: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

273: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err - FP Preference Code should not be NULL';
274: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
275: END IF;
276: x_return_status := FND_API.G_RET_STS_ERROR;
277: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
278: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
279: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
280: END IF;
281: ELSE

Line 317: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

313: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err- Project ID cannot be NULL.';
314: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
315: END IF;
316: x_return_status := FND_API.G_RET_STS_ERROR;
317: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
318: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
319: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
320: END IF;
321:

Line 1663: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1659: pa_debug.g_err_stage := 'Err- Invalid Combination of Source and Target Preference code';
1660: pa_debug.write('Get_FP_Options: ' || l_module_name,pa_debug.g_err_stage,5);
1661: END IF;
1662: x_return_status := FND_API.G_RET_STS_ERROR;
1663: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1664: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1665: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
1666:
1667: END IF;

Line 3764: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',

3760: pa_debug.g_err_stage := 'budget version id='||p_budget_version_id;
3761: pa_debug.write('SYNCHRONIZE_BUDGET_VERSION: ' || l_module_name,pa_debug.g_err_stage,5);
3762: END IF;
3763:
3764: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
3765: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3766:
3767: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3768:

Line 3861: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',

3857: pa_debug.g_err_stage := 'Invalid budget version id='||p_budget_version_id;
3858: pa_debug.write('SYNCHRONIZE_BUDGET_VERSION: ' || l_module_name,pa_debug.g_err_stage,5);
3859: END IF;
3860:
3861: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
3862: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3863:
3864: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3865: END;

Line 4447: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

4443: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err - projectid or plan types id or pref code id is NULL';
4444: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
4445: END IF;
4446: x_return_status := FND_API.G_RET_STS_ERROR;
4447: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4448: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4449: PA_DEBUG.Reset_Curr_Function;
4450: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4451: END IF;

Line 4479: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

4475: BEGIN
4476: IF p_cost_layout_code IS NULL THEN
4477:
4478: x_return_status := FND_API.G_RET_STS_ERROR;
4479: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4480: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4481: PA_DEBUG.Reset_Curr_Function;
4482: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4483: ELSE

Line 4546: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

4542: BEGIN
4543: IF p_revenue_layout_code IS NULL THEN
4544:
4545: x_return_status := FND_API.G_RET_STS_ERROR;
4546: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4547: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4548: PA_DEBUG.Reset_Curr_Function;
4549: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4550: ELSE

Line 4602: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

4598: IF p_all_layout_code IS NULL THEN
4599:
4600:
4601: x_return_status := FND_API.G_RET_STS_ERROR;
4602: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4603: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4604: PA_DEBUG.Reset_Curr_Function;
4605: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4606: ELSE

Line 4901: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

4897: pa_debug.g_err_stage:='p_target_fin_plan_type_id is '||p_target_fin_plan_type_id;
4898: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
4899: END IF;
4900:
4901: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4902: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4903:
4904: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4905:

Line 5029: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

5025: pa_debug.g_err_stage:='p_fin_plan_type_id is '||p_fin_plan_type_id;
5026: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
5027: END IF;
5028:
5029: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
5030: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
5031:
5032: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5033: