DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SPECIFICATIONS_PVT

Line 1058: IF NOT GMD_Specifications_PVT.Lock_Row(l_inventory_spec_vrs.spec_id)

1054: END IF;
1055:
1056: -- Lock the SPEC ahead of manipulating INVENTORY_SPEC_VRS
1057: -- ======================================================
1058: IF NOT GMD_Specifications_PVT.Lock_Row(l_inventory_spec_vrs.spec_id)
1059: THEN
1060: -- Report Failure to obtain locks
1061: -- ==============================
1062: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1275: IF NOT GMD_Specifications_PVT.Lock_Row(l_wip_spec_vrs.spec_id)

1271: END IF;
1272:
1273: -- Lock the SPEC ahead of manipulating WIP_SPEC_VRS
1274: -- ======================================================
1275: IF NOT GMD_Specifications_PVT.Lock_Row(l_wip_spec_vrs.spec_id)
1276: THEN
1277: -- Report Failure to obtain locks
1278: -- ==============================
1279: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1489: IF NOT GMD_Specifications_PVT.Lock_Row(l_customer_spec_vrs.spec_id)

1485: END IF;
1486:
1487: -- Lock the SPEC ahead of manipulating CUSTOMER_SPEC_VRS
1488: -- ======================================================
1489: IF NOT GMD_Specifications_PVT.Lock_Row(l_customer_spec_vrs.spec_id)
1490: THEN
1491: -- Report Failure to obtain locks
1492: -- ==============================
1493: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1703: IF NOT GMD_Specifications_PVT.Lock_Row(l_supplier_spec_vrs.spec_id)

1699: END IF;
1700:
1701: -- Lock the SPEC ahead of manipulating SUPPLIER_SPEC_VRS
1702: -- ======================================================
1703: IF NOT GMD_Specifications_PVT.Lock_Row(l_supplier_spec_vrs.spec_id)
1704: THEN
1705: -- Report Failure to obtain locks
1706: -- ==============================
1707: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1919: IF NOT GMD_Specifications_PVT.Lock_Row(l_monitoring_spec_vrs.spec_id)

1915: END IF;
1916:
1917: -- Lock the SPEC ahead of manipulating MONITORING_SPEC_VRS
1918: -- ======================================================
1919: IF NOT GMD_Specifications_PVT.Lock_Row(l_monitoring_spec_vrs.spec_id)
1920: THEN
1921: -- Report Failure to obtain locks
1922: -- ==============================
1923: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',