DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on STANDARD

Line 92: -- Standard Start OF API savepoint

88: l_user_id NUMBER(15);
89:
90: BEGIN
91:
92: -- Standard Start OF API savepoint
93: -- ===============================
94: SAVEPOINT Create_Inventory_Spec_VRS;
95:
96: -- Standard call to check for call compatibility

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

92: -- Standard Start OF API savepoint
93: -- ===============================
94: SAVEPOINT Create_Inventory_Spec_VRS;
95:
96: -- Standard call to check for call compatibility
97: -- =============================================
98: IF NOT FND_API.Compatible_API_CALL
99: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
100: THEN

Line 179: -- Standard Check of p_commit.

175: l_inventory_spec_vrs_tbl(i) := l_inventory_spec_vrs_out;
176:
177: END LOOP;
178:
179: -- Standard Check of p_commit.
180: -- ==========================
181: IF FND_API.to_boolean(p_commit)
182: THEN
183: COMMIT WORK;

Line 271: -- Standard Start OF API savepoint

267:
268: BEGIN
269:
270:
271: -- Standard Start OF API savepoint
272: -- ===============================
273: SAVEPOINT Create_WIP_Spec_VRS;
274:
275: -- Standard call to check for call compatibility

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

271: -- Standard Start OF API savepoint
272: -- ===============================
273: SAVEPOINT Create_WIP_Spec_VRS;
274:
275: -- Standard call to check for call compatibility
276: -- =============================================
277: IF NOT FND_API.Compatible_API_CALL
278: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
279: THEN

Line 358: -- Standard Check of p_commit.

354: l_wip_spec_vrs_tbl(i) := l_wip_spec_vrs_out;
355:
356: END LOOP;
357:
358: -- Standard Check of p_commit.
359: -- ==========================
360: IF FND_API.to_boolean(p_commit)
361: THEN
362: COMMIT WORK;

Line 446: -- Standard Start OF API savepoint

442:
443: BEGIN
444:
445:
446: -- Standard Start OF API savepoint
447: -- ===============================
448: SAVEPOINT Create_Customer_Spec_VRS;
449:
450: -- Standard call to check for call compatibility

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

446: -- Standard Start OF API savepoint
447: -- ===============================
448: SAVEPOINT Create_Customer_Spec_VRS;
449:
450: -- Standard call to check for call compatibility
451: -- =============================================
452: IF NOT FND_API.Compatible_API_CALL
453: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
454: THEN

Line 529: -- Standard Check of p_commit.

525: l_customer_spec_vrs_tbl(i) := l_customer_spec_vrs_out;
526:
527: END LOOP;
528:
529: -- Standard Check of p_commit.
530: -- ==========================
531: IF FND_API.to_boolean(p_commit)
532: THEN
533: COMMIT WORK;

Line 616: -- Standard Start OF API savepoint

612: l_user_id NUMBER(15);
613:
614: BEGIN
615:
616: -- Standard Start OF API savepoint
617: -- ===============================
618: SAVEPOINT Create_Supplier_Spec_VRS;
619:
620: -- Standard call to check for call compatibility

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

616: -- Standard Start OF API savepoint
617: -- ===============================
618: SAVEPOINT Create_Supplier_Spec_VRS;
619:
620: -- Standard call to check for call compatibility
621: -- =============================================
622: IF NOT FND_API.Compatible_API_CALL
623: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
624: THEN

Line 699: -- Standard Check of p_commit.

695: l_supplier_spec_vrs_tbl(i) := l_supplier_spec_vrs_out;
696:
697: END LOOP;
698:
699: -- Standard Check of p_commit.
700: -- ==========================
701: IF FND_API.to_boolean(p_commit)
702: THEN
703: COMMIT WORK;

Line 791: -- Standard Start OF API savepoint

787:
788: BEGIN
789:
790:
791: -- Standard Start OF API savepoint
792: -- ===============================
793: SAVEPOINT Create_monitoring_Spec_VRS;
794:
795: -- Standard call to check for call compatibility

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

791: -- Standard Start OF API savepoint
792: -- ===============================
793: SAVEPOINT Create_monitoring_Spec_VRS;
794:
795: -- Standard call to check for call compatibility
796: -- =============================================
797: IF NOT FND_API.Compatible_API_CALL
798: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)
799: THEN

Line 890: -- Standard Check of p_commit.

886: l_monitoring_spec_vrs_tbl(i) := l_monitoring_spec_vrs_out;
887:
888: END LOOP;
889:
890: -- Standard Check of p_commit.
891: -- ==========================
892: IF FND_API.to_boolean(p_commit)
893: THEN
894: COMMIT WORK;

