DBA Data[Home] [Help]

APPS.CN_PERIOD_QUOTAS_GRP dependencies on STANDARD

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

462: RAISE fnd_api.g_exc_error;
463: END IF;
464:
465: -- End of API body.
466: -- Standard call to get message count and if count is 1, get message info.
467: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
468: EXCEPTION
469: WHEN fnd_api.g_exc_error
470: THEN

Line 518: -- Standard Start of API savepoint

514: l_tmp NUMBER;
515: l_loading_status VARCHAR2 (80);
516: BEGIN
517: --
518: -- Standard Start of API savepoint
519: -- +
520: SAVEPOINT create_period_quotas;
521:
522: --+

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

519: -- +
520: SAVEPOINT create_period_quotas;
521:
522: --+
523: -- Standard call to check for call compatibility.
524: --+
525: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
526: THEN
527: RAISE fnd_api.g_exc_unexpected_error;

Line 606: -- Standard check of p_commit.

602: END IF; -- Table Count is Not Zero
603:
604: --+
605: -- End of API body.
606: -- Standard check of p_commit.
607: --+
608: IF fnd_api.to_boolean (p_commit)
609: THEN
610: COMMIT WORK;

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

610: COMMIT WORK;
611: END IF;
612:
613: --+
614: -- Standard call to get message count and if count is 1, get message info.
615: --+
616: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
617: EXCEPTION
618: WHEN fnd_api.g_exc_error

Line 669: -- Standard Start of API savepoint

665: l_tmp NUMBER;
666: l_loading_status VARCHAR2 (80);
667: BEGIN
668: --
669: -- Standard Start of API savepoint
670: -- +
671: SAVEPOINT update_plan_element;
672:
673: --+

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

670: -- +
671: SAVEPOINT update_plan_element;
672:
673: --+
674: -- Standard call to check for call compatibility.
675: --+
676: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
677: THEN
678: RAISE fnd_api.g_exc_unexpected_error;

Line 746: -- Standard check of p_commit.

742: END IF; -- Table Count is Not Zero
743:
744: --+
745: -- End of API body.
746: -- Standard check of p_commit.
747: --+
748: IF fnd_api.to_boolean (p_commit)
749: THEN
750: COMMIT WORK;

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

750: COMMIT WORK;
751: END IF;
752:
753: --+
754: -- Standard call to get message count and if count is 1, get message info.
755: --+
756: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
757: EXCEPTION
758: WHEN fnd_api.g_exc_error