DBA Data[Home] [Help]

APPS.CN_PRD_QUOTA_PVT dependencies on STANDARD

Line 60: -- Standard Start of API savepoint

56: p_itd_payment NUMBER;
57: p_quarter_num NUMBER;
58: p_period_year cn_period_quotas.period_year%TYPE;
59: BEGIN
60: -- Standard Start of API savepoint
61: SAVEPOINT update_prd_quota;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

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

59: BEGIN
60: -- Standard Start of API savepoint
61: SAVEPOINT update_prd_quota;
62:
63: -- Standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
65: THEN
66: RAISE fnd_api.g_exc_unexpected_error;
67: END IF;

Line 152: -- Standard check of p_commit.

148: -- sync balances
149: cn_period_quotas_pkg.sync_ITD_values (x_quota_id => p_prd_quota.quota_id);
150:
151: -- End of API body.
152: -- Standard check of p_commit.
153: IF fnd_api.to_boolean (p_commit)
154: THEN
155: COMMIT WORK;
156: END IF;

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

154: THEN
155: COMMIT WORK;
156: END IF;
157:
158: -- Standard call to get message count and if count is 1, get message info.
159: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
160: EXCEPTION
161: WHEN fnd_api.g_exc_error
162: THEN