DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_PS_VAL_CRV

Line 602: IF (IGS_PS_VAL_CRV.crsp_val_ou_sys_sts(

598: END IF;
599: -- Validate that the owning_org_unit_cd is ACTIVE
600:
601: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_UV.crsp_val_ou_sys_sts
602: IF (IGS_PS_VAL_CRV.crsp_val_ou_sys_sts(
603: v_uv_rec.owner_org_unit_cd,
604: v_uv_rec.owner_ou_start_dt,
605: p_message_name) = FALSE) THEN
606: RETURN FALSE;