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 302: -- Standard check of p_commit.

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

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

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