DBA Data[Home] [Help]

APPS.CN_CNSYTC_TABLES_PVT dependencies on STANDARD

Line 192: -- Standard Start of API savepoint

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

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

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

Line 229: -- Standard Check to p_commit

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

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

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