DBA Data[Home] [Help]

APPS.IGS_PE_VOTE_INFO_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 132: If NOT igs_lookups_view_pkg.get_pk_for_validation('VOTER_INFO' , new_references.voter_info) then

128: IGS_GE_MSG_STACK.ADD;
129: App_Exception.Raise_Exception;
130: END IF;
131:
132: If NOT igs_lookups_view_pkg.get_pk_for_validation('VOTER_INFO' , new_references.voter_info) then
133: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
134: IGS_GE_MSG_STACK.ADD;
135: App_Exception.Raise_Exception;
136: end if;