DBA Data[Home] [Help]

APPS.IGI_IAC_REBASE_PKG dependencies on IGI_GEN

Line 117: if NOT igi_gen.is_req_installed('IAC') then

113: IGI_IAC_NOT_ENABLED Exception;
114:
115: Begin
116: /* Check whether the IAC Option is enabled */
117: if NOT igi_gen.is_req_installed('IAC') then
118: raise IGI_IAC_NOT_ENABLED;
119: END IF;
120:
121: /* Check whether the new price_index_value is zero - raise exception if so */