DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_CUSTOMER_SPEC_VRS_PVT

Line 517: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Insert_Row(l_customer_spec_vrs, l_customer_spec_vrs_out)

513: -- Diagnostic message is already on the stack
514: RAISE FND_API.G_EXC_ERROR;
515: END IF;
516:
517: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Insert_Row(l_customer_spec_vrs, l_customer_spec_vrs_out)
518: THEN
519: -- Diagnostic message is already on the stack
520: RAISE FND_API.G_EXC_ERROR;
521: END IF;

Line 1504: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Lock_Row( l_customer_spec_vrs.spec_vr_id)

1500:
1501:
1502: -- Lock the validity rule ahead of deleting
1503: -- ========================================
1504: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Lock_Row( l_customer_spec_vrs.spec_vr_id)
1505: THEN
1506: -- Report Failure to obtain locks
1507: -- ==============================
1508: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1515: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Delete_Row

1511: 'l_key_value', l_customer_spec_vrs.spec_vr_id);
1512: RAISE FND_API.G_EXC_ERROR;
1513: END IF;
1514:
1515: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Delete_Row
1516: ( p_spec_vr_id => l_customer_spec_vrs.spec_vr_id
1517: , p_last_update_date => sysdate
1518: , p_last_updated_by => l_spec.last_updated_by
1519: )