DBA Data[Home] [Help]

APPS.IEX_WF_DEL_STATUS_PUB dependencies on STANDARD

Line 42: -- Standard Start of API savepoint

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

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

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

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

125: IEX_DEBUG_PUB.logMessage(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'PUB: ' || l_api_name || ' end');
126: IEX_DEBUG_PUB.logMessage(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:'|| TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
127: END IF;
128:
129: -- Standard call to get message count and if count is 1, get message info.
130: FND_MSG_PUB.Count_And_Get
131: ( p_count => x_msg_count,
132: p_data => x_msg_data
133: );