DBA Data[Home] [Help]

APPS.QA_SPECS_PUB dependencies on STANDARD

Line 829: -- Standard Start of API savepoint

825: WHERE spec_name = p_reference_spec;
826:
827: BEGIN
828:
829: -- Standard Start of API savepoint
830:
831: SAVEPOINT create_specification_pub;
832:
833: -- Standard call to check for call compatibility.

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

829: -- Standard Start of API savepoint
830:
831: SAVEPOINT create_specification_pub;
832:
833: -- Standard call to check for call compatibility.
834: IF NOT fnd_api.compatible_api_call (
835: l_api_version,
836: p_api_version,
837: l_api_name,

Line 1177: -- Standard Start of API savepoint

1173: l_datatype NUMBER;
1174:
1175: BEGIN
1176:
1177: -- Standard Start of API savepoint
1178:
1179: SAVEPOINT add_spec_element;
1180:
1181: -- Standard call to check for call compatibility.

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

1177: -- Standard Start of API savepoint
1178:
1179: SAVEPOINT add_spec_element;
1180:
1181: -- Standard call to check for call compatibility.
1182: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
1183: l_api_name, g_pkg_name) THEN
1184: RAISE fnd_api.g_exc_unexpected_error;
1185: END IF;

Line 1375: -- Standard Start of API savepoint

1371: l_spec_id NUMBER;
1372:
1373: BEGIN
1374:
1375: -- Standard Start of API savepoint
1376:
1377: SAVEPOINT complete_spec_definition;
1378:
1379: -- Standard call to check for call compatibility.

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

1375: -- Standard Start of API savepoint
1376:
1377: SAVEPOINT complete_spec_definition;
1378:
1379: -- Standard call to check for call compatibility.
1380: IF NOT fnd_api.compatible_api_call(
1381: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1382: RAISE fnd_api.g_exc_unexpected_error;
1383: END IF;

Line 1496: -- Standard Start of API savepoint

1492: l_org_id NUMBER;
1493:
1494: BEGIN
1495:
1496: -- Standard Start of API savepoint
1497:
1498: SAVEPOINT delete_specification;
1499:
1500: -- Standard call to check for call compatibility.

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

1496: -- Standard Start of API savepoint
1497:
1498: SAVEPOINT delete_specification;
1499:
1500: -- Standard call to check for call compatibility.
1501: IF NOT fnd_api.compatible_api_call(
1502: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1503: RAISE fnd_api.g_exc_unexpected_error;
1504: END IF;

Line 1597: -- Standard Start of API savepoint

1593: l_org_id NUMBER;
1594:
1595: BEGIN
1596:
1597: -- Standard Start of API savepoint
1598:
1599: SAVEPOINT delete_spec_element;
1600:
1601: -- Standard call to check for call compatibility.

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

1597: -- Standard Start of API savepoint
1598:
1599: SAVEPOINT delete_spec_element;
1600:
1601: -- Standard call to check for call compatibility.
1602: IF NOT fnd_api.compatible_api_call(
1603: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1604: RAISE fnd_api.g_exc_unexpected_error;
1605: END IF;

Line 1722: -- Standard Start of API savepoint

1718: l_spec_status NUMBER := 40;
1719:
1720: BEGIN
1721:
1722: -- Standard Start of API savepoint
1723:
1724: SAVEPOINT copy_specification;
1725:
1726: -- Standard call to check for call compatibility.

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

1722: -- Standard Start of API savepoint
1723:
1724: SAVEPOINT copy_specification;
1725:
1726: -- Standard call to check for call compatibility.
1727: IF NOT fnd_api.compatible_api_call(
1728: l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1729: RAISE fnd_api.g_exc_unexpected_error;
1730: END IF;