DBA Data[Home] [Help]

APPS.IGS_OR_ORG_NOTES_PKG dependencies on IGS_OR_INSTITUTION_PKG

Line 136: IF NOT Igs_Or_Institution_Pkg.Get_Pk_For_Validation(new_references.org_structure_id) THEN

132: APP_EXCEPTION.RAISE_EXCEPTION;
133: END IF;
134:
135: IF new_references.org_structure_type = 'INSTITUTE' THEN
136: IF NOT Igs_Or_Institution_Pkg.Get_Pk_For_Validation(new_references.org_structure_id) THEN
137: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
138: IGS_GE_MSG_STACK.ADD;
139: APP_EXCEPTION.RAISE_EXCEPTION;
140: END IF;