DBA Data[Home] [Help]

APPS.IES_TRANSACTION_UTIL_PUB dependencies on STANDARD

Line 46: -- Standard Start of API savepoint

42: l_api_version CONSTANT NUMBER := 1.0;
43: l_encoded VARCHAR2(1) := FND_API.G_FALSE;
44: l_status NUMBER;
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT update_status_to_completed_sp;
48: -- Standard call to check for call compatibility
49: IF NOT FND_API.Compatible_API_Call ( l_api_version,
50: p_api_version,

Line 48: -- Standard call to check for call compatibility

44: l_status NUMBER;
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT update_status_to_completed_sp;
48: -- Standard call to check for call compatibility
49: IF NOT FND_API.Compatible_API_Call ( l_api_version,
50: p_api_version,
51: l_api_name,
52: G_PKG_NAME)

Line 86: -- Standard check of p_commit

82: END IF;
83:
84: -- End of API body
85:
86: -- Standard check of p_commit
87: IF FND_API.To_Boolean( p_commit ) THEN
88: COMMIT WORK;
89: END IF;
90:

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

87: IF FND_API.To_Boolean( p_commit ) THEN
88: COMMIT WORK;
89: END IF;
90:
91: -- Standard call to get message count and if count is 1, get message info
92: FND_MSG_PUB.Count_And_Get
93: ( p_encoded => l_encoded,
94: p_count => x_msg_count,
95: p_data => x_msg_data