DBA Data[Home] [Help]

APPS.CN_POST_COLLECTION_TAE_PUB dependencies on STANDARD

Line 80: -- Standard Start of API savepoint

76: l_org_id NUMBER;
77: l_version_name VARCHAR2(60);
78:
79: BEGIN
80: -- Standard Start of API savepoint
81: SAVEPOINT get_assignments;
82: --+
83: -- Standard call to check for call compatibility.
84: --+

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

79: BEGIN
80: -- Standard Start of API savepoint
81: SAVEPOINT get_assignments;
82: --+
83: -- Standard call to check for call compatibility.
84: --+
85: IF NOT FND_API.Compatible_API_Call ( l_api_version,
86: p_api_version,
87: l_api_name,

Line 300: -- Standard check of p_commit.

296: END IF;
297: END IF;
298: -- SK End of post processing hooks
299:
300: -- Standard check of p_commit.
301: IF FND_API.To_Boolean( p_commit )
302: THEN
303: COMMIT WORK;
304: END IF;

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

302: THEN
303: COMMIT WORK;
304: END IF;
305:
306: -- Standard call to get message count and if count is 1, get message info.
307: FND_MSG_PUB.Count_And_Get
308: (p_count => x_msg_count,
309: p_data => x_msg_data
310: );