DBA Data[Home] [Help]

APPS.PA_ADVERTISEMENTS_PUB dependencies on FND_MSG_PUB

Line 323: IF FND_MSG_PUB.Count_Msg > 0 THEN

319: PA_DEBUG.Reset_Err_Stack;
320:
321: -- If there are any messages in the stack then set x_return_status
322:
323: IF FND_MSG_PUB.Count_Msg > 0 THEN
324:
325: x_return_status := FND_API.G_RET_STS_ERROR;
326:
327: END IF;

Line 334: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Prepare_Adv_Action_Set'

330: EXCEPTION
331: WHEN OTHERS THEN
332:
333: -- Set the excetption Message and the stack
334: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Prepare_Adv_Action_Set'
335: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
336: --
337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
338: RAISE; -- This is optional depending on the needs

Line 590: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Perform_Adv_Action_Set'

586: EXCEPTION
587: WHEN OTHERS THEN
588:
589: -- Set the excetption Message and the stack
590: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Perform_Adv_Action_Set'
591: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
592:
593: x_action_line_result_code := pa_action_set_utils.G_NOT_PERFORMED;
594: RAISE; -- This is optional depending on the needs

Line 784: IF FND_MSG_PUB.Count_Msg > 0 THEN

780: PA_DEBUG.Reset_Err_Stack;
781:
782: -- If there are any messages in the stack then set x_return_status
783:
784: IF FND_MSG_PUB.Count_Msg > 0 THEN
785:
786: x_return_status := FND_API.G_RET_STS_ERROR;
787:
788: END IF;

Line 795: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Reevaluate_Adv_Action_Set'

791: EXCEPTION
792: WHEN OTHERS THEN
793:
794: -- Set the excetption Message and the stack
795: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ADVERTISEMENTS_PUB.Reevaluate_Adv_Action_Set'
796: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
797: --
798: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
799: RAISE; -- This is optional depending on the needs