DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_CUSTOMER_SPEC_VRS_PVT

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

521: -- Diagnostic message is already on the stack
522: RAISE FND_API.G_EXC_ERROR;
523: END IF;
524:
525: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Insert_Row(l_customer_spec_vrs, l_customer_spec_vrs_out)
526: THEN
527: -- Diagnostic message is already on the stack
528: RAISE FND_API.G_EXC_ERROR;
529: END IF;

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

1512:
1513:
1514: -- Lock the validity rule ahead of deleting
1515: -- ========================================
1516: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Lock_Row( l_customer_spec_vrs.spec_vr_id)
1517: THEN
1518: -- Report Failure to obtain locks
1519: -- ==============================
1520: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1527: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Delete_Row

1523: 'l_key_value', l_customer_spec_vrs.spec_vr_id);
1524: RAISE FND_API.G_EXC_ERROR;
1525: END IF;
1526:
1527: IF NOT GMD_CUSTOMER_SPEC_VRS_PVT.Delete_Row
1528: ( p_spec_vr_id => l_customer_spec_vrs.spec_vr_id
1529: , p_last_update_date => sysdate
1530: , p_last_updated_by => l_spec.last_updated_by
1531: )