DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_VAL_CRV

Line 727: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (

723: (p_updating AND
724: ((old_references.owner_org_unit_cd <> new_references.owner_org_unit_cd) OR
725: (old_references.owner_ou_start_dt <> new_references.owner_ou_start_dt))) THEN
726: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_UV.crsp_val_ou_sys_sts
727: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (
728: new_references.owner_org_unit_cd,
729: new_references.owner_ou_start_dt,v_message_name) = FALSE THEN
730: Fnd_Message.Set_Name('IGS',v_message_name);
731: IGS_GE_MSG_STACK.ADD;