DBA Data[Home] [Help]

APPS.IGS_OR_ORG_ALT_IDS_PKG dependencies on IGS_OR_INSTITUTION_PKG

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

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