DBA Data[Home] [Help]

APPS.CSI_T_TXN_SYSTEMS_PVT dependencies on STANDARD

Line 166: -- standard start of api savepoint

162: l_debug_level NUMBER;
163: l_system_rec csi_datastructures_pub.system_rec;
164: l_start_date DATE;
165: BEGIN
166: -- standard start of api savepoint
167: SAVEPOINT create_txn_system_pvt;
168:
169: -- standard call to check for call compatibility.
170: IF NOT fnd_api.compatible_api_call ( l_api_version_number,

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

165: BEGIN
166: -- standard start of api savepoint
167: SAVEPOINT create_txn_system_pvt;
168:
169: -- standard call to check for call compatibility.
170: IF NOT fnd_api.compatible_api_call ( l_api_version_number,
171: p_api_version,
172: l_api_name,
173: g_pkg_name)

Line 327: -- standard check FOR p_commit

323: --
324: -- END of api body
325: --
326:
327: -- standard check FOR p_commit
328: IF fnd_api.to_boolean( p_commit )
329: THEN
330: COMMIT WORK;
331: END IF;

Line 336: -- standard call to get message count AND IF count IS 1, get message info.

332:
333:
334:
335:
336: -- standard call to get message count AND IF count IS 1, get message info.
337: fnd_msg_pub.count_and_get
338: ( p_count => x_msg_count,
339: p_data => x_msg_data
340: );