DBA Data[Home] [Help]

APPS.IGS_AD_SBMAO_FN_CTTT_PKG dependencies on IGS_PS_TYPE_GRP_PKG

Line 194: IF NOT IGS_PS_TYPE_GRP_PKG.Get_PK_For_Validation (

190: IF (((old_references.course_type_group_cd = new_references.course_type_group_cd)) OR
191: ((new_references.course_type_group_cd IS NULL))) THEN
192: NULL;
193: ELSE
194: IF NOT IGS_PS_TYPE_GRP_PKG.Get_PK_For_Validation (
195: new_references.course_type_group_cd
196: )THEN
197: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
198: IGS_GE_MSG_STACK.ADD;