DBA Data[Home] [Help]

APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_PS_VAL_CALUL

Line 105: IF IGS_PS_VAL_CALUL.crsp_val_uv_sys_sts (

101: -- Validate unit version is is active or planned.
102: IF (new_references.unit_cd IS NOT NULL AND
103: new_references.version_number IS NOT NULL) THEN
104: -- As part of the bug# 1956374 changed to the below call from IGS_FI_VAL_UFT.crsp_val_uv_sys_sts
105: IF IGS_PS_VAL_CALUL.crsp_val_uv_sys_sts (
106: new_references.unit_cd,
107: new_references.version_number,
108: v_message_name) = FALSE THEN
109: Fnd_Message.Set_Name('IGS',v_message_name);