DBA Data[Home] [Help]

APPS.PO_ASL_THS dependencies on APP_EXCEPTION

Line 87: app_exception.raise_exception;

83:
84: if not x_record_unique then
85:
86: fnd_message.set_name('FND','PO_ASL_SUPPLIER_ITEM_DUP');
87: app_exception.raise_exception;
88:
89: end if;
90:
91: if (x_asl_id is null) then

Line 243: APP_EXCEPTION.raise_exception; --

239: );
240: END IF;
241: END IF;
242:
243: APP_EXCEPTION.raise_exception; --
244: --
245:
246: end insert_row;
247: