DBA Data[Home] [Help]

APPS.IES_TRANSACTIONS_PKG dependencies on STANDARD

Line 39: -- Standard Start of API savepoint

35: l_api_name CONSTANT VARCHAR2(30) := 'endSuspendedTransaction';
36: l_api_version CONSTANT NUMBER := 1.0;
37: l_status NUMBER;
38: BEGIN
39: -- Standard Start of API savepoint
40: SAVEPOINT end_suspended_trx_sp;
41:
42: -- Standard call to check for call compatibility
43: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

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

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

87: -- End of API body
88:
89: COMMIT WORK;
90:
91: -- Standard call to get message count and if count is 1, get message info
92: FND_MSG_PUB.Count_And_Get
93: (
94: p_count => x_msg_count,
95: p_data => x_msg_data