DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_REF_CD_PKG dependencies on IGS_PS_VAL_CRFC

Line 94: IF IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(

90: END IF;
91: -- Validate reference code type. Referenece code type is not updateable.
92: IF p_inserting THEN
93: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_URC.crsp_val_ref_cd_type
94: IF IGS_PS_VAL_CRFC.crsp_val_ref_cd_type(
95: new_references.reference_cd_type,
96: v_message_name) = FALSE THEN
97: Fnd_Message.Set_Name('IGS',v_message_name);
98: IGS_GE_MSG_STACK.ADD;