DBA Data[Home] [Help]

APPS.AMW_RISK_CTRL_COUNT_PVT dependencies on STANDARD

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

311: -- ---Inserting process_id
312: -- ----commit;
313: -- SAVEPOINT get_process_hierarchy_pvt;
314: -- x_return_status := fnd_api.g_ret_sts_success;
315: -- -- Standard call to check for call compatibility.
316: -- IF NOT fnd_api.compatible_api_call (l_api_version_number,
317: -- p_api_version_number,
318: -- l_api_name,
319: -- g_pkg_name

Line 705: -- -- Standard check for p_commit

701: -- End commenting the session validation code ....
702: -- IF x_return_status <> fnd_api.g_ret_sts_success THEN
703: -- RAISE fnd_api.g_exc_error;
704: -- END IF;
705: -- -- Standard check for p_commit
706: -- IF fnd_api.to_boolean (p_commit) THEN
707: -- COMMIT WORK;
708: -- END IF;
709: -- --Debug Message

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

707: -- COMMIT WORK;
708: -- END IF;
709: -- --Debug Message
710: -- amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'end');
711: -- -- Standard call to get message count and if count is 1, get message info.
712: -- fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
713: -- EXCEPTION
714: -- WHEN fnd_api.g_exc_error THEN
715: -- ROLLBACK TO get_process_hierarchy_pvt;

Line 717: -- -- Standard call to get message count and if count=1, get the message

713: -- EXCEPTION
714: -- WHEN fnd_api.g_exc_error THEN
715: -- ROLLBACK TO get_process_hierarchy_pvt;
716: -- x_return_status := fnd_api.g_ret_sts_error;
717: -- -- Standard call to get message count and if count=1, get the message
718: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
719: -- p_count => x_msg_count,
720: -- p_data => x_msg_data
721: -- );

Line 725: -- -- Standard call to get message count and if count=1, get the message

721: -- );
722: -- WHEN fnd_api.g_exc_unexpected_error THEN
723: -- ROLLBACK TO get_process_hierarchy_pvt;
724: -- x_return_status := fnd_api.g_ret_sts_unexp_error;
725: -- -- Standard call to get message count and if count=1, get the message
726: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
727: -- p_count => x_msg_count,
728: -- p_data => x_msg_data
729: -- );

Line 736: -- -- Standard call to get message count and if count=1, get the message

732: -- x_return_status := fnd_api.g_ret_sts_unexp_error;
733: -- IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
734: -- fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
735: -- END IF;
736: -- -- Standard call to get message count and if count=1, get the message
737: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
738: -- p_count => x_msg_count,
739: -- p_data => x_msg_data
740: -- );

Line 787: -- -- Standard Start of API savepoint

783: -- l_object_version_number NUMBER;
784: -- --l_process_rec AMW_Process_PVT.process_rec_type;
785: -- BEGIN
786: --
787: -- -- Standard Start of API savepoint
788: -- SAVEPOINT validate_process_pvt;
789: -- -- Standard call to check for call compatibility.
790: -- IF NOT fnd_api.compatible_api_call (l_api_version_number,
791: -- p_api_version_number,

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

785: -- BEGIN
786: --
787: -- -- Standard Start of API savepoint
788: -- SAVEPOINT validate_process_pvt;
789: -- -- Standard call to check for call compatibility.
790: -- IF NOT fnd_api.compatible_api_call (l_api_version_number,
791: -- p_api_version_number,
792: -- l_api_name,
793: -- g_pkg_name

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

813: -- -- Initialize API return status to SUCCESS
814: -- x_return_status := fnd_api.g_ret_sts_success;
815: -- -- Debug Message
816: -- amw_utility_pvt.debug_message ('Private API: ' || l_api_name || 'end');
817: -- -- Standard call to get message count and if count is 1, get message info.
818: -- fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
819: -- EXCEPTION
820: -- WHEN amw_utility_pvt.resource_locked THEN
821: -- x_return_status := fnd_api.g_ret_sts_error;

Line 827: -- -- Standard call to get message count and if count=1, get the message

823: -- (p_message_name => 'AMW_API_RESOURCE_LOCKED');
824: -- WHEN fnd_api.g_exc_error THEN
825: -- ROLLBACK TO validate_process_pvt;
826: -- x_return_status := fnd_api.g_ret_sts_error;
827: -- -- Standard call to get message count and if count=1, get the message
828: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
829: -- p_count => x_msg_count,
830: -- p_data => x_msg_data
831: -- );

Line 835: -- -- Standard call to get message count and if count=1, get the message

831: -- );
832: -- WHEN fnd_api.g_exc_unexpected_error THEN
833: -- ROLLBACK TO validate_process_pvt;
834: -- x_return_status := fnd_api.g_ret_sts_unexp_error;
835: -- -- Standard call to get message count and if count=1, get the message
836: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
837: -- p_count => x_msg_count,
838: -- p_data => x_msg_data
839: -- );

Line 846: -- -- Standard call to get message count and if count=1, get the message

842: -- x_return_status := fnd_api.g_ret_sts_unexp_error;
843: -- IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error) THEN
844: -- fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
845: -- END IF;
846: -- -- Standard call to get message count and if count=1, get the message
847: -- fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
848: -- p_count => x_msg_count,
849: -- p_data => x_msg_data
850: -- );