DBA Data[Home] [Help]

APPS.JAI_RCV_RT_TRIGGER_PKG dependencies on FND_FILE

Line 271: fnd_file.put_line(fnd_file.log, 'Cannot process records.The change of destination type for standard/inspection routing is not supported by Localization');

267: close c_fetch_shipment_line_info;
268:
269: --3655330
270: if pr_new.source_document_code in ('PO') and v_destination_type_code='INVENTORY' then
271: fnd_file.put_line(fnd_file.log, 'Cannot process records.The change of destination type for standard/inspection routing is not supported by Localization');
272: app_exception.raise_exception( exception_type => 'APP' ,
273: exception_code => -20120 ,
274: exception_text => 'Localization does not support change in destination type'
275: );

Line 278: fnd_file.put_line(fnd_file.log, 'Cannot process records.The organization Location combination does not have a valid localization setup');

274: exception_text => 'Localization does not support change in destination type'
275: );
276: end if;
277:
278: fnd_file.put_line(fnd_file.log, 'Cannot process records.The organization Location combination does not have a valid localization setup');
279: app_exception.raise_exception( exception_type => 'APP' ,
280: exception_code => -20120 ,
281: exception_text => 'No India Localization setup for this Location '
282: );