DBA Data[Home] [Help]

APPS.IGS_AD_APPL_LTR_PHR_PKG dependencies on IGS_CO_LTR_PHR_PKG

Line 178: IF NOT IGS_CO_LTR_PHR_PKG.Get_PK_For_Validation (

174: IF (((old_references.phrase_cd = new_references.phrase_cd)) OR
175: ((new_references.phrase_cd IS NULL))) THEN
176: NULL;
177: ELSE
178: IF NOT IGS_CO_LTR_PHR_PKG.Get_PK_For_Validation (
179: new_references.phrase_cd
180: )THEN
181: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
182: IGS_GE_MSG_STACK.ADD;