DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS dependencies on FND_MSG_PUB

Line 45: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_UTILS.Is_Team_Template_Name_Unique'

41: EXCEPTION
42: WHEN OTHERS THEN
43: /* --
44: -- Set the excetption Message and the stack
45: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_UTILS.Is_Team_Template_Name_Unique'
46: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
47: --
48: */ RAISE;
49:

Line 100: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_UTILS.Check_Team_Template_Name_Or_Id'

96: x_return_status := FND_API.G_RET_STS_ERROR;
97: x_error_message_code := 'PA_TEAM_TEMPLATE_INV_AMG';
98: WHEN OTHERS THEN
99: -- Set the excetption Message and the stack
100: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_UTILS.Check_Team_Template_Name_Or_Id'
101: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
102:
103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
104: RAISE; -- This is optional depending on the needs