DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_MONITORING_SPEC_VRS_PVT

Line 890: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Insert_Row(l_monitoring_spec_vrs, l_monitoring_spec_vrs_out)

886: -- Diagnostic message is already on the stack
887: RAISE FND_API.G_EXC_ERROR;
888: END IF;
889:
890: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Insert_Row(l_monitoring_spec_vrs, l_monitoring_spec_vrs_out)
891: THEN
892: -- Diagnostic message is already on the stack
893: RAISE FND_API.G_EXC_ERROR;
894: END IF;

Line 1947: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Lock_Row( l_monitoring_spec_vrs.spec_vr_id)

1943:
1944:
1945: -- Lock the validity rule ahead of deleting
1946: -- ========================================
1947: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Lock_Row( l_monitoring_spec_vrs.spec_vr_id)
1948: THEN
1949: -- Report Failure to obtain locks
1950: -- ==============================
1951: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1958: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Delete_Row

1954: 'l_key_value', l_monitoring_spec_vrs.spec_vr_id);
1955: RAISE FND_API.G_EXC_ERROR;
1956: END IF;
1957:
1958: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Delete_Row
1959: ( p_spec_vr_id => l_monitoring_spec_vrs.spec_vr_id
1960: , p_last_update_date => sysdate
1961: , p_last_updated_by => l_spec.last_updated_by
1962: )