DBA Data[Home] [Help]

APPS.CN_COMP_PLAN_PUB dependencies on STANDARD

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

204:
205: -- End of API body.
206: <>
207: NULL;
208: -- Standard call to get message count and if count is 1, get message info.
209: fnd_msg_pub.count_and_get (p_count => x_msg_count,
210: p_data => x_msg_data,
211: p_encoded => fnd_api.g_false
212: );

Line 274: -- Standard Start of API savepoint

270: l_pe_id cn_quota_assigns.quota_id%TYPE;
271: l_quota_assign_id cn_quota_assigns.quota_assign_id%TYPE;
272: l_loading_status VARCHAR2 (1000);
273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT create_plan_element_assign;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT fnd_api.compatible_api_call (l_api_version,

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

273: BEGIN
274: -- Standard Start of API savepoint
275: SAVEPOINT create_plan_element_assign;
276:
277: -- Standard call to check for call compatibility.
278: IF NOT fnd_api.compatible_api_call (l_api_version,
279: p_api_version,
280: l_api_name,
281: g_pkg_name

Line 349: -- Standard check of p_commit.

345: END IF;
346: END IF;
347:
348: -- End of API body.
349: -- Standard check of p_commit.
350: IF fnd_api.to_boolean (p_commit)
351: THEN
352: COMMIT WORK;
353: END IF;

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

351: THEN
352: COMMIT WORK;
353: END IF;
354:
355: -- Standard call to get message count and if count is 1, get message info.
356: fnd_msg_pub.count_and_get (p_count => x_msg_count,
357: p_data => x_msg_data,
358: p_encoded => fnd_api.g_false
359: );

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

678:
679: -- End of API body.
680: <>
681: NULL;
682: -- Standard call to get message count and if count is 1, get message info.
683: fnd_msg_pub.count_and_get (p_count => x_msg_count,
684: p_data => x_msg_data,
685: p_encoded => fnd_api.g_false
686: );

Line 761: -- Standard Start of API savepoint

757:
758: l_p_cp_rec CN_COMP_PLAN_PVT.comp_plan_rec_type;
759:
760: BEGIN
761: -- Standard Start of API savepoint
762: SAVEPOINT create_comp_plan;
763:
764: -- Standard call to check for call compatibility.
765: IF NOT fnd_api.compatible_api_call (l_api_version,

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

760: BEGIN
761: -- Standard Start of API savepoint
762: SAVEPOINT create_comp_plan;
763:
764: -- Standard call to check for call compatibility.
765: IF NOT fnd_api.compatible_api_call (l_api_version,
766: p_api_version,
767: l_api_name,
768: g_pkg_name

Line 1166: -- Standard check of p_commit.

1162: END IF;
1163:
1164: x_return_status := fnd_api.g_ret_sts_success;
1165:
1166: -- Standard check of p_commit.
1167: IF fnd_api.to_boolean (p_commit)
1168: THEN
1169: COMMIT WORK;
1170: END IF;

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

1168: THEN
1169: COMMIT WORK;
1170: END IF;
1171:
1172: -- Standard call to get message count and if count is 1, get message info.
1173: fnd_msg_pub.count_and_get (p_count => x_msg_count,
1174: p_data => x_msg_data,
1175: p_encoded => fnd_api.g_false
1176: );