DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SUPPLIER_SPEC_VRS_PVT

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

683: -- Diagnostic message is already on the stack
684: RAISE FND_API.G_EXC_ERROR;
685: END IF;
686:
687: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Insert_Row(l_supplier_spec_vrs, l_supplier_spec_vrs_out)
688: THEN
689: -- Diagnostic message is already on the stack
690: RAISE FND_API.G_EXC_ERROR;
691: END IF;

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

1714:
1715:
1716: -- Lock the validity rule ahead of deleting
1717: -- ========================================
1718: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Lock_Row( l_supplier_spec_vrs.spec_vr_id)
1719: THEN
1720: -- Report Failure to obtain locks
1721: -- ==============================
1722: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1729: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Delete_Row

1725: 'l_key_value', l_supplier_spec_vrs.spec_vr_id);
1726: RAISE FND_API.G_EXC_ERROR;
1727: END IF;
1728:
1729: IF NOT GMD_SUPPLIER_SPEC_VRS_PVT.Delete_Row
1730: ( p_spec_vr_id => l_supplier_spec_vrs.spec_vr_id
1731: , p_last_update_date => sysdate
1732: , p_last_updated_by => l_spec.last_updated_by
1733: )