Line 977: -- Standard Start OF API savepoint

973:
974: BEGIN
975:
976:
977: -- Standard Start OF API savepoint
978: -- ===============================
979: SAVEPOINT Delete_Inventory_Spec_VRS;
980:
981: -- Standard call to check for call compatibility.

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

977: -- Standard Start OF API savepoint
978: -- ===============================
979: SAVEPOINT Delete_Inventory_Spec_VRS;
980:
981: -- Standard call to check for call compatibility.
982: -- ==============================================
983:
984: IF NOT FND_API.Compatible_API_CALL
985: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)

Line 1103: -- Standard Check of p_commit.

1099: END IF;
1100:
1101: END LOOP;
1102:
1103: -- Standard Check of p_commit.
1104: IF FND_API.to_boolean(p_commit)
1105: THEN
1106: COMMIT WORK;
1107: END IF;

Line 1194: -- Standard Start OF API savepoint

1190:
1191: BEGIN
1192:
1193:
1194: -- Standard Start OF API savepoint
1195: -- ===============================
1196: SAVEPOINT Delete_WIP_Spec_VRS;
1197:
1198: -- Standard call to check for call compatibility.

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

1194: -- Standard Start OF API savepoint
1195: -- ===============================
1196: SAVEPOINT Delete_WIP_Spec_VRS;
1197:
1198: -- Standard call to check for call compatibility.
1199: -- ==============================================
1200:
1201: IF NOT FND_API.Compatible_API_CALL
1202: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)

Line 1317: -- Standard Check of p_commit.

1313: END IF;
1314:
1315: END LOOP;
1316:
1317: -- Standard Check of p_commit.
1318: IF FND_API.to_boolean(p_commit)
1319: THEN
1320: COMMIT WORK;
1321: END IF;

Line 1408: -- Standard Start OF API savepoint

1404:
1405: BEGIN
1406:
1407:
1408: -- Standard Start OF API savepoint
1409: -- ===============================
1410: SAVEPOINT Delete_Customer_Spec_VRS;
1411:
1412: -- Standard call to check for call compatibility.

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

1408: -- Standard Start OF API savepoint
1409: -- ===============================
1410: SAVEPOINT Delete_Customer_Spec_VRS;
1411:
1412: -- Standard call to check for call compatibility.
1413: -- ==============================================
1414:
1415: IF NOT FND_API.Compatible_API_CALL
1416: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)

Line 1532: -- Standard Check of p_commit.

1528: END IF;
1529:
1530: END LOOP;
1531:
1532: -- Standard Check of p_commit.
1533: IF FND_API.to_boolean(p_commit)
1534: THEN
1535: COMMIT WORK;
1536: END IF;

Line 1622: -- Standard Start OF API savepoint

1618:
1619: BEGIN
1620:
1621:
1622: -- Standard Start OF API savepoint
1623: -- ===============================
1624: SAVEPOINT Delete_Supplier_Spec_VRS;
1625:
1626: -- Standard call to check for call compatibility.

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

1622: -- Standard Start OF API savepoint
1623: -- ===============================
1624: SAVEPOINT Delete_Supplier_Spec_VRS;
1625:
1626: -- Standard call to check for call compatibility.
1627: -- ==============================================
1628:
1629: IF NOT FND_API.Compatible_API_CALL
1630: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)

Line 1746: -- Standard Check of p_commit.

1742: END IF;
1743:
1744: END LOOP;
1745:
1746: -- Standard Check of p_commit.
1747: IF FND_API.to_boolean(p_commit)
1748: THEN
1749: COMMIT WORK;
1750: END IF;

Line 1838: -- Standard Start OF API savepoint

1834:
1835: BEGIN
1836:
1837:
1838: -- Standard Start OF API savepoint
1839: -- ===============================
1840: SAVEPOINT Delete_Monitoring_Spec_VRS;
1841:
1842: -- Standard call to check for call compatibility.

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

1838: -- Standard Start OF API savepoint
1839: -- ===============================
1840: SAVEPOINT Delete_Monitoring_Spec_VRS;
1841:
1842: -- Standard call to check for call compatibility.
1843: -- ==============================================
1844:
1845: IF NOT FND_API.Compatible_API_CALL
1846: (l_api_version , p_api_version , l_api_name , G_PKG_NAME)

Line 1963: -- Standard Check of p_commit.

1959: END IF;
1960:
1961: END LOOP;
1962:
1963: -- Standard Check of p_commit.
1964: IF FND_API.to_boolean(p_commit)
1965: THEN
1966: COMMIT WORK;
1967: END IF;