DBA Data[Home] [Help]

APPS.CSI_T_TXN_SYSTEMS_GRP dependencies on STANDARD

Line 36: -- standard start of api savepoint

32: l_debug_level NUMBER;
33:
34:
35: BEGIN
36: -- standard start of api savepoint
37: SAVEPOINT csi_t_txn_systems_grp;
38:
39: -- standard call to check for call compatibility.
40: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 39: -- standard call to check for call compatibility.

35: BEGIN
36: -- standard start of api savepoint
37: SAVEPOINT csi_t_txn_systems_grp;
38:
39: -- standard call to check for call compatibility.
40: IF NOT fnd_api.compatible_api_call ( l_api_version,
41: p_api_version,
42: l_api_name,
43: g_pkg_name)

Line 122: -- standard check for p_commit

118: --
119: -- END of api body.
120: --
121:
122: -- standard check for p_commit
123: IF fnd_api.to_boolean( p_commit )
124: THEN
125: COMMIT WORK;
126: END IF;

Line 133: -- standard call to get message count AND IF count is 1, get message info.

129: IF (l_flag = 'Y') THEN
130: dbms_session.set_sql_trace(false);
131: END IF;
132:
133: -- standard call to get message count AND IF count is 1, get message info.
134: fnd_msg_pub.count_and_get
135: ( p_count => x_msg_count,
136: p_data => x_msg_data
137: );

Line 190: -- standard start of api savepoint

186: l_debug_level NUMBER;
187:
188:
189: BEGIN
190: -- standard start of api savepoint
191: SAVEPOINT update_txn_system_grp;
192:
193: -- standard call to check for call compatibility.
194: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 193: -- standard call to check for call compatibility.

189: BEGIN
190: -- standard start of api savepoint
191: SAVEPOINT update_txn_system_grp;
192:
193: -- standard call to check for call compatibility.
194: IF NOT fnd_api.compatible_api_call ( l_api_version,
195: p_api_version,
196: l_api_name,
197: g_pkg_name)

Line 270: -- standard check for p_commit

266: --
267: -- end of api body
268: --
269:
270: -- standard check for p_commit
271: IF fnd_api.to_boolean( p_commit )
272: THEN
273: COMMIT WORK;
274: END IF;

Line 280: -- standard call to get message count and if count is 1, get message info.

276: IF (l_flag = 'Y') THEN
277: dbms_session.set_sql_trace(false);
278: END IF;
279:
280: -- standard call to get message count and if count is 1, get message info.
281: fnd_msg_pub.count_and_get
282: ( p_count => x_msg_count,
283: p_data => x_msg_data
284: );

Line 336: -- standard start of api savepoint

332: l_debug_level NUMBER;
333:
334:
335: BEGIN
336: -- standard start of api savepoint
337: SAVEPOINT delete_txn_system_grp;
338:
339: -- standard call to check for call compatibility.
340: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 339: -- standard call to check for call compatibility.

335: BEGIN
336: -- standard start of api savepoint
337: SAVEPOINT delete_txn_system_grp;
338:
339: -- standard call to check for call compatibility.
340: IF NOT fnd_api.compatible_api_call ( l_api_version,
341: p_api_version,
342: l_api_name,
343: g_pkg_name)

Line 414: -- standard check for p_commit

410: --
411: -- END of api body
412: --
413:
414: -- standard check for p_commit
415: IF fnd_api.to_boolean( p_commit )
416: THEN
417: COMMIT WORK;
418: END IF;

Line 424: -- standard call to get message count AND IF count is 1, get message info.

420: IF (l_flag = 'Y') THEN
421: dbms_session.set_sql_trace(false);
422: END IF;
423:
424: -- standard call to get message count AND IF count is 1, get message info.
425: fnd_msg_pub.count_and_get
426: ( p_count => x_msg_count,
427: p_data => x_msg_data
428: );