DBA Data[Home] [Help]

APPS.IGS_PE_COUNTRY_CD_PKG dependencies on IGS_EN_VAL_CNC

Line 154: IF IGS_EN_VAL_CNC.enrp_val_cnc_del (

150: -- Validate if value is used on another table that does
151:
152: -- not have a foreign key to this table. Eg. IGS_PE_PERSON Statistics
153:
154: IF IGS_EN_VAL_CNC.enrp_val_cnc_del (
155:
156: old_references.COUNTRY_CD,
157:
158: v_message_name ) = FALSE THEN

Line 174: IF IGS_EN_VAL_CNC.enrp_val_cnc_govt (

170: IF p_inserting OR ((old_references.GOVT_COUNTRY_CD<> new_references.GOVT_COUNTRY_CD) OR
171:
172: (old_references.closed_ind = 'Y' AND new_references.closed_ind = 'N')) THEN
173:
174: IF IGS_EN_VAL_CNC.enrp_val_cnc_govt (
175:
176: new_references.GOVT_COUNTRY_CD,
177:
178: v_message_name ) = FALSE THEN