DBA Data[Home] [Help]

APPS.JAI_RCV_RT_TRIGGER_PKG dependencies on APP_EXCEPTION

Line 203: app_exception.raise_exception( exception_type => 'APP' ,

199:
200: --3655330
201: if pr_new.source_document_code in ('PO') and v_destination_type_code='INVENTORY' then
202: fnd_file.put_line(fnd_file.log, 'Cannot process records.The change of destination type for standard/inspection routing is not supported by Localization');
203: app_exception.raise_exception( exception_type => 'APP' ,
204: exception_code => -20120 ,
205: exception_text => 'Localization does not support change in destination type'
206: );
207: end if;

Line 210: app_exception.raise_exception( exception_type => 'APP' ,

206: );
207: end if;
208:
209: fnd_file.put_line(fnd_file.log, 'Cannot process records.The organization Location combination does not have a valid localization setup');
210: app_exception.raise_exception( exception_type => 'APP' ,
211: exception_code => -20120 ,
212: exception_text => 'No India Localization setup for this Location '
213: );
214: end if;