DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_PS_VAL_CRFC

Line 682: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(

678: -- Validate the IGS_PS_UNIT_REF_CD table and that IGS_GE_REF_CD_TYPE is not
679: -- closed
680: FOR urc_rec IN c_unit_reference_cd LOOP
681: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_URC.crsp_val_ref_cd_type
682: IF (IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(
683: urc_rec.reference_cd_type,
684: p_message_name) = FALSE) THEN
685: v_terminate := TRUE;
686: EXIT;