DBA Data[Home] [Help]

APPS.CN_EXT_TBL_MAP_PVT dependencies on STANDARD

Line 59: -- Standard Start of API savepoint

55: l_calc_ext_table_id NUMBER;
56: l_rowid VARCHAR2(30);
57: BEGIN
58: -- +
59: -- Standard Start of API savepoint
60: -- +
61: SAVEPOINT create_external_mapping ;
62: --+
63: -- Standard call to check for call compatibility.

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

59: -- Standard Start of API savepoint
60: -- +
61: SAVEPOINT create_external_mapping ;
62: --+
63: -- Standard call to check for call compatibility.
64: --+
65: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
66: p_api_version ,
67: l_api_name ,

Line 154: -- Standard Check to p_commit

150: x_last_update_login => g_last_update_login);
151:
152: END LOOP;
153: -- +
154: -- Standard Check to p_commit
155: -- +
156: IF( FND_API.to_boolean(p_commit)) THEN
157: COMMIT WORK;
158: END IF ;

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

156: IF( FND_API.to_boolean(p_commit)) THEN
157: COMMIT WORK;
158: END IF ;
159: -- +
160: -- Standard Call to get Message count if count > 1 get message
161: -- +
162: FND_MSG_PUB.count_and_get
163: (
164: p_count => x_msg_count ,