DBA Data[Home] [Help]

APPS.CN_CALC_ROLLUP_PVT dependencies on STANDARD

Line 1389: -- Standard Start of API savepoint

1385: FROM cn_process_batches_all
1386: WHERE physical_batch_id = p_physical_batch_id
1387: ORDER BY process_batch_id;
1388: BEGIN
1389: -- Standard Start of API savepoint
1390: SAVEPOINT rollup_batch;
1391:
1392: -- Standard call to check for call compatibility.
1393: IF NOT fnd_api.compatible_api_call( l_api_version, p_api_version, l_api_name, g_pkg_name ) THEN

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

1388: BEGIN
1389: -- Standard Start of API savepoint
1390: SAVEPOINT rollup_batch;
1391:
1392: -- Standard call to check for call compatibility.
1393: IF NOT fnd_api.compatible_api_call( l_api_version, p_api_version, l_api_name, g_pkg_name ) THEN
1394: RAISE fnd_api.g_exc_unexpected_error;
1395: END IF;
1396:

Line 1519: -- Standard check of p_commit.

1515: IF ( g_srp_validation_flag = 'Y' ) THEN
1516: revalidation( p_physical_batch_id );
1517: END IF;
1518:
1519: -- Standard check of p_commit.
1520: IF fnd_api.to_boolean( p_commit ) THEN
1521: COMMIT WORK;
1522: END IF;
1523:

Line 1524: -- Standard call to get message count and if count is 1, get message info.

1520: IF fnd_api.to_boolean( p_commit ) THEN
1521: COMMIT WORK;
1522: END IF;
1523:
1524: -- Standard call to get message count and if count is 1, get message info.
1525: fnd_msg_pub.count_and_get( p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false );
1526: EXCEPTION
1527: WHEN fnd_api.g_exc_error THEN
1528: ROLLBACK TO rollup_batch;