DBA Data[Home] [Help]

APPS.ZPB_DATA_COLLECTION_UTIL_PVT dependencies on STANDARD

Line 68: -- Standard Start of API savepoint

64: l_lob CLOB;
65:
66: BEGIN
67:
68: -- Standard Start of API savepoint
69: SAVEPOINT zpb_excp_pvt_populate_results;
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call( l_api_version,
72: p_api_version,

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

66: BEGIN
67:
68: -- Standard Start of API savepoint
69: SAVEPOINT zpb_excp_pvt_populate_results;
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call( l_api_version,
72: p_api_version,
73: l_api_name,
74: G_PKG_NAME)

Line 144: -- Standard check of p_commit.

140: ZPB_LOG.WRITE_STATEMENT(G_PKG_NAME || '.' || l_api_name, 'Data Collection ownership view complete.');
141:
142: -- End of API body.
143:
144: -- Standard check of p_commit.
145: IF FND_API.To_Boolean( p_commit ) THEN
146: COMMIT WORK;
147: END IF;
148: -- Standard call to get message count and if count is 1, get message info.

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

144: -- Standard check of p_commit.
145: IF FND_API.To_Boolean( p_commit ) THEN
146: COMMIT WORK;
147: END IF;
148: -- Standard call to get message count and if count is 1, get message info.
149: FND_MSG_PUB.Count_And_Get(
150: p_count => x_msg_count, p_data => x_msg_data );
151:
152: EXCEPTION