DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_PS_VAL_UC

Line 668: IF (IGS_PS_VAL_UC.crsp_val_uc_unit_cat(

664: RETURN FALSE;
665: END IF;
666: -- Validate the IGS_PS_UNIT_CATEGORY table and that IGS_PS_UNIT_CAT is not closed
667: FOR uc_rec IN c_unit_categorisation LOOP
668: IF (IGS_PS_VAL_UC.crsp_val_uc_unit_cat(
669: uc_rec.unit_cat,
670: p_message_name) = FALSE) THEN
671: v_terminate := TRUE;
672: EXIT;