DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SPECIFICATIONS_PVT

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

1042: END IF;
1043:
1044: -- Lock the SPEC ahead of manipulating INVENTORY_SPEC_VRS
1045: -- ======================================================
1046: IF NOT GMD_Specifications_PVT.Lock_Row(l_inventory_spec_vrs.spec_id)
1047: THEN
1048: -- Report Failure to obtain locks
1049: -- ==============================
1050: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

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

1259: END IF;
1260:
1261: -- Lock the SPEC ahead of manipulating WIP_SPEC_VRS
1262: -- ======================================================
1263: IF NOT GMD_Specifications_PVT.Lock_Row(l_wip_spec_vrs.spec_id)
1264: THEN
1265: -- Report Failure to obtain locks
1266: -- ==============================
1267: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

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

1473: END IF;
1474:
1475: -- Lock the SPEC ahead of manipulating CUSTOMER_SPEC_VRS
1476: -- ======================================================
1477: IF NOT GMD_Specifications_PVT.Lock_Row(l_customer_spec_vrs.spec_id)
1478: THEN
1479: -- Report Failure to obtain locks
1480: -- ==============================
1481: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

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

1687: END IF;
1688:
1689: -- Lock the SPEC ahead of manipulating SUPPLIER_SPEC_VRS
1690: -- ======================================================
1691: IF NOT GMD_Specifications_PVT.Lock_Row(l_supplier_spec_vrs.spec_id)
1692: THEN
1693: -- Report Failure to obtain locks
1694: -- ==============================
1695: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

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

1903: END IF;
1904:
1905: -- Lock the SPEC ahead of manipulating MONITORING_SPEC_VRS
1906: -- ======================================================
1907: IF NOT GMD_Specifications_PVT.Lock_Row(l_monitoring_spec_vrs.spec_id)
1908: THEN
1909: -- Report Failure to obtain locks
1910: -- ==============================
1911: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',