DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on STANDARD

Line 54: -- Standard Start of API savepoint

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

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

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

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

257: x_return_status := 'F';
258: end if;
259:
260:
261: -- Standard call to get message count and if count is 1, get message info.
262: FND_MSG_PUB.Count_And_Get
263: ( p_count => x_msg_count,
264: p_data => x_msg_data
265: );