DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_SERVICE_PUB dependencies on STANDARD

Line 55: -- Standard Start of API savepoint

51: WHERE b.source_id = a.source_mgr_id
52: AND a.user_id = p_user_id;
53:
54: BEGIN
55: -- Standard Start of API savepoint
56: SAVEPOINT START_WORKFLOW;
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
59: p_api_version,

Line 57: -- Standard call to check for call compatibility.

53:
54: BEGIN
55: -- Standard Start of API savepoint
56: SAVEPOINT START_WORKFLOW;
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
59: p_api_version,
60: l_api_name,
61: G_PKG_NAME)

Line 280: -- Standard call to get message count and if count is 1, get message info.

276: x_return_status := 'F';
277: end if;
278:
279:
280: -- Standard call to get message count and if count is 1, get message info.
281: FND_MSG_PUB.Count_And_Get
282: ( p_count => x_msg_count,
283: p_data => x_msg_data
284: );