DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SUPPLIER_SPEC_VRS_PVT

Line 697: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Insert_Row(l_supplier_spec_vrs, l_supplier_spec_vrs_out)

693: -- Diagnostic message is already on the stack
694: RAISE FND_API.G_EXC_ERROR;
695: END IF;
696:
697: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Insert_Row(l_supplier_spec_vrs, l_supplier_spec_vrs_out)
698: THEN
699: -- Diagnostic message is already on the stack
700: RAISE FND_API.G_EXC_ERROR;
701: END IF;

Line 1730: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Lock_Row( l_supplier_spec_vrs.spec_vr_id)

1726:
1727:
1728: -- Lock the validity rule ahead of deleting
1729: -- ========================================
1730: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Lock_Row( l_supplier_spec_vrs.spec_vr_id)
1731: THEN
1732: -- Report Failure to obtain locks
1733: -- ==============================
1734: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1741: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Delete_Row

1737: 'l_key_value', l_supplier_spec_vrs.spec_vr_id);
1738: RAISE FND_API.G_EXC_ERROR;
1739: END IF;
1740:
1741: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Delete_Row
1742: ( p_spec_vr_id => l_supplier_spec_vrs.spec_vr_id
1743: , p_last_update_date => sysdate
1744: , p_last_updated_by => l_spec.last_updated_by
1745: )