DBA Data[Home] [Help]

APPS.IGS_PS_TCH_RESP_PKG dependencies on IGS_PS_VAL_CRV

Line 113: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (

109: END IF;
110: -- Validate the org IGS_PS_UNIT. Org IGS_PS_UNIT is not updateable.
111: IF p_inserting THEN
112: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_TR.crsp_val_ou_sys_sts
113: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (
114: new_references.org_unit_cd,
115: new_references.ou_start_dt,
116: v_message_name) = FALSE THEN
117: Fnd_Message.Set_Name('IGS', v_message_name);