DBA Data[Home] [Help]

APPS.CN_CNSYTC_TABLES_PVT dependencies on STANDARD

Line 191: -- Standard Start of API savepoint

187: l_repository_id NUMBER(15);
188: x_status NUMBER;
189: BEGIN
190: -- +
191: -- Standard Start of API savepoint
192: -- +
193: SAVEPOINT cn_obj_tables ;
194: --+
195: -- Standard call to check for call compatibility.

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

191: -- Standard Start of API savepoint
192: -- +
193: SAVEPOINT cn_obj_tables ;
194: --+
195: -- Standard call to check for call compatibility.
196: --+
197: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
198: p_api_version ,
199: l_api_name ,

Line 228: -- Standard Check to p_commit

224: -- +
225: insert_ext_cols(p_table_rec,l_ext_obj_id);
226:
227: -- +
228: -- Standard Check to p_commit
229: --+
230:
231: IF( FND_API.to_boolean(p_commit)) THEN
232: COMMIT WORK;

Line 236: -- Standard Call to get Message count if count > 1 get message

232: COMMIT WORK;
233: END IF ;
234:
235: -- +
236: -- Standard Call to get Message count if count > 1 get message
237: -- +
238: FND_MSG_PUB.count_and_get
239: (
240: p_count => x_msg_count ,