DBA Data[Home] [Help]

APPS.IGS_PS_TCH_RESP_OVRD_PKG dependencies on IGS_PS_VAL_CRV

Line 121: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (

117: END IF;
118: -- Validate the org IGS_PS_UNIT is not inactive.
119: IF p_inserting THEN
120: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_TRo.crsp_val_ou_sys_sts
121: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts (
122: new_references.org_unit_cd,
123: new_references.ou_start_dt,
124: v_message_name) = FALSE THEN
125: Fnd_Message.Set_Name('IGS', v_message_name);