DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on STANDARD

Line 58: -- Standard Start of API savepoint

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

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

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

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

392: x_return_status := 'F';
393: end if;
394:
395:
396: -- Standard call to get message count and if count is 1, get message info.
397: FND_MSG_PUB.Count_And_Get
398: ( p_count => x_msg_count,
399: p_data => x_msg_data
400: );