DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_INVENTORY_SPEC_VRS_PVT

Line 171: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Insert_Row(l_inventory_spec_vrs, l_inventory_spec_vrs_out)

167: END IF;
168:
169: l_inventory_spec_vrs := l_inventory_spec_vrs_out;
170:
171: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Insert_Row(l_inventory_spec_vrs, l_inventory_spec_vrs_out)
172: THEN
173: -- Diagnostic message is already on the stack
174: RAISE FND_API.G_EXC_ERROR;
175: END IF;

Line 1086: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Lock_Row( l_inventory_spec_vrs.spec_vr_id)

1082:
1083:
1084: -- Lock the validity rule ahead of deleting
1085: -- ========================================
1086: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Lock_Row( l_inventory_spec_vrs.spec_vr_id)
1087: THEN
1088: -- Report Failure to obtain locks
1089: -- ==============================
1090: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1097: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Delete_Row

1093: 'l_key_value', l_inventory_spec_vrs.spec_vr_id);
1094: RAISE FND_API.G_EXC_ERROR;
1095: END IF;
1096:
1097: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Delete_Row
1098: ( p_spec_vr_id => l_inventory_spec_vrs.spec_vr_id
1099: , p_last_update_date => sysdate
1100: , p_last_updated_by => l_spec.last_updated_by
1101: )