DBA Data[Home] [Help]

APPS.QA_SPECS_PUB dependencies on STANDARD

Line 841: -- Standard Start of API savepoint

837: l_validate_customer NUMBER := 0;
838:
839: BEGIN
840:
841: -- Standard Start of API savepoint
842:
843: SAVEPOINT create_specification_pub;
844:
845: -- Standard call to check for call compatibility.

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

841: -- Standard Start of API savepoint
842:
843: SAVEPOINT create_specification_pub;
844:
845: -- Standard call to check for call compatibility.
846: IF NOT fnd_api.compatible_api_call (
847: l_api_version,
848: p_api_version,
849: l_api_name,

Line 1229: -- Standard Start of API savepoint

1225: l_datatype NUMBER;
1226:
1227: BEGIN
1228:
1229: -- Standard Start of API savepoint
1230:
1231: SAVEPOINT add_spec_element;
1232:
1233: -- Standard call to check for call compatibility.

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

1229: -- Standard Start of API savepoint
1230:
1231: SAVEPOINT add_spec_element;
1232:
1233: -- Standard call to check for call compatibility.
1234: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
1235: l_api_name, g_pkg_name) THEN
1236: RAISE fnd_api.g_exc_unexpected_error;
1237: END IF;

Line 1427: -- Standard Start of API savepoint

1423: l_spec_id NUMBER;
1424:
1425: BEGIN
1426:
1427: -- Standard Start of API savepoint
1428:
1429: SAVEPOINT complete_spec_definition;
1430:
1431: -- Standard call to check for call compatibility.

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

1427: -- Standard Start of API savepoint
1428:
1429: SAVEPOINT complete_spec_definition;
1430:
1431: -- Standard call to check for call compatibility.
1432: IF NOT fnd_api.compatible_api_call(
1433: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1434: RAISE fnd_api.g_exc_unexpected_error;
1435: END IF;

Line 1548: -- Standard Start of API savepoint

1544: l_org_id NUMBER;
1545:
1546: BEGIN
1547:
1548: -- Standard Start of API savepoint
1549:
1550: SAVEPOINT delete_specification;
1551:
1552: -- Standard call to check for call compatibility.

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

1548: -- Standard Start of API savepoint
1549:
1550: SAVEPOINT delete_specification;
1551:
1552: -- Standard call to check for call compatibility.
1553: IF NOT fnd_api.compatible_api_call(
1554: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1555: RAISE fnd_api.g_exc_unexpected_error;
1556: END IF;

Line 1649: -- Standard Start of API savepoint

1645: l_org_id NUMBER;
1646:
1647: BEGIN
1648:
1649: -- Standard Start of API savepoint
1650:
1651: SAVEPOINT delete_spec_element;
1652:
1653: -- Standard call to check for call compatibility.

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

1649: -- Standard Start of API savepoint
1650:
1651: SAVEPOINT delete_spec_element;
1652:
1653: -- Standard call to check for call compatibility.
1654: IF NOT fnd_api.compatible_api_call(
1655: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1656: RAISE fnd_api.g_exc_unexpected_error;
1657: END IF;

Line 1774: -- Standard Start of API savepoint

1770: l_spec_status NUMBER := 40;
1771:
1772: BEGIN
1773:
1774: -- Standard Start of API savepoint
1775:
1776: SAVEPOINT copy_specification;
1777:
1778: -- Standard call to check for call compatibility.

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

1774: -- Standard Start of API savepoint
1775:
1776: SAVEPOINT copy_specification;
1777:
1778: -- Standard call to check for call compatibility.
1779: IF NOT fnd_api.compatible_api_call(
1780: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1781: RAISE fnd_api.g_exc_unexpected_error;
1782: END IF;