DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_WIZARD_API dependencies on FND_MSG_PUB

Line 317: fnd_msg_pub.add;

313: );
314: rollback to VALIDATE_DELETE_API_CALLS;
315: exception
316: when app_exception.application_exception then
317: fnd_msg_pub.add;
318: when others then
319: ROLLBACK TO VALIDATE_DELETE_API_CALLS;
320: raise;
321: end validate_delete_api_calls;

Line 340: fnd_msg_pub.initialize;

336: copy_entity_result_id = p_copy_entity_result_id;
337: begin
338:
339: hr_utility.set_location('Entering: '||l_proc,10);
340: fnd_msg_pub.initialize;
341: g_top_level_entity := g_NEW;
342: open getId;
343: fetch getId into l_pk_id;
344: if(getId%found) then

Line 372: fnd_msg_pub.initialize;

368: copy_entity_result_id = p_copy_entity_result_id;
369: begin
370:
371: hr_utility.set_location('Entering: '||l_proc,10);
372: fnd_msg_pub.initialize;
373: g_top_level_entity := p_top_level_entity;
374: open getId;
375: fetch getId into l_pk_id;
376: if(getId%found) then

Line 484: fnd_msg_pub.add;

480: exception
481: when hr_API.validate_enabled then
482: ROLLBACK TO SUBMIT_REQUEST;
483: when app_exception.application_exception then
484: fnd_msg_pub.add;
485: when others then
486: ROLLBACK TO SUBMIT_REQUEST;
487: raise;*/
488: -- When in validation only mode raise the Validate_Enabled exception

Line 514: fnd_msg_pub.add;

510: hr_utility.set_location(' Leaving:'||l_proc, 80);
511: --
512: when app_exception.application_exception then
513:
514: fnd_msg_pub.add;
515:
516: --
517: when others then
518: --