DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_MONITORING_SPEC_VRS_PVT

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

874: -- Diagnostic message is already on the stack
875: RAISE FND_API.G_EXC_ERROR;
876: END IF;
877:
878: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Insert_Row(l_monitoring_spec_vrs, l_monitoring_spec_vrs_out)
879: THEN
880: -- Diagnostic message is already on the stack
881: RAISE FND_API.G_EXC_ERROR;
882: END IF;

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

1931:
1932:
1933: -- Lock the validity rule ahead of deleting
1934: -- ========================================
1935: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Lock_Row( l_monitoring_spec_vrs.spec_vr_id)
1936: THEN
1937: -- Report Failure to obtain locks
1938: -- ==============================
1939: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1946: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Delete_Row

1942: 'l_key_value', l_monitoring_spec_vrs.spec_vr_id);
1943: RAISE FND_API.G_EXC_ERROR;
1944: END IF;
1945:
1946: IF NOT GMD_MONITORING_SPEC_VRS_PVT.Delete_Row
1947: ( p_spec_vr_id => l_monitoring_spec_vrs.spec_vr_id
1948: , p_last_update_date => sysdate
1949: , p_last_updated_by => l_spec.last_updated_by
1950: )