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 1642: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1638: pa_debug.g_err_stage := 'Err- Invalid Combination of Source and Target Preference code';
1639: pa_debug.write('Get_FP_Options: ' || l_module_name,pa_debug.g_err_stage,5);
1640: END IF;
1641: x_return_status := FND_API.G_RET_STS_ERROR;
1642: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1643: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1644: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
1645:
1646: END IF;

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

3715: pa_debug.g_err_stage := 'budget version id='||p_budget_version_id;
3716: pa_debug.write('SYNCHRONIZE_BUDGET_VERSION: ' || l_module_name,pa_debug.g_err_stage,5);
3717: END IF;
3718:
3719: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
3720: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3721:
3722: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3723:

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

3812: pa_debug.g_err_stage := 'Invalid budget version id='||p_budget_version_id;
3813: pa_debug.write('SYNCHRONIZE_BUDGET_VERSION: ' || l_module_name,pa_debug.g_err_stage,5);
3814: END IF;
3815:
3816: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
3817: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
3818:
3819: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
3820: END;

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

4398: pa_debug.g_err_stage := TO_CHAR(l_Stage)||': Err - projectid or plan types id or pref code id is NULL';
4399: pa_debug.write('Create_FP_Option: ' || l_module_name,pa_debug.g_err_stage,5);
4400: END IF;
4401: x_return_status := FND_API.G_RET_STS_ERROR;
4402: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4403: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4404: PA_DEBUG.Reset_Curr_Function;
4405: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4406: END IF;

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

4430: BEGIN
4431: IF p_cost_layout_code IS NULL THEN
4432:
4433: x_return_status := FND_API.G_RET_STS_ERROR;
4434: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4435: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4436: PA_DEBUG.Reset_Curr_Function;
4437: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4438: ELSE

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

4497: BEGIN
4498: IF p_revenue_layout_code IS NULL THEN
4499:
4500: x_return_status := FND_API.G_RET_STS_ERROR;
4501: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4502: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4503: PA_DEBUG.Reset_Curr_Function;
4504: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4505: ELSE

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

4553: IF p_all_layout_code IS NULL THEN
4554:
4555:
4556: x_return_status := FND_API.G_RET_STS_ERROR;
4557: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4558: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4559: PA_DEBUG.Reset_Curr_Function;
4560: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4561: ELSE

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

4852: pa_debug.g_err_stage:='p_target_fin_plan_type_id is '||p_target_fin_plan_type_id;
4853: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
4854: END IF;
4855:
4856: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4857: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4858:
4859: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4860:

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

4980: pa_debug.g_err_stage:='p_fin_plan_type_id is '||p_fin_plan_type_id;
4981: pa_debug.write( l_module_name,pa_debug.g_err_stage,l_debug_level5);
4982: END IF;
4983:
4984: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
4985: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
4986:
4987: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
4988: