DBA Data[Home] [Help]

APPS.IEX_WF_REP_STATUS_PUB dependencies on STANDARD

Line 38: -- Standard Start of API savepoint

34: l_msg_data VARCHAR2(2000);
35: l_api_name VARCHAR2(100) := 'START_WORKFLOW';
36: l_api_version_number CONSTANT NUMBER := 1.0;
37: BEGIN
38: -- Standard Start of API savepoint
39: SAVEPOINT START_WORKFLOW;
40:
41: -- Standard call to check for call compatibility.
42: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

37: BEGIN
38: -- Standard Start of API savepoint
39: SAVEPOINT START_WORKFLOW;
40:
41: -- Standard call to check for call compatibility.
42: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
43: p_api_version,
44: l_api_name,
45: G_PKG_NAME)

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

122: 'PUB: ' || l_api_name || ' end');
123: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:'
124: || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
125:
126: -- Standard call to get message count and if count is 1, get message info.
127: FND_MSG_PUB.Count_And_Get
128: ( p_count => x_msg_count,
129: p_data => x_msg_data
130: );