[Home] [Help]
347: THEN
348:
349: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
350:
351: QP_Validate_Seg.Attributes
352: ( x_return_status => l_return_status
353: , p_SEG_rec => l_SEG_rec
354: , p_old_SEG_rec => l_old_SEG_rec
355: );
408: IF l_control_rec.validate_entity THEN
409:
410: IF l_SEG_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
411:
412: QP_Validate_Seg.Entity_Delete
413: ( x_return_status => l_return_status
414: , p_SEG_rec => l_SEG_rec
415: );
416:
415: );
416:
417: ELSE
418:
419: QP_Validate_Seg.Entity
420: ( x_return_status => l_return_status
421: , p_SEG_rec => l_SEG_rec
422: , p_old_SEG_rec => l_old_SEG_rec
423: );