[Home] [Help]
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
239: );
240: END IF;
241: END IF;
242:
243: APP_EXCEPTION.raise_exception; --
245:
246: end insert_row;
247: