DBA Data[Home] [Help]

APPS.IGS_PS_AWD_OWN_PKG dependencies on IGS_PS_VAL_CRV

Line 105: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (

101: END IF;
102: -- Validate the org IGS_PS_UNIT. Org IGS_PS_UNIT is not updateable.
103: IF p_inserting THEN
104: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_CAO.crsp_val_ou_sys_sts
105: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (
106: new_references.org_unit_cd,
107: new_references.ou_start_dt,
108: v_message_name) = FALSE THEN
109: Fnd_Message.Set_Name('IGS',v_message_name);