DBA Data[Home] [Help]

APPS.IGS_PE_SUBURB_POSTCD_PKG dependencies on IGS_EN_VAL_SP

Line 75: IF IGS_EN_VAL_SP.enrp_val_sp_del (

71: v_message_name varchar2(30);
72: BEGIN
73: -- Validate if value is used on another table that does
74: -- not have a foreign key to this table. Eg. IGS_PE_PERSON Statistics
75: IF IGS_EN_VAL_SP.enrp_val_sp_del (
76: old_references.postcode,
77: v_message_name) = FALSE THEN
78: Fnd_Message.Set_Name('IGS', v_message_name);
79: IGS_GE_MSG_STACK.ADD;