DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PKG dependencies on PA_UTILS

Line 226: PA_UTILS.Add_Message ( p_app_short_name => 'PA'

222: --statement or we can't be completely sure that one of the conditions
223: --doesn't exist - due to timing issue.
224: --The user will get the specific message from the public API the next time they try to delete
225: --the team template.
226: PA_UTILS.Add_Message ( p_app_short_name => 'PA'
227: ,p_msg_name => 'PA_COULD_NOT_DEL_TEAM_TEM');
228: x_return_status := FND_API.G_RET_STS_ERROR;
229: END IF;
230:

Line 280: PA_UTILS.Add_Message ( p_app_short_name => 'PA'

276: --statement or we can't be completely sure that one of the 3 conditions
277: --doesn't exist - due to timing issue.
278: --The user will get the specific message from the public API the next time they try to delete
279: --the team template.
280: PA_UTILS.Add_Message ( p_app_short_name => 'PA'
281: ,p_msg_name => 'PA_COULD_NOT_DEL_TEAM_TEM');
282: x_return_status := FND_API.G_RET_STS_ERROR;
283:
284: END IF;