DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS_PUB dependencies on PA_UTILS

Line 142: pa_utils.add_message

138: if p_currency_code <> v_proj_func_cur then
139:
140: if p_conversion_ratetype is null or p_conversion_ratedate is null then
141:
142: pa_utils.add_message
143: ( p_app_short_name => 'PA'
144: ,p_msg_name => 'PA_MISS_CURR_CONV_INFO'
145: );
146: RAISE FND_API.G_EXC_ERROR;

Line 164: pa_utils.add_message

160: P_rate => v_rate,
161: X_status => v_status);
162:
163: IF v_status is not null then
164: pa_utils.add_message
165: ( p_app_short_name => 'PA'
166: ,p_msg_name => v_status
167: );
168: RAISE FND_API.G_EXC_ERROR;

Line 202: pa_utils.add_message

198: p_return_status := 'E';
199: p_msg_count :=1;
200: return;*/
201:
202: pa_utils.add_message
203: ( p_app_short_name => 'PA'
204: ,p_msg_name => 'PA_DCTN_DMEMO_CURR_NULL'
205: );
206: RAISE FND_API.G_EXC_ERROR;

Line 223: pa_utils.add_message

219: p_return_status := 'E';
220: p_msg_count :=1;
221: return;*/
222:
223: pa_utils.add_message
224: ( p_app_short_name => 'PA'
225: ,p_msg_name => 'PA_DCTN_REQ_DATE_NULL'
226: );
227: RAISE FND_API.G_EXC_ERROR;

Line 403: pa_utils.add_message

399: /* p_msg_data := 'PA_DCTN_HDR_NOT_EXISTS'; -- bug9052223
400: p_return_status :='E';
401: p_msg_count :=1;*/
402:
403: pa_utils.add_message
404: ( p_app_short_name => 'PA'
405: ,p_msg_name => 'PA_DCTN_HDR_NOT_EXISTS'
406: );
407:

Line 427: pa_utils.add_message

423: if cur_dctn_hdr.currency_code <> v_proj_func_cur then
424:
425: if p_conversion_ratetype is null or p_conversion_ratedate is null then
426:
427: pa_utils.add_message
428: ( p_app_short_name => 'PA'
429: ,p_msg_name => 'PA_MISS_CURR_CONV_INFO'
430: );
431: RAISE FND_API.G_EXC_ERROR;

Line 450: pa_utils.add_message

446: P_rate => v_rate,
447: X_status => v_status);
448:
449: IF v_status is not null then
450: pa_utils.add_message
451: ( p_app_short_name => 'PA'
452: ,p_msg_name => v_status
453: );
454: RAISE FND_API.G_EXC_ERROR;