DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_GRP dependencies on STANDARD

Line 541: -- Standard Start of API savepoint

537: END IF;
538:
539: l_progress := '010';
540:
541: -- Standard Start of API savepoint
542: SAVEPOINT get_preparer_name_sp;
543:
544: l_progress := '020';
545:

Line 546: -- Standard call to check for call compatibility

542: SAVEPOINT get_preparer_name_sp;
543:
544: l_progress := '020';
545:
546: -- Standard call to check for call compatibility
547: dbms_output.put_line('p_api_version=' || p_api_version);
548: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
549: dbms_output.put_line('inside if ');
550: RAISE fnd_api.g_exc_unexpected_error;

Line 624: -- Standard Start of API savepoint

620: END IF;
621:
622: l_progress := '010';
623:
624: -- Standard Start of API savepoint
625: SAVEPOINT update_reqcancel_from_so_sp;
626:
627: l_progress := '020';
628:

Line 629: -- Standard call to check for call compatibility

625: SAVEPOINT update_reqcancel_from_so_sp;
626:
627: l_progress := '020';
628:
629: -- Standard call to check for call compatibility
630: dbms_output.put_line('p_api_version=' || p_api_version);
631: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
632: dbms_output.put_line('inside if ');
633: RAISE fnd_api.g_exc_unexpected_error;

Line 719: -- Standard Start of API savepoint

715: END IF;
716:
717: l_progress := '010';
718:
719: -- Standard Start of API savepoint
720:
721: SAVEPOINT update_reqchange_from_so_sp;
722:
723: l_progress := '020';

Line 725: -- Standard call to check for call compatibility

721: SAVEPOINT update_reqchange_from_so_sp;
722:
723: l_progress := '020';
724:
725: -- Standard call to check for call compatibility
726: dbms_output.put_line('p_api_version=' || p_api_version);
727: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
728: dbms_output.put_line('inside if ');
729: RAISE fnd_api.g_exc_unexpected_error;