text
stringlengths 6
9.38M
|
|---|
--author:jianghuan
--type:
--date:2017/10/11
--@Name:
--@Description:
--@Target:
--@Source:
SET mapreduce.job.queuename=root.rpt;
SET hive.exec.dynamic.partition=true;
SET hive.exec.dynamic.partition.mode=nonstrict;
SET hive.exec.max.dynamic.partitions.pernode = 1000000;
SET hive.exec.max.dynamic.partitions=1000000;
use tmp;
Create table IF NOT EXISTS ad_basic_tmp like rpt.ad_basic;
insert overwrite table ad_basic_tmp partition (bizdate,bizhour,report_type)
select
customer_id ,campaign_id ,order_id ,report_key ,bid ,win ,show,click ,reach ,action ,cost,agent_cost ,cust_cost ,lost_cost ,is_wireless ,is_app ,is_video ,is_native,agent_id ,bizdate,bizhour ,report_type
from
(
select
a.customer_id , a.campaign_id , a.order_id , a.report_key , sum(bid) bid, sum(win) win, sum(show) show, sum(click) click , sum(reach) reach, sum(action) action , sum(cost) cost, sum(agent_cost) agent_cost, sum(cust_cost) cust_cost, sum(lost_cost) lost_cost, a.is_wireless , a.is_app , a.is_video , a.is_native, b.parentid agent_id , a.bizdate, a.bizhour , a.report_type
from
(
select
customer_id , campaign_id , order_id , report_key , bid , win , show, click , reach , action , cost, agent_cost , cust_cost , lost_cost , is_wireless , is_app , is_video , is_native, agent_id , bizdate, bizhour , report_type
from
rpt.ad_basic
where
bizdate='${bizdate}' and bizhour='all'
) a
left join
(select
id,
parentid
from dump.dsp3_main_customer
where ds = concat('2016-10-28','-23')
group by id,parentid
) b
on
a.customer_id = b.id
group by
a.customer_id , a.campaign_id , a.order_id , a.report_key , a.is_wireless , a.is_app , a.is_video , a.is_native, b.parentid , a.bizdate, a.bizhour , a.report_type
) res
;
|
create table Customer
(
id varchar(15) not null primary key,
firstname varchar(10) not null,
lastname varchar(10) not null,
passwd varchar(20) not null,
phone varchar(15) not null,
email varchar(20) not null,
home_address text,
post_address text,
birthday date,
school varchar(20),
balance float default 0.0,
Statement text
)character set = utf8;
insert into Customer (id,firstname,lastname,passwd,phone,email,home_address,post_address,birthday,school)values("15120001","鹏涛","宁","npt123456","13813838438","ji1tao@zz.com","123Road","345Road","1998-12-12","上海大学");
insert into Customer (id,firstname,lastname,passwd,phone,email,home_address,post_address,birthday,school)values("15120002","Penies","Tao","npt123456","13813838438","ji2tao@zz.com","123Road","345Road","1998-12-12","上海大学");
insert into Customer (id,firstname,lastname,passwd,phone,email,home_address,post_address,birthday,school)values("15120003","Dick","Ning","npt123456","13813838438","ji3tao@zz.com","123Road","345Road","1998-12-12","上海大学");
insert into Customer (id,firstname,lastname,passwd,phone,email,home_address,post_address,birthday,school)values("15120004","Brother","Tao","npt123456","13813838438","ji4tao@zz.com","123Road","345Road","1998-12-12","上海大学");
create table Admin
(
id varchar(15) not null primary key,
name varchar(10) not null,
passwd varchar(20) not null,
phone varchar(15) not null,
email varchar(20) not null,
privilege int(4) not null
)character set = utf8;
insert into Admin (id,name,passwd,phone,email,privilege)values("0001","黄子韬","123456","13813838438","wulitaotoa@zz.com",5);
insert into Admin (id,name,passwd,phone,email,privilege)values("0002","吴亦凡","123456","13813838438","shabi@zz.com",1);
create table House
(
id varchar(10) not null primary key,
name varchar(20) not null,
area varchar(5) not null,
beds varchar(5) not null,
toilets varchar(5) not null,
people varchar(5) not null,
pets BOOLEAN default FALSE,
smoking BOOLEAN default FALSE,
inrto text
)character set = utf8;
insert into House (id,name,area,beds,toilets,people,pets,smoking) values("001","房子1","30","1","1","2",TRUE,TRUE);
insert into House (id,name,area,beds,toilets,people,pets,smoking) values("002","房子2","50","2","2","3",FALSE,TRUE);
create table HouseOrder
(
id varchar(15) not null primary key,
memberId varchar(15) not null references Customer(id),
adminId varchar(15) not null references Admin(id),
HouseId varchar(15) not null references House(id),
status varchar(10) default "created",
Price float(5) default 0.0,
FromDate date not null,
ToDate date not null,
CreateDate date not null,
LastChange date not null,
more_intro text
)character set = utf8;
insert into HouseOrder (id,memberId,adminId,HouseId,Price,FromDate,ToDate,CreateDate,LastChange) values("00000001","15120001","0001","1",300,"2018-09-26","2018-09-27","2018-08-26","2018-08-27");
insert into HouseOrder (id,memberId,adminId,HouseId,Price,FromDate,ToDate,CreateDate,LastChange) values("00000002","15120001","0001","1",500,"2018-09-26","2018-09-27","2018-08-25","2018-08-27");
create table Message
(
cus_id varchar(15) not null references Customer(id),
admin_id varchar(15) not null references Admin(id),
CustomerMessage text,
CustomeDate date,
ReplyMessage text,
ReplyDate text,
status varchar(10) default "unread",
primary key(cus_id,admin_id)
)character set = utf8;
create table RefundApply
(
cus_id varchar(15) not null references Customer(id),
admin_id varchar(15) not null references Admin(id),
num float not null,
apply_date date not null,
status varchar(10) default "created",
cus_reason text not null,
man_reson text,
primary key(cus_id,admin_id)
)
|
TRUNCATE TABLE PUR_VNDR_CNTCT_PHN_NBR_T DROP STORAGE
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (2003.0,'447A1AAB-7D41-7F27-756F-7481E8DAEDB7',3.0,2007.0,'PH','812-555-2211','21','N')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (2004.0,'67D092D3-55AA-62F9-6C86-6BF21C3C73E5',6.0,2008.0,'PH','517-224-5687','456','Y')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (2012.0,'30F8232A-8009-F40D-8CB0-CCEA3FF4FEF0',2.0,2016.0,'PH','514-968-3625','10','Y')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (2013.0,'A010732D-4C7C-6595-A5AA-DEC97B2B741A',3.0,2017.0,'PH','323-558-4231','102','Y')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (2014.0,'2552FED3-8015-CEA2-7045-95CC843A30CE',3.0,2018.0,'FX','232-232-5655','521','Y')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (12006.0,'ECA8440A-C9EE-4D56-0B51-93288F367F12',1.0,12007.0,'TF','1-800-258-3774','3349','Y')
/
INSERT INTO PUR_VNDR_CNTCT_PHN_NBR_T (VNDR_CNTCT_PHN_GNRTD_ID,OBJ_ID,VER_NBR,VNDR_CNTCT_GNRTD_ID,VNDR_PHN_TYP_CD,VNDR_PHN_NBR,VNDR_PHN_EXTNS_NBR,DOBJ_MAINT_CD_ACTV_IND)
VALUES (12007.0,'78458099-3873-65E2-2C86-5EBFA45058ED',1.0,12009.0,'TF','1-800-258-3774','3358','N')
/
|
create table instance_heapdump_reference
(
id blob not null
primary key,
creation_time timestamp not null,
last_update_time timestamp not null,
version bigint not null,
download_time timestamp,
error text,
instance_id blob not null references instance (id),
path varchar(255),
size bigint,
status varchar(30) default 'PENDING_DOWNLOAD' not null
);
|
CREATE TABLE "products" (
id serial PRIMARY KEY,
name text
);
|
drop table if exists categoria;
drop table if exists producto;
drop table if exists user_roles;
drop table if exists usuario;
drop table if exists roles;
|
use db;
create table charts (
id int auto_increment primary key,
nome varchar(20),
sexo int,
data date
);
insert into charts (id, nome, sexo, data) values (null, 'Vithor', 1, '2021-01-01');
|
/* Formatted on 17/06/2014 18:05:03 (QP5 v5.227.12220.39754) */
CREATE OR REPLACE FORCE VIEW MCRE_OWN.V_MCRE0_DAY_CLGG
(
ID_DPER,
COD_SNDG_LG,
VAL_ACC_LGGB,
VAL_UTI_LGGB,
VAL_SCO_LGGB,
VAL_GAR_LGGB,
VAL_ACC_SIS_LG,
VAL_UTI_SIS_LG,
VAL_SCO_SIS_LG,
VAL_IMP_GAR_SIS_LG,
DTA_RIFERIMENTO_CR
)
AS
SELECT "ID_DPER",
"COD_SNDG_LG",
"VAL_ACC_LGGB",
"VAL_UTI_LGGB",
"VAL_SCO_LGGB",
"VAL_GAR_LGGB",
"VAL_ACC_SIS_LG",
"VAL_UTI_SIS_LG",
"VAL_SCO_SIS_LG",
"VAL_IMP_GAR_SIS_LG",
"DTA_RIFERIMENTO_CR"
FROM mcre_own.T_MCRE0_STG_CLGG
WHERE (COD_SNDG_LG) IN (SELECT COD_SNDG_LG
FROM (SELECT COD_SNDG_LG,
VAL_ACC_LGGB,
VAL_UTI_LGGB,
VAL_SCO_LGGB,
VAL_GAR_LGGB,
VAL_ACC_SIS_LG,
VAL_UTI_SIS_LG,
VAL_SCO_SIS_LG,
VAL_IMP_GAR_SIS_LG,
DTA_RIFERIMENTO_CR
FROM T_MCRE0_STG_CLGG
MINUS
SELECT COD_SNDG_LG,
VAL_ACC_LGGB,
VAL_UTI_LGGB,
VAL_SCO_LGGB,
VAL_GAR_LGGB,
VAL_ACC_SIS_LG,
VAL_UTI_SIS_LG,
VAL_SCO_SIS_LG,
VAL_IMP_GAR_SIS_LG,
DTA_RIFERIMENTO_CR
FROM T_MCRE0_DWH_CLGG));
GRANT SELECT ON MCRE_OWN.V_MCRE0_DAY_CLGG TO MCRE_USR;
|
use employees;
SELECT first_name, COUNT(*) as frequency
FROM employees
GROUP BY first_name
ORDER BY COUNT(*) DESC
LIMIT 10;
select * from employees where last_name like "z%" limit 10 offset 50;
select distinct last_name
from employees
order by last_name
desc limit 10;
select * from employees
where hire_date like "199%-%-%" and birth_date like "%-12-25"
order by birth_date,hire_date
desc limit 5;
select * from employees
where hire_date like "199%-%-%" and birth_date like "%-12-25"
order by birth_date,hire_date desc limit 5 offset 45;
|
--1 Prikazati sva pravna lica, s kojima kompanija ima ugovor sklopljen nakon 2016. godine.
SELECT* FROM pravna_lica p
WHERE p.datumPotpisivanja>'31-DEC-2016'
--2 . Napisati upit kojim ce se prikazati popusti smanjeni za 5% , za one proizvode koji imaju popust veci od 20%.
SELECT pr.naziv, po.procenatPopusta "Originalni popust", po.procenatPopusta-5 "Reducirani popust" FROM proizvod pr, popust po
WHERE pr.idProizvoda=po.idProizvoda AND po.procenatPopusta>20;
--3 Prikazati kompaniju, te vrijeme koje je proslo od potpisivanja ugovora saradnje u danima, mjesecima i godinama.
SELECT Trunc((SYSDATE-p.datumPotpisivanja)/365) "Vrijeme u godinama", Trunc(Months_Between(SYSDATE,p.datumPotpisivanja)) "Vrijeme u mjesecima", Trunc(SYSDATE-p.datumPotpisivanja) "Vrijeme u danima" FROM pravna_lica p;
--4 Napisati upit koji ce prikazati sve proizvode (naziv, cijenu) i popuste na iste proizvode. Potrebno je prikazati i proizvode koji nemaju popust.
SELECT pr.naziv, pr.cijena, po.procenatPopusta FROM proizvod pr, popust po
WHERE pr.idProizvoda=po.idProizvoda;
--5 Izlistati iz kojeg grada dolazi najvise pravnih lica s kojima kompanija suradjuje
SELECT * FROM (
SELECT pl.sjediste "Grad", count(pl.sjediste) "Broj ponavljanja" FROM pravna_lica pl
GROUP BY pl.sjediste
ORDER BY count(*) DESC)
WHERE ROWNUM = 1;
--6 Izlistati 10 kupovina sa kupcem i svim artiklima kupovine, sortiranih po iznosu kupovine
SELECT* FROM(
SELECT* FROM faktura f
ORDER BY f.iznosRacuna DESC)
WHERE ROWNUM <=10;
--7 Izlistati nazive kategorije i naziv nadkategorije. U slucaju da kategorija nema nadkategoriju treba ispisati “Nema nadkategoriju”.
SELECT k.idKategorije, Nvl(To_Char(k.nadkategorija), 'Nema nadkategoriju') FROM kategorija k;
--8 Izlistati sve proizvode sa popustom koji imaju garanciju od 2 godine.
SELECT DISTINCT p.naziv, p.cijena, p.cijena*(1-po.aktuelniPopust/100) "Cijena s popustom" FROM proizvod p, popust po, kolicina k, garancija g
WHERE k.idFakture=g.idFakture AND p.idProizvoda=po.idProizvoda AND k.idProizvoda=p.idProizvoda AND (g.datumIsteka-SYSDATE)/365 > 2
ORDER BY 3 desc;
--9 Za svaki kontinent ispisati drzavu i sefa skladista sa najvecom platom.
SELECT Max(u.plata), d.naziv "Naziv drzave", k.nazivKontinenta "Naziv kontinenta" FROM kontinent k, drzava d, uposlenici u, skladista s
WHERE u.idUposlenika=odgovornaOsobaId AND d.naziv=s.nazivDrzave AND d.nazivKontinenta=k.nazivKontinenta
GROUP BY d.naziv, k.nazivKontinenta;
--10 Prikazati broj svih prodatih proizvoda u skladistima jedne drzave, te ukupni prihod ostvaren prodajom njih u prvoj polovini 2018.godine.
SELECT DISTINCT d.naziv, s.naziv "Naziv skladista", count(p.idProizvoda) "Broj prodatih", Sum(p.cijena) "Ostvareni prihod" FROM drzava d, skladista s, proizvod p, kolicina k, faktura f
WHERE s.nazivDrzave=d.naziv AND k.idFakture = f.idFakture AND k.idProizvoda=p.idProizvoda AND f.datumProdaje BETWEEN '30-JUN-2018' AND '1-JAN-2019'
GROUP BY d.naziv, s.naziv;
|
DROP TABLE IF EXISTS WAA_data.Team;
DROP TABLE IF EXISTS WAA_data.Player;
DROP SCHEMA IF EXISTS WAA_data;
--Build Schema and table
CREATE SCHEMA WAA_data;
CREATE TABLE WAA_data.Team (
Tm VARCHAR NOT NULL UNIQUE PRIMARY KEY,
SV FLOAT
);
CREATE TABLE WAA_data.Player (
ID INT NOT NULL UNIQUE PRIMARY KEY,
Name VARCHAR,
Age INT,
Tm VARCHAR,
Pos VARCHAR,
GP INT,
GC INT,
xGA FLOAT,
CFrel FLOAT,
CONSTRAINT player_has_team
FOREIGN KEY(Tm)
REFERENCES WAA_data.Team(Tm)
);
|
------------------第七章 MySQL运算符-------------------
本章内容:
算术运算符
比较运算符
逻辑运算符
位运算符
运算符的优先级
7.1运算符简介
(1)算术运算符:包括加减乘除模,用在数值计算上
(2)比较运算符:大于,小于,等于,不等于,为空,用于数值比较,字符串匹配。
LIKE,IN,BETWEEN AND和IS NULL,NULL也是比较运算符,还有用正则表达式REGEXP
也是比较运算符。
(3)逻辑运算符:与,或,非,异或等逻辑运算。运算返回结果为1或0。
(4)位运算符:包括按位与,按位或,按位异或,按位左移,按位右移等位运算。运算对象
为二进制。
USE school;
7.2 算术运算符
CREATE TABLE t_student(
id INT(11) NOT NULL PRIMARY KEY,
NAME VARCHAR(20) NOT NULL,
age INT(4),
gender VARCHAR(8)
);
CREATE TABLE t_score(
stuid INT(11),
Chinese INT(4),
English INT(4),
Math INT(4),
Chemistry INT(4),
Physics INT(4),
CONSTRAINT fk_stuid FOREIGN KEY(stuid) REFERENCES t_student(id)
);
INSERT INTO t_student(id,NAME,age,gender) VALUES
(1,'Rebecca',16,'Female'),
(2,'Justin',17,'Male'),
(3,'Jim',16,'Male');
SELECT * FROM t_student;
INSERT INTO t_score(stuid,Chinese,English,Math,Chemistry,Physics) VALUES
(1,87,94,99,89,91),
(2,76,78,89,88,98),
(3,92,98,99,93,88);
SELECT * FROM t_score;
SELECT stu.name,
sco.Chinese,sco.English,sco.Math,sco.Chemistry,sco.Physics,
sco.Chinese+sco.English+sco.Math+sco.Chemistry+sco.Physics total
FROM t_student stu,t_score sco
WHERE stu.id=sco.stuid;
/*验证mysql中(除法/)和(取模%)操作*/
SELECT 8/0 除法操作,9 DIV 0 除法操作,4%0 求模操作,7 MOD 0 求模操作;
7.3 比较运算符
7.3.1 常用的比较运算符
/*执行=和<=>比较运算符的SQL语句的SELECT*/
SELECT
3=3 数值比较,
'sky'='heaven' 字符串比较,
3*4=2*6 表达式比较,
1<=>1 数值比较,
'dragon'='dragon' 字符串比较,
2+7<=>6+3 表达式比较;
/*=和<=>比较运算符在比较字符串是否相等时,
依据字符串的ASCII码来进行判断,前者不能操作NULL(空值),后者可以*/
SELECT NULL<=>NULL '<=>操作符效果',NULL=NULL '=操作符效果';
/*!=和<>用来比较数值,字符串,表达式是否不相等,它们都不能操作NULL(空值)*/
SELECT 2<>2 数值比较,'hello'<>'hi' 字符串比较,2+3<>0+5 表达式比较,
6!=6 数值比较,'year'!='year' 字符串比较,7+8!=2+9 表达式比较;
SELECT NULL!=NULL 'NULL的!=效果',NULL<>NULL 'NULL的<>效果';
/*>,>=,<,<=的数值,字符串,表达式的比较*/
SELECT 1>=1 数值比较,'abcde'<'abecd' 字符串比较,1+3<=3+5 表达式比较,
1>2 数值比较,'eof'<='zoo' 字符串比较,3+5>=8+1 表达式比较;
7.3.2 特殊功能的比较运算符
/*实现特殊功能的比较运算符包含
实现判断是否存在于指定范围的BETWEEN AND(值必须大于等于m且小于n才返回1)
实现判断是否为空的IS NULL
实现判断是否不为空的IS NOT NULL
判断是否存在指定集合的IN
实现通配符的LIKE
和实现正则表达式匹配的REGEXP
*/
1. IS NULL运算符
SELECT 8 IS NULL,NULL IS NULL;
2. IS NOT NULL运算符
SELECT 8 IS NOT NULL,NULL IS NOT NULL;
3. LIKE运算符
SELECT 'songofice&fire' LIKE 'ice%',
'songofice&fire' LIKE '%ice%',
'songofice&fire' LIKE '%eci%';
4. BETWEEN AND运算符
SELECT 27 BETWEEN 18 AND 30,9 BETWEEN 5 AND 10;
5. IN运算符
SELECT 4 IN (3,4,5), 'a' IN ('a','b','c','d'),10 IN (7,8,9);
6. REGEXP运算符
/*mysql支持的模式字符
^ 匹配字符串开始部分
$ 匹配字符串结尾部分
. 匹配字符串任意一个字符
[字符集合] 匹配字符集合中的任意一个字符
[^字符集合] 匹配字符集合外的任意一个字符
str1|str2|str3 匹配字符str1,str2,str3中任意一个字符串
* 匹配字符包含0到多个
+ 匹配字符包含1个
字符串{n} 字符串出现n次
字符串{m,n} 字符串至少m次,最多n次
*/
SELECT 'onelittlefinger' REGEXP '^o',
'onelittlefinger' REGEXP '^one';
SELECT 'goodnight' REGEXP 't$','goodnight' REGEXP 'night$';
SELECT 'goodnight' REGEXP '^g......ht$';
SELECT 'goodnight' REGEXP '[abc]' 字符中字符,
'goodnight' REGEXP '[abcd]' 字符中字符,
'goodnight' REGEXP '[^abc]' 字符外字符,
'goodnight' REGEXP '[a-zA-Z]' 字符中的区间,
'goodnight' REGEXP '[^a-zA-Z0-9]' 字符外区间;
SELECT 'goodnight' REGEXP 'b*t','goodnight' REGEXP 'b+t';
SELECT 'fivelittleducks' REGEXP 'five' 单个字符串,
'fivelittleducks' REGEXP 'five|four|six' 多个字符串,
'fivelittleducks' REGEXP 'six|four|seven' 多个字符串;
SELECT 'fivelittleducks' REGEXP 't{3}' 匹配3个t,
'fivelittleducks' REGEXP 'v{2}' 匹配2个v,
'fivelittleducks' REGEXP 'v{1,5}' 匹配至少1个至多5个,
'fivelittleducks' REGEXP 'du{1,2}' 匹配至少1个,至多2个,
'fivelittleducks' REGEXP 'duk{1,2}' 至少1个至多2个;
7.4 逻辑运算符
SELECT 5 AND 6,0 AND 7,0 AND NULL,3 AND NULL, 9 && 2,0 && 12, 0 && NULL, 14 && NULL;
SELECT 5 OR 6, 0 OR 7, 0 OR 0, 3 OR NULL, 9 || 2, 0 || 12, 0 || NULL, 14 || NULL;
SELECT NOT 0,NOT 5,NOT NULL,!3,!0,!NULL;
SELECT 5 XOR 6, 0 XOR 0, NULL XOR NULL, 0 XOR 7, 0 XOR NULL, 3 XOR NULL;
7.5 位运算符
SELECT 3&6,BIN(3&6) 二进制数,3&6&7,BIN(3&6&7) 二进制数;
SELECT 3|6,BIN(3|6) 二进制数,3|6|7,BIN(3|6|7) 二进制数;
SELECT ~6,BIN(~6) 二进制数;
SELECT 6^7,BIN(6^7) 二进制数;
SELECT BIN(7) 二进制数,7<<4,BIN(7<<4) 二进制数,7>>2,BIN(7>>2) 二进制数;
7.6 运算符的优先级
/*
1 !
2 ~
3 ^
4 *,/,DIV,%,MOD
5 +,-
6 >>,<<
7 &
8 |
9 =,<=>,<,<=,>,>=,!=,<>,IN,IS NULL,LIKE,REGEXP
10 BETWEEN AND,CASE,WHEN,THEN,ELSE
11 NOT
12 &&,AND
13 ||,OR,XOR
14 :=
从上到下,优先级依次降低*/
7.7 综合示例===运算符的使用
CREATE TABLE TEST(
NUM INT(4),
INFO VARCHAR(100));
INSERT INTO TEST VALUES(50,'WHERE THERE IS A WILL,THERE IS A WAY.');
/*从test表中取出num,并对其进行+,-,*,/,%运算*/
SELECT num,num+10,num-12,num*2,num DIV 5,num%3 FROM test;
/*将num值与其它数据比较*/
SELECT num,num=20,num<>45,num>35,num>=30,num<10,num<=40,num<=>60 FROM test;
/*判断num是否落在指定区间,并且判断num是否在指定集合中*/
SELECT num,num BETWEEN 34 AND 49,num IN(2,4,50,65,78) FROM test;
/*判断test表info字段是否为空,用LIKE判断是否以“Yo”这两个字母开头,
用REGEXP来判断是否第一个字母是x,最后一个字母是e。*/
SELECT info,info IS NULL,info LIKE 'wh%',info REGEXP '^x',info REGEXP '.$' FROM test;
/*与,或,非和异或运算*/
SELECT 4&&0,5&&NULL,0&&NULL,4||0,5||NULL,0 OR NULL;
SELECT !3,!0,NOT NULL,4 XOR 0,2 XOR NULL,0 XOR NULL;
/*位运算*/
SELECT 8&12,8|12,~13;
SELECT 12<<3,155>>2;
7.8 经典习题与面试题
1.经典习题
SELECT (13-4)*2,9+20/2,19 DIV 3,23%3;
SELECT 54>24,32>=25,34<=43,12<=12,NULL<=>NULL,NULL<=>2,4<=>4;
SELECT 7&&9,-4||NULL,NULL XOR 0,0 XOR1,!4;
SELECT 15&19,15|8,12^20,~12;
2.面试题及解答
(1)比较运算符的结果只能是0和1吗?
是,逻辑运算结果也是0和1。
(2)哪种运算符的优先级最高?
!最高,赋值运算符:=最低,通常情况使用括号来设定运算符优先级,使运算层次更清晰。
(3)十进制的数也可以直接使用位运算符吗?
在进行位运算时,数据库系统会先将所有操作数转换为二进制数,然后将这些二进制数进行位运算,
再讲运算结果转换为十进制数。所以,位运算的操作数必须是十进制。十进制与二进制数之间的互换是数据库
系统实现的。因此,位运算的操作数必须是十进制数,否则计算的结果就会是错误的。
在使用位运算时,如果操作数是非十进制数时,要通过CONV()函数将操作数转换为十进制数。然后才能进行
相应的位运算。
7.9 本章小结
本章介绍了MySQL中的运算符。它们是算术运算符,比较运算符,逻辑运算符,位运算符及运算符的优先级。
在实践中使用掌握。
|
Create Table LoadControl.LoadLog
(ID int identity(1,1) Primary Key
,LoadID int not null);
|
DROP TABLE game_states;
--;;
DROP TABLE game_statistics;
|
--
-- @author Dick Munroe <munroe@csworks.com>
-- @copyright copyright @ 2006 by Dick Munroe, Cottage Software Works, Inc.
-- @license http://www.csworks.com/publications/ModifiedNetBSD.html
-- @version 2.0.0
-- @package dm.DB
-- @example ./example.php
--
-- SQL procedure to create the test database and table for the examples
-- in the dm.DB project.
--
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2-Debian-1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 06, 2006 at 02:27 PM
-- Server version: 4.1.11
-- PHP Version: 4.4.0-4
--
-- Database: `DB`
--
DROP DATABASE IF EXISTS `DB` ;
CREATE DATABASE `DB` ;
USE `DB` ;
-- --------------------------------------------------------
--
-- Table structure for table `table`
--
DROP TABLE IF EXISTS `table`;
CREATE TABLE `table` (
`id` int(10) unsigned NOT NULL auto_increment,
`fullname` varchar(255) default NULL,
`user` varchar(255) default NULL,
`password` varchar(255) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `table`
--
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (1, 'A', 'a', 'b');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (2, 'B', 'b', 'c');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (3, 'C', 'c', 'd');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (4, 'D', 'd', 'e');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (5, 'E', 'e', 'f');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (6, 'F', 'f', 'g');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (7, 'G', 'g', 'h');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (8, 'H', 'h', 'i');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (9, 'J', 'J', 'k');
INSERT INTO `table` (`id`, `fullname`, `user`, `password`) VALUES (10, 'K', 'k', 'l');
|
CREATE TABLE applicationsettings(
id int unsigned auto_increment PRIMARY KEY,
identifier varchar(50) NOT NULL,
content TEXT NOT NULL,
lastUpdated DATE
);
CREATE INDEX i_identifier ON applicationsettings(identifier);
ALTER TABLE users
ADD COLUMN type TINYINT unsigned DEFAULT 0 AFTER password,
ADD COLUMN dateCreated DATE NOT NULL,
ADD COLUMN lastUpdated DATE;
|
# This is a rollup of all database schema changes applied from 3.0.0 to 3.3.x
ALTER TABLE `#__weblinks` ENGINE=InnoDB;
|
#TCL
/*
Transaction Control Language 事务控制语言
事务:
一个或一组SQL语句组成一个执行单元,这个执行单元要么全部执行,要么全部不执行
(事务由单独单元的一个或多个SQL语句组成,在这个单元中,每个MySQL语句时相互依赖的)
而整个单独单元作为一个不可分割的整体,如果单元中某条SQL语句一旦执行失败或产生错误,
整个单元将会回滚,所有受到影响的数据将返回到事务开始以前的状态;如果单元中的所有SQL语句
都执行成功,则事务被顺利执行
事务的特性:
ACID
原子性:一个事务不可再分割,要么都执行,要么都不执行
一致性:一个事务执行会使数据从一个一致状态切换到另外一个一致状态
隔离性:一个事务的执行不受其他事务的干扰
持久性:一个事务一旦提交,则会永久性的改变数据库里的数据
*/
#查看mysql支持的存储引擎
SHOW ENGINES;
#这个是查询mysql5的隔离级别类型
SELECT @@tx_isolation;
#这个是查询mysql8.0的隔离级别的类型
SHOW VARIABLES LIKE "transaction_isolation";
USE test1;
SHOW TABLES;
DESC meassage;
SHOW CREATE TABLE meassage;
#修改数据库的编码
ALTER TABLE test DEFAULT CHARACTER SET utf8;
DROP TABLE IF EXISTS test;
DESC test;
CREATE TABLE test(
balance INT(10) PRIMARY KEY,
username CHAR(50)
);
SHOW CREATE TABLE test;
ALTER TABLE test CHANGE username username CHAR(50) CHARACTER SET utf8;
INSERT INTO test VALUES(50,"张无忌");
SELECT * FROM test;
INSERT INTO test VALUES(200,"赵敏");
#开启事务
SET autocommit=0;
START TRANSACTION;
#编写一组事务的语句
UPDATE test SET balance = 50 WHERE username="张无忌";
UPDATE test SET balance = 200 WHERE username="赵敏";
#结束事务
#rollback是回滚的意思
#Rollback;
#commit是提交的意思
COMMIT;
SELECT * FROM test;
#查询当前全局事务
SELECT @@global.tx_isolation;
#查询当前会话事务
SELECT @@session.tx_isolation;
#设置当前MySQL连接的隔离级别(已提交读)
SET TRANSACTION ISOLATION LEVEL READ COMMIT;
#设置当前MySQL连接的隔离级别(未提交读)
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
#一般MySQL中选择的是repeatable read(不会出现像:幻读,脏读,不可重复读)
#设置当前MySQL连接的隔离级别(可重复读)
SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;
#设置当前MySQL连接的隔离级别(可串可行)
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
/*
#事务的隔离级别:
脏读 不可重复读 幻读
read uncommitted yes yes yes
read committed x yes yes
repeatable read x x yes
serializable x x x
mysql中默认 第三个隔离级别 repeatable read
oracle中默认 第二个隔离级别 read committed
*/
#savepoint a设置保存点与rollback to a搭配使用
SET autocommit=0;
START TRANSACTION;
DELETE FROM account WHERE id=25;
SAVEPOINT a;#设置保存点
DELETE FROM account WHERE id=28;
ROLLBACK TO a;#回滚到保存点
SELECT * FROM account;
|
USE Ecommerce;
DROP PROCEDURE IF EXISTS insertProduct ;
DELIMITER //
CREATE PROCEDURE insertProduct(
IN id_parameter INT,
IN Name_parameter VARCHAR(30),
IN Brand_parameter VARCHAR(30),
IN Cost_parameter INT,
IN Description_parameter VARCHAR(150),
IN Id_Category_FK_parameter INT,
IN Id_User_FK_parameter INT(30),
IN Image_parameter VARCHAR(100),
IN Date_Product_parameter DATE,
IN Id_State_FK_parameter INT,
IN Id_Department_FK_parameter INT
)
BEGIN
INSERT INTO PRODUCT( Id, Name, Brand, Cost, Description, Id_Category_FK, Id_User_FK, Image, Date_Product,Id_State_FK,Id_Department_FK
) VALUES
( id_parameter, Name_parameter, Brand_parameter, Cost_parameter, Description_parameter, Id_Category_FK_parameter, Id_User_FK_parameter , Image_parameter ,Date_Product_parameter,Id_State_FK_parameter, Id_Department_FK_parameter)
;
END//
DELIMITER ;
|
DELETE FROM
FINANCIAL_STATEMENTS_IMPORT_TEMP
WHERE
SEQ_NO NOT IN (SELECT SESSION_ID FROM USER_LOGIN_INFO)
|
Select *
FROM job
INNER JOIN employer
ON job.employer_id = employer.id
WHERE location = "St. Louis City"
|
-- phpMyAdmin SQL Dump
-- version 4.2.7.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: 11 Nov 2019 pada 09.32
-- Versi Server: 5.6.20
-- PHP Version: 5.5.15
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `kml_mhs`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `log`
--
CREATE TABLE IF NOT EXISTS `log` (
`id` int(11) DEFAULT NULL,
`nim` int(11) DEFAULT NULL,
`no_hp_lama` varchar(15) DEFAULT NULL,
`no_hp_baru` varchar(15) DEFAULT NULL,
`tgl_diubah` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `log`
--
INSERT INTO `log` (`id`, `nim`, `no_hp_lama`, `no_hp_baru`, `tgl_diubah`) VALUES
(3, 2147483647, '2147483647', '2147483647', '2019-10-29 15:01:45'),
(2, 2147483647, '2147483647', '2147483647', '2019-10-29 15:10:17'),
(1, 2147483647, '089653630715', '0895326526080', '2019-11-11 07:03:50'),
(6, 2147483647, '087765654543', '087765654543', '2019-11-11 07:17:56'),
(4, 2147483647, '087775554443', '087775554443', '2019-11-11 15:29:17');
-- --------------------------------------------------------
--
-- Struktur dari tabel `mahasiswa`
--
CREATE TABLE IF NOT EXISTS `mahasiswa` (
`id` int(11) DEFAULT NULL,
`nim` varchar(12) NOT NULL,
`nama` varchar(50) NOT NULL,
`jenkel` varchar(2) NOT NULL,
`alamat` varchar(200) NOT NULL,
`no_hp` varchar(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `mahasiswa`
--
INSERT INTO `mahasiswa` (`id`, `nim`, `nama`, `jenkel`, `alamat`, `no_hp`) VALUES
(1, '161240000484', 'Mustofa Kamal Fasha', 'L', 'Mindahan Batealit', '0895326526080'),
(2, '161240000508', 'Galang Noviando Aryadita', 'L', 'Perum Kuwasharjo Jepara', '0895326526080'),
(3, '161240000554', 'Retno Nur Cahyanti', 'P', 'Demaan Jepara', '081234345456'),
(4, '161240000482', 'Ahmad Fery Setyawan', 'L', 'Konohagakure No Sato', '089653630715'),
(5, '161240000485', 'M. Khoirul Faqih', 'L', 'Semat Tahunan', '087775554443'),
(6, '161240000499', 'Shihab Kafibaih', 'L', 'Buungan Jepara', '085554443332');
--
-- Trigger `mahasiswa`
--
DELIMITER //
CREATE TRIGGER `update_nomor` AFTER UPDATE ON `mahasiswa`
FOR EACH ROW BEGIN
INSERT INTO log
set id = old.id,
nim = old.nim,
no_hp_lama=old.no_hp,
no_hp_baru=new.no_hp,
tgl_diubah = NOW();
END
//
DELIMITER ;
-- --------------------------------------------------------
--
-- Stand-in structure for view `tampilkan_data`
--
CREATE TABLE IF NOT EXISTS `tampilkan_data` (
`id` int(11)
,`nim` varchar(12)
,`nama` varchar(50)
,`jenkel` varchar(2)
,`alamat` varchar(200)
,`no_hp` varchar(15)
);
-- --------------------------------------------------------
--
-- Struktur untuk view `tampilkan_data`
--
DROP TABLE IF EXISTS `tampilkan_data`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `tampilkan_data` AS select `mahasiswa`.`id` AS `id`,`mahasiswa`.`nim` AS `nim`,`mahasiswa`.`nama` AS `nama`,`mahasiswa`.`jenkel` AS `jenkel`,`mahasiswa`.`alamat` AS `alamat`,`mahasiswa`.`no_hp` AS `no_hp` from `mahasiswa`;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- SQL Queries - Carter Alvarez
-- 1. List the following details of each employee: employee #, last & first name, sex, and salary
SELECT
e.emp_no "Employee Number",
e.last_name "Last Name",
e.first_name "First Name",
e.sex "Gender", s.salary "Salary"
FROM employees e
JOIN salaries s ON (e.emp_no = s.emp_no);
-- 2. List employees who were hired in 1986.
SELECT
first_name,
last_name,
hire_date
FROM employees
WHERE hire_date BETWEEN '1986-01-01' AND '1987-01-01';
-- 3. List the manager of each department with the following information: department number, department name, the manager's employee number, last name, first name, and start and end employment dates.
SELECT
departments.dept_no,
departments.dept_name,
dept_manager.emp_no,
employees.last_name,
employees.first_name
FROM departments
JOIN dept_manager
ON departments.dept_no = dept_manager.dept_no
JOIN employees
ON dept_manager.emp_no = employees.emp_no;
-- 4. List the department of each employee with the following information: employee number, last name, first name, and department name.
SELECT
dept_emp.emp_no,
employees.last_name,
employees.first_name,
departments.dept_name
FROM dept_emp
JOIN employees
ON dept_emp.emp_no = employees.emp_no
JOIN departments
ON dept_emp.dept_no = departments.dept_no;
-- 5. List all employees whose first name is "Hercules" and last names begin with "B."
SELECT first_name, last_name
FROM employees
WHERE first_name = 'Hercules'
AND last_name LIKE 'B%';
-- 6. List all employees in the Sales department, including their employee number, last name, first name, and department name.
SELECT
dept_emp.emp_no,
employees.last_name,
employees.first_name,
departments.dept_name
FROM dept_emp
JOIN employees
ON dept_emp.emp_no = employees.emp_no
JOIN departments
ON dept_emp.dept_no = departments.dept_no
WHERE departments.dept_name = 'Sales';
-- 7. List all employees in the Sales and Development departments, including their employee number, last name, first name, and department name.
SELECT
dept_emp.emp_no,
employees.last_name,
employees.first_name,
departments.dept_name
FROM dept_emp
JOIN employees
ON dept_emp.emp_no = employees.emp_no
JOIN departments
ON dept_emp.dept_no = departments.dept_no
WHERE departments.dept_name = 'Sales'
OR departments.dept_name = 'Development';
-- 8. In descending order, list the frequency count of employee last names, i.e., how many employees share each last name.
SELECT
last_name,
COUNT(last_name) AS "frequency"
FROM employees
GROUP BY last_name
ORDER BY
COUNT(last_name) DESC;
|
INSERT INTO polaznici (kor_ime,ime,prezime,lozinka,email_adresa,vrsta,datum_kreiranja,datum_promjene) VALUES
('admin','Iva','Zec','123456','admin@foi.hr',0,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('george','George','Harrison','123456','george@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('ivo','Ivo','Zec','123456','ivo@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('janica','Janica','Kostelic','123456','janica@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('janis','Janis','Joplin','123456','janis@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('jdean','James','Dean','123456','jdean@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('jlo','Jennifer','Lopez','123456','jlo@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('jmoore','Joe','Moore','123456','jmoore@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('john','John','Lennon','123456','john@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('mato','Mato','Kos','123456','mato@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('paul','Paul','McCartney','123456','paul@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('pero','Pero','Kos','123456','pero@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('pgreen','Peter','Green','123456','pgreen@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('ringo','Ringo','Star','123456','ringo@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00'),
('tjones','Tom','Jones','123456','tjones@foi.hr',1,'2010-03-20 10:54:45','2012-03-14 00:00:00');
INSERT INTO grupe (gr_ime,naziv) VALUES
('admin','Administratori'),
('manager','Manageri'),
('nwtis','NWTiS');
INSERT INTO polaznici_grupe (kor_ime,gr_ime) VALUES
('admin','admin'),
('mato','manager'),
('pero','admin'),
('pero','nwtis');
|
-- MySQL dump 10.13 Distrib 5.6.17, for Win64 (x86_64)
--
-- Host: localhost Database: cloudpos_alqiamjewelleryhouse
-- ------------------------------------------------------
-- Server version 5.6.17
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `cloudpos_alqiamjewelleryhouse`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `cloudpos_alqiamjewelleryhouse` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `cloudpos_alqiamjewelleryhouse`;
--
-- Table structure for table `category_information_table`
--
DROP TABLE IF EXISTS `category_information_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `category_information_table` (
`categoryID` int(2) NOT NULL AUTO_INCREMENT,
`categoryNameEn` varchar(40) DEFAULT NULL,
`categoryNameUr` varchar(40) DEFAULT NULL,
PRIMARY KEY (`categoryID`),
UNIQUE KEY `categoryID_UNIQUE` (`categoryID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `category_information_table`
--
LOCK TABLES `category_information_table` WRITE;
/*!40000 ALTER TABLE `category_information_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `category_information_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `entity_information_table`
--
DROP TABLE IF EXISTS `entity_information_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `entity_information_table` (
`entityID` int(4) NOT NULL AUTO_INCREMENT,
`cityID` int(3) DEFAULT NULL,
`aliasID` int(4) DEFAULT NULL,
`firstNameEn` varchar(80) DEFAULT NULL,
`lastNameEn` varchar(80) DEFAULT NULL,
`firstNameUr` varchar(80) DEFAULT NULL,
`lastNameUr` varchar(80) DEFAULT NULL,
`categoryID` varchar(45) DEFAULT NULL,
`entityType` varchar(14) DEFAULT NULL,
`carrierID` int(3) DEFAULT NULL,
PRIMARY KEY (`entityID`),
UNIQUE KEY `entityID_UNIQUE` (`entityID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `entity_information_table`
--
LOCK TABLES `entity_information_table` WRITE;
/*!40000 ALTER TABLE `entity_information_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `entity_information_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `invoice_information_table`
--
DROP TABLE IF EXISTS `invoice_information_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice_information_table` (
`invoiceID` int(12) NOT NULL AUTO_INCREMENT,
`invoiceDate` date DEFAULT NULL,
`invoiceTime` time DEFAULT NULL,
`entityID` int(4) DEFAULT NULL,
`invoiceLanguage` varchar(2) DEFAULT NULL,
`invoiceStatus` varchar(12) DEFAULT NULL,
PRIMARY KEY (`invoiceID`),
UNIQUE KEY `invoiceID_UNIQUE` (`invoiceID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `invoice_information_table`
--
LOCK TABLES `invoice_information_table` WRITE;
/*!40000 ALTER TABLE `invoice_information_table` DISABLE KEYS */;
INSERT INTO `invoice_information_table` VALUES (1,'2015-02-17','07:23:00',1,'Ur','Entered');
/*!40000 ALTER TABLE `invoice_information_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `invoice_items_table`
--
DROP TABLE IF EXISTS `invoice_items_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `invoice_items_table` (
`invoiceID` int(12) NOT NULL,
`invoiceLineItemID` int(24) NOT NULL AUTO_INCREMENT,
`productID` int(14) DEFAULT NULL,
`enteredPrice` decimal(12,4) DEFAULT NULL,
`productQuantity` decimal(12,2) DEFAULT NULL,
`rowTotal` decimal(12,4) DEFAULT NULL,
PRIMARY KEY (`invoiceID`),
UNIQUE KEY `invoiceItemID_UNIQUE` (`invoiceLineItemID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `invoice_items_table`
--
LOCK TABLES `invoice_items_table` WRITE;
/*!40000 ALTER TABLE `invoice_items_table` DISABLE KEYS */;
INSERT INTO `invoice_items_table` VALUES (1,1,0,NULL,0.00,0.0000);
/*!40000 ALTER TABLE `invoice_items_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item_origin_information`
--
DROP TABLE IF EXISTS `item_origin_information`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item_origin_information` (
`itemOriginID` int(1) NOT NULL AUTO_INCREMENT,
`originNameEn` varchar(12) DEFAULT NULL,
`originNameUr` varchar(14) DEFAULT NULL,
PRIMARY KEY (`itemOriginID`),
UNIQUE KEY `originID_UNIQUE` (`itemOriginID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item_origin_information`
--
LOCK TABLES `item_origin_information` WRITE;
/*!40000 ALTER TABLE `item_origin_information` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_origin_information` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_amendments_table`
--
DROP TABLE IF EXISTS `sales_amendments_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_amendments_table` (
`entityID` int(4) NOT NULL,
`invoiceID` int(12) DEFAULT NULL,
`invoiceLineItemID` int(24) DEFAULT NULL,
`priceChanged` int(1) DEFAULT NULL,
`quantityChanged` int(1) DEFAULT NULL,
`transactionAmount` decimal(12,4) DEFAULT NULL,
`transactionNature` varchar(2) DEFAULT NULL,
PRIMARY KEY (`entityID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_amendments_table`
--
LOCK TABLES `sales_amendments_table` WRITE;
/*!40000 ALTER TABLE `sales_amendments_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_amendments_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `stock_information_table`
--
DROP TABLE IF EXISTS `stock_information_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `stock_information_table` (
`productID` int(14) NOT NULL,
`entityID` int(3) DEFAULT NULL,
`categoryID` int(2) DEFAULT NULL,
`productOriginID` int(1) DEFAULT NULL,
`productDescriptionEn` varchar(80) DEFAULT NULL,
`productDescriptionUr` varchar(80) DEFAULT NULL,
`costPrice` decimal(12,4) DEFAULT NULL,
`sellingPriceWholeSale` decimal(12,4) DEFAULT NULL,
`sellingPriceRetail` decimal(12,4) DEFAULT NULL,
`minimumSellingUnitID` int(2) DEFAULT NULL,
`defaultSellingUnitID` int(2) DEFAULT NULL,
`quantityInStock` int(12) DEFAULT NULL,
PRIMARY KEY (`productID`),
UNIQUE KEY `productID_UNIQUE` (`productID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `stock_information_table`
--
LOCK TABLES `stock_information_table` WRITE;
/*!40000 ALTER TABLE `stock_information_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `stock_information_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'cloudpos_alqiamjewelleryhouse'
--
--
-- Dumping routines for database 'cloudpos_alqiamjewelleryhouse'
--
--
-- Current Database: `cloudpos_shareddatabase`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `cloudpos_shareddatabase` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `cloudpos_shareddatabase`;
--
-- Table structure for table `carrier_information_pk`
--
DROP TABLE IF EXISTS `carrier_information_pk`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `carrier_information_pk` (
`carrierID` int(3) NOT NULL AUTO_INCREMENT,
`carrierName` varchar(200) DEFAULT NULL,
PRIMARY KEY (`carrierID`),
UNIQUE KEY `carrierID_UNIQUE` (`carrierID`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `carrier_information_pk`
--
LOCK TABLES `carrier_information_pk` WRITE;
/*!40000 ALTER TABLE `carrier_information_pk` DISABLE KEYS */;
INSERT INTO `carrier_information_pk` VALUES (1,'آزاد سٹار، لاڑکانہ۔'),(2,'foo-baar');
/*!40000 ALTER TABLE `carrier_information_pk` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cities_information_pk`
--
DROP TABLE IF EXISTS `cities_information_pk`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cities_information_pk` (
`cityID` int(3) NOT NULL AUTO_INCREMENT,
`cityNameUr` varchar(40) DEFAULT NULL,
`cityNameEn` varchar(40) DEFAULT NULL,
`cityCode` varchar(4) DEFAULT NULL,
`originProvince` varchar(40) DEFAULT NULL,
`originProvinceAbbreviation` varchar(8) DEFAULT NULL,
PRIMARY KEY (`cityID`),
UNIQUE KEY `cityID_UNIQUE` (`cityID`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cities_information_pk`
--
LOCK TABLES `cities_information_pk` WRITE;
/*!40000 ALTER TABLE `cities_information_pk` DISABLE KEYS */;
INSERT INTO `cities_information_pk` VALUES (2,'لاڑکانہ','Larkana','074','Sindh','Sindh');
/*!40000 ALTER TABLE `cities_information_pk` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `measuring_units`
--
DROP TABLE IF EXISTS `measuring_units`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `measuring_units` (
`unitID` int(2) NOT NULL AUTO_INCREMENT,
`unitNameEn` varchar(40) DEFAULT NULL,
`unitNameUr` varchar(40) DEFAULT NULL,
PRIMARY KEY (`unitID`),
UNIQUE KEY `unitID_UNIQUE` (`unitID`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `measuring_units`
--
LOCK TABLES `measuring_units` WRITE;
/*!40000 ALTER TABLE `measuring_units` DISABLE KEYS */;
INSERT INTO `measuring_units` VALUES (1,'Piece','عدد'),(2,'Dozen','درجن'),(3,'Gross','گرس'),(4,'Card','کارڈ'),(5,'Box','ڈبی'),(6,'Box','ڈبے'),(7,'Packet','پیکٹ');
/*!40000 ALTER TABLE `measuring_units` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'cloudpos_shareddatabase'
--
--
-- Dumping routines for database 'cloudpos_shareddatabase'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-02-19 20:52:13
|
CREATE TABLE IF NOT EXISTS `alumnos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `alumno_curso` (
`cursos_id` int(11) NOT NULL,
`alumnos_id` int(11) NOT NULL,
PRIMARY KEY (`cursos_id`,`alumnos_id`),
KEY `fk_table2_alumnos1_idx` (`alumnos_id`),
CONSTRAINT `fk_table2_alumnos1` FOREIGN KEY (`alumnos_id`) REFERENCES `alumnos` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `fk_table2_cursos` FOREIGN KEY (`cursos_id`) REFERENCES `cursos` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `alumno_pruebas` (
`alumnos_id` int(11) NOT NULL,
`pruebas_id` int(11) NOT NULL,
`nota` float DEFAULT NULL,
PRIMARY KEY (`alumnos_id`,`pruebas_id`),
KEY `fk_table1_pruebas1_idx` (`pruebas_id`),
CONSTRAINT `fk_table1_alumnos1` FOREIGN KEY (`alumnos_id`) REFERENCES `alumnos` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `fk_table1_pruebas1` FOREIGN KEY (`pruebas_id`) REFERENCES `pruebas` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `cursos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`profesor_id` int(11) NOT NULL,
`nombre` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `profesores` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `pruebas` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nombre` varchar(50) DEFAULT NULL,
`cursos_id` int(11) NOT NULL,
PRIMARY KEY (`id`,`cursos_id`),
KEY `fk_pruebas_cursos1_idx` (`cursos_id`),
CONSTRAINT `fk_pruebas_cursos1` FOREIGN KEY (`cursos_id`) REFERENCES `cursos` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
|
-- -----------------------------------------------------
-- Populating 'hrms'.'store'
-- -----------------------------------------------------
INSERT INTO hrms.store(SID,S_name,S_phone,S_mgrID,S_city,S_state,S_zip) VALUES (2740,'Publix',4731533464,NULL,'Columbus','OH',90028);
-- -----------------------------------------------------
-- Populating 'hrms'.'department'
-- -----------------------------------------------------
INSERT INTO hrms.department(DID,D_name,D_mgrID,SID) VALUES (1,'Security',NULL,2740);
-- -----------------------------------------------------
-- Populating 'hrms'.'employee'
-- -----------------------------------------------------
INSERT INTO hrms.employee(EID,f_name,m_initial,l_name,E_ssn,E_phone,E_city,E_street,E_state,E_email,Date_of_hire,D_ID,S_ID,dbirth,gender,dep_contact,disability,ethnicity) VALUES (1,'Cloud','S','Strife',523669584,7708546969,'Atlanta','45 Midgard Way','GA','cstrife2@publix.com','2014/05/2',1,2740,'1985/04/05','m',5286669587,'N','djffasd');
|
SELECT
FURNITURE_ITEM.FURNITURE_ID AS FURNITURE_ID,
FURNITURE_ITEM.TYPE AS TYPE,
FURNITURE_ITEM.NAME AS NAME,
FURNITURE_ITEM.ACQUISITION AS ACQUISITION,
FURNITURE_ITEM.ACQUISITION_TYPE AS ACQUISITION_TYPE,
FURNITURE_ITEM.VERSION_NO AS VERSION_NO
FROM
FURNITURE_ITEM,
BURI_PATH_DATA_USER
/*BEGIN*/
WHERE
/*IF dto.furnitureId != null*/ FURNITURE_ID = /*dto.furnitureId*/int/*END*/
/*IF dto.furnitureId_not != null*/AND FURNITURE_ID != /*dto.furnitureId_not*/int/*END*/
/*IF dto.furnitureId_large != null*/AND /*dto.furnitureId_large*/int < FURNITURE_ID/*END*/
/*IF dto.furnitureId_moreLarge != null*/AND /*dto.furnitureId_moreLarge*/int <= FURNITURE_ID/*END*/
/*IF dto.furnitureId_from != null*/AND /*dto.furnitureID_from*/int <= FURNITURE_ID/*END*/
/*IF dto.furnitureId_to != null*/AND FURNITURE_ID <= /*dto.furnitureId_to*/int/*END*/
/*IF dto.furnitureId_moreSmall != null*/AND FURNITURE_ID <= /*dto.furnitureId_moreSmall*/int/*END*/
/*IF dto.furnitureId_small != null*/AND FURNITURE_ID < /*dto.furnitureId_small*/int/*END*/
/*IF dto.furnitureId_isNull != null*/AND FURNITURE_ID is null /*END*/
/*IF dto.furnitureId_isNotNull != null*/AND FURNITURE_ID is not null/*END*/
/*IF dto.furnitureId_in != null*/AND FURNITURE_ID in /*dto.furnitureId_in*/(int)/*END*/
/*IF dto.type_matchFull != null*/AND TYPE LIKE /*dto.type_matchFull*/'%TestData%'/*END*/
/*IF dto.type_matchFront != null*/AND TYPE LIKE /*dto.type_matchFront*/'TestData%'/*END*/
/*IF dto.type_matchBack != null*/AND TYPE LIKE /*dto.type_matchBack*/'%TestData'/*END*/
/*IF dto.type != null*/AND TYPE = /*dto.type*/'TestData'/*END*/
/*IF dto.type_not != null*/AND TYPE != /*dto.type_not*/'TestData'/*END*/
/*IF dto.type_large != null*/AND /*dto.type_large*/'TestData' < TYPE/*END*/
/*IF dto.type_moreLarge != null*/AND /*dto.type_moreLarge*/'TestData' <= TYPE/*END*/
/*IF dto.type_from != null*/AND /*dto.type_from*/'TestData' <= type/*END*/
/*IF dto.type_to != null*/AND TYPE <= /*dto.type_to*/'TestData'/*END*/
/*IF dto.type_moreSmall != null*/AND TYPE <= /*dto.type_moreSmall*/'TestData'/*END*/
/*IF dto.type_small != null*/AND TYPE < /*dto.type_small*/'TestData'/*END*/
/*IF dto.type_isNull != null*/AND TYPE is null /*END*/
/*IF dto.type_isNotNull != null*/AND TYPE is not null/*END*/
/*IF dto.type_in != null*/AND TYPE in /*dto.type_in*/('TestData')/*END*/
/*IF dto.name_matchFull != null*/AND NAME LIKE /*dto.name_matchFull*/'%TestData%'/*END*/
/*IF dto.name_matchFront != null*/AND NAME LIKE /*dto.name_matchFront*/'TestData%'/*END*/
/*IF dto.name_matchBack != null*/AND NAME LIKE /*dto.name_matchBack*/'%TestData'/*END*/
/*IF dto.name != null*/AND NAME = /*dto.name*/'TestData'/*END*/
/*IF dto.name_not != null*/AND NAME != /*dto.name_not*/'TestData'/*END*/
/*IF dto.name_large != null*/AND /*dto.name_large*/'TestData' < NAME/*END*/
/*IF dto.name_moreLarge != null*/AND /*dto.name_moreLarge*/'TestData' <= NAME/*END*/
/*IF dto.name_from != null*/AND /*dto.name_from*/'TestData' <= NAME/*END*/
/*IF dto.name_to != null*/AND NAME <= /*dto.name_to*/'TestData'/*END*/
/*IF dto.name_moreSmall != null*/AND NAME <= /*dto.name_moreSmall*/'TestData'/*END*/
/*IF dto.name_small != null*/AND NAME < /*dto.name_small*/'TestData'/*END*/
/*IF dto.name_isNull != null*/AND NAME IS NULL /*END*/
/*IF dto.name_isNotNull != null*/AND NAME IS NOT NULL/*END*/
/*IF dto.name_in != null*/AND NAME IN /*dto.name_in*/('TestData')/*END*/
/*IF dto.acquisition != null*/AND ACQUISITION = /*dto.acquisition*/'2005-01-01 00:00:00.0000'/*END*/
/*IF dto.acquisition_not != null*/AND ACQUISITION != /*dto.acquisition_not*/'2005-01-01 00:00:00.0000'/*END*/
/*IF dto.acquisition_large != null*/AND /*dto.acquisition_large*/'2005-01-01 00:00:00.0000' < ACQUISITION/*END*/
/*IF dto.acquisition_moreLarge != null*/AND /*dto.acquisition_moreLarge*/'2005-01-01 00:00:00.0000' <= ACQUISITION/*END*/
/*IF dto.acquisition_from != null*/AND /*dto.acquisition_from*/'2005-01-01 00:00:00.0000' <= ACQUISITION/*END*/
/*IF dto.acquisition_to != null*/AND ACQUISITION <= /*dto.acquisition_to*/'2005-01-01 00:00:00.0000'/*END*/
/*IF dto.acquisition_moreSmall != null*/AND ACQUISITION <= /*dto.acquisition_moreSmall*/'2005-01-01 00:00:00.0000'/*END*/
/*IF dto.acquisition_small != null*/AND ACQUISITION < /*dto.acquisition_small*/'2005-01-01 00:00:00.0000'/*END*/
/*IF dto.acquisition_isNull != null*/AND ACQUISITION is null /*END*/
/*IF dto.acquisition_isNotNull != null*/AND ACQUISITION is not null/*END*/
/*IF dto.acquisition_in != null*/AND ACQUISITION in /*dto.acquisition_in*/('2005-01-01 00:00:00.0000')/*END*/
/*IF dto.acquisitionType != null*/AND ACQUISITION_TYPE = /*dto.acquisitionType*/int/*END*/
/*IF dto.acquisitionType_not != null*/AND ACQUISITION_TYPE != /*dto.acquisitionType_not*/int/*END*/
/*IF dto.acquisitionType_large != null*/AND /*dto.acquisitionType_large*/int < ACQUISITION_TYPE/*END*/
/*IF dto.acquisitionType_moreLarge != null*/AND /*dto.acquisitionType_moreLarge*/int <= ACQUISITION_TYPE/*END*/
/*IF dto.acquisitionType_from != null*/AND /*dto.acquisitionType_from*/int <= ACQUISITION_TYPE/*END*/
/*IF dto.acquisitionType_to != null*/AND ACQUISITION_TYPE <= /*dto.acquisitionType_to*/int/*END*/
/*IF dto.acquisitionType_moreSmall != null*/AND ACQUISITION_TYPE <= /*dto.acquisitionType_moreSmall*/int/*END*/
/*IF dto.acquisitionType_small != null*/AND ACQUISITION_TYPE < /*dto.acquisitionType_small*/int/*END*/
/*IF dto.acquisitionType_isNull != null*/AND ACQUISITION_TYPE is null /*END*/
/*IF dto.acquisitionType_isNotNull != null*/AND ACQUISITION_TYPE is not null/*END*/
/*IF dto.acquisitionType_in != null*/AND ACQUISITION_TYPE in /*dto.acquisitionType_in*/(int)/*END*/
/*IF dto.versionNo != null*/AND VERSION_NO = /*dto.versionNo*/int/*END*/
/*IF dto.versionNo_not != null*/AND VERSION_NO != /*dto.versionNo_not*/int/*END*/
/*IF dto.versionNo_large != null*/AND /*dto.versionNo_large*/int < VERSION_NO/*END*/
/*IF dto.versionNo_moreLarge != null*/AND /*dto.versionNo_moreLarge*/int <= VERSION_NO/*END*/
/*IF dto.versionNo_from != null*/AND /*dto.versionNo_from*/int <= VERSION_NO/*END*/
/*IF dto.versionNo_to != null*/AND VERSION_NO <= /*dto.versionNo_to*/int/*END*/
/*IF dto.versionNo_moreSmall != null*/AND VERSION_NO <= /*dto.versionNo_moreSmall*/int/*END*/
/*IF dto.versionNo_small != null*/AND VERSION_NO < /*dto.versionNo_small*/int/*END*/
/*IF dto.versionNo_isNull != null*/AND VERSION_NO is null /*END*/
/*IF dto.versionNo_isNotNull != null*/AND VERSION_NO is not null/*END*/
/*IF dto.versionNo_in != null*/AND VERSION_NO in /*dto.versionNo_in*/(int)/*END*/
AND FURNITURE_ITEM.FURNITURE_ID = BURI_PATH_DATA_USER.PKEY_NUM
/*IF paths != null*/AND BURI_PATH_DATA_USER.PATH_NAME IN /*paths*/('buri.path.names')/*END*/
/*IF userIds != null*/AND BURI_PATH_DATA_USER.BURI_USER_ID in /*userIds*/(1)/*END*/
/*END*/
/*$dto.orderList*/
|
insert into TAXA value(1, 0);
insert into TAXA value(2, 0.1);
insert into TAXA value(3, 0.2);
insert into RISCO value (1, true, "A", 1);
insert into RISCO value (2, true, "B", 2);
insert into RISCO value (3, true, "C", 2);
|
ALTER TABLE `XXX_plugin_partner_unterseiten`
ADD COLUMN `unterseiten_shop_redirect` VARCHAR(255) COLLATE utf8_bin NULL DEFAULT NULL,
ADD COLUMN `unterseiten_shop_redirect_time` SMALLINT NOT NULL DEFAULT -1 ; ##b_dump##
|
CREATE TABLE `organizations` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `relations` (
`id` int(11) NOT NULL,
`organization` varchar(255) NOT NULL,
`parent` varchar(255) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `organizations`
ADD PRIMARY KEY (`id`);
ALTER TABLE `relations`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `k_relation_parent_organization` (`parent`,`organization`),
ADD KEY `k_relation_parent` (`parent`) USING BTREE,
ADD KEY `k_relation_organization` (`organization`);
ALTER TABLE `organizations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE `relations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
|
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
CREATE DATABASE IF NOT EXISTS debezium_test;
USE debezium_test;
CREATE TABLE IF NOT EXISTS time_test (
`time_test_id` BIGINT AUTO_INCREMENT PRIMARY KEY,
`created_sec` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_sec` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created_milli` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
`updated_milli` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3),
`created_micro` DATETIME(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),
`updated_micro` DATETIME(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6)
);
|
/*
Navicat MySQL Data Transfer
Source Server : test
Source Server Version : 50626
Source Host : localhost:3306
Source Database : test
Target Server Type : MYSQL
Target Server Version : 50626
File Encoding : 65001
Date: 2016-07-18 23:57:06
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for items
-- ----------------------------
DROP TABLE IF EXISTS `items`;
CREATE TABLE `items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`price` float(10,1) NOT NULL,
`detail` text,
`pic` varchar(512) DEFAULT NULL,
`createtime` date DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of items
-- ----------------------------
/*
Navicat MySQL Data Transfer
Source Server : test
Source Server Version : 50626
Source Host : localhost:3306
Source Database : test
Target Server Type : MYSQL
Target Server Version : 50626
File Encoding : 65001
Date: 2016-07-18 23:57:32
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for user
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(32) NOT NULL,
`birthday` date DEFAULT NULL,
`sex` char(1) DEFAULT NULL,
`address` varchar(256) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('1', '李易峰', '2016-03-04', 'm', '杭州下沙');
INSERT INTO `user` VALUES ('2', '小五', '2016-03-04', 'w', '杭州西湖');
/*
Navicat MySQL Data Transfer
Source Server : test
Source Server Version : 50626
Source Host : localhost:3306
Source Database : test
Target Server Type : MYSQL
Target Server Version : 50626
File Encoding : 65001
Date: 2016-07-18 23:57:25
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for orders
-- ----------------------------
DROP TABLE IF EXISTS `orders`;
CREATE TABLE `orders` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`number` varchar(32) NOT NULL,
`createtime` date NOT NULL,
`note` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of orders
-- ----------------------------
INSERT INTO `orders` VALUES ('1', '1', '1000010', '2016-03-04', null);
INSERT INTO `orders` VALUES ('2', '1', '1000011', '2016-03-04', null);
INSERT INTO `orders` VALUES ('3', '1', '1000012', '2016-03-04', null);
/*
Navicat MySQL Data Transfer
Source Server : test
Source Server Version : 50626
Source Host : localhost:3306
Source Database : test
Target Server Type : MYSQL
Target Server Version : 50626
File Encoding : 65001
Date: 2016-07-18 23:57:17
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for orderdetail
-- ----------------------------
DROP TABLE IF EXISTS `orderdetail`;
CREATE TABLE `orderdetail` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`items_num` int(11) NOT NULL,
`items_id` int(11) NOT NULL,
`orders_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of orderdetail
-- ----------------------------
|
-- create database db_construindo_a_nossa_vida;
-- use db_construindo_a_nossa_vida;
/*create table categoria (
id int primary key auto_increment,
tipoproduto varchar (50),
lojadisponivel int (2)
);
create table produto (
areauso varchar (30),
preco decimal (30),
estoque int (4),
pesoemkg int (4),
descontodiario boolean,
relacional int not null,
foreign key (relacional) references categoria (id)
);
insert into categoria (tipoproduto, lojadisponivel) values
("Azulejo", 02),
("Ácido para construção", 02),
("Ácido para construção", 01),
("Azulejo", 01),
("Fiação", 01);
insert into produto (areauso, preco, estoque, pesoemkg, descontodiario, relacional) values
("Banheiro", 0.80, 100, 0.1, true, 1),
("Cozinha", 0.50, 120, 0.2, true, 4),
("Cozinha", 0.20, 50, 0.1, false, 5),
("Banheiro", 70, 27, 10, true, 1),
("Cozinha", 0.80, 75, 0.1, true, 3),
("Portão de saída", 1.20, 50, 1, false, 5),
("Banheiro", 100, 25, 0.1, true, 2),
("Cozinha", 0.80, 100, 0.1, true, 1);
select * from produto where preco>50;
select * from produto where preco>3 and preco<60;
select * from produto where areauso like "%C%";
select * from categoria inner join produto on categoria.id = produto.relacional*/
select * from categoria inner join produto on categoria.id = produto.relacional where tipoproduto = "Fiação";
|
use openclinic_dbo;
update oc_encounters set oc_encounter_enddate = oc_encounter_begindate where oc_encounter_type='visit' and oc_encounter_enddate is null;
update oc_encounter_services a, oc_encounters b set
oc_encounter_serviceenddate=oc_encounter_enddate
where
a.oc_encounter_objectid=b.oc_encounter_objectid and
b.oc_encounter_enddate is not null and
a.oc_encounter_serviceenddate is null;
|
INSERT INTO persons (first_name, last_name, id_db, address, city, zip, phone, email) VALUES
('John', 'Boyd', 'John_Boyd', '1509 Culver St', 'Culver', '97451', '841-874-6512', 'jaboyd@email.com') ,
('Jacob', 'Boyd', 'Jacob_Boyd','1509 Culver St', 'Culver', '97451', '841-874-6513', 'drk@email.com' ),
('Tenley', 'Boyd','Tenley_Boyd', '1509 Culver St', 'Culver', '97451', '841-874-6512', 'tenz@email.com') ,
('Roger', 'Boyd','Roger_Boyd', '1509 Culver St', 'Culver', '97451', '841-874-6512', 'jaboyd@email.com') ,
('Zach', 'Zemicks','Zach_Zemicks', '892 Downing Ct', 'Culver', '97451', '841-874-7512', 'zarc@email.com' ),
('Reginold', 'Walker', 'Reginold_Walker','908 73rd St', 'Culver', '97451', '841-874-8547', 'reg@email.com' ),
('Jamie', 'Peters','Jamie_Peters', '908 73rd St', 'Culver', '97451', '841-874-7462', 'jpeter@email.com' ),
('Ron', 'Peters','Ron_Peters', '112 Steppes Pl', 'Culver', '97451', '841-874-8888', 'jpeter@email.com') ,
('Allison', 'Boyd','Allison_Boyd','112 Steppes Pl', 'Culver', '97451', '841-874-9888', 'aly@imail.com' ),
('Brian', 'Stelzer', 'Brian_Stelzer','947 E. Rose Dr', 'Culver', '97451', '841-874-7784', 'bstel@email.com') ,
('Shawna', 'Stelzer','Shawna_Stelzer', '947 E. Rose Dr', 'Culver', '97451', '841-874-7784', 'ssanw@email.com' ),
('Kendrik', 'Stelzer','Kendrick_Stelzer', '947 E. Rose Dr', 'Culver', '97451', '841-874-7784', 'bstel@email.com' ),
('Clive', 'Ferguson','Clive_Ferguson', '748 Townings Dr', 'Culver', '97451', '841-874-6741', 'clivfd@ymail.com' ),
('Eric', 'Cadigan', 'Eric_Cadigan','951 LoneTree Rd', 'Culver', '97451', '841-874-7458', 'gramps@email.com' );
INSERT INTO firestations (address, station) VALUES
( '1509 Culver St', '3' ),
( '29 15th St', '2' ),
( '834 Binoc Ave', '3' ),
( '644 Gershwin Cir', '1' ),
( '748 Townings Dr', '3' ),
( '112 Steppes Pl', '3' ),
( '489 Manchester St', '4' ),
( '892 Downing Ct', '2' ),
( '908 73rd St', '1' ),
( '112 Steppes Pl', '4' ),
( '947 E. Rose Dr', '1' ),
( '748 Townings Dr', '3' ),
( '951 LoneTree Rd', '2' );
INSERT INTO medicalrecords (first_name, last_name, id_bd, birthdate, medications, allergies) VALUES
( 'John', 'Boyd','John_Boyd', TO_DATE('03-06-1989','MM-dd-yyyy'), 'aznol:350mg, hydrapermazol:100mg', 'nillacilan' ),
( 'Jacob', 'Boyd', 'Jacob_Boyd', TO_DATE('03-06-1989','MM-dd-yyyy'), 'pharmacol:5000mg, terazine:10mg, noznazol:250mg','' ),
( 'Tenley', 'Boyd','Tenley_Boyd', TO_DATE('02-18-2012','MM-dd-yyyy'),'','peanut' ),
( 'Roger', 'Boyd','Roger_Boyd', TO_DATE('09-06-2017','MM-dd-yyyy'),'' ,'' ),
( 'Felicia', 'Boyd','Felicia_Boyd',TO_DATE('01-08-1986','MM-dd-yyyy'), 'tetracyclaz:650mg', 'xilliathal' ),
( 'Jonanathan', 'Marrack','Jonanathan_Marrack', TO_DATE('01-03-1989','MM-dd-yyyy'),'' ,'' ),
( 'Tessa', 'Carman','Tessa_Carman', TO_DATE('02-18-2012','MM-dd-yyyy'),'' ,'' ),
( 'Peter', 'Duncan','Peter_Duncan', TO_DATE('09-06-2000','MM-dd-yyyy'),'','shellfish' ),
( 'Foster', 'Shepard','Foster_Shepard', TO_DATE('01-08-1980','MM-dd-yyyy'),'' ,'' ),
( 'Tony', 'Cooper','Tony_Cooper', TO_DATE('03-06-1994','MM-dd-yyyy'), 'hydrapermazol:300mg, dodoxadin:30mg', 'shellfish' ),
( 'Lily', 'Cooper','Lily_Cooper', TO_DATE('03-06-1994','MM-dd-yyyy') ,'' ,'' ),
( 'Sophia', 'Zemicks','Sophia_Zemmicks', TO_DATE('03-06-1988','MM-dd-yyyy'), 'aznol:60mg, hydrapermazol:900mg, pharmacol:5000mg, terazine:500mg', 'peanut, shellfish, aznol' ),
( 'Warren', 'Zemicks','Warren_Zemmicks', TO_DATE('03-06-1985','MM-dd-yyyy'),'' ,'' ),
( 'Zach', 'Zemicks','Zach_Zemmicks', TO_DATE('03-06-2017','MM-dd-yyyy'),'' ,'' ),
( 'Reginold', 'Walker','Reginold_Walker', TO_DATE('08-30-1979','MM-dd-yyyy'), 'thradox:700mg', 'illisoxian' ),
( 'Jamie', 'Peters','Jamie_Peters', TO_DATE('03-06-1982','MM-dd-yyyy'),'' ,'' ),
( 'Ron', 'Peters','Ron_Peters', TO_DATE('04-06-1965','MM-dd-yyyy'),'' ,'' ),
( 'Allison', 'Boyd','Allison_Boyd', TO_DATE('03-15-1965','MM-dd-yyyy'), 'aznol:200mg', 'nillacilan' ),
( 'Brian', 'Stelzer','Brian_Stezler', TO_DATE('12-06-1975','MM-dd-yyyy'), 'ibupurin:200mg, hydrapermazol:400mg', 'nillacilan' ),
( 'Shawna', 'Stelzer','Shawna_Stezler', TO_DATE('07-08-1980','MM-dd-yyyy'),'' ,'' ),
( 'Kendrik', 'Stelzer','Kendrick_Stezler', TO_DATE('03-06-2014','MM-dd-yyyy'), 'noxidian:100mg, pharmacol:2500mg' ,'' ),
( 'Clive', 'Ferguson','Clive_Ferguson', TO_DATE('03-06-1994','MM-dd-yyyy'),'' ,'' ),
( 'Eric', 'Cadigan','Eric_Cadigan', TO_DATE('08-06-1945','MM-dd-yyyy'), 'tradoxidine:400mg' ,'' );
|
select
JobHead.ProjectID as JobHead_ProjectID,
Project.Description as Project_Description,
JobHead.JobNum as JobHead_JobNum,
JobHead.SchedCode as JobHead_SchedCode,
JobHead.JobType as JobHead_JobType,
JobHead.PartDescription as JobHead_PartDescription,
JobHead.ReqDueDate as JobHead_ReqDueDate,
JobOper.OpDesc as JobOper_OpDesc,
JobOper.QtyPer as JobOper_QtyPer,
JobOper.CurrentStatus_c as JobOper_CurrentStatus_c,
JobOpDtl.ResourceID as JobOpDtl_ResourceID,
JobOper.ExecutionStatus_c as JobOper_ExecutionStatus_c,
JobOper.ExecutionComment_c as JobOper_ExecutionComment_c,
JobOper.StarDate_c as JobOper_StarDate_c,
JobOper.EndDate_c as JobOper_EndDate_c,
JobOper.AssemblySeq as JobOper_AssemblySeq,
JobHead.JobReleased as JobHead_JobReleased,
JobHead.JobEngineered as JobHead_JobEngineered,
JobAsmbl.JobNum as JobAsmbl_JobNum,
JobAsmbl.AssemblySeq as JobAsmbl_AssemblySeq,
JobOpDtl.JobNum as JobOpDtl_JobNum,
JobOpDtl.AssemblySeq as JobOpDtl_AssemblySeq,
JobOpDtl.OprSeq as JobOpDtl_OprSeq,
JobOpDtl.OpDtlSeq as JobOpDtl_OpDtlSeq,
JobOper.OprSeq as JobOper_OprSeq,
JobOper.JobNum as JobOper_JobNum
from Erp.JobOpDtl as JobOpDtl
inner join Erp.JobOper as JobOper on JobOpDtl.Company = JobOper.Company And JobOpDtl.JobNum = JobOper.JobNum
And JobOpDtl.AssemblySeq = JobOper.AssemblySeq And JobOpDtl.OprSeq = JobOper.OprSeq
And JobOper.OpComplete = 0 And JobOper.SubContract = 0 And JobOper.ExecutionStatus_c <> '4'
inner join Erp.JobHead as JobHead on JobOper.Company = JobHead.Company And JobOper.JobNum = JobHead.JobNum
And JobHead.JobClosed = 0 and JobHead.JobComplete = 0 And JobHead.JobReleased = 1 And JobHead.JobEngineered = 1
And (JobHead.JobType = 'MFG' or JobHead.JobType = 'MNT' ) And JobHead.InCopyList = 0
inner join Erp.JobAsmbl as JobAsmbl on JobHead.Company = JobAsmbl.Company And JobHead.JobNum = JobAsmbl.JobNum
left outer join Erp.Project as Project on JobHead.Company = Project.Company
And JobHead.ProjectID = Project.ProjectID
left outer join (select
LaborDtl.JobNum as LaborDtl_JobNum,
LaborDtl.AssemblySeq as LaborDtl_AssemblySeq,
LaborDtl.OprSeq as LaborDtl_OprSeq,
LaborDtl.Company as LaborDtl_Company
from Erp.LaborDtl as LaborDtl
where LaborDtl.OpComplete = 0
group by LaborDtl.JobNum,
LaborDtl.AssemblySeq,
LaborDtl.OprSeq,
LaborDtl.Company) as SubQuery2 on JobOper.Company = SubQuery2.LaborDtl_Company
And JobOper.JobNum = SubQuery2.LaborDtl_JobNum
And JobOper.AssemblySeq = SubQuery2.LaborDtl_AssemblySeq
And JobOper.OprSeq = SubQuery2.LaborDtl_OprSeq
where JobOpDtl.ResourceGrpID = 'GCONS'
|
CREATE TABLE public.Passenger_Not_In_Route (
Route_ID BIGINT NOT NULL,
User_ID BIGINT NOT NULL,
CONSTRAINT passenger_not_in_route_pk PRIMARY KEY (Route_ID, User_ID)
);
|
SELECT address
FROM STUDIO
WHERE Name="MGM"
|
-- phpMyAdmin SQL Dump
-- version 4.1.12
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Dec 12, 2014 at 03:10 AM
-- Server version: 5.6.16
-- PHP Version: 5.5.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `discourseanalysis`
--
CREATE DATABASE IF NOT EXISTS `discourseanalysis` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `discourseanalysis`;
-- --------------------------------------------------------
--
-- Table structure for table `conjunctions`
--
DROP TABLE IF EXISTS `conjunctions`;
CREATE TABLE IF NOT EXISTS `conjunctions` (
`listName` varchar(50) NOT NULL,
`conjunction` varchar(50) NOT NULL,
PRIMARY KEY (`listName`,`conjunction`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `conjunctions`
--
INSERT INTO `conjunctions` (`listName`, `conjunction`) VALUES
('Default Conjunction List', 'ACCORDINGLY'),
('Default Conjunction List', 'ALSO'),
('Default Conjunction List', 'ALTHOUGH'),
('Default Conjunction List', 'AND'),
('Default Conjunction List', 'AS'),
('Default Conjunction List', 'AS A RESULT'),
('Default Conjunction List', 'AS LONG AS'),
('Default Conjunction List', 'AS SOON AS'),
('Default Conjunction List', 'AT THE SAME TIME AS'),
('Default Conjunction List', 'BECAUSE'),
('Default Conjunction List', 'BUT'),
('Default Conjunction List', 'BY THAT MEANS'),
('Default Conjunction List', 'BY THIS MEANS'),
('Default Conjunction List', 'CONSEQUENTLY'),
('Default Conjunction List', 'CONVERSELY'),
('Default Conjunction List', 'EITHER'),
('Default Conjunction List', 'ELSE'),
('Default Conjunction List', 'EVEN IF'),
('Default Conjunction List', 'EVEN THOUGH'),
('Default Conjunction List', 'EXCEPT IF'),
('Default Conjunction List', 'EXCEPT THAT'),
('Default Conjunction List', 'FOR'),
('Default Conjunction List', 'FOR THE PURPOSE THAT'),
('Default Conjunction List', 'FOR THIS REASON'),
('Default Conjunction List', 'HENCE'),
('Default Conjunction List', 'IF'),
('Default Conjunction List', 'IN AS MUCH AS'),
('Default Conjunction List', 'IN ORDER THAT'),
('Default Conjunction List', 'IN THAT MANNER'),
('Default Conjunction List', 'IN THIS MANNER'),
('Default Conjunction List', 'INASMUCH AS'),
('Default Conjunction List', 'INDEED'),
('Default Conjunction List', 'INSTEAD'),
('Default Conjunction List', 'JUST AS'),
('Default Conjunction List', 'LEST'),
('Default Conjunction List', 'LIKEWISE'),
('Default Conjunction List', 'MOREOVER'),
('Default Conjunction List', 'NEITHER'),
('Default Conjunction List', 'NEVERTHELESS'),
('Default Conjunction List', 'NOR'),
('Default Conjunction List', 'NOTWITHSTANDING'),
('Default Conjunction List', 'NOW'),
('Default Conjunction List', 'ON THE CONTRARY'),
('Default Conjunction List', 'ON THE OTHER HAND'),
('Default Conjunction List', 'ONLY'),
('Default Conjunction List', 'ONLY IF'),
('Default Conjunction List', 'OR'),
('Default Conjunction List', 'OR ELSE'),
('Default Conjunction List', 'OTHERWISE'),
('Default Conjunction List', 'SINCE'),
('Default Conjunction List', 'SO'),
('Default Conjunction List', 'SO THAT'),
('Default Conjunction List', 'STILL'),
('Default Conjunction List', 'SUCH THAT'),
('Default Conjunction List', 'THAN'),
('Default Conjunction List', 'THAT'),
('Default Conjunction List', 'THEN'),
('Default Conjunction List', 'THEREFORE'),
('Default Conjunction List', 'THOUGH'),
('Default Conjunction List', 'THUS'),
('Default Conjunction List', 'TILL'),
('Default Conjunction List', 'TO THE END THAT'),
('Default Conjunction List', 'UNLESS'),
('Default Conjunction List', 'UNTIL'),
('Default Conjunction List', 'WHEN'),
('Default Conjunction List', 'WHENEVER'),
('Default Conjunction List', 'WHERE'),
('Default Conjunction List', 'WHEREVER'),
('Default Conjunction List', 'WHETHER'),
('Default Conjunction List', 'WHILE'),
('Default Conjunction List', 'X'),
('Default Conjunction List', 'YET');
-- --------------------------------------------------------
--
-- Table structure for table `files`
--
DROP TABLE IF EXISTS `files`;
CREATE TABLE IF NOT EXISTS `files` (
`owner` varchar(25) NOT NULL,
`projectName` varchar(35) NOT NULL,
`fileName` varchar(35) NOT NULL,
`storedFileName` varchar(50) NOT NULL,
`public` tinyint(1) NOT NULL DEFAULT '0',
`lastUpdate` datetime NOT NULL,
PRIMARY KEY (`owner`,`projectName`),
KEY `fk_owner` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `permission`
--
DROP TABLE IF EXISTS `permission`;
CREATE TABLE IF NOT EXISTS `permission` (
`admin` tinyint(1) NOT NULL DEFAULT '0',
`username` varchar(25) NOT NULL,
`fileName` varchar(50) NOT NULL,
`edit` tinyint(1) NOT NULL,
`read` tinyint(1) NOT NULL,
`delete` tinyint(1) NOT NULL,
`add` tinyint(1) NOT NULL,
PRIMARY KEY (`username`,`fileName`),
KEY `fk_filename` (`fileName`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `session`
--
DROP TABLE IF EXISTS `session`;
CREATE TABLE IF NOT EXISTS `session` (
`username` varchar(25) NOT NULL,
`startTime` datetime NOT NULL,
`endtime` datetime NOT NULL,
`sessionID` int(15) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sessionID`),
KEY `fk_username` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `tempusersinfo`
--
DROP TABLE IF EXISTS `tempusersinfo`;
CREATE TABLE IF NOT EXISTS `tempusersinfo` (
`confirm_code` varchar(65) NOT NULL,
`username` varchar(25) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(75) NOT NULL,
`name` varchar(60) NOT NULL,
`admin` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `usersinfo`
--
DROP TABLE IF EXISTS `usersinfo`;
CREATE TABLE IF NOT EXISTS `usersinfo` (
`username` varchar(25) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(75) NOT NULL,
`name` varchar(60) NOT NULL,
`firstName` varchar(25) NOT NULL,
`admin` tinyint(1) NOT NULL DEFAULT '0',
`isApprovedUser` tinyint(1) NOT NULL,
`isOnline` tinyint(1) NOT NULL,
`lastLogin` datetime DEFAULT NULL,
PRIMARY KEY (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `usersinfo`
--
INSERT INTO `usersinfo` (`username`, `password`, `email`, `name`, `firstName`, `admin`, `isApprovedUser`, `isOnline`, `lastLogin`) VALUES
('admin', '$2y$10$/gMa82nHTsYaqCKjvXvmhuVqylwoLLaH6UBLVMuBBPGIDGAf6glxu', 'admin@email.com', 'Administrator', 'Administrator', 1, 1, 1, '2014-11-11 11:03:45'),
('jdoe', '$2y$10$/gMa82nHTsYaqCKjvXvmhuVqylwoLLaH6UBLVMuBBPGIDGAf6glxu', 'jdoe@email.com', 'Jane Doe', 'Jane', 0, 0, 0, '2014-11-11 11:05:01'),
('user', '$2y$10$/gMa82nHTsYaqCKjvXvmhuVqylwoLLaH6UBLVMuBBPGIDGAf6glxu', 'user@gmail.com', 'John Doe', 'John', 0, 0, 0, '2014-11-10 22:56:41');
--
-- Constraints for dumped tables
--
--
-- Constraints for table `files`
--
ALTER TABLE `files`
ADD CONSTRAINT `fk_owner` FOREIGN KEY (`owner`) REFERENCES `usersinfo` (`username`) ON DELETE CASCADE ON UPDATE CASCADE;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE TABLE `buksydb`.`user` (
`id_user` INT NOT NULL AUTO_INCREMENT,
`username` VARCHAR(32) NULL,
`password` VARCHAR(32) NULL,
`first_name` VARCHAR(32) NULL,
`last_name` VARCHAR(32) NULL,
`email` VARCHAR(32) NULL,
`active` VARCHAR(45) NULL DEFAULT 0,
PRIMARY KEY (`id_user`));
|
-- phpMyAdmin SQL Dump
-- version 4.2.7.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Sep 26, 2014 at 04:55 AM
-- Server version: 5.6.20
-- PHP Version: 5.5.15
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `api_login`
--
CREATE DATABASE IF NOT EXISTS `api_login` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
USE `api_login`;
-- --------------------------------------------------------
--
-- Table structure for table `comments`
--
DROP TABLE IF EXISTS `comments`;
CREATE TABLE IF NOT EXISTS `comments` (
`id` int(11) unsigned NOT NULL,
`user_id` int(11) unsigned NOT NULL,
`post_id` int(11) unsigned NOT NULL,
`content` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
--
-- Dumping data for table `comments`
--
INSERT INTO `comments` (`id`, `user_id`, `post_id`, `content`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'coment demo', '2014-09-23 17:00:00', '2014-09-23 17:00:00'),
(2, 1, 1, 'aaaaaa', '2014-09-23 17:00:00', '2014-09-25 04:55:40'),
(4, 1, 1, 'content 2', '2014-09-24 02:34:14', '2014-09-24 02:34:14');
-- --------------------------------------------------------
--
-- Table structure for table `migration`
--
DROP TABLE IF EXISTS `migration`;
CREATE TABLE IF NOT EXISTS `migration` (
`type` varchar(25) NOT NULL,
`name` varchar(50) NOT NULL,
`migration` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `migration`
--
INSERT INTO `migration` (`type`, `name`, `migration`) VALUES
('app', 'default', '001_create_db');
-- --------------------------------------------------------
--
-- Table structure for table `posts`
--
DROP TABLE IF EXISTS `posts`;
CREATE TABLE IF NOT EXISTS `posts` (
`id` int(11) unsigned NOT NULL,
`user_id` int(11) unsigned NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`content` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
--
-- Dumping data for table `posts`
--
INSERT INTO `posts` (`id`, `user_id`, `title`, `content`, `created_at`, `updated_at`) VALUES
(1, 1, 'edit title n2', 'edit content 2', '2014-09-23 23:54:25', '2014-09-24 02:16:20'),
(2, 1, 'yyyyy', 'bbbbbbbb', '2014-09-24 22:37:28', '2014-09-25 04:39:34'),
(3, 1, 'New title', 'New content', '2014-09-26 02:39:54', '2014-09-26 02:39:54');
-- --------------------------------------------------------
--
-- Table structure for table `tokens`
--
DROP TABLE IF EXISTS `tokens`;
CREATE TABLE IF NOT EXISTS `tokens` (
`id` int(11) unsigned NOT NULL,
`key_token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`browser` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;
--
-- Dumping data for table `tokens`
--
INSERT INTO `tokens` (`id`, `key_token`, `token`, `browser`, `created_at`, `updated_at`) VALUES
(3, '877f22e0b91ae1df7de20dda8b9dc2565b894d42', 'hung', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36', '2014-09-25 03:50:36', '2014-09-25 04:55:40'),
(4, 'bab007ab0cfa7a979e03f4daae79890e397f4dc1', 'hung', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', '2014-09-26 02:39:12', '2014-09-26 02:53:51'),
(5, 'a9a97b826eb59a00b6ce6332aac1126c3532a954', 'tvmoi', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', '2014-09-26 02:54:58', '2014-09-26 02:55:25');
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL,
`username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`last_login` int(20) NOT NULL,
`login_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `password`, `email`, `last_login`, `login_hash`, `created_at`, `updated_at`) VALUES
(1, 'hung', 'HyeanX89H0/pEHl539v0rNTPm4+Gy4nU7bVXNuV985s=', 'hung@mulodo.com', 1411699152, '9cd969a5a6d12839af4947d4f0388889672881b0', '2014-09-23 23:54:25', '2014-09-25 04:24:00'),
(2, 'tvmoi', 'HyeanX89H0/pEHl539v0rNTPm4+Gy4nU7bVXNuV985s=', 'tvmoi@mulodo.com', 1411700125, 'cb9f959bfae685a7c73e14549c7c2dc130cc48ba', '2014-09-26 02:54:58', '2014-09-26 02:54:58');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `comments`
--
ALTER TABLE `comments`
ADD PRIMARY KEY (`id`), ADD KEY `FK_CU` (`user_id`), ADD KEY `FK_CP` (`post_id`);
--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
ADD PRIMARY KEY (`id`), ADD KEY `FK_PU` (`user_id`);
--
-- Indexes for table `tokens`
--
ALTER TABLE `tokens`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `username` (`username`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `comments`
--
ALTER TABLE `comments`
MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `tokens`
--
ALTER TABLE `tokens`
MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `comments`
--
ALTER TABLE `comments`
ADD CONSTRAINT `FK_CP` FOREIGN KEY (`post_id`) REFERENCES `posts` (`id`),
ADD CONSTRAINT `FK_CU` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON UPDATE CASCADE;
--
-- Constraints for table `posts`
--
ALTER TABLE `posts`
ADD CONSTRAINT `FK_PU` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON UPDATE CASCADE;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
DROP TABLE IF EXISTS `customer`;
CREATE TABLE `customer`
(
`cid` varchar
(50) NOT NULL DEFAULT '',
`cname` varchar
(50) DEFAULT NULL,
`sex` varchar
(2) DEFAULT NULL,
`age` int
(11) DEFAULT NULL,
PRIMARY KEY
(`cid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `customer` */
insert into `customer`(`
cid`,`cname
`,`sex`,`age`) values
('c001','刘二','男',43),
('c002','张三','男',28),
('c003','李四','女',30),
('c004','王五','男',20),
('c005','赵六','男',50),
('c006','丽丽','女',50);
/*Table structure for table `orderitem` */
DROP TABLE IF EXISTS `orderitem`;
CREATE TABLE `orderitem`
(
`cid` varchar
(50) DEFAULT NULL,
`pid` varchar
(50) DEFAULT NULL,
`count` int
(11) DEFAULT NULL,
`ordertime` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `orderitem` */
insert into `orderitem`(`
cid`,`pid
`,`count`,`ordertime`) values
('c001','p001',5,'2018-04-01 00:00:00'),
('c001','p002',2,'2018-04-07 00:00:00'),
('c001','p004',2,'2018-04-07 00:00:00'),
('c002','p003',10,'2018-05-01 00:00:00'),
('c002','p005',5,'2018-05-01 00:00:00'),
('c003','p004',5,'2018-05-10 00:00:00'),
('c004','p001',5,'2018-05-10 00:00:00'),
('c004','p002',2,'2018-05-01 00:00:00'),
('c005','p003',10,'2018-05-01 00:00:00');
/*Table structure for table `product` */
DROP TABLE IF EXISTS `product`;
CREATE TABLE `product`
(
`pid` varchar
(50) NOT NULL DEFAULT '',
`pname` varchar
(50) DEFAULT NULL,
`pirce` double DEFAULT NULL,
`stock` int
(11) DEFAULT NULL,
PRIMARY KEY
(`pid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `product` */
insert into `product`(`
pid`,`pname
`,`pirce`,`stock`) values
('p001','计算机',5000,20),
('p002','空调',2400,60),
('p003','冰箱',1500,20),
('p004','沙发',800,10),
('p005','打印机',1100,50);
# 1. 统计订购了商品的总人数。
select count(DISTINCT cid) 订购商品总人数
from orderitem;
# 2. 统计顾客号和所订购商品总数量
select cid 顾客号 , SUM(count) 订购商品总数量
from orderitem
group by cid;
# 3. 查找没订购商品的顾客号和顾客名
select cid 顾客号 , cname 顾客名
from customer
where cid not in (select cid
from orderitem
group by cid);
# 4. 查找订购商品号'p001'商品数量最多的顾客号和顾客名
# 查询p001商品最大数量
select max(count)
from orderitem
where pid = 'p001';
# 查询订购p001商品最大数量的cid
select cid
from orderitem
where pid = 'p001' and count = (select max(count)
from orderitem
where pid = 'p001');
# 查询订购商品号'p001'商品数量最多的顾客号和顾客名
select cid 顾客号 , cname 顾客名
from customer
where cid in (select cid
from orderitem
where pid = 'p001' and count = (select max(count)
from orderitem
where pid = 'p001'));
# 5. 统计至少订购2种商品的顾客id和顾客名
# 统计 订购2种商品的顾客id
select cid , count(pid)
from orderitem
group by cid
having count(pid) >= 2;
# 统计至少订购2种商品的顾客id和顾客名
select cid 顾客id , cname 顾客名
from customer
where cid in (select cid
from orderitem
group by cid
having count(pid) >= 2);
# 6. 查找所有顾客号和顾客名以及他们购买的商品号
select c.cid 顾客号 , c.cname 顾客名 , o.pid
from customer c left outer join orderitem o on c.cid = o.cid;
# 7. 查找订购了商品"p001"的顾客号和顾客名
select cid , cname
from customer
where cid in (select cid
from orderitem
where pid = 'p001');
# 8. 找订购了商品号为"p001"或者"p002"的顾客号和顾客名
select cid , cname
from customer
where cid in (select cid
from orderitem
where pid = 'p001' or pid = 'p002');
# 9. 查找年龄在30至40岁的顾客所购买的商品名及商品单价
# 查询30到40岁的顾客 id
select cid
from customer
where age between 30 and 40;
# 查询30到40岁的顾客 购买的商品 pid
select pid
from orderitem
where cid in (select cid
from customer
where age between 30 and 40);
# 查询年龄在30至40岁的顾客所购买的商品名及商品单价
select pname 商品名 , pirce 商品单价
from product
where pid = (select pid
from orderitem
where cid in (select cid
from customer
where age between 30 and 40));
# 10. 查找女顾客购买的商品号,商品名和价格
# 查询女顾客的cid
select cid
from customer
where sex = '女';
# 查询女顾客购买的商品 pid
select pid
from orderitem
where cid in (select cid
from customer
where sex = '女');
# 查询女顾客购买的商品号,商品名和价格
select pid 商品id, pname 商品名 , pirce 商品单价
from product
where pid in (select pid
from orderitem
where cid in (select cid
from customer
where sex = '女'));
|
-- phpMyAdmin SQL Dump
-- version 5.0.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Apr 21, 2021 at 07:36 PM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.2.34
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `tp4dpbo`
--
-- --------------------------------------------------------
--
-- Table structure for table `data_absen`
--
CREATE TABLE `data_absen` (
`id` int(11) NOT NULL,
`id_siswa` varchar(20) NOT NULL,
`nama_siswa` varchar(100) NOT NULL,
`gender` varchar(11) NOT NULL,
`kelas` varchar(11) NOT NULL,
`tanggal` date NOT NULL,
`status_td` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `data_absen`
--
INSERT INTO `data_absen` (`id`, `id_siswa`, `nama_siswa`, `gender`, `kelas`, `tanggal`, `status_td`) VALUES
(1, '12A109', 'Zahra Elgysha', 'Perempuan', '12 IPA 1', '2021-04-22', 'Hadir'),
(2, '12A505', 'Andini Mulyani', 'Perempuan', '12 IPA 5', '2021-04-22', 'Hadir'),
(27, '12A103', 'Alya Chaerunnissa', 'Perempuan', '12 IPA 1', '2021-04-22', 'Tidak Hadir'),
(29, '12S101', 'Fauzan Adzikra', 'Laki-laki', '12 IPS 1', '2021-04-22', 'Tidak Hadir'),
(30, '12S403', 'Nasha Bagas', 'Laki-laki', '12 IPS 4', '2021-04-22', 'Tidak Hadir'),
(31, '12A210', 'Abighail Shafira', 'Perempuan', '12 IPA 2', '2021-04-22', 'Hadir'),
(35, '12A905', 'Helmi Aziz', 'Laki-laki', '12 IPA 9', '2021-04-22', 'Tidak Hadir'),
(37, '12A112', 'Nenden Citra', 'Perempuan', '12 IPA 1', '2021-04-22', 'Hadir');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `data_absen`
--
ALTER TABLE `data_absen`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `data_absen`
--
ALTER TABLE `data_absen`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- Your SQL goes here
CREATE TABLE tag (
id INTEGER NOT NULL PRIMARY KEY,
bookmark_id INTEGER NOT NULL,
"value" TEXT NOT NULL,
FOREIGN KEY (bookmark_id) REFERENCES bookmark(id)
);
|
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50717
Source Host : localhost:3306
Source Database : hbr
Target Server Type : MYSQL
Target Server Version : 50717
File Encoding : 65001
Date: 2017-06-13 08:40:29
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `tb_dept`
-- ----------------------------
DROP TABLE IF EXISTS `tb_dept`;
CREATE TABLE `tb_dept` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`remark` varchar(300) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_dept
-- ----------------------------
INSERT INTO `tb_dept` VALUES ('1', '技术部414', '技术部');
INSERT INTO `tb_dept` VALUES ('2', '运营部', '运营部');
INSERT INTO `tb_dept` VALUES ('3', '财务部', '财务部');
INSERT INTO `tb_dept` VALUES ('4', '总办部', '总办部');
INSERT INTO `tb_dept` VALUES ('5', '市场部', '市场部');
INSERT INTO `tb_dept` VALUES ('6', '教学部', '教学部');
-- ----------------------------
-- Table structure for `tb_document`
-- ----------------------------
DROP TABLE IF EXISTS `tb_document`;
CREATE TABLE `tb_document` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT NULL,
`file_name` varchar(50) DEFAULT NULL,
`remark` varchar(300) NOT NULL,
`create_date` date DEFAULT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_document
-- ----------------------------
-- ----------------------------
-- Table structure for `tb_employee`
-- ----------------------------
DROP TABLE IF EXISTS `tb_employee`;
CREATE TABLE `tb_employee` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dept_id` int(11) NOT NULL,
`job_id` int(11) NOT NULL,
`name` varchar(30) DEFAULT NULL,
`age` varchar(3) DEFAULT NULL,
`sex` varchar(5) DEFAULT NULL,
`card_id` varchar(30) DEFAULT NULL,
`address` varchar(50) DEFAULT NULL,
`post_code` varchar(50) DEFAULT NULL,
`qq` varchar(30) DEFAULT NULL,
`email` varchar(50) DEFAULT NULL,
`create_date` date DEFAULT NULL,
`race` varchar(10) DEFAULT NULL,
`education` varchar(20) DEFAULT NULL,
`hobby` varchar(100) DEFAULT NULL,
`remark` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_employee
-- ----------------------------
INSERT INTO `tb_employee` VALUES ('2', '2', '1', '杰克', '22', '男', '14012025', '广州', '51001', '22222', '2222@qq.com', '2017-06-07', '汉', '本科', '爬山', null);
INSERT INTO `tb_employee` VALUES ('4', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('5', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('6', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('7', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('8', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('9', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('10', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('11', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('12', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('13', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('14', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('15', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('16', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('17', '1', '8', '爱丽丝', '20', '女', '14012024', '广州天河', '51000', '111111', '1111@qq.com', '2017-06-07', '汉', '本科', '唱歌', '四大天王');
INSERT INTO `tb_employee` VALUES ('18', '1', '4', '罗强强', null, '男', '341223199202017917', '安徽省亳州市涡阳县', '23800', '741830313', '741830313@qq.com', '2017-06-09', '汉族', '研究生', '跑步,撸铁', '2017最具影响人物');
INSERT INTO `tb_employee` VALUES ('21', '4', '9', '罗强强', '20', '男', '341223199202017917', '安徽省亳州市涡阳县', '23800', '14', '741830313@qq.com', '2017-06-11', '汉族', '硕士', '跑步,撸铁', '2017最具影响人物');
-- ----------------------------
-- Table structure for `tb_job`
-- ----------------------------
DROP TABLE IF EXISTS `tb_job`;
CREATE TABLE `tb_job` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`remark` varchar(300) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_job
-- ----------------------------
INSERT INTO `tb_job` VALUES ('1', '职员', '职员');
INSERT INTO `tb_job` VALUES ('2', 'Java开发工程师', 'Java开发工程师');
INSERT INTO `tb_job` VALUES ('3', 'Java中级开发工程师', 'Java中级开发工程师');
INSERT INTO `tb_job` VALUES ('4', 'Java高级开发工程师', 'Java高级开发工程师');
INSERT INTO `tb_job` VALUES ('5', '系统管理员', '系统管理员');
INSERT INTO `tb_job` VALUES ('6', '架构师', '架构师');
INSERT INTO `tb_job` VALUES ('7', '主管', '主管');
INSERT INTO `tb_job` VALUES ('8', '经理', '经理');
INSERT INTO `tb_job` VALUES ('9', '总经理', '总经理');
-- ----------------------------
-- Table structure for `tb_notice`
-- ----------------------------
DROP TABLE IF EXISTS `tb_notice`;
CREATE TABLE `tb_notice` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT NULL,
`content` varchar(255) DEFAULT NULL,
`create_date` date DEFAULT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_notice
-- ----------------------------
INSERT INTO `tb_notice` VALUES ('5', '五一放假通知', ' 放假三天,注意安全!dsd\r\n \r\n ', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('6', '五一放假通知', ' 放假三天,注意安全!\r\n \r\n ', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('7', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('8', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('12', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('13', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('14', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('15', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('16', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('17', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('18', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('19', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('20', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('21', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('22', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('23', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('24', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('25', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('27', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('28', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('29', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('30', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('31', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('32', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('33', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('34', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('35', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('36', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('37', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('38', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('39', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('40', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('41', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('42', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('43', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('44', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('45', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('46', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
INSERT INTO `tb_notice` VALUES ('47', '五一放假通知', '放假三天,注意安全!', '2017-06-09', '4');
-- ----------------------------
-- Table structure for `tb_user`
-- ----------------------------
DROP TABLE IF EXISTS `tb_user`;
CREATE TABLE `tb_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`login_name` varchar(30) DEFAULT NULL,
`password` varchar(30) DEFAULT NULL,
`status` int(1) DEFAULT NULL,
`create_date` date DEFAULT NULL,
`real_name` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_user
-- ----------------------------
INSERT INTO `tb_user` VALUES ('4', 'admin', '123', '1', '2017-06-07', '超级管理员');
INSERT INTO `tb_user` VALUES ('14', 'lqq', '123456', '1', '2017-06-11', 'qq');
|
create table board7,
num number(4) primary key,
writer varchar2(30) not null,
subject varchar2(30) not null,
readdate date not null,
);
|
select full_address ,
SUBSTRING(full_address,(CHARINDEX('-',full_address)+8),((CHARINDEX('-',full_address,CHARINDEX('-',full_address)+1))-(CHARINDEX('-',full_address)+8))) city
from anbar where user_id is not null
|
# ************************************************************
# Sequel Pro SQL dump
# Version 3408
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: 127.0.0.1 (MySQL 5.5.25)
# Database: lds-site
# Generation Time: 2012-12-06 12:59:07 +0000
# ************************************************************
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
# Dump of table achievments
# ------------------------------------------------------------
DROP TABLE IF EXISTS `achievments`;
CREATE TABLE `achievments` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL DEFAULT '',
`level_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `achievments` WRITE;
/*!40000 ALTER TABLE `achievments` DISABLE KEYS */;
INSERT INTO `achievments` (`id`, `title`, `level_id`)
VALUES
(1,'Middle company tests',2),
(2,'Practice experince (1 completed project for middle developer)',2),
(3,'Senior company tests',3),
(4,'Brainbench tests',3),
(5,'Practice experince (3 completed projects for senior developer)',3);
/*!40000 ALTER TABLE `achievments` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table certificates
# ------------------------------------------------------------
DROP TABLE IF EXISTS `certificates`;
CREATE TABLE `certificates` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `certificates` WRITE;
/*!40000 ALTER TABLE `certificates` DISABLE KEYS */;
INSERT INTO `certificates` (`id`, `title`)
VALUES
(1,'PHP'),
(21,'JS'),
(22,'SQL'),
(23,'CoffeeScript'),
(24,'NodeJS');
/*!40000 ALTER TABLE `certificates` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table enlevels
# ------------------------------------------------------------
DROP TABLE IF EXISTS `enlevels`;
CREATE TABLE `enlevels` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(50) NOT NULL DEFAULT '',
`days` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `enlevels` WRITE;
/*!40000 ALTER TABLE `enlevels` DISABLE KEYS */;
INSERT INTO `enlevels` (`id`, `title`, `days`)
VALUES
(1,'Basic',3),
(2,'Pre-intermediate',7),
(3,'Intermediate',8),
(4,'Upper-intermediate',12),
(5,'Advanced',20);
/*!40000 ALTER TABLE `enlevels` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table feeds
# ------------------------------------------------------------
DROP TABLE IF EXISTS `feeds`;
CREATE TABLE `feeds` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`type` enum('add','pass_achievment','pass_certificate','level_up') NOT NULL DEFAULT 'add',
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`user_id` int(11) unsigned NOT NULL,
`level` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
CONSTRAINT `feeds_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `feeds` WRITE;
/*!40000 ALTER TABLE `feeds` DISABLE KEYS */;
INSERT INTO `feeds` (`id`, `type`, `time`, `user_id`, `level`)
VALUES
(79,'add','2012-12-06 10:54:39',75,2),
(80,'pass_certificate','2012-12-06 10:54:39',75,NULL),
(82,'pass_achievment','2012-12-06 10:54:39',75,NULL),
(83,'pass_achievment','2012-12-06 10:54:39',75,NULL),
(84,'add','2012-12-06 14:59:01',77,2),
(85,'pass_achievment','2012-12-06 14:59:01',77,NULL),
(86,'pass_achievment','2012-12-06 16:24:24',75,NULL),
(87,'pass_achievment','2012-12-06 16:24:33',77,NULL),
(88,'pass_achievment','2012-12-06 16:24:33',77,NULL),
(89,'level_up','2012-12-06 16:30:40',75,NULL);
/*!40000 ALTER TABLE `feeds` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table levels
# ------------------------------------------------------------
DROP TABLE IF EXISTS `levels`;
CREATE TABLE `levels` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(20) NOT NULL DEFAULT '',
`days` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `levels` WRITE;
/*!40000 ALTER TABLE `levels` DISABLE KEYS */;
INSERT INTO `levels` (`id`, `title`, `days`)
VALUES
(1,'Junior',7),
(2,'Middle',30),
(3,'Senior',90);
/*!40000 ALTER TABLE `levels` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table notices
# ------------------------------------------------------------
DROP TABLE IF EXISTS `notices`;
CREATE TABLE `notices` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`text` varchar(250) NOT NULL DEFAULT '',
`type` enum('success','error','info','alert','user') NOT NULL DEFAULT 'success',
`status` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `notices` WRITE;
/*!40000 ALTER TABLE `notices` DISABLE KEYS */;
INSERT INTO `notices` (`id`, `text`, `type`, `status`)
VALUES
(46,'Hi, this is new internal site of our team. Enjoy','success',1);
/*!40000 ALTER TABLE `notices` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table passings
# ------------------------------------------------------------
DROP TABLE IF EXISTS `passings`;
CREATE TABLE `passings` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) unsigned NOT NULL,
`days` int(11) unsigned NOT NULL DEFAULT '0',
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`type` enum('company','english') NOT NULL DEFAULT 'company',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `passings` WRITE;
/*!40000 ALTER TABLE `passings` DISABLE KEYS */;
INSERT INTO `passings` (`id`, `user_id`, `days`, `time`, `type`)
VALUES
(2,75,0,'2012-12-06 12:12:08','company'),
(3,1,30,'2012-12-06 16:15:10','company'),
(4,77,0,'2012-12-06 14:59:01','company'),
(5,77,8,'2012-12-06 16:16:18','english');
/*!40000 ALTER TABLE `passings` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table roles
# ------------------------------------------------------------
DROP TABLE IF EXISTS `roles`;
CREATE TABLE `roles` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`description` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uniq_name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` (`id`, `name`, `description`)
VALUES
(1,'login','Login privileges, granted after account confirmation'),
(2,'admin','Administrative user, has access to everything.');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table roles_users
# ------------------------------------------------------------
DROP TABLE IF EXISTS `roles_users`;
CREATE TABLE `roles_users` (
`user_id` int(10) unsigned NOT NULL,
`role_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`user_id`,`role_id`),
KEY `fk_role_id` (`role_id`),
CONSTRAINT `roles_users_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
CONSTRAINT `roles_users_ibfk_2` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `roles_users` WRITE;
/*!40000 ALTER TABLE `roles_users` DISABLE KEYS */;
INSERT INTO `roles_users` (`user_id`, `role_id`)
VALUES
(1,1),
(75,1),
(77,1),
(1,2);
/*!40000 ALTER TABLE `roles_users` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table user_tokens
# ------------------------------------------------------------
DROP TABLE IF EXISTS `user_tokens`;
CREATE TABLE `user_tokens` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) unsigned NOT NULL,
`user_agent` varchar(40) NOT NULL,
`token` varchar(40) NOT NULL,
`created` int(10) unsigned NOT NULL,
`expires` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uniq_token` (`token`),
KEY `fk_user_id` (`user_id`),
KEY `expires` (`expires`),
CONSTRAINT `user_tokens_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
# Dump of table users
# ------------------------------------------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(254) NOT NULL,
`username` varchar(32) NOT NULL DEFAULT '',
`password` varchar(64) NOT NULL,
`logins` int(10) unsigned NOT NULL DEFAULT '0',
`last_login` int(10) unsigned DEFAULT NULL,
`skype` varchar(50) DEFAULT NULL,
`twitter` varchar(50) DEFAULT NULL,
`first_name` varchar(100) DEFAULT NULL,
`last_name` varchar(100) DEFAULT NULL,
`enlevel_id` int(11) DEFAULT NULL,
`pr_type` int(11) DEFAULT NULL COMMENT 'web, mobile',
`level_id` int(11) DEFAULT NULL,
`devrole` varchar(100) DEFAULT NULL,
`avatar` varchar(150) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uniq_username` (`username`),
UNIQUE KEY `uniq_email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` (`id`, `email`, `username`, `password`, `logins`, `last_login`, `skype`, `twitter`, `first_name`, `last_name`, `enlevel_id`, `pr_type`, `level_id`, `devrole`, `avatar`)
VALUES
(1,'ololo@gmail.com','d_litvyak','4f2058f85ce3d718f1c724845a9a7a22406b222c11cdbb27a8f84b7da7d5f0bc',42,1354797911,'zellos-_','dlitvyak','Dmitry','Litvyak',5,1,2,'PHP developer, Front-end developer','1354687625.jpg'),
(75,'z_pecherin@lodoss.org','z_pecherin','4f2058f85ce3d718f1c724845a9a7a22406b222c11cdbb27a8f84b7da7d5f0bc',0,NULL,NULL,NULL,'Zahar','Pecherin',3,1,3,'PHP developer, Front-end developer','1354776871.jpg'),
(77,'a_ped@gmail.com','a_ped','4f2058f85ce3d718f1c724845a9a7a22406b222c11cdbb27a8f84b7da7d5f0bc',2,1354797846,'','','Alexey','Pedyashev',3,1,2,'PHP Developer','1354793503.jpeg');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table users_achievments_feeds
# ------------------------------------------------------------
DROP TABLE IF EXISTS `users_achievments_feeds`;
CREATE TABLE `users_achievments_feeds` (
`user_id` int(11) unsigned NOT NULL,
`achievment_id` int(11) unsigned NOT NULL,
`feed_id` int(11) unsigned NOT NULL,
KEY `user_id` (`user_id`),
KEY `achievment_id` (`achievment_id`),
KEY `feed_id` (`feed_id`),
CONSTRAINT `users_achievments_feeds_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `users_achievments_feeds_ibfk_2` FOREIGN KEY (`achievment_id`) REFERENCES `achievments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `users_achievments_feeds_ibfk_3` FOREIGN KEY (`feed_id`) REFERENCES `feeds` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `users_achievments_feeds` WRITE;
/*!40000 ALTER TABLE `users_achievments_feeds` DISABLE KEYS */;
INSERT INTO `users_achievments_feeds` (`user_id`, `achievment_id`, `feed_id`)
VALUES
(75,4,82),
(75,5,83),
(77,5,85),
(75,3,86),
(77,3,87),
(77,4,88);
/*!40000 ALTER TABLE `users_achievments_feeds` ENABLE KEYS */;
UNLOCK TABLES;
# Dump of table users_certificates_feeds
# ------------------------------------------------------------
DROP TABLE IF EXISTS `users_certificates_feeds`;
CREATE TABLE `users_certificates_feeds` (
`user_id` int(11) unsigned NOT NULL,
`certificate_id` int(11) unsigned NOT NULL,
`feed_id` int(11) unsigned NOT NULL,
`score` float NOT NULL,
KEY `user_id` (`user_id`),
KEY `certificate_id` (`certificate_id`),
KEY `feed_id` (`feed_id`),
CONSTRAINT `users_certificates_feeds_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `users_certificates_feeds_ibfk_3` FOREIGN KEY (`feed_id`) REFERENCES `feeds` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `users_certificates_feeds` WRITE;
/*!40000 ALTER TABLE `users_certificates_feeds` DISABLE KEYS */;
INSERT INTO `users_certificates_feeds` (`user_id`, `certificate_id`, `feed_id`, `score`)
VALUES
(75,1,80,2.1);
/*!40000 ALTER TABLE `users_certificates_feeds` ENABLE KEYS */;
UNLOCK TABLES;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE TABLE IF NOT EXISTS `tag_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`userId` int(11) DEFAULT 1,
`color` varchar(20) DEFAULT NULL,
`updateTime` varchar(50) DEFAULT NULL,
`createTime` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
DROP DATABASE IF EXISTS http_authentication;
CREATE DATABASE http_authentication;
\c http_authentication
DROP TABLE IF EXISTS users;
CREATE TABLE users(
id SERIAL PRIMARY KEY,
email VARCHAR(50) UNIQUE,
password VARCHAR(250)
);
|
CREATE TABLE DEPT(
DEPTNO INT NOT NULL,
DNAME VARCHAR(50),
LOC VARCHAR(50),
constraint DEPTNO_PK PRIMARY KEY (DEPTNO)
);
INSERT INTO DEPT(DEPTNO, DNAME, LOC)
VALUES(10,'ACCOUNTING','NEW YORK');
INSERT INTO DEPT(DEPTNO, DNAME, LOC)
VALUES(20,'RESEARCH','DALLAS');
INSERT INTO DEPT(DEPTNO, DNAME, LOC)
VALUES(30,'SALES','CHICAGO');
INSERT INTO DEPT(DEPTNO, DNAME, LOC)
VALUES(40,'OPERATIONS','BOSTON');
COMMIT;
|
--insert into student values(1234,'Ranga', 'E1234567')
--insert into student values(10002,'Devansh', 'A1234568')
--insert into student values('Ranga', 'E1234567'); ==> this statement wont work while insertion
|
create or replace package body app_setting
as
procedure load_customization
is
begin
g_logger.put('running_table' ,'ods_logger_running');
g_logger.put('exception_table' ,'ods_logger_exception');
end;
procedure reset_all
is
begin
set_logger();
set_config();
end;
procedure set_config
is
begin
g_config := new pljson;
g_config.put('table_name', app_meta_data.get_table_name(pi_table_name => 'config'));
end;
procedure set_logger
is
begin
g_logger := new pljson;
g_logger.put('running_table',app_meta_data.get_table_name(pi_table_name => 'logger_running'));
g_logger.put('exception_table',app_meta_data.get_table_name(pi_table_name => 'logger_exception'));
end;
begin
reset_all;
load_customization;
end app_setting;
/
|
CREATE TABLE email_codes
(code uuid,
created_at timestamp with time zone,
metadata json);
--;;
CREATE UNIQUE INDEX email_codes_idx ON email_codes (code);
--;;
|
select * from mysql57.addressbook;
insert into mysql57.addressbook (fname,lname,addr,phonenum,id,email) values ('ddf','sd','sdfd',1,11,'dsf');
select * from mysql57.addressbook;
delete from mysql57.addressbook where id=1 or id=11;
select * from mysql57.addressbook;
select * from mysql57.addressbook;
insert into mysql57.addressbook (fname,lname,addr,phonenum,id,email) values ('ddf','sd','sdfd',1,11,'dsf');x`
|
use vacay2171;
-- CREATE TABLE vacay (
-- id INT NOT NULL AUTO_INCREMENT,
-- title VARCHAR(255) NOT NULL,
-- description VARCHAR(255),
-- price DECIMAL(5,2),
-- PRIMARY KEY (id)
-- );
-- CREATE TABLE trip (
-- id INT NOT NULL AUTO_INCREMENT,
-- title VARCHAR(255) NOT NULL,
-- description VARCHAR(255),
-- price INT NOT NULL,
-- PRIMARY KEY (id),
-- );
-- CREATE TABLE cruise (
-- id INT NOT NULL AUTO_INCREMENT,
-- title VARCHAR(255) NOT NULL,
-- description VARCHAR(255),
-- start VARCHAR(255) NOT NULL,
-- end VARCHAR(255) NOT NULL,
-- length INT NOT NULL,
-- price INT NOT NULL,
-- tripId INT NOT NULL,
-- PRIMARY KEY (id),
-- FOREIGN KEY (tripId)
-- REFERENCES trip (id)
-- ON DELETE CASCADE
--);
-- CREATE TABLE rental (
-- id INT NOT NULL AUTO_INCREMENT,
-- car VARCHAR(255) NOT NULL,
-- description VARCHAR(255),
-- duration VARCHAR(255) NOT NULL,
-- miles INT NOT NULL,
-- price INT NOT NULL,
-- tripId INT NOT NULL,
-- PRIMARY KEY (id),
-- FOREIGN KEY (tripId)
-- REFERENCES trip (id)
-- ON DELETE CASCADE
--);
-- DANGER ZONE
-- ALTER A TABLE
-- ALTER TABLE reviews
-- ADD COLUMN date DATE
-- DELETE ALL DATA WITHIN A COLLECTION
-- DELETE FROM reviews;
-- DELETE ENTIRE COLLECTION TABLE
-- DROP TABLE reviews;
|
SELECT FundoID,
FundoNombre,
Fundo
FROM TB_Fundo;
|
CREATE PROC usp_GetTownsStartingWith (@townStart VARCHAR(10))
AS
SELECT [Name] FROM Towns
WHERE [Name] LIKE @townStart + '%'
|
/*
* Copyright (c) 2017 Anzen Soluciones S.A. de C.V.
* Mexico D.F.
* All rights reserved.
*
* THIS SOFTWARE IS CONFIDENTIAL INFORMATION PROPIETARY OF ANZEN SOLUCIONES.
* THIS INFORMATION SHOULD NOT BE DISCLOSED AND MAY ONLY BE USED IN ACCORDANCE THE TERMS DETERMINED BY THE COMPANY ITSELF.
*/
-- the first values
INSERT INTO CCS_CRED_PARAMS VALUES (1, 'ScotiaLeap', 1, 20, 8, 8, 20, 3);
-- the first values
-- start scotia_leap_info
CREATE TABLE CCS_SCOTIA_LEAP_INFO(
CUSTOMER_ID BIGINT NOT NULL,
ACCT_ID INTEGER NOT NULL,
CUST_ID INTEGER NOT NULL,
CLIENT_NAME VARCHAR(255) NOT NULL,
IS_CARD_PRIMARY BOOLEAN NOT NULL,
CONSTRAINT pk_scotia_leap_info PRIMARY KEY (CUSTOMER_ID, ACCT_ID, CUST_ID),
CONSTRAINT fk_ccs_customer_mast_scotia_leap FOREIGN KEY (CUSTOMER_ID) REFERENCES CCS_CUSTOMER_MAST (CUSTOMER_ID)
);
-- end scotia_leap_info
|
-- Copy, paste, and run the insert statement from the delete section above. (You should have deleted all the entries.)
INSERT INTO animals ( name, type, age )
VALUES ('Leo', 'lion', 12), ('Jerry', 'mouse', 4), ('Marty', 'zebra', 10), ('Gloria', 'hippo', 8), ('Alex', 'lion', 9), ('Melman', 'giraffe', 15), ('Nala', 'lion', 2), ('Marie', 'cat', 1), ('Flounder', 'fish', 8);
-- Add a column to the animals table called “location”. It should have a VARCHAR data type.
ALTER TABLE animals
ADD location VARCHAR(255);
-- Insert 3 new animals into the table – make sure none of their fields are null.
INSERT INTO animals (name, type, age, location)
VALUES ('Jake', 'Demon', 25, 'AF, Utah'), ('Lincoln', 'Dog', 5, 'Draper, UT'), ('Dallas', 'Dog', 3, 'Draper, UT');
-- Change the “type” column’s name to be “species”.
ALTER TABLE animals
RENAME COLUMN type TO species;
-- Change the “species” column data type to be VARCHAR.
ALTER TABLE animals
ALTER COLUMN species TYPE VARCHAR;
|
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 23-11-2017 a las 11:55:11
-- Versión del servidor: 10.1.28-MariaDB
-- Versión de PHP: 5.6.32
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `unagrupo3`
--
DELIMITER $$
--
-- Procedimientos
--
CREATE DEFINER=`root`@`localhost` PROCEDURE `actualizarNoticia` (IN `creador` VARCHAR(100), IN `tema` VARCHAR(100), IN `detalle` TEXT, IN `rutaFoto` VARCHAR(100), IN `id` INT(11)) MODIFIES SQL DATA
UPDATE tbnoticias SET temanoticia =tema, descripcionnoticia=detalle,fotonoticia=rutaFoto WHERE idcreadornoticia=creador AND idnoticia =id$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `autenticarCuenta` (IN `usuario` VARCHAR(100), IN `contrasena` VARCHAR(100)) READS SQL DATA
SELECT * FROM tblogin WHERE userlogin=usuario AND passwordlogin=contrasena$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consultarAdministradorLogin` (IN `idLogin` INT) NO SQL
SELECT * FROM tbadministrador WHERE loginid=idLogin$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consultarAsistenteLogin` (IN `idLogin` INT) NO SQL
SELECT * FROM tbasistente WHERE loginid=idLogin$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consultarEstudiante` (IN `idEstudiante` INT(10)) READS SQL DATA
SELECT cedulaestudiante FROM tbestudiante WHERE idestudiante=idEstudiante$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consultarEstudianteLogin` (IN `idLogin` INT) READS SQL DATA
SELECT cedulaestudiante FROM tbestudiante WHERE loginestudiante=idLogin$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `consultHorario` (IN `cedula` VARCHAR(30)) READS SQL DATA
SELECT idhorario,diahorario,horainiciohorario,horasalidahorario,descripcionhorario FROM tbhorario INNER JOIN tbestudiante ON tbestudiante.idestudiante=tbhorario.idestudiante WHERE tbestudiante.cedulaestudiante=cedula$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `deleteHorario` (IN `id` INT) MODIFIES SQL DATA
DELETE FROM tbhorario WHERE idhorario=id$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `getIdConfirmarHorario` (IN `cedula` VARCHAR(100)) READS SQL DATA
SELECT confirmahorarioestudiante FROM tbestudiante WHERE tbestudiante.cedulaestudiante=cedula$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `getIdEstudiante` (IN `cedula` VARCHAR(100)) READS SQL DATA
SELECT tbestudiante.idestudiante FROM tbestudiante WHERE tbestudiante.cedulaestudiante=cedula$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `getIndiceImagen` (IN `creador` VARCHAR(100)) READS SQL DATA
SELECT * FROM tbnoticias WHERE idcreadornoticia=creador$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `insertarComentario` (IN `idnoticia` INT(11), IN `cedula` VARCHAR(100), IN `comentario` TEXT) MODIFIES SQL DATA
INSERT INTO tbcomentarionoticia(idnoticia,cedularesponsable,comentario) VALUES(idnoticia,cedula,comentario)$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `insertarNoticia` (IN `creador` VARCHAR(100), IN `tema` VARCHAR(100), IN `descripcion` TEXT, IN `rutaFoto` VARCHAR(100), IN `fechaCreacion` DATE) MODIFIES SQL DATA
INSERT INTO tbnoticias(idcreadornoticia,temanoticia,descripcionnoticia,fotonoticia,fechanoticia) VALUES (creador,tema,descripcion,rutaFoto,fechaCreacion)$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `insertEstudiante` (IN `nombreE` VARCHAR(50), IN `primerApe` VARCHAR(50), IN `segundoApe` VARCHAR(50), IN `cedulaE` VARCHAR(50), IN `cabinaE` INT(50), IN `carreraE` VARCHAR(50), IN `logE` INT, IN `confCuen` TINYINT, IN `confHora` TINYINT) NO SQL
INSERT INTO tbestudiante(cedulaestudiante,nombreestudiante,primerapellidoestudiante,segundoapellidoestudiante, cabinaestudiante,carreraestudiante, loginestudiante,confirmacuetaestudiante,confirmahorarioestudiante) VALUES (cedulaE,nombreE,primerApe,segundoApe,cabinaE,carreraE,logE,confCuen,confHora)$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `insertHorario` (IN `idestudiante` BIGINT, IN `dia` TEXT, IN `horaInicio` VARCHAR(10), IN `horaFinal` VARCHAR(10), IN `descripcion` VARCHAR(100)) NO SQL
INSERT INTO tbhorario(idestudiante,diahorario,horainiciohorario,horasalidahorario,descripcionhorario) VALUES (idEstudiante,dia,horaInicio,horaFinal,descripcion)$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `insertLogin` (IN `usuario` VARCHAR(100), IN `contrasena` VARCHAR(100), IN `rol` VARCHAR(30)) MODIFIES SQL DATA
INSERT INTO tblogin (userlogin,passwordlogin,rollogin) VALUES(usuario,contrasena,rol)$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarComentarioAvisoAdministrador` (IN `idaviso` INT(11)) READS SQL DATA
SELECT tbcomentarionoticia.idcomentario, tbcomentarionoticia.idnoticia, tbcomentarionoticia.cedularesponsable,tbcomentarionoticia.comentario, tbadministrador.nombreadministrador,tbadministrador.primerapellidoadministrador,tbadministrador.segundoapellidoadministrador FROM tbcomentarionoticia
INNER JOIN tbadministrador ON tbadministrador.cedulaadministrador= tbcomentarionoticia.cedularesponsable AND tbcomentarionoticia.idnoticia=idaviso$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarComentarioAvisoAsitente` (IN `idaviso` INT(11)) READS SQL DATA
SELECT tbcomentarionoticia.idcomentario, tbcomentarionoticia.idnoticia, tbcomentarionoticia.cedularesponsable,tbcomentarionoticia.comentario, tbasistente.nombreasistente, tbasistente.primerapellidoasistente, tbasistente.segundoapellidoasistente FROM tbcomentarionoticia
INNER JOIN tbasistente ON tbasistente.cedulaasistente = tbcomentarionoticia.cedularesponsable AND tbcomentarionoticia.idnoticia=idaviso$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarComentarioAvisoEstudiante` (IN `idaviso` INT(11)) READS SQL DATA
SELECT tbcomentarionoticia.idcomentario, tbcomentarionoticia.idnoticia, tbcomentarionoticia.cedularesponsable,tbcomentarionoticia.comentario, tbestudiante.nombreestudiante,tbestudiante.primerapellidoestudiante,tbestudiante.segundoapellidoestudiante FROM tbcomentarionoticia
INNER JOIN tbestudiante ON tbestudiante.cedulaestudiante= tbcomentarionoticia.cedularesponsable AND tbcomentarionoticia.idnoticia=idaviso$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarMisAvisos` (IN `creador` VARCHAR(100)) MODIFIES SQL DATA
SELECT * FROM tbnoticias WHERE idcreadornoticia=creador$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarTodasNoticiasAdministrador` () READS SQL DATA
SELECT tbnoticias.idnoticia, tbadministrador.nombreadministrador,tbadministrador.primerapellidoadministrador,tbadministrador.segundoapellidoadministrador,tbnoticias.temanoticia,tbnoticias.descripcionnoticia,tbnoticias.fotonoticia,tbnoticias.fechanoticia FROM tbnoticias INNER JOIN tbadministrador ON tbnoticias.idcreadornoticia = tbadministrador.cedulaadministrador ORDER BY tbnoticias.idnoticia DESC$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `mostrarTodasNoticiasAsistente` () MODIFIES SQL DATA
SELECT tbnoticias.idnoticia, tbasistente.nombreasistente ,tbasistente.primerapellidoasistente, tbasistente.segundoapellidoasistente,tbnoticias.temanoticia,tbnoticias.descripcionnoticia,tbnoticias.fotonoticia,tbnoticias.fechanoticia FROM tbnoticias INNER JOIN tbasistente ON tbnoticias.idcreadornoticia = tbasistente.cedulaasistente ORDER BY tbnoticias.idnoticia DESC$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `updateConfirmarHorario` (IN `cedula` VARCHAR(100)) MODIFIES SQL DATA
UPDATE tbestudiante SET confirmahorarioestudiante=1 WHERE cedulaestudiante=cedula$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `updateHorario` (IN `dia` TEXT, IN `horaInicio` VARCHAR(10), IN `horaFin` VARCHAR(10), IN `id` INT, IN `descripcion` VARCHAR(100)) MODIFIES SQL DATA
update tbhorario set diahorario=dia, horainiciohorario=horaInicio,horasalidahorario=horaFin,descripcionhorario=descripcion where idhorario=id$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `verificarEstadoArea` (IN `idArea` INT(11)) NO SQL
Select * FROM tbareaslimpieza WHERE tbareaslimpieza.idarea=idArea and tbareaslimpieza.estado=1$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `verificarHorarioEstudiante` (IN `cedula` VARCHAR(50), IN `dia` VARCHAR(50), IN `horaInicio` VARCHAR(50), IN `horaSalida` VARCHAR(50)) READS SQL DATA
SELECT * FROM tbhorario INNER JOIN tbestudiante on tbhorario.idestudiante=tbestudiante.idestudiante
WHERE tbestudiante.cedulaestudiante= cedula AND tbhorario.diahorario=dia AND
tbhorario.horainiciohorario=horaInicio AND tbhorario.horasalidahorario=horaSalida$$
DELIMITER ;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbadministrador`
--
CREATE TABLE `tbadministrador` (
`idadministrador` int(11) NOT NULL,
`cedulaadministrador` varchar(100) NOT NULL,
`nombreadministrador` varchar(100) NOT NULL,
`primerapellidoadministrador` varchar(100) NOT NULL,
`segundoapellidoadministrador` varchar(100) NOT NULL,
`loginid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `tbadministrador`
--
INSERT INTO `tbadministrador` (`idadministrador`, `cedulaadministrador`, `nombreadministrador`, `primerapellidoadministrador`, `segundoapellidoadministrador`, `loginid`) VALUES
(2, '12345678', 'AdministradorNombre', 'AdministradorApellidoUNO', 'AdministradorApellidoDOS', 36);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbareaslimpieza`
--
CREATE TABLE `tbareaslimpieza` (
`idarea` int(11) NOT NULL,
`nombrearea` varchar(30) COLLATE utf8_spanish_ci NOT NULL,
`cuposarea` int(11) NOT NULL,
`estado` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Volcado de datos para la tabla `tbareaslimpieza`
--
INSERT INTO `tbareaslimpieza` (`idarea`, `nombrearea`, `cuposarea`, `estado`) VALUES
(1, 'cocina', 3, 1),
(2, 'pasillos', 2, 1),
(3, 'baños', 2, 1),
(4, 'jardin', 3, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbarticulos`
--
CREATE TABLE `tbarticulos` (
`nombrearticulo` varchar(40) COLLATE utf8_spanish_ci NOT NULL,
`idarticulo` int(11) NOT NULL,
`seriearticulo` int(11) NOT NULL,
`idpropietario` int(11) NOT NULL,
`tipoarticulo` varchar(30) COLLATE utf8_spanish_ci NOT NULL,
`descripcionarticulo` varchar(100) COLLATE utf8_spanish_ci NOT NULL,
`estadoarticulo` varchar(20) COLLATE utf8_spanish_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbasistente`
--
CREATE TABLE `tbasistente` (
`idasistente` int(11) NOT NULL,
`cedulaasistente` varchar(50) NOT NULL,
`nombreasistente` varchar(50) NOT NULL,
`primerapellidoasistente` varchar(50) NOT NULL,
`segundoapellidoasistente` varchar(50) NOT NULL,
`loginid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `tbasistente`
--
INSERT INTO `tbasistente` (`idasistente`, `cedulaasistente`, `nombreasistente`, `primerapellidoasistente`, `segundoapellidoasistente`, `loginid`) VALUES
(1, '702440808', 'Luis', 'Parra', '', 35),
(2, '702440888', 'Jose Andres', 'Parra', 'Cambronero', 35),
(10, '707770777', 'asis', 'asiis', 'asiis', 10);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbcomentarionoticia`
--
CREATE TABLE `tbcomentarionoticia` (
`idcomentario` int(11) NOT NULL,
`idnoticia` int(11) NOT NULL,
`cedularesponsable` varchar(100) NOT NULL,
`comentario` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbestudiante`
--
CREATE TABLE `tbestudiante` (
`idestudiante` bigint(11) NOT NULL,
`cedulaestudiante` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`nombreestudiante` text COLLATE utf8_spanish_ci NOT NULL,
`primerapellidoestudiante` text COLLATE utf8_spanish_ci NOT NULL,
`segundoapellidoestudiante` text COLLATE utf8_spanish_ci NOT NULL,
`cabinaestudiante` int(11) DEFAULT NULL,
`contrasenaestudiante` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`carreraestudiante` text COLLATE utf8_spanish_ci NOT NULL,
`loginestudiante` int(11) NOT NULL,
`confirmacuetaestudiante` tinyint(1) NOT NULL,
`confirmahorarioestudiante` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Volcado de datos para la tabla `tbestudiante`
--
INSERT INTO `tbestudiante` (`idestudiante`, `cedulaestudiante`, `nombreestudiante`, `primerapellidoestudiante`, `segundoapellidoestudiante`, `cabinaestudiante`, `contrasenaestudiante`, `carreraestudiante`, `loginestudiante`, `confirmacuetaestudiante`, `confirmahorarioestudiante`) VALUES
(1, '115700773', 'Berny', 'Garro', 'Duran', 1, '1234', 'Informatica', 1, 0, 0),
(3, '702430805', 'steven', 'Cespedes', 'quiros', 12, '', 'ing en sistemas', 2, 0, 0),
(35, '7777777777', 'Estudiante', 'xxxxxxxxxxxx', 'zzzzzzzzzz', 12, '', 'Administracion de oficinas', 34, 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbhorario`
--
CREATE TABLE `tbhorario` (
`idhorario` bigint(11) NOT NULL,
`idestudiante` bigint(20) DEFAULT NULL,
`diahorario` text COLLATE utf8_spanish_ci NOT NULL,
`horainiciohorario` varchar(30) COLLATE utf8_spanish_ci NOT NULL,
`horasalidahorario` varchar(30) COLLATE utf8_spanish_ci NOT NULL,
`descripcionhorario` varchar(100) COLLATE utf8_spanish_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbhorariodisponible`
--
CREATE TABLE `tbhorariodisponible` (
`idhorariodisponible` int(11) NOT NULL,
`diadisponible` text COLLATE utf8_spanish_ci NOT NULL,
`jornada` varchar(15) COLLATE utf8_spanish_ci NOT NULL,
`estado` tinyint(1) NOT NULL,
`cupos` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Volcado de datos para la tabla `tbhorariodisponible`
--
INSERT INTO `tbhorariodisponible` (`idhorariodisponible`, `diadisponible`, `jornada`, `estado`, `cupos`) VALUES
(1, 'Lunes', 'Mañana', 0, 0),
(2, 'Lunes', 'Tarde', 1, 1),
(3, 'Lunes', 'Noche', 1, 4),
(4, 'Martes', 'Mañana', 1, 4),
(5, 'Martes', 'Tarde', 1, 4),
(6, 'Martes', 'Noche', 1, 4),
(7, 'Miercoles', 'Mañana', 1, 4),
(8, 'Miercoles', 'Tarde', 1, 4),
(9, 'Miercoles', 'Noche', 1, 4),
(10, 'Jueves', 'Mañana', 1, 4),
(11, 'Jueves', 'Tarde', 1, 4),
(12, 'Jueves', 'Noche', 1, 4),
(13, 'Viernes', 'Mañana', 1, 4),
(14, 'Viernes', 'Tarde', 1, 4),
(15, 'Viernes', 'Noche', 1, 4),
(16, 'Sabado', 'Mañana', 1, 4),
(17, 'Sabado', 'Tarde', 1, 4),
(18, 'Sabado', 'Noche', 1, 4);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbhorariolimpieza`
--
CREATE TABLE `tbhorariolimpieza` (
`idhorariolimpieza` int(11) NOT NULL,
`idestudiante` bigint(11) NOT NULL,
`idarealimpieza` int(11) NOT NULL,
`idhorariodisponible` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tblogin`
--
CREATE TABLE `tblogin` (
`idlogin` int(11) NOT NULL,
`userlogin` varchar(100) NOT NULL,
`passwordlogin` varchar(100) NOT NULL,
`rollogin` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `tblogin`
--
INSERT INTO `tblogin` (`idlogin`, `userlogin`, `passwordlogin`, `rollogin`) VALUES
(1, 'cosa@gmail.com', '12345', 'estudiante'),
(2, 'stevencespedes6@gmail.com', '11111', 'estudiante'),
(10, 'asis@asis.com', '11111', 'asistente'),
(34, 'hgfh@ghjgjh', '11111', 'estudiante'),
(35, 'parra@gmail.com', '12341', 'asistente'),
(36, 'admin@gmail.com', 'admin1', 'administrador');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tbnoticias`
--
CREATE TABLE `tbnoticias` (
`idnoticia` int(11) NOT NULL,
`idcreadornoticia` varchar(50) NOT NULL,
`temanoticia` varchar(100) NOT NULL,
`descripcionnoticia` text NOT NULL,
`fotonoticia` varchar(100) NOT NULL,
`fechanoticia` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `tbadministrador`
--
ALTER TABLE `tbadministrador`
ADD PRIMARY KEY (`idadministrador`),
ADD KEY `idlogin` (`loginid`),
ADD KEY `cedulaadministrador` (`cedulaadministrador`);
--
-- Indices de la tabla `tbareaslimpieza`
--
ALTER TABLE `tbareaslimpieza`
ADD PRIMARY KEY (`idarea`);
--
-- Indices de la tabla `tbarticulos`
--
ALTER TABLE `tbarticulos`
ADD PRIMARY KEY (`idarticulo`);
--
-- Indices de la tabla `tbasistente`
--
ALTER TABLE `tbasistente`
ADD PRIMARY KEY (`idasistente`),
ADD KEY `idlogin` (`loginid`);
--
-- Indices de la tabla `tbcomentarionoticia`
--
ALTER TABLE `tbcomentarionoticia`
ADD PRIMARY KEY (`idcomentario`),
ADD KEY `idnoticia_2` (`idnoticia`);
--
-- Indices de la tabla `tbestudiante`
--
ALTER TABLE `tbestudiante`
ADD PRIMARY KEY (`idestudiante`),
ADD KEY `loginestudiante` (`loginestudiante`);
--
-- Indices de la tabla `tbhorario`
--
ALTER TABLE `tbhorario`
ADD PRIMARY KEY (`idhorario`),
ADD KEY `idestudiante` (`idestudiante`);
--
-- Indices de la tabla `tbhorariodisponible`
--
ALTER TABLE `tbhorariodisponible`
ADD PRIMARY KEY (`idhorariodisponible`);
--
-- Indices de la tabla `tbhorariolimpieza`
--
ALTER TABLE `tbhorariolimpieza`
ADD PRIMARY KEY (`idhorariolimpieza`),
ADD KEY `idestudiante` (`idestudiante`),
ADD KEY `idarealimpieza` (`idarealimpieza`),
ADD KEY `idhorariodisponible` (`idhorariodisponible`);
--
-- Indices de la tabla `tblogin`
--
ALTER TABLE `tblogin`
ADD PRIMARY KEY (`idlogin`);
--
-- Indices de la tabla `tbnoticias`
--
ALTER TABLE `tbnoticias`
ADD PRIMARY KEY (`idnoticia`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `tbadministrador`
--
ALTER TABLE `tbadministrador`
MODIFY `idadministrador` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de la tabla `tbareaslimpieza`
--
ALTER TABLE `tbareaslimpieza`
MODIFY `idarea` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de la tabla `tbarticulos`
--
ALTER TABLE `tbarticulos`
MODIFY `idarticulo` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tbasistente`
--
ALTER TABLE `tbasistente`
MODIFY `idasistente` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT de la tabla `tbcomentarionoticia`
--
ALTER TABLE `tbcomentarionoticia`
MODIFY `idcomentario` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tbestudiante`
--
ALTER TABLE `tbestudiante`
MODIFY `idestudiante` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
--
-- AUTO_INCREMENT de la tabla `tbhorario`
--
ALTER TABLE `tbhorario`
MODIFY `idhorario` bigint(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tbhorariodisponible`
--
ALTER TABLE `tbhorariodisponible`
MODIFY `idhorariodisponible` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT de la tabla `tbhorariolimpieza`
--
ALTER TABLE `tbhorariolimpieza`
MODIFY `idhorariolimpieza` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `tblogin`
--
ALTER TABLE `tblogin`
MODIFY `idlogin` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;
--
-- AUTO_INCREMENT de la tabla `tbnoticias`
--
ALTER TABLE `tbnoticias`
MODIFY `idnoticia` int(11) NOT NULL AUTO_INCREMENT;
--
-- Restricciones para tablas volcadas
--
--
-- Filtros para la tabla `tbadministrador`
--
ALTER TABLE `tbadministrador`
ADD CONSTRAINT `tbadministrador_ibfk_1` FOREIGN KEY (`loginid`) REFERENCES `tblogin` (`idlogin`) ON UPDATE CASCADE;
--
-- Filtros para la tabla `tbasistente`
--
ALTER TABLE `tbasistente`
ADD CONSTRAINT `tbasistente_ibfk_1` FOREIGN KEY (`loginid`) REFERENCES `tblogin` (`idlogin`) ON UPDATE CASCADE;
--
-- Filtros para la tabla `tbestudiante`
--
ALTER TABLE `tbestudiante`
ADD CONSTRAINT `tbestudiante_ibfk_1` FOREIGN KEY (`loginestudiante`) REFERENCES `tblogin` (`idlogin`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Filtros para la tabla `tbhorario`
--
ALTER TABLE `tbhorario`
ADD CONSTRAINT `tbhorario_ibfk_1` FOREIGN KEY (`idestudiante`) REFERENCES `tbestudiante` (`idestudiante`);
--
-- Filtros para la tabla `tbhorariolimpieza`
--
ALTER TABLE `tbhorariolimpieza`
ADD CONSTRAINT `tbhorariolimpieza_ibfk_1` FOREIGN KEY (`idestudiante`) REFERENCES `tbestudiante` (`idestudiante`),
ADD CONSTRAINT `tbhorariolimpieza_ibfk_2` FOREIGN KEY (`idarealimpieza`) REFERENCES `tbareaslimpieza` (`idarea`),
ADD CONSTRAINT `tbhorariolimpieza_ibfk_3` FOREIGN KEY (`idhorariodisponible`) REFERENCES `tbhorariodisponible` (`idhorariodisponible`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
/*
SQLyog Professional v12.09 (64 bit)
MySQL - 5.6.40-log : Database - blogger
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`blogger` /*!40100 DEFAULT CHARACTER SET utf8mb4 */;
USE `blogger`;
/*Table structure for table `article` */
DROP TABLE IF EXISTS `article`;
CREATE TABLE `article` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '文章ID',
`category_id` bigint(20) unsigned NOT NULL COMMENT '文章分类ID',
`title` varchar(1024) NOT NULL COMMENT '文章标题',
`content` longtext NOT NULL COMMENT '文章内容',
`view_count` int(255) unsigned NOT NULL COMMENT '阅读次数',
`comment_count` int(255) unsigned NOT NULL COMMENT '评论次数',
`username` varchar(128) NOT NULL COMMENT '作者',
`status` int(10) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
`summary` varchar(256) NOT NULL COMMENT '文章摘要',
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`) USING BTREE,
KEY `idx_view_count` (`view_count`) USING BTREE COMMENT '阅读次数索引',
KEY `idx_comment_count` (`comment_count`) USING BTREE COMMENT '评论次数索引',
KEY `idx_category_id` (`category_id`) USING BTREE COMMENT '分类ID索引'
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
/*Data for the table `article` */
insert into `article`(`id`,`category_id`,`title`,`content`,`view_count`,`comment_count`,`username`,`status`,`summary`,`create_time`,`update_time`) values (1,1,'这里是文章的标题','文章内容',1,1,'caicai',1,'文章摘要','2018-12-13 16:41:38','2018-12-13 16:41:38');
/*Table structure for table `category` */
DROP TABLE IF EXISTS `category`;
CREATE TABLE `category` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '分类ID',
`category_name` varchar(255) NOT NULL COMMENT '分类名称',
`category_no` int(10) unsigned NOT NULL COMMENT '分类排序',
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
/*Data for the table `category` */
/*Table structure for table `comment` */
DROP TABLE IF EXISTS `comment`;
CREATE TABLE `comment` (
`id` bigint(20) NOT NULL,
`content` text NOT NULL COMMENT '留言内容',
`username` varchar(255) NOT NULL,
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`status` int(10) unsigned NOT NULL DEFAULT '1' COMMENT '状态',
`article_id` bigint(20) unsigned DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
/*Data for the table `comment` */
/*Table structure for table `leave` */
DROP TABLE IF EXISTS `leave`;
CREATE TABLE `leave` (
`id` bigint(20) NOT NULL,
`username` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`content` text NOT NULL COMMENT '留言内容',
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
/*Data for the table `leave` */
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
create table KhachHang(
maKH varchar(10),
hoTen varchar(50),
ten varchar(10),
diaChi varchar(599),
email varchar(10000),
dienThoai varchar(500),
primary key (maKH)
);
insert into KhachHang(maKH,hoTen,ten,diaChi,email,dienThoai) values ('KH001', 'Nguyễn Thị', 'Nga', '15 Quang Trung, TP Đà Nẵng', 'ngant@gmail.com', '0912345670');
insert into KhachHang(maKH,hoTen,ten,diaChi,email,dienThoai) values ('KH002', 'Trần Công', 'Thành', '234 Lê Lợi, Quảng Nam', 'thanhtc@gmail.com', '01610942343');
insert into KhachHang(maKH,hoTen,ten,diaChi,email,dienThoai) values ('KH003', 'Lê Hoàng', 'Nam', '23 Trần Phú, TP Huế', 'namlt@yahoo.com', '0989354556');
insert into KhachHang(maKH,hoTen,ten,diaChi,email,dienThoai) values('KH004', 'Vũ Ngọc', 'Hiền', '37 Nguyễn Thị Thập, TP Đà Nẵng', 'hienvn@gmail.com', '0894545435');
select*from KhachHang;
select * from SanPham;
create table SanPham(
maSP int auto_increment,
moTa varchar(255),
soLuong varchar(255),
donGia varchar(255),
tenSP varchar(255),
primary key (maSP)
);
insert into SanPham values
(1, 'Samsung Galaxy J7 Pro', 6600000, 800, 'Samsung Galaxy J7 Pro là một chiếc smartphone phù hợp với những người yêu thích một sản phẩm pin tốt, thích hệ điều hành mới cùng những tính năng đi kèm độc quyền'),
(2, 'iPhone 6 32GB', 8990000, 500, 'iPhone 6 là một trong những smartphone được yêu thích nhất. Lắng nghe nhu cầu về thiết kế, khả năng lưu trữ và giá cả, iPhone 6 32GB được chính thức phân phối chính hãng tại Việt Nam hứa hẹn sẽ là một sản phẩm rất "Hot"'),
(3, 'Laptop Dell Inspiron 3467', 11290000, 507, 'Dell Inspiron 3467 i3 7100U/4GB/1TB/Win10/(M20NR21)'),
(4, 'Pin sạc dự phòng', 200000, 600, 'Pin sạc dự phòng Polymer 5.000 mAh eSaver JP85'),
(5, 'Nokia 3100', 700000, 100, 'Nokia 3100 phù hợp với SINH VIÊN');
create table bill (
MaHD varchar(10) not null,
NgayLapHD date not null,
TrangThai varchar(20) not null,
MaKH varchar(10) not null,
primary key (MaHD)
);
insert into bill values
('120954', '2016-03-23', 'Đã thanh toán', 'KH001'),
('120955', '2016-02-04', 'Đã thanh toán', 'KH002'),
('120956', '2016-12-07', 'Chưa thanh toán', 'KH001'),
('125957', '2016-04-12', 'Chưa thanh toán', 'KH004');
select*from bill;
CREATE TABLE billDeatls(
MaHDCT int not null AUTO_INCREMENT PRIMARY KEY,
MaHD varchar(10) not null,
MaSP int not null,
SoLuongMua int not null
);
insert into billDeatls(MaHD,MaSP,SoLuongMua) values
('120954', 3, 40),
('120954', 1, 20),
('120955', 2, 100),
('120956', 4, 6),
('120956', 2, 60),
('120956', 1, 10),
('125957', 2, 50);
select*from billDeatls;
|
DROP TABLE attachments;
|
CREATE TABLE savedbrewery(
id VARCHAR(15),
breweryname TEXT,
website TEXT,
imageurl TEXT,
description TEXT,
locality TEXT,
breweryobject TEXT,
userid CHARACTER VARYING(255),
CONSTRAINT fk_savedbrewery_user FOREIGN KEY (userid) REFERENCES theuser("auth0id")
);
|
INSERT INTO static_unit_info (`unit_name`) VALUES
('ECE'),
('ME'),
('MSE');
INSERT INTO static_subunit_info (`unit_name`, `subunit_name`) VALUES
('ECE', 'Info theory'),
('ECE', 'Network security'),
('ME', 'Robotics lab'),
('MSE', 'Klavin lab');
INSERT INTO static_approvers_info (`approver_netId`, `subunit_id`) VALUES
('sree', 1),
('xiyueyao', 1),
('xiyueyao', 2),
('xiyueyao', 3),
('xiyueyao', 4),
('baosen', 2),
('yangx38', 1),
('yangx38', 2),
('yangx38', 3),
('yangx38', 4),
('dom', 4);
INSERT INTO static_budget_info (`subunit_id`, `budget_number`, `balance`) VALUES
(1, '910-11', 100.50),
(1, '910-22', 200.00),
(1, '910-33', 300.00),
(1, '910-45', 400.80),
(1, '910-590', 100080),
(2, '910-11', 500.00),
(3, '910-11', 600.50),
(4, '910-11', 700.70);
|
create table disciplina (
id serial not null primary key,
descricao varchar(255) not null
);
create table opcao (
id serial not null primary key,
descricao varchar(255) not null
);
create table prova (
id serial not null primary key,
descricao varchar(255) not null,
status int default 0
);
create table questao (
id serial not null primary key,
descricao varchar(255) not null,
tipo int not null,
pontuacao float default 0,
dificuldade int not null,
tempo int default 0,
disciplina int not null
);
create table resposta (
id serial not null primary key,
numerico int,
texto varchar(255)
);
create table usuario (
id serial not null primary key,
rga varchar(255) not null,
nome varchar(255) not null,
senha varchar(255) not null,
cpf varchar(255) not null,
email varchar(255) not null,
telefone varchar(255) not null,
endereco varchar(255) not null,
professor int default 0
);
create table aluno_prova (
aluno_id int not null,
prova_id int not null,
primary key (aluno_id, prova_id)
);
create table aluno_resposta (
aluno_id int not null,
resposta_id int not null,
primary key (aluno_id, resposta_id)
);
create table disciplina_professor (
disciplina_id int not null,
professor_id int not null,
primary key (disciplina_id, professor_id)
);
create table disciplina_prova (
disciplina_id int not null,
prova_id int not null,
primary key (disciplina_id, prova_id)
);
create table opcao_questao (
opcao_id int not null,
questao_id int not null,
primary key (opcao_id, questao_id)
);
create table professor_prova (
professor_id int not null,
prova_id int not null,
primary key (professor_id, prova_id)
);
create table prova_questao (
prova_id int not null,
questao_id int not null,
primary key (prova_id, questao_id)
);
create table questao_resposta (
questao_id int not null,
resposta_id int not null,
primary key (questao_id, resposta_id)
);
create table relacao_aluno_prova (
aluno_id int not null,
prova_id int not null,
primary key (aluno_id, prova_id)
);
|
-- CREATE DATABASE ptbakery;
-- CREATE DATABASE ptbakery WITH ENCODING 'EUC_CN' LC_COLLATE='zh_CN' LC_CTYPE='zh_CN';
-- CREATE DATABASE ptbakery WITH ENCODING 'EUC_CN' LC_COLLATE='zh_CN' LC_CTYPE='zh_CN' TEMPLATE=template0;
CREATE TABLE salesperson (
salesperson_id SERIAL PRIMARY KEY,
name VARCHAR(100) UNIQUE,
salesperson_update_date TIMESTAMP DEFAULT NOW(),
salesperson_updated_by INTEGER DEFAULT 1
);
INSERT INTO salesperson (name)
VALUES ('Bakery'),
('Joseph');
CREATE TABLE delivery_time (
delivery_time_id SERIAL PRIMARY KEY,
time VARCHAR(40) UNIQUE,
delivery_time_update_date TIMESTAMP DEFAULT NOW(),
delivery_time_updated_by INTEGER DEFAULT 1
);
INSERT INTO delivery_time (time)
VALUES ('-'), ('6:30 - 6:45 am'), ('7 am'), ('8 am');
CREATE TYPE client_type AS ENUM (
'Private',
'Retail'
);
CREATE TYPE retail_type AS ENUM (
'Restaurant',
'Supermarket'
);
CREATE TYPE payment_scheme AS ENUM (
'Post delivery', -- private client
'Prepayment', -- private client
'CoD', -- retail client // Cash On Delivery
'WB', -- retail client // Weekly Balance
'MB', -- retail client // Monthly Balance
'TBC' -- retail client // To Be Confirmed
);
CREATE TYPE statement_delivery_method AS ENUM (
'By email', -- retail client
'By hand', -- retail client
'By wechat', -- retail client
'Not applicable' -- retail client
);
CREATE TYPE client_zone AS ENUM (
'Macau', -- private client
'Taipa', -- private client
'Coloane', -- private client
'Cotai', -- private client
''
);
CREATE TABLE client (
client_id SERIAL PRIMARY KEY,
client_name VARCHAR(100),
client_type client_type,
retail_type retail_type,
delivery_time_id INTEGER REFERENCES delivery_time(delivery_time_id), -- retail client
payment_scheme payment_scheme,
statement_delivery_method statement_delivery_method, -- retail client
contact_person VARCHAR(100), -- retail client
phone VARCHAR(40),
email VARCHAR(100),
wechat_id VARCHAR(100), -- retail client
address VARCHAR(200), -- private client
door_code VARCHAR(40), -- private client
salesperson_id INTEGER REFERENCES salesperson(salesperson_id), --retail client
other_info VARCHAR(400), -- retail client
client_zone client_zone DEFAULT '', -- private client
client_update_date TIMESTAMP DEFAULT NOW(),
client_updated_by INTEGER DEFAULT 1,
active BOOLEAN DEFAULT TRUE
);
-- insert private clients
INSERT INTO client
(client_name, client_type, payment_scheme, phone, email, address, door_code, client_zone)
VALUES
('Eduardo Santos', 'Private', 'Post delivery', '245389712', 'edu.santos@gg.com', 'Rua Pak Shon, 32', '123', 'Macau'),
('Manfred Ramos', 'Private', 'Prepayment', '17872632875', 'manfred@gg.com', 'Rua dos AAs, 12', '456', 'Taipa');
-- insert retail clients
INSERT INTO client
( client_name,
client_type,
retail_type,
delivery_time_id,
payment_scheme,
statement_delivery_method,
contact_person,
phone,
email,
wechat_id,
salesperson_id,
other_info )
VALUES
('Baía', 'Retail', 'Restaurant', 2, 'MB', 'By hand', 'Lucas', '123489712', 'lucas@baia.com', '', 1, ''),
('Benvindo', 'Retail', 'Supermarket', 3, 'WB', 'By email', 'Bryan', '', '', 'Bryan2020', 2, 'Delivery must be on time');
CREATE TYPE product_type AS ENUM (
'Bakery',
'Pastry'
);
CREATE TYPE to_be_packed_by_baker AS ENUM (
'No',
'Yes'
);
CREATE TABLE product (
product_id SERIAL PRIMARY KEY,
product_name VARCHAR(100),
product_type product_type,
number_of_pieces_per_bag INTEGER,
aggregate_to INTEGER REFERENCES product(product_id),
to_be_packed_by_baker to_be_packed_by_baker,
product_update_date TIMESTAMP DEFAULT NOW(),
product_updated_by INTEGER DEFAULT 1,
active BOOLEAN DEFAULT TRUE
);
-- insert products
INSERT INTO product
(product_name, product_type, number_of_pieces_per_bag, aggregate_to, to_be_packed_by_baker)
VALUES
('(B) Pandesal 300g 菲律賓甜餐包 300克', 'Bakery', 1, NULL, 'No'),
('(S) Pandesal 300g 菲律賓甜餐包 300克', 'Bakery', 1, NULL, 'No'),
('Alentejano 1kg', 'Bakery', 1, NULL, 'No'),
('Alentejano 250g', 'Bakery', 1, NULL, 'Yes'),
('Burger 60g', 'Bakery', 1, NULL, 'No'),
('Bolo Arroz', 'Pastry', 1, NULL, 'No'),
('Burger 60g (6 pcs)', 'Bakery', 6, 5, 'No');
CREATE TYPE price_type AS ENUM (
'Standard',
'Special'
);
CREATE TABLE price (
price_id SERIAL PRIMARY KEY,
product_id INTEGER REFERENCES product(product_id),
client_type client_type,
price_type price_type,
client_id INTEGER REFERENCES client(client_id),
unit_price NUMERIC,
price_update_date TIMESTAMP DEFAULT NOW(),
price_updated_by INTEGER DEFAULT 1
);
-- insert prices
INSERT INTO price
(product_id, client_type, price_type, client_id, unit_price)
VALUES
(4, 'Private', 'Standard', NULL, 25.00),
(4, 'Retail', 'Standard', NULL, 14.00),
(4, 'Retail', 'Special', 3, 13.50),
(4, 'Retail', 'Special', 4, 15.00),
(6, 'Private', 'Standard', NULL, 10.00),
(6, 'Retail', 'Standard', NULL, 7.00),
(6, 'Retail', 'Special', 3, 6.00),
(6, 'Retail', 'Special', 4, 5.50);
CREATE TYPE payment_status AS ENUM (
'Not paid',
'Paid'
);
CREATE TYPE payment_method AS ENUM (
'Bank transfer',
'Cash'
);
CREATE TYPE statement_issued AS ENUM (
'No',
'Yes'
);
CREATE TABLE invoice (
invoice_id SERIAL PRIMARY KEY,
client_id INTEGER REFERENCES client(client_id),
delivery_day DATE,
payment_status payment_status,
payment_date DATE,
payment_method payment_method,
payment_details VARCHAR(100),
statement_issued statement_issued,
statement_id INTEGER,
other_info VARCHAR(400),
invoice_update_date TIMESTAMP DEFAULT NOW(),
invoice_updated_by INTEGER DEFAULT 1,
canceled BOOLEAN DEFAULT FALSE
);
CREATE TABLE ordered_item (
ordered_item_id SERIAL PRIMARY KEY,
invoice_id INTEGER REFERENCES invoice(invoice_id),
product_id INTEGER REFERENCES product(product_id),
quantity_ordered INTEGER,
quantity_returned INTEGER,
unit_price NUMERIC,
ordered_item_update_date TIMESTAMP DEFAULT NOW(),
ordered_item_updated_by INTEGER DEFAULT 1
);
-- insert invoices for private and retail clients
INSERT INTO invoice
( client_id,
delivery_day,
payment_status,
payment_date,
payment_method,
payment_details,
statement_issued,
statement_id,
other_info )
VALUES
(1, '2020-02-15', 'Not paid', NULL, NULL, NULL, NULL, NULL, 'This is a test'),
(2, '2020-02-15', 'Paid', '2020-02-16', 'Bank transfer', 'BT 124531', NULL, NULL, NULL),
(3, '2020-02-15', 'Not paid', NULL, NULL, NULL, 'No', NULL, 'Sliced'),
(3, '2020-02-16', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-02-17', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-02-18', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-02-19', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-02-15', 'Not paid', NULL, NULL, NULL, 'No', NULL, 'Sliced'),
(4, '2020-02-16', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-02-17', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-02-18', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-02-19', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL);
-- insert ordered items for private and retail clients
INSERT INTO ordered_item
(invoice_id, product_id, quantity_ordered, quantity_returned, unit_price)
VALUES
(1, 4, 5, NULL, 25.00),
(1, 6, 10, NULL, 10.00),
(2, 4, 10, NULL, 25.00),
(2, 6, 20, NULL, 10.00),
(3, 4, 30, NULL, 13.50),
(3, 6, 40, NULL, 6.00),
(4, 4, 30, NULL, 13.50),
(4, 6, 40, NULL, 6.00),
(5, 4, 30, NULL, 13.50),
(5, 6, 40, NULL, 6.00),
(6, 4, 30, NULL, 13.50),
(6, 6, 40, NULL, 6.00),
(7, 4, 30, NULL, 13.50),
(7, 6, 40, NULL, 6.00),
(8, 4, 50, 10, 15.00),
(8, 6, 60, 5, 5.50),
(9, 4, 50, 8, 15.00),
(9, 6, 60, 3, 5.50),
(10, 4, 50, 10, 15.00),
(10, 6, 60, 5, 5.50),
(11, 4, 50, 6, 15.00),
(11, 6, 60, 1, 5.50),
(12, 4, 50, 9, 15.00),
(12, 6, 60, 4, 5.50);
CREATE TYPE statement_delivered AS ENUM (
'No',
'Yes'
);
CREATE TYPE receipt_delivered AS ENUM (
'No',
'Yes'
);
CREATE TABLE statement (
statement_id SERIAL PRIMARY KEY,
client_id INTEGER REFERENCES client(client_id),
from_date DATE,
to_date DATE,
statement_delivered statement_delivered,
payment_status payment_status,
payment_date DATE,
payment_method payment_method,
payment_details VARCHAR(100),
receipt_delivered receipt_delivered,
other_info VARCHAR(400),
statement_update_date TIMESTAMP DEFAULT NOW(),
statement_updated_by INTEGER DEFAULT 1
);
-- insert statements for retail clients
INSERT INTO statement
( client_id,
from_date,
to_date,
statement_delivered,
payment_status,
payment_date,
payment_method,
payment_details,
receipt_delivered,
other_info )
VALUES
-- statement was set to "Paid" to be able to test receipts generation
-- correspondent invoices are not set to "Paid"
(3, '2020-02-01', '2020-02-29', 'Yes', 'Paid', '2020-02-29', NULL, NULL, NULL, 'This is another test'),
(4, '2020-02-01', '2020-02-29', 'Yes', 'Paid', '2020-02-29', NULL, NULL, NULL, NULL);
-- assign correspondent invoices to statements
UPDATE ONLY invoice
SET statement_issued = 'Yes', statement_id = 1, invoice_update_date = NOW()
WHERE delivery_day >= '2020-02-01'
AND delivery_day <= '2020-02-29'
AND client_id = 3;
UPDATE ONLY invoice
SET statement_issued = 'Yes', statement_id = 2, invoice_update_date = NOW()
WHERE delivery_day >= '2020-02-01'
AND delivery_day <= '2020-02-29'
AND client_id = 4;
-- insert more invoices for retail clients - for testing statement generation
INSERT INTO invoice
( client_id,
delivery_day,
payment_status,
payment_date,
payment_method,
payment_details,
statement_issued,
statement_id,
other_info )
VALUES
(3, '2020-03-01', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-03-02', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-03-03', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-03-04', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(3, '2020-03-05', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-03-01', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-03-02', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-03-03', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-03-04', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL),
(4, '2020-03-05', 'Not paid', NULL, NULL, NULL, 'No', NULL, NULL);
-- insert ordered items for retail clients invoices - for testing statement generation
INSERT INTO ordered_item
(invoice_id, product_id, quantity_ordered, quantity_returned, unit_price)
VALUES
(13, 4, 30, NULL, 13.50),
(13, 6, 40, NULL, 6.00),
(14, 4, 30, NULL, 13.50),
(14, 6, 40, NULL, 6.00),
(15, 4, 30, NULL, 13.50),
(15, 6, 40, NULL, 6.00),
(16, 4, 30, NULL, 13.50),
(16, 6, 40, NULL, 6.00),
(17, 4, 30, NULL, 13.50),
(17, 6, 40, NULL, 6.00),
(18, 4, 50, 10, 15.00),
(18, 6, 60, 5, 5.50),
(19, 4, 50, 8, 15.00),
(19, 6, 60, 3, 5.50),
(20, 4, 50, 10, 15.00),
(20, 6, 60, 5, 5.50),
(21, 4, 50, 6, 15.00),
(21, 6, 60, 1, 5.50),
(22, 4, 50, 9, 15.00),
(22, 6, 60, 4, 5.50);
|
CREATE TABLE rate_type_categories
(
id uuid NOT NULL DEFAULT uuid_generate_v4(),
name VARCHAR NOT NULL,
rate_type_uuid uuid NOT NULL,
category_uuid uuid NOT NULL,
amount FLOAT NOT NULL,
percent FLOAT NOT NULL,
mandatory BOOLEAN NOT NULL,
active BOOLEAN NOT NULL,
CONSTRAINT rate_type_categories_pkey PRIMARY KEY (id)
);
|
-- ***** INSERTS ***** --
INSERT INTO users (name, email) values
('name0', 'example0@email'),
('name1', 'example1@email'),
('name2', 'example2@email'),
('name3', 'example3@email'),
('name4', 'example4@email');
select * from users;
INSERT INTO movies (title, releaseYear) values
('movie01', '2000'), -- 1
('movie01', '2001'), -- 2
('movie02', '2002'), -- 3
('movie03', '2003'), -- 4
('movie04', '2001'), -- 5
('movie05', '2002'), -- 6
('movie06', '2003'), -- 7
('movie07', '2000'), -- 8
('movie08', '2001'), -- 9
('movie09', '2002'), -- 10
('movie10', '2003'), -- 11
('movie11', '2001'), -- 12
('movie12', '2002'), -- 13
('movie13', '2003'), -- 14
('movie14', '2002'), -- 15
('movie15', '2003'); -- 16
select * from movies;
-- without user
INSERT INTO reviews (mid, summary, review, rating) values
(1, 'summ00', 'review 00', 5),--1
(1, 'summ01', 'review 01', 1),--2
(1, 'summ02', 'review 02', 2),--3
(1, 'summ03', 'review 03', 3),--4
(1, 'summ04', 'review 04', 3),--5
(1, 'summ05', 'review 05', 5),--6
(1, 'summ06', 'review 06', 5);--7
UPDATE movies SET rating1 = rating1 + 1 where id = 1;
UPDATE movies SET rating2 = rating2 + 1 where id = 1;
UPDATE movies SET rating3 = rating3 + 2 where id = 1;
UPDATE movies SET rating5 = rating5 + 3 where id = 1;
INSERT INTO reviews (mid, summary, review, rating) values
(2, 'summ07', 'review 07', 1),--8
(2, 'summ08', 'review 08', 2),--9
(2, 'summ09', 'review 09', 3),--10
(2, 'summ10', 'review 10', 3);--11
UPDATE movies SET rating1 = rating1 + 1 where id = 2;
UPDATE movies SET rating2 = rating2 + 1 where id = 2;
UPDATE movies SET rating3 = rating3 + 2 where id = 2;
INSERT INTO reviews (mid, summary, review, rating) values
(3, 'summ11', 'review 11', 4),--12
(3, 'summ12', 'review 12', 5),--13
(3, 'summ13', 'review 13', 3),--14
(3, 'summ14', 'review 14', 3);--15
UPDATE movies SET rating3 = rating3 + 2 where id = 3;
UPDATE movies SET rating4 = rating4 + 1 where id = 3;
UPDATE movies SET rating5 = rating5 + 1 where id = 3;
-- with user
INSERT INTO reviews (mid, uid, summary, review, rating) values
(1, 1, 'summ13', 'review 13', 3),--16
(2, 1, 'summ14', 'review 14', 2),--17
(3, 1, 'summ15', 'review 15', 3);--18
UPDATE movies SET rating3 = rating3 + 1 where id = 1;
UPDATE movies SET rating2 = rating2 + 1 where id = 2;
UPDATE movies SET rating3 = rating3 + 1 where id = 3;
INSERT INTO reviews (mid, uid, summary, review, rating) values
(3, 2, 'summ16', 'review 16',5),--19
(3, 2, 'summ17', 'review 17',5),--20
(1, 2, 'summ18', 'review 18',5);--21
UPDATE movies SET rating5 = rating5 + 2 where id = 3;
UPDATE movies SET rating5 = rating5 + 1 where id = 1;
|
SELECT COUNT(*) FROM(
SELECT DISTINCT users.UserID
FROM users,items
WHERE
users.UserID = items.SellerID
AND
users.Rating > 1000
);
|
/*
Source Database : nba
Target Server Type : MYSQL
Target Server Version : 50547
File Encoding : 65001
Date: 2017-01-06 16:44:48
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for player
-- ----------------------------
DROP TABLE IF EXISTS `player`;
CREATE TABLE `player` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`name` varchar(40) DEFAULT NULL,
`weight` varchar(10) DEFAULT NULL,
`height` varchar(10) DEFAULT NULL,
`pos` varchar(10) DEFAULT NULL,
`birthday` varchar(30) DEFAULT NULL,
`team` varchar(30) DEFAULT NULL,
`school` varchar(30) DEFAULT NULL,
`country` varchar(30) DEFAULT NULL,
`draft` varchar(30) DEFAULT NULL,
`contract` varchar(80) DEFAULT NULL,
`salary` varchar(200) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for player_stat
-- ----------------------------
DROP TABLE IF EXISTS `player_stat`;
CREATE TABLE `player_stat` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`name` varchar(40) DEFAULT NULL,
`logo` mediumtext,
`ppg` varchar(10) DEFAULT NULL,
`lpg` varchar(10) DEFAULT NULL,
`fga` varchar(11) DEFAULT NULL,
`fgp` int(11) DEFAULT '0',
`3pm` varchar(30) DEFAULT NULL,
`3pa` varchar(30) DEFAULT NULL,
`3pp` varchar(30) DEFAULT NULL,
`fta` varchar(30) DEFAULT NULL,
`ftm` varchar(30) DEFAULT NULL,
`ftp` varchar(30) DEFAULT NULL,
`defr` varchar(30) DEFAULT NULL,
`offr` varchar(30) DEFAULT NULL,
`apg` varchar(30) DEFAULT NULL,
`spg` varchar(30) DEFAULT NULL,
`bpg` varchar(30) DEFAULT NULL,
`tpg` varchar(30) DEFAULT NULL,
`fpg` varchar(30) DEFAULT NULL,
`min` varchar(30) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for schedule
-- ----------------------------
DROP TABLE IF EXISTS `schedule`;
CREATE TABLE `schedule` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`match_time` datetime DEFAULT NULL,
`team` varchar(20) DEFAULT NULL,
`home` varchar(20) DEFAULT NULL,
`away` varchar(20) DEFAULT NULL,
`home_score` int(11) DEFAULT NULL,
`away_score` int(11) DEFAULT NULL,
`result` varchar(3) DEFAULT NULL,
`stat` longtext,
`video` varchar(255) DEFAULT NULL,
`highlight` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for team
-- ----------------------------
DROP TABLE IF EXISTS `team`;
CREATE TABLE `team` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`name` varchar(40) DEFAULT NULL,
`logo` mediumtext,
`zone` varchar(10) DEFAULT NULL,
`win` int(11) DEFAULT NULL,
`los` int(11) DEFAULT '0',
`coach` varchar(30) DEFAULT NULL,
`born` varchar(30) DEFAULT NULL,
`site` varchar(30) DEFAULT NULL,
`home` varchar(30) DEFAULT NULL,
`zh_name` varchar(40) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for team_stat
-- ----------------------------
DROP TABLE IF EXISTS `team_stat`;
CREATE TABLE `team_stat` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`name` varchar(40) DEFAULT NULL,
`logo` mediumtext,
`ppg` varchar(10) DEFAULT NULL,
`lpg` varchar(10) DEFAULT NULL,
`fga` varchar(11) DEFAULT NULL,
`fgp` int(11) DEFAULT '0',
`3pm` varchar(30) DEFAULT NULL,
`3pa` varchar(30) DEFAULT NULL,
`3pp` varchar(30) DEFAULT NULL,
`fta` varchar(30) DEFAULT NULL,
`ftm` varchar(30) DEFAULT NULL,
`ftp` varchar(30) DEFAULT NULL,
`defr` varchar(30) DEFAULT NULL,
`offr` varchar(30) DEFAULT NULL,
`apg` varchar(30) DEFAULT NULL,
`spg` varchar(30) DEFAULT NULL,
`bpg` varchar(30) DEFAULT NULL,
`tpg` varchar(30) DEFAULT NULL,
`fpg` varchar(30) DEFAULT NULL,
`min` varchar(30) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for zhibo
-- ----------------------------
DROP TABLE IF EXISTS `zhibo`;
CREATE TABLE `zhibo` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`tv_date` datetime DEFAULT NULL,
`home` varchar(20) DEFAULT NULL,
`away` varchar(20) DEFAULT NULL,
`play_url` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
select
e.*,
name.value [name],
parent.value [parent],
instanceof_objid.value instanceof_objid,
hastable.value hastable,
viewable_in.value viewable_in,
xref.value xref,
is_doc_property.value is_doc_property,
schema_name.value schema_name,
schema_version.value schema_version,
hyperlink.value hyperlink,
node_flags.value node_flags
from
_objects_id e
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 1
) name on name.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 3
) parent on parent.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 4
) instanceof_objid on instanceof_objid.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 1
) hastable on hastable.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 6
) viewable_in on viewable_in.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 7
) xref on xref.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 8
) is_doc_property on is_doc_property.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 9
) schema_name on schema_name.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 10
) schema_version on schema_version.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 11
) hyperlink on hyperlink.entity_id = e.id
left join (
select
eav.entity_id,
cast(v.value as varchar) value
from
_objects_eav eav
join _objects_val v on v.id = eav.value_id
where
eav.attribute_id = 12
) node_flags on node_flags.entity_id = e.id
--where
-- viewable_in.value is null
limit 1000
|
INSERT INTO TICKET
VALUES(101 , 450);
INSERT INTO TICKET
VALUES(102 , 500);
INSERT INTO TICKET
VALUES(103 , 150);
INSERT INTO TICKET
VALUES(104 , 520);
INSERT INTO TICKET
VALUES(105 , 250);
SELECT *
FROM TICKET;
|
-- ------------------------- insert record
show variables like 'c%'
ALTER DATABASE myjava DEFAULT CHARACTER SET utf8;
alter Database myjava collate = 'utf8_general_ci';
-- userTable 레코드 삽입
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member1', 'me1234!', '기경민', 'W', '19940426', 'cheerup_km@naver.com', '01012345678',now(), 'ADMIN');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member2', 's1234!', '우신혜', 'W', '19911020', 'sh@naver.com', '01012345678',now(), 'SELLER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member3', 's1234!', '우신혜', 'W', '19911020', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member4', 's1234!', '우신혜', 'W', '19911020', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member5', 's1234!', '우신혜', 'W', '19911020', 'sh@naver.com', '01012345678',now(), 'SILVER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member6', 's1234!', '우신혜', 'W', '19911020', 'sh@naver.com', '01012345678',now(), 'F');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member7', 's1234!', '우신혜', 'W', '19911021', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member8', 's1234!', '우신혜', 'W', '19911022', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member9', 's1234!', '우신혜', 'W', '19911023', 'sh@naver.com', '01012345678',now(), 'SILVER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member10', 's1234!', '우신혜', 'W', '20011024', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member11', 's1234!', '우신혜', 'W', '20011025', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member12', 's1234!', '우신혜', 'W', '19751026', 'sh@naver.com', '01012345678',now(), 'SILVER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member13', 's1234!', '우신혜', 'W', '19751027', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member14', 's1234!', '우신혜', 'W', '19751028', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member15', 's1234!', '우신혜', 'W', '19751029', 'sh@naver.com', '01012345678',now(), 'SILVER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member16', 's1234!', '우신혜', 'W', '19811030', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member17', 's1234!', '우신혜', 'W', '19811031', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member18', 's1234!', '우신혜', 'W', '19811101', 'sh@naver.com', '01012345678',now(), 'SILVER');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member19', 's1234!', '우신혜', 'W', '19811102', 'sh@naver.com', '01012345678',now(), 'VIP');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member20', 's1234!', '우신혜', 'W', '19811103', 'sh@naver.com', '01012345678',now(), 'GOLD');
INSERT INTO userTable(uid,upw,uname,gender,birth,email,phone,wdate,grade)
VALUES('member21', 's1234!', '우신혜', 'W', '19811104', 'sh@naver.com', '01012345678',now(), 'SILVER');
-- movieTable 레코드 삽입
load data local infile 'D:/movie.csv'
into table movieTable
fields terminated by ','
lines TERMINATED BY '\n';
-- peopleTable 레코드 삽입
load data local infile 'D:/people.csv'
into table peopleTable
fields terminated by ','
lines TERMINATED BY '\n';
-- cinemaTable 레코드 삽입
-- 지영 2018/08/31 수정
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('C001','CGV','송파','1544-1122','SEO','서울시 송파구 충민로 66','가든파이브라이프','37.477633','127.1249435','cWang.jpg',now(),'운영시간 : 8:00~2:00','http://www.cgv.co.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('L001','LOTTE','월드타워점','1544-8855','SEO','서울시 송파구 올림픽로 300','롯데월드몰 5F','37.513689','127.1044541','lWord.jpg',now(),'운영시간 : 8:00~2:00','http://www.lottecinema.co.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('M001','MEGABOX','송파파크하비오','1544-0070','SEO','서울시 송파구 송파대로 111','하비오푸르지오','37.4776339','127.124934','mSongpa.jpg',now(),'운영시간 : 8:00~2:00','http://www.megabox.co.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('C002','CGV','의정부','1544-1122','GGD','경기도 의정부시 평화로 525','의정부민자역사','37.7334609','127.6805888','default.png',now(),'운영시간 : 8:00~2:00','http://www.cgv.co.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('D001','INDEP','영화공간주안','032-427-6777','ICH','인천 미추홀구 미추홀대로','716','37.461241','126.680588','default.png',now(),'운영시간 : 8:00~2:00','http://www.indiespace.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('C003','CGV','원주','1544-1122','GWD','강원도 원주시','서원대 171','37.3448535','127.9308469','default.png',now(),'운영시간 : 8:00~2:00','http://www.cgv.co.kr');
insert into cinemaTable(cineCode,brandName,cineName,tel,addr1,addr2,addr3,wido,kyengdo,logoImg,wdate,etc,home)
values('M002','MEGABOX','제주','1544-0070','JJD','제주도 제주시 중앙로14길','18','33.5116003','126.5226707','default.png',now(),'운영시간 : 8:00~2:00','http://www.megabox.co.kr');
load data local infile 'D:/cinema.csv'
into table cinemaTable
fields terminated by ','
lines TERMINATED BY '\n';
-- roomTable 레코드 삽입
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_1','C001',1,187,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_2','C001',2,183,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_3','C001',3,310,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_4','C001',4,235,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_5','C001',5,153,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_6','C001',6,78,'2D');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_7','C001',7,72,'4DX');
insert into roomTable(roomCode,cineCode,roomName,seatCnt,DD)
values('C001_8','C001',8,263,'2D');
-- reviewTable과 reviewStarTable 합쳐짐 _ 0911 승지
-- reviewStarTable 레코드 삽입
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'L001','member1',5,3,1,2,3,3,3,5,now(),'좌석이 폭신폭신하고 넓어서 편안합니다','172.168.0.20');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'L001','member3',4,2,2,3,2,2,5,now(),'자리앞에','152.168.0.18');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'L001','member4',5,5,5,5,5,5,5,3,now(),'넓고 깨끗하고 너무너무 좋았어요!!!','152.168.0.19');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C001','member5',1,3,1,4,4,1,5,2,now(),'팝콘이 JMT~','172.168.0.25');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C001','member7',3,5,5,3,5,3,3,5,now(),'재방문의사 있음~음향,청결 넘나 좋음','152.168.0.53');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C001','member8',2,2,5,5,1,4,3,2,now(),'그냥 그렇다.청결과서비스는 좋으나 다른건 별로','152.168.0.21');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member9',1,3,1,4,4,1,5,2,now(),'좌석이 폭신폭신하고 넓어서 편안합니다','172.168.0.1');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member10',3,5,5,5,5,3,4,2,now(),'자리앞에 팝콘 떨어진게 아직도 있더라구요','152.168.0.2');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member11',2,3,5,3,3,3,3,3,now(),'넓고 깨끗하고 너무너무 좋았어요!!!','152.168.0.3');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member9',1,2,1,4,4,1,5,5,now(),'여기 팝콘 먹으려고 요 영화관 와?Dㅋㅋㅋㅋㅋㅋ','172.168.4.1');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member10',4,4,5,4,5,3,1,2,now(),'좋음ㅎ','152.168.4.2');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'M026','member11',3,5,2,3,4,5,3,4,now(),'데이트하러 종종 가는데 나쁘지 않음','152.168.4.3');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C006','member12',1,1,1,1,1,1,1,1,now(),'장난하나, 위생좀 신경쓰세요 전체적으로 별로;;;;;','172.168.4.1');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C006','member13',5,3,2,4,5,3,4,5,now(),'청결도 아쉬운거 빼고는 좋다','152.168.41.2');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'C006','member14',4,4,3,4,5,5,1,4,now(),'내일 또 와야지 눈누난냐','152.168.22.3');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'D022','member12',5,5,5,5,4,1,4,1,now(),'접근성 빼면 놀러가기 좋은 곳 인데 접근성이 아쉽네여','172.168.4.1');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'D022','member13',5,5,4,4,5,2,4,5,now(),'주변에 죄다 박물관 ~~','152.168.12.2');
insert into reviewStarTable(no,cineCode,uid,pixel,sound,clean,service,seat,around,snack,trans,wdate,s_e,ip)
values((SELECT IFNULL(MAX(no),0)+1 FROM reviewStarTable as rst),'D022','member14',5,5,3,4,5,5,5,4,now(),'차타고 금방와서 좋음','152.168.4.31');
-- noticeTable 레코드 삽입
insert into noticeTable(noticeno,title,s_e,uid,wdate,open)
values((SELECT ifnull(MAX(noticeno),0)+1 FROM noticeTable as notice),'사이트를 처음 이용하시는 분들',' ','admin1',now(),'Y');
-- QnATable 레코드 삽입
insert into QnATable(qCode,qType,uid,title,content,wdate,ip,groupNo,groupNum,indent)
values((SELECT ifnull(MAX(qCode),0)+1 FROM QnATable as q),'q1','member1','예매어떻게 해요','예매하는 방법을 모르겠습니다. ㅠㅠ',now(),'172.168.0.20',0,0,0);
-- starTable
insert into starTable(sCode, mCode, uid, star, comment, wdate)
values((SELECT IFNULL(MAX(sCode),0)+1 FROM starTable as star), '2', 'member1', '5', '내 인생에서 본 베스트 영화', now());
-- couponTable 레코드 삽입
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member1', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member2', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member3', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member3', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member4', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member4', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member5', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member5', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member7', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member7', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member8', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member8', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member9', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member9', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member10', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member10', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member10', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member11', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member11', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member12', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member12', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member12', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member12', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member12', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member13', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member13', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member14', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member14', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member15', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member15', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member16', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member16', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member17', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member17', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member17', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member17', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member18', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member18', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member19', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member19', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member20', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member20', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member20', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member20', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member21', '2018-08-10', '2019-08-10');
insert into couponTable(cCode,uid,startDate,expDate)
values((SELECT IFNULL(MAX(cCode),0)+1 FROM couponTable as coupon), 'member21', '2018-08-10', '2019-08-10');
-- screenTable 레코드 삽입
load data local infile 'D:/screen.csv'
into table screenTable
fields terminated by ','
lines TERMINATED BY '\n';
-- ticketTable 레코드 삽입
-- ticketTable 레코드 삽입 (년월일시분초+예매순서)
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092810201001',now(),'member3',3,'C1,C2,C3,C4','adu,you,sen,kid',3);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092810201002',now(),'member4',4,'D2','sen',5);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092810201003',now(),'member5',5,'E8','kid',7);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092810201004',now(),'member7',6,'F10,F11,F12','adu,you,sen',9);
--
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302001',now(),'member8',7,'F13','you',11);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302002',now(),'member9',8,'G16','kid',13);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302003',now(),'member10',8,'G16,G17,G18','you,sen,kid',15);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302004',now(),'member11',9,'G1,G2','adu,sen',18);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302005',now(),'member12',9,'H1,H2,H3,H4','adu,you,sen,kid',20);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302006',now(),'member13',12,'H9','adu',25);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302007',now(),'member14',12,'I1,I2','you,sen',27);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092911302008',now(),'member15',12,'I8,I9','sen,kid',29);
--
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018093012401501',now(),'member16',4,'I12,I13,I14','adu,you,sen',31);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018093012401502',now(),'member17',4,'I3','kid',33);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018093012401503',now(),'member18',2,'I10','you',37);
--
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('20108100113502501',now(),'member19',2,'J6,J7,J8','adu,sen,kid',39);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('20108100113502502',now(),'member20',2,'J11,J12,J13','adu,you,sen',41);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('20108100113502503',now(),'member20',2,'J14','you',42);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('20108100113502504',now(),'member12',2,'J16','sen',21);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('20108100113502505',now(),'member17',2,'K2,K3','you,sen',34);
--
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103001',now(),'member21',2,'K7,K8,K9,K10','adu,you,sen,kid',45);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103002',now(),'member10',1,'L14,L15,L16','adu,you,sen',16);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103003',now(),'member12',2,'L1','sen',22);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103004',now(),'member3',3,'L2,L3','you,sen',4);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103005',now(),'member4',4,'L7,L8','adu,sen',6);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103006',now(),'member5',5,'A6','sen',8);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103007',now(),'member7',6,'A10,A11','adu,sen',10);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103008',now(),'member8',7,'A14,A15','sen,kid',12);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103009',now(),'member9',8,'B4','kid',14);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103010',now(),'member10',8,'C16','adu',17);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103011',now(),'member11',9,'C5,C6,C7','you,sen,kid',19);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092714103012',now(),'member12',9,'C8,C9','adu,sen',23);
--
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293530',now(),'member13',12,'D13,D14','you,sen',26);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293531',now(),'member14',12,'D15,D16','adu,kid',28);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293532',now(),'member15',12,'D10,D11','you,sen',30);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293533',now(),'member16',4,'E7','you',32);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293534',now(),'member17',4,'E8','sen',36);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293535',now(),'member18',2,'F4,F5,F6','adu,you,sen',38);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293536',now(),'member19',2,'F8,F9,F10,F11','adu,you,sen,kid',40);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293537',now(),'member20',2,'F15','kid',43);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293538',now(),'member20',2,'F16','you',44);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293539',now(),'member12',2,'G4,G5,G6','adu,sen,kid',24);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293540',now(),'member17',2,'G8,G9,G11','you,sen,kid',36);
insert into ticketTable(tCode,wdate,uid,sCode,seat,auditType,cCode)
values('2018092615293541',now(),'member21',2,'H16','adu',46);
|
-- phpMyAdmin SQL Dump
-- version 4.6.6
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: 2019-01-10 15:01:53
-- 服务器版本: 5.7.17-log
-- PHP Version: 5.6.30
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `cms_data`
--
-- --------------------------------------------------------
--
-- 表的结构 `product`
--
CREATE TABLE `product` (
`id` int(11) NOT NULL,
`title` varchar(200) NOT NULL,
`size` varchar(200) NOT NULL,
`imgUrl` varchar(300) DEFAULT NULL,
`price` double NOT NULL,
`stock` int(11) NOT NULL,
`supplier` varchar(200) DEFAULT NULL,
`createTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`modifyTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `product`
--
INSERT INTO `product` (`id`, `title`, `size`, `imgUrl`, `price`, `stock`, `supplier`, `createTime`, `modifyTime`) VALUES
(100002, '艾诗塔樱桃裤', 'A款 M', NULL, 198, 5, '艾诗塔', '2019-01-10 22:45:36', '2019-01-10 22:45:36'),
(100003, '艾诗塔樱桃裤', 'A款 L', NULL, 198, 10, '艾诗塔', '2019-01-10 22:46:28', '2019-01-10 22:46:28'),
(100004, '艾诗塔樱桃裤', 'A款 XL', NULL, 198, 12, '艾诗塔', '2019-01-10 22:47:04', '2019-01-10 22:47:04'),
(100005, '艾诗塔樱桃裤', 'B款 M', NULL, 198, 11, '艾诗塔', '2019-01-10 22:47:43', '2019-01-10 22:47:43'),
(100006, '艾诗塔樱桃裤', 'B款 L', NULL, 198, 16, '艾诗塔', '2019-01-10 22:48:06', '2019-01-10 22:48:06'),
(100007, '艾诗塔樱桃裤', 'B款 XL', NULL, 198, 18, '艾诗塔', '2019-01-10 22:48:46', '2019-01-10 22:48:46'),
(100008, '艾诗塔樱桃裤PLUS', 'A款 L', NULL, 188, 20, '艾诗塔', '2019-01-10 22:49:46', '2019-01-10 22:49:46'),
(100009, '艾诗塔樱桃裤PLUS', 'A款 XL', NULL, 188, 10, '艾诗塔', '2019-01-10 22:50:20', '2019-01-10 22:50:20'),
(100010, '艾诗塔樱桃裤PLUS', 'B款 L', NULL, 188, 7, '艾诗塔', '2019-01-10 22:51:05', '2019-01-10 22:51:05'),
(100011, '艾诗塔樱桃裤PLUS', 'B款 XL', NULL, 188, 24, '艾诗塔', '2019-01-10 22:51:35', '2019-01-10 22:51:35'),
(100012, '艾诗塔坚果裤', 'A款 XL', NULL, 208, 9, '艾诗塔', '2019-01-10 22:52:25', '2019-01-10 22:52:25'),
(100013, '艾诗塔坚果裤', 'A款 XXL', 'null', 208, 15, '艾诗塔', '2019-01-10 22:52:53', '2019-01-10 22:52:53'),
(100014, '艾诗塔坚果裤', 'B款 XL', NULL, 208, 27, '艾诗塔', '2019-01-10 22:53:22', '2019-01-10 22:53:22'),
(100015, '艾诗塔坚果裤', 'B款 XXL', NULL, 208, 17, '艾诗塔', '2019-01-10 22:54:15', '2019-01-10 22:54:15');
-- --------------------------------------------------------
--
-- 表的结构 `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`password` varchar(200) NOT NULL,
`nickname` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `user`
--
INSERT INTO `user` (`id`, `name`, `password`, `nickname`) VALUES
(1, '1111', '1111', '111111');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `product`
--
ALTER TABLE `product`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`);
--
-- 在导出的表使用AUTO_INCREMENT
--
--
-- 使用表AUTO_INCREMENT `product`
--
ALTER TABLE `product`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=100016;
--
-- 使用表AUTO_INCREMENT `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
create table Records(
id int primary key);
|
/*
Navicat Premium Data Transfer
Source Server : local
Source Server Type : MySQL
Source Server Version : 100139
Source Host : localhost:3306
Source Schema : ihtgo
Target Server Type : MySQL
Target Server Version : 100139
File Encoding : 65001
Date: 20/11/2019 16:59:24
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for permissions
-- ----------------------------
DROP TABLE IF EXISTS `permissions`;
CREATE TABLE `permissions` (
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`description` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`name` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`key` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`group_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`created_at` timestamp(0) NULL DEFAULT NULL,
`updated_at` timestamp(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 57 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for role_permission
-- ----------------------------
DROP TABLE IF EXISTS `role_permission`;
CREATE TABLE `role_permission` (
`role_id` int(10) UNSIGNED NOT NULL,
`permission_id` int(10) UNSIGNED NOT NULL,
PRIMARY KEY (`role_id`, `permission_id`) USING BTREE,
INDEX `role_permission_permission_id_foreign`(`permission_id`) USING BTREE,
CONSTRAINT `role_permission_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT,
CONSTRAINT `role_permission_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Compact;
-- ----------------------------
-- Table structure for roles
-- ----------------------------
DROP TABLE IF EXISTS `roles`;
CREATE TABLE `roles` (
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL,
`created_at` timestamp(0) NULL DEFAULT NULL,
`updated_at` timestamp(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Compact;
SET FOREIGN_KEY_CHECKS = 1;
|
CREATE TABLE product_information (
product_id INT PRIMARY KEY NOT NULL,
product_name STRING(50) UNIQUE NOT NULL,
product_description STRING(2000),
category_id STRING(1) NOT NULL CHECK (category_id IN ('A','B','C')),
weight_class INT,
warranty_period INT CONSTRAINT valid_warranty CHECK (warranty_period BETWEEN 0 AND 24),
supplier_id INT,
product_status STRING(20),
list_price DECIMAL(8,2),
min_price DECIMAL(8,2),
catalog_url STRING(50) UNIQUE,
date_added DATE DEFAULT current_date(),
misc JSONB,
full_name STRING AS (concat(first_name, ' ', last_name)) STORED,
INDEX date_added_idx (date_added),
INDEX supp_id_prod_status_idx (supplier_id, product_status),
customer_id INT REFERENCES customers_2(id) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE,
INVERTED INDEX details (misc),
CONSTRAINT price_check CHECK (list_price >= min_price),
CONSTRAINT supplied_id_fk FOREIGN KEY (supplier_id) REFERENCES suppliers(id) ON UPDATE CASCADE,
FOREIGN KEY (category_id) REFERENCES categories(id)
)
|
USE retirement;
INSERT INTO roles (role_name, access_level)
VALUES ('admin', 1),
('supervisor', 2),
('doctor', 3),
('caregiver', 4),
('patient', 5),
('family', 6);
INSERT INTO users (first_name, last_name, email, password, phone, dob, role, confirmed)
VALUES ('alex', 'admin', 'alex@admin.com', '$2y$10$lubrrjNXcgMzdAX/Bfy8Q.3ECfqnODxiTY2J5o55Sd.7vB6qQosXO', '5555555', '1900-01-01', 1, 1),
('sam', 'super', 'sam@super.com', '$2y$10$SNAt7APuAhan4VKS0sTDBO6Vq/aK9kh1w0W4zGuyv6w2v8uOcw0Aq', '5555555', '1900-01-01', 2, 1),
('dana', 'doctor', 'dana@doctor.com', '$2y$10$N0eI6UXVfWqzzGrxmHX9T.j.dNbquLAKkeeFzZaccRHBWvMSsP4ui', '5555555', '1900-01-01', 3, 1),
('chris', 'caregiver', 'chris@caregiver.com', '$2y$10$ijEx.yJ5ouFfAfqAYJK/YeGWWyryQf1NGDl.D3j0U.6dybTJ64632', '5555555', '1900-01-01', 4, 1),
('charlie', 'caregiver', 'charlie@caregiver.com' , '$2y$10$UvIzg2dJyQVnqSSmawXigeeGd0cHmJNPV2nMiVX/IEZdNOs/0dHie', '5555555', '1900-01-01', 4, 1),
('chuck', 'caregiver', 'chuck@caregiver.com', '$2y$10$vYiB8PL0nQrc9BipqZqlzeoCTcP9OB9FTOawS7SV4I2S3GMT6/bre', '5555555', '1900-01-01', 4, 1),
('chelsea', 'caregiver', 'chelsea@caregiver.com', '$2y$10$VHQgoKAJ82TZxy31baVLKezq6Tl5D/pRA5nkdKRvPjHKXQ7uhv6Mu', '5555555', '1900-01-01', 4, 1),
('percy', 'patient', 'percy@patient.com', '$2y$10$jKlbNd48PBoOx/1mOQPYgOr6hUySSdxVrDwPrPlREZvGSjuVuvqbK', '5555555', '1900-01-01', 5, 1),
('prudence', 'patient', 'prudence@patient.com', '$2y$10$hmYr1ytaOox39hsB.ZJ8dO2MJVku6WViwpmvM3nvplwN2HxTjK.9G', '5555555', '1900-01-01', 5, 0),
('frank', 'family', 'frank@family.com', '$2y$10$1yKhdPu1FOiGPGmZ8v7fzumbuydyYhtFs6RCEV0OHvQq7WoYTNMMq', '5555555', '1900-01-01', 6, 1),
('dave', 'doctor', 'dave@doctor.com', '$2y$10$EZ0LVsgHfStGgfS.0FAFOugY2iYoiv9LDJ1q7/5K1nE9EE1CCPeqW', '5555555', '1900-01-01', 3, 1);
INSERT INTO patients (patient_id, family_code, emergency_contact, ec_relation, group_id, admit_date, due, last_update)
VALUES (8, 'famcode', 'Frank Family', 'Second Cousin', 1, '1900-01-01', 290, '2020-01-01'),
(9, 'famcode', 'Frank Family', 'Second Cousin-in-law', 1, NULL, 0, CURDATE());
INSERT INTO employees (employee_id, salary)
VALUES (1, 100000),
(2, 65000),
(3, 180000),
(4, 22000),
(5, 22000),
(6, 22000),
(7, 22000);
INSERT INTO checklists (patient_id, caregiver_id, list_date, morn_med, afternoon_med,
night_med, breakfast, lunch, dinner)
VALUES (8, 4, '2020-11-09', 1, 1, 1, 1, 1, 1),
(8, 4, CURDATE(), 0, 0, 0, 0, 0, 0);
INSERT INTO appointments (patient_id, doctor_id, appt_date, comment, morn_med,
afternoon_med, night_med)
VALUES (8, 3, '2020-11-09', 'Pain levels unchanged', 'advil', 'advil', 'advil PM'),
(9, 3, '2020-11-15', 'Pain levels unchanged', 'advil', 'advil', 'advil PM'),
(8, 3, CURDATE(), NULL, NULL, NULL, NULL),
(9, 3, CURDATE(), NULL, NULL, NULL, NULL),
(8, 11, '2020-11-27', 'Pain levels unchanged', 'advil', 'advil', 'advil PM'),
(9, 11, '2020-11-30', 'Pain levels unchanged', 'advil', 'advil', 'advil PM');
INSERT INTO roster (roster_date, supervisor_id, doctor_id, care_one_id, care_two_id,
care_three_id, care_four_id)
VALUES ('2020-11-16', 2, 3, 4, 5, 6, 7),
(CURDATE(), 2, 3, 4, 5, 6, 7);
|
/*
# 4@(#) tBlockedSQL.sql 4.1@(#) 07/09/07 12:21:18
Description: Displays the SQL being run by the sessions blocking other
users from executing their work.
Created By: Bill Allaway Date: 1/15/98
Last Updated By: Bill Allaway Date: 1/15/98
Usage: Login as SYS, then @bksessql
If this script fails, you probably need to run catblock.sql
There is a bug in the original script that prevents it from working...
*/
@tCleanup
COLUMN holding_session FORMAT 99999 HEADING 'HSID'
COLUMN serial# FORMAT 99999 HEADING 'Serial#'
COLUMN spid FORMAT 99999
COLUMN username FORMAT a8
COLUMN osuser FORMAT a8
COLUMN sql_text FORMAT a60 word_wrapped
SPOOL bksessql.lis
SET lines 100 pages 47
TTITLE CENTER 'Blocking Session SQL Report|The SQL being run by sessions blocking other users';
SELECT
b.holding_session,
s.serial#,
s.username,
s.osuser,
sql_text
FROM
dba_blockers b,
v$session s,
v$sqltext p
WHERE
b.holding_session = s.sid
AND
s.sql_address = p.address
AND
s.sql_hash_value = p.hash_value
ORDER BY
b.holding_session,p.piece
/
SPOOL off
exit
|
set define off verify off feedback off
whenever sqlerror exit sql.sqlcode rollback
--------------------------------------------------------------------------------
--
-- ORACLE Application Express (APEX) export file
--
-- You should run the script connected to SQL*Plus as the Oracle user
-- APEX_050000 or as the owner (parsing schema) of the application.
--
-- NOTE: Calls to apex_application_install override the defaults below.
--
--------------------------------------------------------------------------------
begin
wwv_flow_api.import_begin (
p_version_yyyy_mm_dd=>'2013.01.01'
,p_release=>'5.0.0.00.31'
,p_default_workspace_id=>2216723768141527
,p_default_application_id=>250
,p_default_owner=>'SAGE_TRAIN'
);
end;
/
prompt --application/set_environment
prompt APPLICATION 250 - Sage Train
--
-- Application Export:
-- Application: 250
-- Name: Sage Train
-- Date and Time: 21:02 Wednesday May 27, 2015
-- Exported By: HARRISE
-- Flashback: 0
-- Export Type: Application Export
-- Version: 5.0.0.00.31
-- Instance ID: 61914838608236
--
-- Application Statistics:
-- Pages: 8
-- Items: 6
-- Processes: 9
-- Regions: 9
-- Buttons: 5
-- Shared Components:
-- Logic:
-- Navigation:
-- Tab Sets: 1
-- Tabs: 1
-- Breadcrumbs: 1
-- Entries: 1
-- NavBar Entries: 1
-- Security:
-- Authentication: 1
-- User Interface:
-- Themes: 3
-- Templates:
-- Page: 39
-- Region: 71
-- Label: 16
-- List: 37
-- Popup LOV: 3
-- Calendar: 5
-- Breadcrumb: 4
-- Button: 21
-- Report: 23
-- Shortcuts: 1
-- Globalization:
-- Reports:
-- Supporting Objects: Included
prompt --application/delete_application
begin
wwv_flow_api.remove_flow(wwv_flow.g_flow_id);
end;
/
prompt --application/ui_types
begin
null;
end;
/
prompt --application/create_application
begin
wwv_flow_api.create_flow(
p_id=>wwv_flow.g_flow_id
,p_display_id=>nvl(wwv_flow_application_install.get_application_id,250)
,p_owner=>nvl(wwv_flow_application_install.get_schema,'SAGE_TRAIN')
,p_name=>nvl(wwv_flow_application_install.get_application_name,'Sage Train')
,p_alias=>nvl(wwv_flow_application_install.get_application_alias,'SAGETRAIN')
,p_page_view_logging=>'YES'
,p_page_protection_enabled_y_n=>'Y'
,p_checksum_salt=>'6A3D030F6B1AA4664A8F95E2ABB3B67C9E131CEB82608AB2B454B6DCDFCB3B96'
,p_bookmark_checksum_function=>'MD5'
,p_compatibility_mode=>'4.2'
,p_flow_language=>'en'
,p_flow_language_derived_from=>'0'
,p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'')
,p_authentication=>'PLUGIN'
,p_authentication_id=>wwv_flow_api.id(2467419895083009)
,p_application_tab_set=>0
,p_logo_image=>'TEXT:&APP_NAME.'
,p_public_user=>'APEX_PUBLIC_USER'
,p_proxy_server=> nvl(wwv_flow_application_install.get_proxy,'')
,p_flow_version=>'1.0'
,p_flow_status=>'AVAILABLE_W_EDIT_LINK'
,p_flow_unavailable_text=>'This application is currently unavailable at this time.'
,p_exact_substitutions_only=>'Y'
,p_browser_cache=>'N'
,p_browser_frame=>'D'
,p_deep_linking=>'Y'
,p_runtime_api_usage=>'T:O:W'
,p_rejoin_existing_sessions=>'P'
,p_csv_encoding=>'Y'
,p_auto_time_zone=>'N'
,p_substitution_string_01=>'APP_NAME'
,p_substitution_value_01=>'SAGE TRAIN'
,p_substitution_string_02=>'SG_IMAGE_PREFIX'
,p_substitution_value_02=>'/i/custom/sage_theme/images'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140917200958'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_ui_type_name => null
);
end;
/
prompt --application/shared_components/navigation/lists
begin
null;
end;
/
prompt --application/shared_components/files
begin
null;
end;
/
prompt --application/plugin_settings
begin
wwv_flow_api.create_plugin_setting(
p_id=>wwv_flow_api.id(111844599413142)
,p_plugin_type=>'REGION TYPE'
,p_plugin=>'NATIVE_DISPLAY_SELECTOR'
,p_attribute_01=>'N'
);
wwv_flow_api.create_plugin_setting(
p_id=>wwv_flow_api.id(2456317102083005)
,p_plugin_type=>'ITEM TYPE'
,p_plugin=>'NATIVE_YES_NO'
,p_attribute_01=>'Y'
,p_attribute_03=>'N'
);
end;
/
prompt --application/shared_components/security/authorizations
begin
null;
end;
/
prompt --application/shared_components/navigation/navigation_bar
begin
wwv_flow_api.create_icon_bar_item(
p_id=>wwv_flow_api.id(2467312698083009)
,p_icon_sequence=>200
,p_icon_subtext=>'Logout'
,p_icon_target=>'&LOGOUT_URL.'
,p_icon_image_alt=>'Logout'
,p_icon_height=>32
,p_icon_width=>32
,p_icon_height2=>24
,p_icon_width2=>24
,p_nav_entry_is_feedback_yn=>'N'
,p_cell_colspan=>1
);
end;
/
prompt --application/shared_components/logic/application_processes
begin
null;
end;
/
prompt --application/shared_components/logic/application_items
begin
null;
end;
/
prompt --application/shared_components/logic/application_computations
begin
null;
end;
/
prompt --application/shared_components/navigation/tabs/standard
begin
wwv_flow_api.create_tab(
p_id=>wwv_flow_api.id(2468817148083010)
,p_tab_set=>'TS1'
,p_tab_sequence=>10
,p_tab_name=>'T_HOME'
,p_tab_text=>'Home'
,p_tab_step=>1
);
end;
/
prompt --application/shared_components/navigation/tabs/parent
begin
null;
end;
/
prompt --application/shared_components/user_interface/lovs
begin
null;
end;
/
prompt --application/shared_components/navigation/trees
begin
null;
end;
/
prompt --application/pages/page_groups
begin
null;
end;
/
prompt --application/comments
begin
null;
end;
/
prompt --application/shared_components/navigation/breadcrumbs/breadcrumb
begin
wwv_flow_api.create_menu(
p_id=>wwv_flow_api.id(2468517128083010)
,p_name=>' Breadcrumb'
);
wwv_flow_api.create_menu_option(
p_id=>wwv_flow_api.id(2468932455083010)
,p_parent_id=>0
,p_short_name=>'Home'
,p_link=>'f?p=&APP_ID.:1:&APP_SESSION.::&DEBUG.'
,p_page_id=>1
);
end;
/
prompt --application/shared_components/user_interface/templates/page
begin
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456405180083005)
,p_theme_id=>26
,p_name=>'Login'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD# id="uLogin">',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uLoginContainer">',
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uSingleAlertMessage red" id="uNotificationMessage">',
' <p>#MESSAGE#</p>',
' <a href="javascript:void(0)" class="closeMessage" onclick="$x_Remove(''uNotificationMessage'')"></a>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0"'
,p_theme_class_id=>6
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
,p_template_comment=>'18'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456519925083005)
,p_theme_id=>26
,p_name=>'Minimal Page'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!DOCTYPE html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
' <meta charset="UTF-8">',
' ',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer" class="minimalPage">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#TITLE#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #APP_VERSION#',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>3
,p_error_page_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uNoHeading uErrorRegion">',
' <div class="uRegionContent">',
' <p><strong>#MESSAGE#</strong></p>',
' <p>#ADDITIONAL_INFO#</p>',
' <div class="uErrorTechInfo">#TECHNICAL_INFO#</div>',
' </div>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' <a href="#BACK_LINK#" class="uButtonLarge uHotButton"><span>#OK#</span></a>',
' </span>',
' </div>',
'</section>'))
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456624708083005)
,p_theme_id=>26
,p_name=>'No Tabs - Left Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' #REGION_POSITION_03#',
' </td>',
'</tr></table>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>17
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456713766083005)
,p_theme_id=>26
,p_name=>'No Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<table id="uPageCols" class="uThreeCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>17
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456806166083006)
,p_theme_id=>26
,p_name=>'No Tabs - No Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>3
,p_error_page_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uNoHeading uErrorRegion">',
' <div class="uRegionContent">',
' <p><strong>#MESSAGE#</strong></p>',
' <p>#ADDITIONAL_INFO#</p>',
' <div class="uErrorTechInfo">#TECHNICAL_INFO#</div>',
' </div>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' <a href="#BACK_LINK#" class="uButtonLarge uHotButton"><span>#OK#</span></a>',
' </span>',
' </div>',
'</section>'))
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2456912346083006)
,p_theme_id=>26
,p_name=>'No Tabs - Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uMidCol">',
' #REGION_POSITION_02#',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>3
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457022019083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Content Frame'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
'<section class="uRegion uRegionNoPadding clearfix uRegionFrame">',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #REGION_POSITION_02#',
' </span>',
' </div>',
' <div class="uFrameContent">',
' <div class="uFrameMain">',
' #BODY#',
' </div>',
' <div class="uFrameSide">',
' #REGION_POSITION_03#',
' </div>',
' </div>',
'</section>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>9
,p_grid_type=>'TABLE'
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457100228083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Left Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns">',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' #REGION_POSITION_03#',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457207903083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uThreeColumns">',
'<table id="uPageCols" class="uThreeCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457304335083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - No Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'class="regionColumns"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>1
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457419023083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns">',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uMidCol">',
' #REGION_POSITION_02#',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457503698083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Search Filter Bar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
'',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="body" class="uSearchContainer">',
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="" width="100%">',
' <tbody>',
' <tr>',
' <td class="tbl-sidebar" style="vertical-align:top">',
' <div class="ebaSearchFilterBar">#REGION_POSITION_02#</div>',
' </td>',
' <td class="tbl-main">#BODY##REGION_POSITION_03#</td>',
' </tr>',
' </tbody>',
' </table>',
'</div>',
''))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>',
''))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="notification" id="notification-message">',
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>9
,p_grid_type=>'TABLE'
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457617930083006)
,p_theme_id=>26
,p_name=>'One Level Tabs - Wizard Page'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
'',
'<div class="cWizard">',
' <div class="cWizardHeader">',
' #REGION_POSITION_02#',
' </div>',
' <div class="cWizardContentContainer">',
' <div class="cWizardContent">',
' #BODY##REGION_POSITION_03#',
' </div>',
' <div class="clear"></div>',
'</div>',
'',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>8
,p_grid_type=>'TABLE'
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457706764083006)
,p_theme_id=>26
,p_name=>'Popup'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD# id="uPopup">',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uMidCol">',
' #REGION_POSITION_01#',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_04#',
' #REGION_POSITION_05#',
' #REGION_POSITION_06#',
' #REGION_POSITION_07#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uHiddenItems">',
' #REGION_POSITION_08#',
'</div>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_theme_class_id=>4
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457806467083006)
,p_theme_id=>26
,p_name=>'Printer Friendly'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD# id="uPrinterFriendly">',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>',
''))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<li><a href="#LINK#">#TEXT#</a>#EDIT#</li>'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_theme_class_id=>5
,p_grid_type=>'TABLE'
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_translate_this_template=>'N'
,p_template_comment=>'3'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2457908193083007)
,p_theme_id=>26
,p_name=>'Two Level Tabs - Left Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <div class="uParentTabs">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns">',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' #REGION_POSITION_03#',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>18
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2458016512083007)
,p_theme_id=>26
,p_name=>'Two Level Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <div class="uParentTabs">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uThreeColumns">',
'<table id="uPageCols" class="uThreeCol"><tr>',
' <td id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </td>',
' <td id="uMidCol">',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>18
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2458108686083007)
,p_theme_id=>26
,p_name=>'Two Level Tabs - No Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <div class="uParentTabs">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' #REGION_POSITION_02#',
' #BODY#',
' #REGION_POSITION_03#',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>2
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2458224900083007)
,p_theme_id=>26
,p_name=>'Two Level Tabs - Right Sidebar'
,p_is_popup=>false
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' #APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width, initial-scale=1.0">',
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#?v=2">',
' <script src="#IMAGE_PREFIX#themes/theme_26/js/4_2.js?v=#APEX_VERSION#"></script>',
'</head>',
'<body #ONLOAD#>',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#',
' <div id="uBodyContainer">'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<header id="uHeader">',
' #REGION_POSITION_07#',
' <hgroup>',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </hgroup>',
' <div class="uParentTabs">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' <nav>',
' <ul>',
' #TAB_CELLS#',
' </ul>',
' #REGION_POSITION_08#',
' </nav>',
' #REGION_POSITION_04#',
'</header>',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns">',
'<table id="uPageCols" class="uTwoCol"><tr>',
' <td id="uMidCol">',
' #REGION_POSITION_02#',
' #BODY#',
' </td>',
' <td id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </td>',
'</tr></table>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</footer>',
'</div>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uSuccessMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="$x_Remove(''uNotificationMessage'')" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>2
,p_grid_type=>'TABLE'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2469704710086951)
,p_theme_id=>50
,p_name=>'Page'
,p_is_popup=>false
,p_css_file_urls=>'#IMAGE_PREFIX#themes/theme_50/css/4_2.css'
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!DOCTYPE html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
' <meta charset="utf-8" />',
' <meta name="apple-mobile-web-app-capable" content="yes">',
' <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no">',
' <title>#TITLE#</title>',
' #APEX_CSS#',
' #THEME_CSS#',
'#TEMPLATE_CSS#',
' #APEX_JAVASCRIPT#',
' #THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
' #APPLICATION_JAVASCRIPT#',
' #HEAD#',
'</head>',
'<body #ONLOAD#>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#PAGE_STATIC_ID#" data-role="page" data-apex-page-transition="#PAGE_TRANSITION#" data-apex-popup-transition="#POPUP_TRANSITION#" data-theme="c" data-url="#REQUESTED_URL#">',
'#PAGE_CSS#',
'#FORM_OPEN#',
'',
'#REGION_POSITION_01#',
'',
'<div data-role="content" data-theme="c">',
' <div id="messages">',
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
' </div>',
' #BODY#',
'</div><!-- /content -->',
'',
'#REGION_POSITION_08#',
'',
'#FORM_CLOSE#',
'#PAGE_JAVASCRIPT#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</div><!-- /page -->'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-d success" style="margin-bottom:20px;" id="success-message">',
' <h4 style="display:inline-block;margin-top:5px;">#SUCCESS_MESSAGE#</h4>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-b notification" id="notification-message">',
' <h4 style="display:inline-block; margin-top:5px;">#MESSAGE#</h4>',
'</div>'))
,p_theme_class_id=>17
,p_grid_type=>'VARIABLE'
,p_grid_max_columns=>5
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>false
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'<div class="ui-grid-#USED_COLUMNS_ALPHA_MINUS# apex-grid-debug">#ROWS#</div>'
,p_grid_row_template=>'#COLUMNS#'
,p_grid_column_template=>'<div class="ui-block-#COLUMN_ALPHA#">#CONTENT#</div>'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document).on("apex-devbar-grid-debug-on", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").addClass("ui-bar-e"); });',
'',
'apex.jQuery(document).on("apex-devbar-grid-debug-off", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").removeClass("ui-bar-e"); });',
''))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2469914341086951)
,p_theme_id=>50
,p_name=>'Popup'
,p_is_popup=>false
,p_css_file_urls=>'#IMAGE_PREFIX#themes/theme_50/css/4_2.css'
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!DOCTYPE html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
' <meta charset="utf-8" />',
' <title>#TITLE#</title>',
' #APEX_CSS#',
' #THEME_CSS#',
'#TEMPLATE_CSS#',
' #APEX_JAVASCRIPT#',
' #THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
' #APPLICATION_JAVASCRIPT#',
' #HEAD#',
'</head>',
'<body #ONLOAD#>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#PAGE_STATIC_ID#" data-role="page" data-apex-page-transition="#PAGE_TRANSITION#" data-apex-popup-transition="#POPUP_TRANSITION#" data-theme="c">',
'#PAGE_CSS#',
'#FORM_OPEN#',
'',
'<div data-role="content" data-theme="b">',
' <div id="messages">',
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
' </div>',
' #BODY#',
'</div><!-- /content -->',
'#FORM_CLOSE#',
'#PAGE_JAVASCRIPT#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</div><!-- /page -->',
''))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-d success" id="success-message">',
' <h4 style="display:inline-block;margin-top:5px;">#SUCCESS_MESSAGE#</h4>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-b notification" id="notification-message">',
' <h4 style="display:inline-block; margin-top:5px;">#MESSAGE#</h4>',
'</div>'))
,p_theme_class_id=>17
,p_grid_type=>'VARIABLE'
,p_grid_max_columns=>5
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>false
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'<div class="ui-grid-#USED_COLUMNS_ALPHA_MINUS#">#ROWS#</div>'
,p_grid_row_template=>'#COLUMNS#'
,p_grid_column_template=>'<div class="ui-block-#COLUMN_ALPHA#">#CONTENT#</div>'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document).on("apex-devbar-grid-debug-on", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").addClass("ui-bar-e"); });',
'',
'apex.jQuery(document).on("apex-devbar-grid-debug-off", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").removeClass("ui-bar-e"); });',
''))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2547304515018617)
,p_theme_id=>50
,p_name=>'Sage Page'
,p_is_popup=>false
,p_css_file_urls=>'#IMAGE_PREFIX#themes/theme_50/css/4_2.css'
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!DOCTYPE html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
' <meta charset="utf-8" />',
' <meta name="apple-mobile-web-app-capable" content="yes">',
' <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no">',
' <title>#TITLE#</title>',
' ',
' <!-- SAGE CUSTOM -->',
' <link rel="stylesheet" type="text/css" href="/i/custom/sage_theme/css/sage-sp-base.min.css"/> ',
' <!----------------->',
' ',
' #APEX_CSS#',
' #THEME_CSS#',
'#TEMPLATE_CSS#',
' #APEX_JAVASCRIPT#',
' #THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
' #APPLICATION_JAVASCRIPT#',
' #HEAD#',
'</head>',
'<body #ONLOAD#>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#PAGE_STATIC_ID#" data-role="page" data-apex-page-transition="#PAGE_TRANSITION#" data-apex-popup-transition="#POPUP_TRANSITION#" data-theme="c" data-url="#REQUESTED_URL#">',
'#PAGE_CSS#',
'#FORM_OPEN#',
'',
'#REGION_POSITION_01#',
'',
'<div data-role="content" data-theme="c">',
' <div id="messages">',
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
' </div>',
' #BODY#',
'</div><!-- /content -->',
'',
'#REGION_POSITION_08#',
'',
'#FORM_CLOSE#',
'#PAGE_JAVASCRIPT#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</div><!-- /page -->'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-d success" style="margin-bottom:20px;" id="success-message">',
' <h4 style="display:inline-block;margin-top:5px;">#SUCCESS_MESSAGE#</h4>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="ui-bar ui-bar-b notification" id="notification-message">',
' <h4 style="display:inline-block; margin-top:5px;">#MESSAGE#</h4>',
'</div>'))
,p_theme_class_id=>17
,p_grid_type=>'VARIABLE'
,p_grid_max_columns=>5
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>false
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'<div class="ui-grid-#USED_COLUMNS_ALPHA_MINUS# apex-grid-debug">#ROWS#</div>'
,p_grid_row_template=>'#COLUMNS#'
,p_grid_column_template=>'<div class="ui-block-#COLUMN_ALPHA#">#CONTENT#</div>'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document).on("apex-devbar-grid-debug-on", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").addClass("ui-bar-e"); });',
'',
'apex.jQuery(document).on("apex-devbar-grid-debug-off", function(){',
' apex.jQuery(".apex-grid-debug > [class*=''ui-block-'']").removeClass("ui-bar-e"); });',
''))
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2674316246533241)
,p_theme_id=>25
,p_name=>'Login'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD# id="uLogin">',
' <!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
' #FORM_OPEN#'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <div id="uLoginContainer">',
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
' #BODY#',
' </div>',
' </div>',
' </div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uSingleAlertMessage red" id="uNotificationMessage">',
' <p>#MESSAGE#</p>',
' <a href="javascript:void(0)" class="closeMessage" onclick="apex.jQuery(''#uNotificationMessage'').remove();"></a>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0"'
,p_theme_class_id=>6
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
,p_template_comment=>'18'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2674626702533246)
,p_page_template_id=>wwv_flow_api.id(2674316246533241)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>4
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2674915625533247)
,p_theme_id=>25
,p_name=>'No Tabs - Left Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <a href="#HOME_LINK#" id="uLogo">#LOGO#</a>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideLeftCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' <div class="uFooterBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uMessageRegion clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' #MESSAGE#',
' </div>',
' </div>',
'</section>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>17
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2675328658533247)
,p_page_template_id=>wwv_flow_api.id(2674915625533247)
,p_name=>'Main Content'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2675716230533247)
,p_page_template_id=>wwv_flow_api.id(2674915625533247)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2676109759533247)
,p_page_template_id=>wwv_flow_api.id(2674915625533247)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2676526033533247)
,p_page_template_id=>wwv_flow_api.id(2674915625533247)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2676911925533247)
,p_page_template_id=>wwv_flow_api.id(2674915625533247)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2677230534533247)
,p_theme_id=>25
,p_name=>'No Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uThreeColumns">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_8" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>17
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2677628173533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>8
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2678025347533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2678408504533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2678829222533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2679221130533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2679622656533248)
,p_page_template_id=>wwv_flow_api.id(2677230534533247)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITOIN_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2679901673533248)
,p_theme_id=>25
,p_name=>'No Tabs - No Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>3
,p_error_page_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_12">',
' <section class="uRegion uNoHeading uErrorRegion">',
' <div class="uRegionContent">',
' <p class="errorIcon"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" class="iconLarge error"/></p>',
' <p><strong>#MESSAGE#</strong></p>',
' <p>#ADDITIONAL_INFO#</p>',
' <div class="uErrorTechInfo">#TECHNICAL_INFO#</div>',
' </div>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' <button onclick="#BACK_LINK#" class="uButtonLarge uHotButton" type="button"><span>#OK#</span></button>',
' </span>',
' </div>',
' </section>',
'</div>'))
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2680305163533249)
,p_page_template_id=>wwv_flow_api.id(2679901673533248)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2680707296533249)
,p_page_template_id=>wwv_flow_api.id(2679901673533248)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2681132574533249)
,p_page_template_id=>wwv_flow_api.id(2679901673533248)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2681518047533249)
,p_page_template_id=>wwv_flow_api.id(2679901673533248)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2681813036533249)
,p_theme_id=>25
,p_name=>'No Tabs - Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideRightCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>3
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2682207446533249)
,p_page_template_id=>wwv_flow_api.id(2681813036533249)
,p_name=>'Main Content'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2682602599533249)
,p_page_template_id=>wwv_flow_api.id(2681813036533249)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2683008155533249)
,p_page_template_id=>wwv_flow_api.id(2681813036533249)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITION_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2683409840533249)
,p_page_template_id=>wwv_flow_api.id(2681813036533249)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2683820063533249)
,p_page_template_id=>wwv_flow_api.id(2681813036533249)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2684130374533249)
,p_theme_id=>25
,p_name=>'One Level Tabs - Content Frame'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_javascript_code_onload=>'initContentFrameTabs();'
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uRegion uRegionNoPadding clearfix uRegionFrame">',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #REGION_POSITION_02#',
' </span>',
' </div>',
' <div class="uFrameContent">',
' <div class="uFrameMain">',
' #BODY#',
' </div>',
' <div class="uFrameSide">',
' <div class="apex_cols apex_span_2 alpha omega">',
' #REGION_POSITION_03#',
' </div>',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>'
,p_sidebar_def_reg_pos=>'BODY_3'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>10
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2684516578533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2684921695533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2685307011533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Content Frame Buttons'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2685717056533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Side Column'
,p_placeholder=>'REGION_POSITION_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2686127999533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2686516783533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2686900110533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2687305399533250)
,p_page_template_id=>wwv_flow_api.id(2684130374533249)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2687613647533250)
,p_theme_id=>25
,p_name=>'One Level Tabs - Left Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideLeftCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2688005088533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2688413158533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2688827324533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2689221437533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2689611420533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2690017031533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2690408572533251)
,p_page_template_id=>wwv_flow_api.id(2687613647533250)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2690704388533251)
,p_theme_id=>25
,p_name=>'One Level Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uThreeColumns">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_8" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2691107530533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>8
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2691505489533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2691904808533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITON_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2692310574533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITON_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2692720629533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITON_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2693114737533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITON_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2693523685533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITON_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2693919247533252)
,p_page_template_id=>wwv_flow_api.id(2690704388533251)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITON_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2694219533533252)
,p_theme_id=>25
,p_name=>'One Level Tabs - No Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>'class="regionColumns"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>1
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2694615616533252)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2695028771533252)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2695406421533252)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2695824889533253)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2696206389533253)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2696609259533253)
,p_page_template_id=>wwv_flow_api.id(2694219533533252)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2696931583533253)
,p_theme_id=>25
,p_name=>'One Level Tabs - Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideRightCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>16
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'// show / hide grid',
'function showGrid() {',
' apex.jQuery(''.apex_grid_container'').addClass(''showGrid'');',
'};',
'function hideGrid() {',
' apex.jQuery(''.apex_grid_container'').removeClass(''showGrid'');',
'};',
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2697322821533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2697723990533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2698127295533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITION_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2698515387533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2698908411533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2699304117533253)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2699718896533254)
,p_page_template_id=>wwv_flow_api.id(2696931583533253)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2700029780533254)
,p_theme_id=>25
,p_name=>'One Level Tabs - Wizard Page'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_javascript_code_onload=>'loadWizardTrain();'
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <div class="cWizard">',
' <div class="cWizardHeader">',
' #REGION_POSITION_02#',
' </div>',
' <div class="cWizardContentContainer">',
' <div class="cWizardContent">',
' #BODY#',
' </div>',
' </div>',
' </div>',
' </div>',
'</div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' <div id="customize">#CUSTOMIZE#</div>',
' #REGION_POSITION_05#',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>8
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2700416595533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Wizard Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>11
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2700804613533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2701231367533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Wizard Header'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2701611102533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2702012297533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2702414312533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2702826829533254)
,p_page_template_id=>wwv_flow_api.id(2700029780533254)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2703126319533254)
,p_theme_id=>25
,p_name=>'Popup'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD# id="uPopup">',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_theme_class_id=>4
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2703526714533254)
,p_page_template_id=>wwv_flow_api.id(2703126319533254)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2703827325533254)
,p_theme_id=>25
,p_name=>'Printer Friendly'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD# class="printerFriendly">',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>5
,p_error_page_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_12">',
' <section class="uRegion uNoHeading uErrorRegion">',
' <div class="uRegionContent">',
' <p class="errorIcon"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" class="iconLarge error"/></p>',
' <p><strong>#MESSAGE#</strong></p>',
' <p>#ADDITIONAL_INFO#</p>',
' <div class="uErrorTechInfo">#TECHNICAL_INFO#</div>',
' </div>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' <button onclick="#BACK_LINK#" class="uButtonLarge uHotButton" type="button"><span>#OK#</span></button>',
' </span>',
' </div>',
' </section>',
'</div>'))
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2704201388533255)
,p_page_template_id=>wwv_flow_api.id(2703827325533254)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2704616436533255)
,p_page_template_id=>wwv_flow_api.id(2703827325533254)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2705027103533255)
,p_page_template_id=>wwv_flow_api.id(2703827325533254)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2705413665533255)
,p_page_template_id=>wwv_flow_api.id(2703827325533254)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2705702153533255)
,p_theme_id=>25
,p_name=>'Two Level Tabs - Left Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<div class="uParentTabs">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' </div> ',
'</div>',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideLeftCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_02'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>18
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2706126644533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2706520494533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2706900712533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
end;
/
begin
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2707325763533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2707700324533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2708130491533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2708529999533256)
,p_page_template_id=>wwv_flow_api.id(2705702153533255)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2708828245533256)
,p_theme_id=>25
,p_name=>'Two Level Tabs - Left and Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<div class="uParentTabs">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' </div> ',
'</div>',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uThreeColumns">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_2" id="uLeftCol">',
' <aside>',
' #REGION_POSITION_02#',
' </aside>',
' </div>',
' <div class="apex_cols apex_span_8" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a class="active" href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>18
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2709231346533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>8
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2709603246533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Left Column'
,p_placeholder=>'REGION_POSITION_02'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2710031349533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITON_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2710401724533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITON_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2710809633533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITON_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2711213637533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITON_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2711610215533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITON_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2712023362533257)
,p_page_template_id=>wwv_flow_api.id(2708828245533256)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITON_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2712325481533257)
,p_theme_id=>25
,p_name=>'Two Level Tabs - No Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<div class="uParentTabs">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' </div> ',
'</div>',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uOneCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>2
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2712716550533257)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2713102637533257)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2713523918533258)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2713906090533258)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2714327362533258)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2714708991533258)
,p_page_template_id=>wwv_flow_api.id(2712325481533257)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_template(
p_id=>wwv_flow_api.id(2715001024533258)
,p_theme_id=>25
,p_name=>'Two Level Tabs - Right Sidebar'
,p_is_popup=>false
,p_javascript_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#MODERNIZR_DIRECTORY#modernizr#MIN#.js?v=#APEX_VERSION#',
'[if lt IE 9]#IMAGE_PREFIX#libraries/respond-js/1.1.0/respond.min.js?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/js/4_2#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#themes/theme_25/css/4_2.css?v=#APEX_VERSION#',
'#IMAGE_PREFIX#themes/theme_25/css/responsive_grid.css?v=#APEX_VERSION#'))
,p_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<!--[if HTML5]><![endif]-->',
'<!doctype html>',
'<meta http-equiv="x-ua-compatible" content="IE=edge" />',
'<!--[if lt IE 7 ]> <html class="ie6 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 7 ]> <html class="ie7 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 8 ]> <html class="ie8 no-css3 no-js" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if IE 9 ]> <html class="ie9" lang="&BROWSER_LANGUAGE."> <![endif]-->',
'<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="&BROWSER_LANGUAGE."> <!--<![endif]-->',
'<head>',
'<!--[if !HTML5]>',
' ',
'<![endif]-->',
' <meta charset="UTF-8">',
' <title>#TITLE#</title>',
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
' <link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'#APEX_CSS#',
'#THEME_CSS#',
'#TEMPLATE_CSS#',
'#THEME_STYLE_CSS#',
'#APPLICATION_CSS#',
'#PAGE_CSS#',
'#APEX_JAVASCRIPT#',
'#THEME_JAVASCRIPT#',
'#TEMPLATE_JAVASCRIPT#',
'#APPLICATION_JAVASCRIPT#',
'#PAGE_JAVASCRIPT#',
'#HEAD#',
' <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'</head>',
'<body #ONLOAD#>',
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->',
'#FORM_OPEN#',
'<div class="uParentTabs">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul>',
' #PARENT_TAB_CELLS#',
' </ul>',
' </div>',
' </div> ',
'</div>',
'<header id="uHeader">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' #REGION_POSITION_07#',
' <div class="logoBar">',
' <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>',
' <div class="userBlock">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="navIcon user" alt="">',
' <span>&APP_USER.</span>',
' #NAVIGATION_BAR#',
' </div>',
' </div>',
' </div>',
' </div>',
' <nav>',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <ul class="uMainNav">',
' #TAB_CELLS#',
' #REGION_POSITION_06#',
' </ul>',
' #REGION_POSITION_08#',
' </div>',
' </div>',
' </nav>',
'</header>'))
,p_box=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBodyContainer">',
'#REGION_POSITION_01#',
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#',
'<div id="uTwoColumns" class="sideRightCol">',
' <div class="apex_grid_container">',
' <div class="apex_cols apex_span_10" id="uMidCol">',
' #BODY#',
' </div>',
' <div class="apex_cols apex_span_2" id="uRightCol">',
' <aside>',
' #REGION_POSITION_03#',
' </aside>',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_footer_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<footer id="uFooter">',
' <div class="apex_grid_container clearfix">',
' <div class="apex_cols apex_span_12">',
' <div class="uFooterContent">',
' #REGION_POSITION_05#',
' <div id="customize">#CUSTOMIZE#</div>',
' #SCREEN_READER_TOGGLE#',
' <span class="uFooterVersion">',
' #APP_VERSION#',
' </span>',
' </div>',
' </div>',
' </div>',
'</footer>',
'#FORM_CLOSE#',
'#DEVELOPER_TOOLBAR#',
'#GENERATED_CSS#',
'#GENERATED_JAVASCRIPT#',
'</body>',
'</html>'))
,p_success_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion successMessage clearfix" id="uSuccessMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uSuccessMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uCheckmarkIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#SUCCESS_MESSAGE_HEADING#</h2>',
' #SUCCESS_MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_non_current_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_current_tab=>'<li><a href="#TAB_LINK#" class="active">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_top_non_curr_tab=>'<li><a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>'
,p_notification_message=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <section class="uMessageRegion errorMessage clearfix" id="uNotificationMessage">',
' <div class="uRegionContent clearfix">',
' <a href="javascript:void(0)" onclick="apex.jQuery(''#uNotificationMessage'').remove();" class="uCloseMessage"><span class="visuallyhidden">#CLOSE_NOTIFICATION#</span></a>',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uWarningIcon" alt="" />',
' <div class="uMessageText">',
' <h2 class="visuallyhidden">#ERROR_MESSAGE_HEADING#</h2>',
' #MESSAGE#',
' </div>',
' </div>',
' </section>',
' </div>',
'</div>'))
,p_navigation_bar=>'#BAR_BODY#'
,p_navbar_entry=>'<a href="#LINK#">#TEXT#</a>#EDIT#'
,p_region_table_cattributes=>' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,p_sidebar_def_reg_pos=>'REGION_POSITION_03'
,p_breadcrumb_def_reg_pos=>'REGION_POSITION_01'
,p_theme_class_id=>2
,p_grid_type=>'FIXED'
,p_grid_max_columns=>12
,p_grid_always_use_max_columns=>false
,p_grid_has_column_span=>true
,p_grid_always_emit=>false
,p_grid_emit_empty_leading_cols=>true
,p_grid_emit_empty_trail_cols=>false
,p_grid_template=>'#ROWS#'
,p_grid_row_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_row">',
'#COLUMNS#',
'</div>'))
,p_grid_column_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_cols apex_span_#COLUMN_SPAN_NUMBER# #FIRST_LAST_COLUMN_ATTRIBUTES#">',
'#CONTENT#',
'</div>'))
,p_grid_first_column_attributes=>'alpha'
,p_grid_last_column_attributes=>'omega'
,p_grid_javascript_debug_code=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex.jQuery(document)',
' .on("apex-devbar-grid-debug-on", showGrid)',
' .on("apex-devbar-grid-debug-off", hideGrid);'))
,p_translate_this_template=>'N'
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2715419369533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Content Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>10
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2715830556533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Breadcrumb'
,p_placeholder=>'REGION_POSITION_01'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2716221520533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Right Column'
,p_placeholder=>'REGION_POSITION_03'
,p_has_grid_support=>false
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>2
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2716609457533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Footer'
,p_placeholder=>'REGION_POSITION_05'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>12
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2717013023533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Page Level Tabs'
,p_placeholder=>'REGION_POSITION_06'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2717419235533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Header'
,p_placeholder=>'REGION_POSITION_07'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
wwv_flow_api.create_page_tmpl_display_point(
p_id=>wwv_flow_api.id(2717802420533258)
,p_page_template_id=>wwv_flow_api.id(2715001024533258)
,p_name=>'Icon Nav Bar'
,p_placeholder=>'REGION_POSITION_08'
,p_has_grid_support=>false
,p_glv_new_row=>true
);
end;
/
prompt --application/shared_components/user_interface/templates/button
begin
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(114766268413206)
,p_template_name=>'HTML button (legacy - APEX 5 migration)'
,p_template=>' <input type="button" value="#LABEL#" onclick="#JAVASCRIPT#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#/>'
,p_hot_template=>' <input type="button" value="#LABEL#" onclick="#JAVASCRIPT#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#/>'
,p_translate_this_template=>'N'
,p_theme_class_id=>13
,p_theme_id=>50
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(117502980413206)
,p_template_name=>'HTML button (legacy - APEX 5 migration)'
,p_template=>' <input type="button" value="#LABEL#" onclick="#JAVASCRIPT#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#/>'
,p_hot_template=>' <input type="button" value="#LABEL#" onclick="#JAVASCRIPT#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#/>'
,p_translate_this_template=>'N'
,p_theme_class_id=>13
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2465509033083008)
,p_template_name=>'Button'
,p_template=>'<a href="#LINK#" class="uButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButton uHotButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2465620353083008)
,p_template_name=>'Interactive Report Button'
,p_template=>'<a href="#LINK#" class="uButtonIR #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonIR uHotButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>2
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2465720910083008)
,p_template_name=>'Interactive Report Button (Next)'
,p_template=>'<a href="#LINK#" class="uButtonIR nextButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#<img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon nextIcon" alt=""></span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonIR uHotButton nextButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#<img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon nextIcon" alt=""></span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_template_comment=>'Standard Button'
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2465831724083008)
,p_template_name=>'Large Button'
,p_template=>'<a href="#LINK#" class="uButtonLarge #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonLarge uHotButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_template_comment=>'Standard Button'
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2465912469083008)
,p_template_name=>'Large Button (Next)'
,p_template=>'<a href="#LINK#" class="uButtonLarge nextButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#<img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon nextIcon" alt=""></span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonLarge uHotButton nextButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#<img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon nextIcon" alt=""></span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_template_comment=>'Standard Button'
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2466012689083008)
,p_template_name=>'Large Button (Previous)'
,p_template=>'<a href="#LINK#" class="uButtonLarge prevButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button" title="#LABEL#"><span><img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon prevIcon" alt="#LABEL#"></span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonLarge utHotButton prevButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button" title="#LABEL#"><span><img src="#IMAGE_PREFIX#f_spacer.gif" class="uButtonIcon prevIcon" alt="#LABEL#"></span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_template_comment=>'Standard Button'
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2466111361083008)
,p_template_name=>'Small Button'
,p_template=>'<a href="#LINK#" class="uButtonSmall #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_hot_template=>'<a href="#LINK#" class="uButtonSmall uHotButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a> '
,p_translate_this_template=>'N'
,p_theme_class_id=>4
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2466205272083008)
,p_template_name=>'[ + ] Add Button'
,p_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# title="#LABEL#" role="button"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="#LABEL#" class="addIcon" /></a>'
,p_hot_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# title="#LABEL#" role="button"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="#LABEL#" class="addIcon"/></a>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2466316123083008)
,p_template_name=>'[ > ] Go To Button'
,p_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# title="#LABEL#" role="button"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="#LABEL#" class="gotoIcon" /></a>'
,p_hot_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# title="#LABEL#" role="button"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="#LABEL#" class="gotoIcon"/></a>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2466415974083008)
,p_template_name=>'[ Text ] Button'
,p_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a>'
,p_hot_template=>'<a href="#LINK#" class="uIconButton #BUTTON_CSS_CLASSES#" id="#BUTTON_ID#" #BUTTON_ATTRIBUTES# role="button"><span>#LABEL#</span></a>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>26
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2476802728086953)
,p_template_name=>'100% Button'
,p_template=>'<button id="#BUTTON_ID#" type="button" onclick="#JAVASCRIPT#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#>#LABEL#</button>'
,p_hot_template=>'<button id="#BUTTON_ID#" type="button" data-theme="b" onclick="#JAVASCRIPT#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#>#LABEL#</button>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>50
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2477012317086953)
,p_template_name=>'Header Button'
,p_template=>'<a href="#LINK#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#>#LABEL#</a>'
,p_hot_template=>'<a href="#LINK#" id="#BUTTON_ID#" class="#BUTTON_CSS_CLASSES#" data-theme="b" #BUTTON_ATTRIBUTES#>#LABEL#</a>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_template_comment=>'It looks like that the <button> tag when used in the header creates a bigger header bar! Have to investigate that'
,p_theme_id=>50
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2477232545086953)
,p_template_name=>'Inline Button'
,p_template=>'<button id="#BUTTON_ID#" type="button" data-inline="true" onclick="#JAVASCRIPT#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#>#LABEL#</button>'
,p_hot_template=>'<button id="#BUTTON_ID#" type="button" data-inline="true" data-theme="b" onclick="#JAVASCRIPT#" class="#BUTTON_CSS_CLASSES#" #BUTTON_ATTRIBUTES#>#LABEL#</button>'
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>50
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2733318981533266)
,p_template_name=>'Button'
,p_template=>'<button class="uButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span>#LABEL#</span></button> '
,p_hot_template=>'<button class="uButton uHotButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span>#LABEL#</span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2733501707533266)
,p_template_name=>'Button - Icon'
,p_template=>'<button class="uButton iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span><i class="iL"></i>#LABEL#<i class="iR"></i></span></button> '
,p_hot_template=>'<button class="uButton uHotButton iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span><i class="iL"></i>#LABEL#<i class="iR"></i></span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>6
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2733722290533266)
,p_template_name=>'Button - Icon Only'
,p_template=>'<button class="uButton iconOnly iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button" title="#LABEL#"><span><i></i></span></button> '
,p_hot_template=>'<button class="uButton uHotButton iconOnly iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button" title="#LABEL#"><span><i></i></span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>7
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2733905274533266)
,p_template_name=>'Large Button'
,p_template=>'<button class="uButtonLarge #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span>#LABEL#</span></button> '
,p_hot_template=>'<button class="uButtonLarge uHotButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span>#LABEL#</span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_template_comment=>'Standard Button'
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2734122591533266)
,p_template_name=>'Large Button - Icon'
,p_template=>'<button class="uButtonLarge iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span><i class="iL"></i>#LABEL#<i class="iR"></i></span></button> '
,p_hot_template=>'<button class="uButtonLarge uHotButton iconButton #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button"><span><i class="iL"></i>#LABEL#<i class="iR"></i></span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_theme_id=>25
);
wwv_flow_api.create_button_templates(
p_id=>wwv_flow_api.id(2734316000533266)
,p_template_name=>'Large Button - Icon Only'
,p_template=>'<button class="uButtonLarge iconButton iconOnly #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button" title="#LABEL#"><span><i></i></span></button> '
,p_hot_template=>'<button class="uButtonLarge uHotButton iconButton iconOnly #BUTTON_CSS_CLASSES#" onclick="#JAVASCRIPT#" #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" type="button" title="#LABEL#"><span><i></i></span></button> '
,p_translate_this_template=>'N'
,p_theme_class_id=>8
,p_theme_id=>25
);
end;
/
prompt --application/shared_components/user_interface/templates/region
begin
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458311124083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#BUTTON_CSS_CLASSES#">',
' <h1 class="visuallyhidden">#TITLE#</h1>',
' #BODY#',
'</section>'))
,p_page_plug_template_name=>'Accessible Region with Heading'
,p_theme_id=>26
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458416923083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uAlertRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
'</section>'))
,p_page_plug_template_name=>'Alert Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>10
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Used for alerts and confirmations. Please use a region image for the success/warning icon'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458512325083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBorderlessRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Borderless Region'
,p_theme_id=>26
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'Use this region template when you want to contain content without a border.',
'',
'TITLE=YES',
'BUTTONS=YES',
'100% WIDTH=NO'))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458614048083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBorderlessRegion clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' #BODY#',
'</section>'))
,p_page_plug_template_name=>'Borderless Region (no heading)'
,p_theme_id=>26
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'Use this region template when you want to contain content without a border.',
'',
'TITLE=YES',
'BUTTONS=YES',
'100% WIDTH=NO'))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458704691083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBracketedRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Bracketed Region'
,p_theme_id=>26
,p_theme_class_id=>18
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'Use this region template when you want to contain content with a bracket UI.',
'',
'TITLE=YES',
'BUTTONS=YES',
'100% WIDTH=NO'))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458806754083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="uBreadcrumbs" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#">',
' #BODY#',
' <div class="uBreadcrumbsBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
'</div>'))
,p_page_plug_template_name=>'Breadcrumb Region'
,p_theme_id=>26
,p_theme_class_id=>6
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Use this region template to contain breadcrumb menus. Breadcrumb menus are implemented using breadcrumbs. Breadcrumb menus are designed to displayed in #REGION_POSITION_01#'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2458921023083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uButtonRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uButtonRegionContentContainer">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Button Region with Title'
,p_theme_id=>26
,p_theme_class_id=>4
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459019880083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uButtonRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uButtonRegionContentContainer">',
' <div class="uButtonRegionContent">#BODY#</div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Button Region without Title'
,p_theme_id=>26
,p_theme_class_id=>17
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459108015083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Chart List'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>29
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459223175083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Chart Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>30
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459315988083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#SUB_REGION_HEADERS#',
'#BODY#',
'<div class="uFrameContainer" class="#REGION_CSS_CLASSES#">',
'#SUB_REGIONS#',
'</div>'))
,p_sub_plug_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uFrameRegionSelector clearfix">',
' <ul>',
' <li><a href="javascript:void(0);" class="showAllLink active"><span>Show All</span></a></li>',
' #ENTRIES#',
' </ul>',
'</div>'))
,p_sub_plug_header_entry_templ=>'<li><a href="javascript:void(0);" id="sub_#SUB_REGION_ID#"><span>#SUB_REGION_TITLE#</span></a></li>'
,p_page_plug_template_name=>'Content Frame Body Container'
,p_theme_id=>26
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459404683083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#"> ',
'#BODY#',
'#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
'</div>'))
,p_page_plug_template_name=>'DIV Region with ID'
,p_theme_id=>26
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459530225083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Form Region'
,p_plug_table_bgcolor=>'#f7f7e7'
,p_theme_id=>26
,p_theme_class_id=>8
,p_plug_heading_bgcolor=>'#f7f7e7'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459608862083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uHideShowRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>',
' <a href="javascript:void(0)" class="uRegionControl"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="Hide/Show"/></a>',
' #TITLE#',
' </h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Hide and Show Region'
,p_theme_id=>26
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459706835083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBorderlessRegion uHideShowRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>',
' <a href="javascript:void(0)" class="uRegionControl uRegionCollapsed"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="Hide/Show"/></a>',
' #TITLE#',
' </h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix" style="display: none;">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Hide and Show Region (Hidden First) - Borderless'
,p_theme_id=>26
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459829172083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBorderlessRegion uHideShowRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>',
' <a href="javascript:void(0)" class="uRegionControl"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="Hide/Show"/></a>',
' #TITLE#',
' </h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Hide and Show Region - Borderless'
,p_theme_id=>26
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2459924903083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uIRRegion" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#">',
' <h1 class="visuallyhidden">#TITLE#</h1>',
' #BODY#',
'</section>'))
,p_page_plug_template_name=>'Interactive Report Region'
,p_theme_id=>26
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460029216083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uRegionNoPadding uLoginRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uLoginHeading">',
' <span class="bgArrow"></span>',
' <div class="appIcon">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="appIcon #REGION_STATIC_ID#" alt=""/>',
' </div> ',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uLoginBody clearfix">',
' #BODY#',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Login Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460127917083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uModalRegion uAlertRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
'</section>'))
,p_page_plug_template_name=>'Modal Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460219173083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Navigation Region'
,p_theme_id=>26
,p_theme_class_id=>5
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460310993083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Navigation Region - Heading Inside'
,p_theme_id=>26
,p_theme_class_id=>16
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460406048083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uNoHeading #REGION_CSS_CLASSES# clearfix">',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Region without Buttons and Titles'
,p_theme_id=>26
,p_theme_class_id=>19
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460501601083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uNoHeading #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Region without Title'
,p_theme_id=>26
,p_theme_class_id=>11
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460616980083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uButtonRegion uNoHeading uReportFilter #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' <div class="uReportFilterRow">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="uSearchIcon" alt="" />',
' #BODY#',
' </div>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Report Filter - Single Row'
,p_theme_id=>26
,p_theme_class_id=>31
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460727369083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Report List'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>29
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460807115083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Reports Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2460928615083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uRegionNoPadding #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Reports Region - 100% Width'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>13
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461031622083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Reports Region - Heading Inside'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>10
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461130641083007)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix" style="height: 400px; overflow:scroll">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Scrollable Content Region'
,p_theme_id=>26
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_reference_id=>1826089610826571714
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461217318083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uFilterRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' <span class="uButtonContainer">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Search Filter Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>26
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461310816083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Sidebar Region'
,p_plug_table_bgcolor=>'#f7f7e7'
,p_theme_id=>26
,p_theme_class_id=>2
,p_plug_heading_bgcolor=>'#f7f7e7'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tl_img.gif" border="0" width="4" height="18" alt="" /></td>',
' <td bgcolor="#000000" height="1"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>',
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tr_img.gif" border="0" width="4" height="18" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#FF0000" height="16">',
' <table border="0" cellpadding="0" cellspacing="0" width="100%">',
' <tr>',
' <td align=middle valign="top">',
' <div align="center">',
' <font color="#ffffff" face="Arial, Helvetica, sans-serif" size="1">',
' <b>#TITLE# </b></font></div>',
' </td>',
' </tr>',
' </table>',
' </td>',
' </tr>',
'</table>',
'<table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td valign="top" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="146" height="1" border="0" alt="" /><br />',
' <table border="0" cellpadding="1" cellspacing="0" width="146" summary="">',
' <tr>',
' <td colspan="2">',
' <table border="0" cellpadding="2" cellspacing="0" width="124" summary="">',
' <tr>',
' <td> </td>',
' <td valign="top" width="106">',
' <P><FONT face="arial, helvetica" size="1">',
' #BODY#',
' </font>',
' </P>',
' </td>',
' </tr>',
' </table>',
' </table>',
' </td>',
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td bgcolor="#9a9c9a" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td bgcolor="#b3b4b3" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' </table>',
' <table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#bl_img.gif" border="0" width="4" height="6" alt="" /></td>',
' <td bgcolor="#ffffff" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>',
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#br_img.gif" border="0" width="4" height="6" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#000000" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#9a9c9a" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#b3b4b3" width="1" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
'</table>',
''))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461427690083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Sidebar Region - Heading Inside'
,p_plug_table_bgcolor=>'#f7f7e7'
,p_theme_id=>26
,p_theme_class_id=>3
,p_plug_heading_bgcolor=>'#f7f7e7'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461525986083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="cWizardButtons cWizardButtonsLeft">',
'#PREVIOUS##CLOSE#',
'</div>',
'<div class="cWizardButtons cWizardButtonsRight">',
'#NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
'</div>'))
,p_page_plug_template_name=>'Wizard Buttons'
,p_theme_id=>26
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461601540083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Wizard Region'
,p_theme_id=>26
,p_theme_class_id=>12
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
end;
/
begin
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461718461083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Wizard Region with Icon'
,p_theme_id=>26
,p_theme_class_id=>20
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2461818936083008)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" style="display:none" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#">',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'jQuery Modal Region Template'
,p_theme_id=>26
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2470211525086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="controlgroup" data-type="horizontal" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'#CLOSE#',
'#DELETE#',
'#CREATE#',
'#EDIT#',
'#CHANGE#',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Button Group (Horizontal)'
,p_theme_id=>50
,p_theme_class_id=>17
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2470501790086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="controlgroup" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'#CLOSE#',
'#DELETE#',
'#CREATE#',
'#EDIT#',
'#CHANGE#',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Button Group (Vertical)'
,p_theme_id=>50
,p_theme_class_id=>17
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2470827912086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible-set" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'#SUB_REGIONS#',
'</div>'))
,p_page_plug_template_name=>'Collapsible Set-Normal'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2471129199086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible-set" data-mini="true" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'#SUB_REGIONS#',
'</div>'))
,p_page_plug_template_name=>'Collapsible Set-Smaller'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2471418301086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'<h3>#TITLE#</h3>',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Collapsible-Normal (Closed)'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2471723970086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible" data-collapsed="false" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'<h3>#TITLE#</h3>',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Collapsible-Normal (Open)'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2472019803086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible" data-mini="true" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'<h3>#TITLE#</h3>',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Collapsible-Smaller (Closed)'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2472313369086951)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="collapsible" data-collapsed="false" data-mini="true" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
'<h3>#TITLE#</h3>',
'#BODY#',
'</div>'))
,p_page_plug_template_name=>'Collapsible-Smaller (Open)'
,p_theme_id=>50
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2472619687086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-role="footer" data-theme="b" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #CHANGE#',
' #BODY#',
'</div> <!-- /footer -->'))
,p_page_plug_template_name=>'Footer Toolbar (Displays at Bottom of Page)'
,p_theme_id=>50
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2472916939086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-id="#REGION_STATIC_ID#" data-role="footer" data-theme="b" data-position="fixed" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #CHANGE#',
' #BODY#',
'</div> <!-- /footer -->'))
,p_page_plug_template_name=>'Footer Toolbar (Fixed)'
,p_theme_id=>50
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2473221886086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-id="#REGION_STATIC_ID#" data-role="footer" data-theme="b" data-position="fixed" data-fullscreen="true" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #CHANGE#',
' #BODY#',
'</div> <!-- /footer -->'))
,p_page_plug_template_name=>'Footer Toolbar (Fullscreen)'
,p_theme_id=>50
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2473503379086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-id="#REGION_STATIC_ID#" data-role="header" data-theme="b" data-position="fixed" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #PREVIOUS#',
' <h1>#PAGE_TITLE#</h1>',
' #NEXT#',
' #BODY#',
'</div> <!-- /header -->'))
,p_page_plug_template_name=>'Header Toolbar (Fixed)'
,p_theme_id=>50
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2473800483086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-id="#REGION_STATIC_ID#" data-role="header" data-theme="b" data-position="fixed" data-fullscreen="true" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #PREVIOUS#',
' <h1>#TITLE#</h1>',
' #NEXT#',
' #BODY#',
'</div> <!-- /header -->'))
,p_page_plug_template_name=>'Header Toolbar (Fullscreen)'
,p_theme_id=>50
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2474124573086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#">',
'#BODY#',
'#SUB_REGIONS#',
'#CLOSE#',
'#DELETE#',
'#CREATE#',
'#EDIT#',
'#CHANGE#',
'</div>'))
,p_page_plug_template_name=>'Plain (No Title)'
,p_theme_id=>50
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2474416565086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" class="ui-collapsible #REGION_CSS_CLASSES#" data-theme="b" #REGION_ATTRIBUTES#>',
' <h3 class="ui-collapsible-heading ui-btn ui-corner-top ui-btn-up-a">',
' <span class="ui-btn-inner ui-corner-top ui-corner-bottom">',
' <span lass="ui-btn-text">#TITLE#</span>',
' </span>',
' </h3>',
' <div class="ui-collapsible-content ui-body-c ui-corner-bottom">',
' #BODY#',
' #SUB_REGIONS#',
' #EDIT#',
' </div>',
'</div>'))
,p_page_plug_template_name=>'Region (With Title Bar)'
,p_theme_id=>50
,p_theme_class_id=>8
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2474702388086952)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" class="#REGION_CSS_CLASSES#" data-theme="b" #REGION_ATTRIBUTES#>',
'<h3>#TITLE#</h3>',
'#BODY#',
'#SUB_REGIONS#',
'#EDIT#',
'</div>'))
,p_page_plug_template_name=>'Region (With Title)'
,p_theme_id=>50
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2547901332187986)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" data-id="#REGION_STATIC_ID#" data-role="header" data-theme="b" data-position="fixed" class="#REGION_CSS_CLASSES#" #REGION_ATTRIBUTES#>',
' #PREVIOUS#',
' <h1>#PAGE_TITLE#</h1>',
' #NEXT#',
' #BODY#',
'</div> <!-- /header -->'))
,p_page_plug_template_name=>'Sage Header Toolbar (Fixed)'
,p_theme_id=>50
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2718103201533259)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#">',
' <h1 class="visuallyhidden">#TITLE#</h1>',
' #BODY#',
'</section>'))
,p_page_plug_template_name=>'Accessible Region with Heading'
,p_theme_id=>25
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2718405920533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uWhiteRegion uAlertRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
'</section>'))
,p_page_plug_template_name=>'Alert Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>25
,p_theme_class_id=>10
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Used for alerts and confirmations. Please use a region image for the success/warning icon'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2718717806533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uBorderlessRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Borderless Region'
,p_theme_id=>25
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'Use this region template when you want to contain content without a border.',
'',
'TITLE=YES',
'BUTTONS=YES',
'100% WIDTH=NO'))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2719021137533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uBreadcrumbsContainer #REGION_CSS_CLASSES#" #REGION_ATTRIBUTES# id="#REGION_STATIC_ID#">',
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <div class="uBreadcrumbs">',
' #BODY#',
' </div>',
' </div>',
'</div>',
'</div>'))
,p_page_plug_template_name=>'Breadcrumb Region'
,p_theme_id=>25
,p_theme_class_id=>6
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'Use this region template to contain breadcrumb menus. Breadcrumb menus are implemented using breadcrumbs. Breadcrumb menus are designed to displayed in #REGION_POSITION_01#',
'',
'',
'',
'<div id="uBreadcrumbsContainer #REGION_CSS_CLASSES#" #REGION_ATTRIBUTES# id="#REGION_STATIC_ID#">',
'<div class="apex_grid_container">',
' <div class="apex_cols apex_span_12">',
' <div id="uBreadcrumbs">',
' #BODY#',
' <div class="uBreadcrumbsBG">',
' <div class="uLeft"></div>',
' <div class="uRight"></div>',
' </div>',
' </div>',
' </div>',
'</div>',
'</div>'))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2719317914533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uButtonRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uButtonRegionContentContainer">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Button Region with Title'
,p_theme_id=>25
,p_theme_class_id=>4
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2719613623533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uButtonRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uButtonRegionContentContainer">',
' <div class="uButtonRegionContent">#BODY#</div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Button Region without Title'
,p_theme_id=>25
,p_theme_class_id=>17
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2719922909533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'#SUB_REGION_HEADERS#',
'#BODY#',
'<div class="uFrameContainer" class="#REGION_CSS_CLASSES# #REGION_ATTRIBUTES# id="#REGION_STATIC_ID#">',
'#SUB_REGIONS#',
'</div>'))
,p_sub_plug_header_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uFrameRegionSelector clearfix">',
' <ul>',
' <li><a href="javascript:void(0);" class="showAllLink active"><span>Show All</span></a></li>',
' #ENTRIES#',
' </ul>',
'</div>'))
,p_sub_plug_header_entry_templ=>'<li><a href="javascript:void(0);" id="sub_#SUB_REGION_ID#"><span>#SUB_REGION_TITLE#</span></a></li>'
,p_page_plug_template_name=>'Content Frame Body Container'
,p_theme_id=>25
,p_theme_class_id=>7
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2720218222533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#"> ',
'#BODY#',
'#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
'</div>'))
,p_page_plug_template_name=>'DIV Region with ID'
,p_theme_id=>25
,p_theme_class_id=>22
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2720524976533260)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Form Region'
,p_plug_table_bgcolor=>'#f7f7e7'
,p_theme_id=>25
,p_theme_class_id=>8
,p_plug_heading_bgcolor=>'#f7f7e7'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_tmpl_display_point(
p_id=>wwv_flow_api.id(2720901306533261)
,p_plug_template_id=>wwv_flow_api.id(2720524976533260)
,p_name=>'Region Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>-1
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2721221218533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uHideShowRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>',
' <a href="javascript:void(0)" class="uRegionControl"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="Hide/Show"/></a>',
' #TITLE#',
' </h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Hide and Show Region (Expanded)'
,p_theme_id=>25
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2721526153533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uHideShowRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>',
' <a href="javascript:void(0)" class="uRegionControl uRegionCollapsed"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="Hide/Show"/></a>',
' #TITLE#',
' </h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix" style="display: none;">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Hide and Show Region (Hidden)'
,p_theme_id=>25
,p_theme_class_id=>1
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2721831559533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uIRRegion" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="#REGION_CSS_CLASSES#">',
' <h1 class="visuallyhidden">#TITLE#</h1>',
' #BODY#',
'</section>'))
,p_page_plug_template_name=>'Interactive Report Region'
,p_theme_id=>25
,p_theme_class_id=>21
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2722105744533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="apex_grid_container modal_grid">',
' <div class="apex_cols apex_span_8 modal_col">',
' <section class="uRegion uWhiteRegion uModalRegion uAlertRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </section>',
' </div>',
'</div>'))
,p_page_plug_template_name=>'Modal Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>25
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_tmpl_display_point(
p_id=>wwv_flow_api.id(2722507418533261)
,p_plug_template_id=>wwv_flow_api.id(2722105744533261)
,p_name=>'Region Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>6
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2722809689533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uNoHeading #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionContent clearfix">',
' #BODY#',
'#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Region without Buttons and Titles'
,p_theme_id=>25
,p_theme_class_id=>19
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2723116112533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Sidebar Region'
,p_plug_table_bgcolor=>'#f7f7e7'
,p_theme_id=>25
,p_theme_class_id=>2
,p_plug_heading_bgcolor=>'#f7f7e7'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tl_img.gif" border="0" width="4" height="18" alt="" /></td>',
' <td bgcolor="#000000" height="1"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>',
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tr_img.gif" border="0" width="4" height="18" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#FF0000" height="16">',
' <table border="0" cellpadding="0" cellspacing="0" width="100%">',
' <tr>',
' <td align=middle valign="top">',
' <div align="center">',
' <font color="#ffffff" face="Arial, Helvetica, sans-serif" size="1">',
' <b>#TITLE# </b></font></div>',
' </td>',
' </tr>',
' </table>',
' </td>',
' </tr>',
'</table>',
'<table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td valign="top" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="146" height="1" border="0" alt="" /><br />',
' <table border="0" cellpadding="1" cellspacing="0" width="146" summary="">',
' <tr>',
' <td colspan="2">',
' <table border="0" cellpadding="2" cellspacing="0" width="124" summary="">',
' <tr>',
' <td> </td>',
' <td valign="top" width="106">',
' <P><FONT face="arial, helvetica" size="1">',
' #BODY#',
' </font>',
' </P>',
' </td>',
' </tr>',
' </table>',
' </table>',
' </td>',
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td bgcolor="#9a9c9a" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' <td bgcolor="#b3b4b3" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' </table>',
' <table border="0" cellpadding="0" cellspacing="0">',
' <tr>',
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#bl_img.gif" border="0" width="4" height="6" alt="" /></td>',
' <td bgcolor="#ffffff" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>',
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#br_img.gif" border="0" width="4" height="6" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#000000" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#9a9c9a" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
' <tr>',
' <td bgcolor="#b3b4b3" width="1" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>',
' </tr>',
'</table>',
''))
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2723424425533261)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Standard Region'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>25
,p_theme_class_id=>9
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_tmpl_display_point(
p_id=>wwv_flow_api.id(2723821462533261)
,p_plug_template_id=>wwv_flow_api.id(2723424425533261)
,p_name=>'Region Body'
,p_placeholder=>'BODY'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>-1
);
wwv_flow_api.create_plug_tmpl_display_point(
p_id=>wwv_flow_api.id(2724214787533262)
,p_plug_template_id=>wwv_flow_api.id(2723424425533261)
,p_name=>'Sub Regions'
,p_placeholder=>'SUB_REGIONS'
,p_has_grid_support=>true
,p_glv_new_row=>true
,p_max_fixed_grid_columns=>-1
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2724506221533262)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<section class="uRegion uRegionNoPadding #REGION_CSS_CLASSES# clearfix" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>',
' <div class="uRegionHeading">',
' <h1>#TITLE#</h1>',
' <span class="uButtonContainer">',
' #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
' </span>',
' </div>',
' <div class="uRegionContent clearfix">',
' #BODY#',
' </div>',
'</section>'))
,p_page_plug_template_name=>'Standard Region - No Padding'
,p_plug_table_bgcolor=>'#ffffff'
,p_theme_id=>25
,p_theme_class_id=>13
,p_plug_heading_bgcolor=>'#ffffff'
,p_plug_font_size=>'-1'
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
,p_template_comment=>'Red Theme'
);
wwv_flow_api.create_plug_template(
p_id=>wwv_flow_api.id(2724823842533262)
,p_layout=>'TABLE'
,p_template=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="cWizardButtons cWizardButtonsLeft">',
'#PREVIOUS##CLOSE#',
'</div>',
'<div class="cWizardButtons cWizardButtonsRight">',
'#NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#',
'</div>'))
,p_page_plug_template_name=>'Wizard Buttons'
,p_theme_id=>25
,p_theme_class_id=>28
,p_default_label_alignment=>'RIGHT'
,p_default_field_alignment=>'LEFT'
,p_translate_this_template=>'N'
);
end;
/
prompt --application/shared_components/user_interface/templates/list
begin
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463015549083008)
,p_list_template_current=>'<a href="#LINK#" class="uButtonSmall uHotButton" #A01# role="button"><span>#TEXT#</span></a> '
,p_list_template_noncurrent=>'<a href="#LINK#" class="uButtonSmall" #A01# role="button"><span>#TEXT#</span></a> '
,p_list_template_name=>'Button List'
,p_theme_id=>26
,p_theme_class_id=>6
,p_list_template_before_rows=>'<div class="uButtonList">'
,p_list_template_after_rows=>'</div>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463117063083008)
,p_list_template_current=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'DHTML Tree'
,p_theme_id=>26
,p_theme_class_id=>23
,p_list_template_before_rows=>'<ul class="dhtmlTree">'
,p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>'
,p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#">'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_sub_list_item_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_item_templ_curr_w_child=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_item_templ_noncurr_w_child=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_sub_templ_curr_w_child=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_sub_templ_noncurr_w_child=>'<li><a href="#LINK#">#TEXT#</a></li>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463205351083008)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <a href="#LINK#">',
' <h3>#TEXT#</h3>',
' <p>#A01#</p>',
' </a>',
'</li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <a href="#LINK#">',
' <h3>#TEXT#</h3>',
' <p>#A01#</p>',
' </a>',
'</li>'))
,p_list_template_name=>'Featured List with Subtext'
,p_theme_id=>26
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="featuredLinksList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463331937083008)
,p_list_template_current=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Hierarchical Expanding'
,p_theme_id=>26
,p_theme_class_id=>22
,p_list_template_before_rows=>'<ul class="dhtmlTree">'
,p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>'
,p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" style="display:none;" class="dhtmlTree">'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_sub_list_item_noncurrent=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_item_templ_curr_w_child=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_item_templ_noncurr_w_child=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_sub_templ_curr_w_child=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>'
,p_sub_templ_noncurr_w_child=>'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463406976083008)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="active">',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_name=>'Horizontal Images with Label List'
,p_theme_id=>26
,p_theme_class_id=>4
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uImagesList uHorizontalImagesList clearfix">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463503399083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li> '
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li> '
,p_list_template_name=>'Horizontal Links List'
,p_theme_id=>26
,p_theme_class_id=>3
,p_list_template_before_rows=>'<ul class="uHorizontalLinksList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463629510083008)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="#LIST_STATUS#">',
' <span>#TEXT#</span>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="#LIST_STATUS#">',
' <span>#TEXT#</span>',
' </li>'))
,p_list_template_name=>'Horizontal Wizard Progress List'
,p_theme_id=>26
,p_theme_class_id=>17
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uHorizontalProgressList">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463706790083008)
,p_list_template_current=>'<li><a href="#LINK#" class="active">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Page Level Tabs List'
,p_theme_id=>26
,p_theme_class_id=>7
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<nav class="uPageTabs">',
'<ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</nav>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463808129083008)
,p_list_template_current=>'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Pull Down Menu'
,p_theme_id=>26
,p_theme_class_id=>20
,p_list_template_before_rows=>'<ul class="dhtmlMenuLG2">'
,p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>'
,p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;">'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li class="dhtmlMenuSep2"><img src="#IMAGE_PREFIX#f_spacer.gif" width="1" height="1" alt="" class="dhtmlMenuSep2" /></li>'
,p_sub_list_item_noncurrent=>'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>'
,p_item_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#arrow_down_gray_dark.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" />',
'</li>'))
,p_item_templ_noncurr_w_child=>'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#arrow_down_gray_dark.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" /></li>'
,p_sub_templ_curr_w_child=>'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>'
,p_sub_templ_noncurr_w_child=>'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" / ></a></li>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2463924611083008)
,p_list_template_current=>'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down_nochild.png" width="20" height="128" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a><'
||'/div>'
,p_list_template_noncurrent=>'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# "/></a><img src="#IMAGE_PREFIX#menu/drop_down_nochild.png" width="20" height="128" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a>'
||'</div>'
,p_list_template_name=>'Pull Down Menu with Image'
,p_theme_id=>26
,p_theme_class_id=>21
,p_list_template_before_rows=>'<div class="dhtmlMenuLG">'
,p_list_template_after_rows=>'</div><br style="clear:both;"/><br style="clear:both;"/>'
,p_before_sub_list=>'<ul id="S#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;"><li class="dhtmlSubMenuP" onmouseover="dhtml_CloseAllSubMenusL(this)">#PARENT_TEXT#</li>'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li class="dhtmlMenuSep"><img src="#IMAGE_PREFIX#themes/theme_13/1px_trans.gif" width="1" height="1" alt="" class="dhtmlMenuSep" /></li>'
,p_sub_list_item_noncurrent=>'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>'
,p_item_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down.png" width="20" height="128" alt="" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom3(thi'
||'s,''S#LIST_ITEM_ID#'',''#LIST_ITEM_ID#'',false)" />',
'<a href="#LINK#" class="dhtmlBottom">#TEXT#</a>',
'</div>'))
,p_item_templ_noncurr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down.png" width="20" height="128" alt="" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom3(th'
||'is,''S#LIST_ITEM_ID#'',''#LIST_ITEM_ID#'',false)" />',
'<a href="#LINK#" class="dhtmlBottom">#TEXT#</a>',
'</div>'))
,p_sub_templ_curr_w_child=>'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''S#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" /></a></li>'
,p_sub_templ_noncurr_w_child=>'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''S#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" /></a></li>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464018410083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Search Filter Tabs'
,p_theme_id=>26
,p_theme_class_id=>19
,p_list_template_before_rows=>'<ul class="ebaViewTabs">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464103513083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Tabbed Navigation List'
,p_theme_id=>26
,p_theme_class_id=>7
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uHorizontalTabs">',
'<ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464203055083008)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="active">',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_name=>'Vertical Images List'
,p_theme_id=>26
,p_theme_class_id=>5
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uImagesList uVerticalImagesList clearfix">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464310673083008)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="#A02#" alt="#LIST_LABEL#"/>',
' <h3>#TEXT#</h3>',
' <h4>#A01#</h4>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="#A02#" alt="#LIST_LABEL#"/>',
' <h3>#TEXT#</h3>',
' <h4>#A01#</h4>',
' </a>',
' </li>'))
,p_list_template_name=>'Vertical List with Subtext and Icon'
,p_theme_id=>26
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="largeLinkList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464402289083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Ordered List'
,p_theme_id=>26
,p_theme_class_id=>2
,p_list_template_before_rows=>'<ol class="uNumberedList">'
,p_list_template_after_rows=>'</ol>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464527996083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Sidebar List'
,p_theme_id=>26
,p_theme_class_id=>19
,p_list_template_before_rows=>'<ul class="uVerticalSidebarList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464621445083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Unordered List with Bullets'
,p_theme_id=>26
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="uVerticalList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464712153083008)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Unordered List without Bullets'
,p_theme_id=>26
,p_theme_class_id=>18
,p_list_template_before_rows=>'<ul class="uVerticalList noBullets">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2464824361083008)
,p_list_template_current=>'<li class="#LIST_STATUS#"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /><span>#TEXT#</span></li>'
,p_list_template_noncurrent=>'<li class="#LIST_STATUS#"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /><span>#TEXT#</span></li>'
,p_list_template_name=>'Wizard Progress List - Vertical'
,p_theme_id=>26
,p_theme_class_id=>17
,p_list_template_before_rows=>'<div class="uVerticalProgressList" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#><ul>'
,p_list_template_after_rows=>'</ul></div>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2475306054086952)
,p_list_template_current=>'<a href="#LINK#" rel="external" data-role="button" data-icon="#A01#">#TEXT_ESC_SC#</a>'
,p_list_template_noncurrent=>'<a href="#LINK#" rel="external" data-role="button" data-icon="#A01#">#TEXT_ESC_SC#</a>'
,p_list_template_name=>'Button Control Group'
,p_theme_id=>50
,p_theme_class_id=>9
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div id="navgroup">',
' <div data-role="controlgroup" data-type="horizontal">'))
,p_list_template_after_rows=>'</div></div>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2475616571086952)
,p_list_template_current=>'<li data-theme="b"><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_list_template_name=>'List View'
,p_theme_id=>50
,p_theme_class_id=>9
,p_list_template_before_rows=>'<ul data-role="listview">'
,p_list_template_after_rows=>'</ul>'
,p_before_sub_list=>'<ul>'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li data-theme="b"><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_sub_list_item_noncurrent=>'<li><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_item_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li data-theme="b">',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_item_templ_noncurr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_sub_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li data-theme="b">',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_sub_templ_noncurr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2475929935086952)
,p_list_template_current=>'<li data-theme="b"><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_list_template_name=>'List View (Inset)'
,p_theme_id=>50
,p_theme_class_id=>10
,p_list_template_before_rows=>'<ul data-role="listview" data-inset="true">'
,p_list_template_after_rows=>'</ul>'
,p_before_sub_list=>'<ul data-inset="true">'
,p_after_sub_list=>'</ul>'
,p_sub_list_item_current=>'<li data-theme="b"><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_sub_list_item_noncurrent=>'<li><a href="#LINK#">#TEXT_ESC_SC#</a></li>'
,p_item_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li data-theme="b">',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_item_templ_noncurr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_sub_templ_curr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li data-theme="b">',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
,p_sub_templ_noncurr_w_child=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<a href="#LINK#">#TEXT_ESC_SC#</a>',
'#SUB_LISTS#',
'</li>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2476232435086952)
,p_list_template_current=>'<li><a href="#LINK#" class="ui-btn-active" data-transition="flow" data-icon="#IMAGE#">#TEXT_ESC_SC#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#" data-transition="flow" data-icon="#IMAGE#">#TEXT_ESC_SC#</a></li>'
,p_list_template_name=>'Navigation Bar'
,p_theme_id=>50
,p_theme_class_id=>11
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div data-role="navbar">',
' <ul>',
''))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div><!-- /navbar -->'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2728432360533263)
,p_list_template_current=>'<button onclick="javascript:location.href=''#LINK#''" class="uButton uHotButton #A01#" type="button"><span>#TEXT#</span></a> '
,p_list_template_noncurrent=>'<button onclick="javascript:location.href=''#LINK#''" class="uButton #A01#" type="button"><span>#TEXT#</span></a> '
,p_list_template_name=>'Button List'
,p_theme_id=>25
,p_theme_class_id=>6
,p_list_template_before_rows=>'<div class="uButtonList">'
,p_list_template_after_rows=>'</div>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2728729277533264)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <a href="#LINK#">',
' <h3>#TEXT#</h3>',
' <p>#A01#</p>',
' </a>',
'</li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <a href="#LINK#">',
' <h3>#TEXT#</h3>',
' <p>#A01#</p>',
' </a>',
'</li>'))
,p_list_template_name=>'Featured List with Subtext'
,p_theme_id=>25
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="featuredLinksList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2729032043533264)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="active">',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_name=>'Horizontal Images with Label List'
,p_theme_id=>25
,p_theme_class_id=>4
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uImagesList uHorizontalImagesList clearfix">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2729329543533264)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li> '
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li> '
,p_list_template_name=>'Horizontal Links List'
,p_theme_id=>25
,p_theme_class_id=>3
,p_list_template_before_rows=>'<ul class="uHorizontalLinksList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2729624458533264)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="#LIST_STATUS#">',
' <span>#TEXT#</span>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="#LIST_STATUS#">',
' <span>#TEXT#</span>',
' </li>'))
,p_list_template_name=>'Horizontal Wizard Progress List'
,p_theme_id=>25
,p_theme_class_id=>17
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uHorizontalProgressList hidden-phone">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2729923748533264)
,p_list_template_current=>'<li><a href="#LINK#" class="active">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Page Level Tabs List'
,p_theme_id=>25
,p_theme_class_id=>7
,p_list_template_before_rows=>' '
,p_list_template_after_rows=>' '
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2730209136533264)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Tabbed Navigation List'
,p_theme_id=>25
,p_theme_class_id=>7
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uHorizontalTabs">',
'<ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2730505217533264)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="active">',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />',
' <span>#TEXT#</span>',
' </a>',
' </li>'))
,p_list_template_name=>'Vertical Images List'
,p_theme_id=>25
,p_theme_class_id=>5
,p_list_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uImagesList uVerticalImagesList clearfix">',
' <ul>'))
,p_list_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </ul>',
'</div>'))
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2730817889533264)
,p_list_template_current=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="#A02#" alt="#LIST_LABEL#"/>',
' <h3>#TEXT#</h3>',
' <h4>#A01#</h4>',
' </a>',
' </li>'))
,p_list_template_noncurrent=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li>',
' <a href="#LINK#">',
' <img src="#IMAGE_PREFIX#f_spacer.gif" class="#A02#" alt="#LIST_LABEL#"/>',
' <h3>#TEXT#</h3>',
' <h4>#A01#</h4>',
' </a>',
' </li>'))
,p_list_template_name=>'Vertical List with Subtext and Icon'
,p_theme_id=>25
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="largeLinkList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2731127646533265)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Ordered List'
,p_theme_id=>25
,p_theme_class_id=>2
,p_list_template_before_rows=>'<ol class="uNumberedList">'
,p_list_template_after_rows=>'</ol>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2731429730533265)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Sidebar List'
,p_theme_id=>25
,p_theme_class_id=>19
,p_list_template_before_rows=>'<ul class="uVerticalSidebarList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2731727258533265)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Unordered List with Bullets'
,p_theme_id=>25
,p_theme_class_id=>1
,p_list_template_before_rows=>'<ul class="uVerticalList">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2732028652533265)
,p_list_template_current=>'<li class="active"><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_noncurrent=>'<li><a href="#LINK#">#TEXT#</a></li>'
,p_list_template_name=>'Vertical Unordered List without Bullets'
,p_theme_id=>25
,p_theme_class_id=>18
,p_list_template_before_rows=>'<ul class="uVerticalList noBullets">'
,p_list_template_after_rows=>'</ul>'
);
wwv_flow_api.create_list_template(
p_id=>wwv_flow_api.id(2732316809533265)
,p_list_template_current=>'<li class="#LIST_STATUS#"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /><span>#TEXT#</span></li>'
,p_list_template_noncurrent=>'<li class="#LIST_STATUS#"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /><span>#TEXT#</span></li>'
,p_list_template_name=>'Wizard Progress List - Vertical'
,p_theme_id=>25
,p_theme_class_id=>17
,p_list_template_before_rows=>'<div class="uVerticalProgressList" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#><ul>'
,p_list_template_after_rows=>'</ul></div>'
);
end;
/
prompt --application/shared_components/user_interface/templates/report
begin
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2461916274083008)
,p_row_template_name=>'Borderless Report'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer uBorderlessReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportBorderless">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2461916274083008)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462004166083008)
,p_row_template_name=>'Comment Bubbles'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li class="#1#">',
'<div>',
' <em>#2#</em>',
' #3##4##5##6##7#',
'</div>',
'<span>',
' #8# (#9#) #10#',
'</span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="commentBubbles">'
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'<table class="uPaginationTable">',
'#PAGINATION#',
'</table>'))
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462112431083008)
,p_row_template_name=>'Fixed Headers'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<div class="uFixedHeadersContainer">',
'<table summary="#REGION_TITLE#" class="uReport uReportFixedHeaders">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</div>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<thead>',
''))
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>',
''))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>26
,p_theme_class_id=>7
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2462112431083008)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tr>',
''))
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462219850083008)
,p_row_template_name=>'Horizontal Border'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportHorizontal">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>26
,p_theme_class_id=>2
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2462219850083008)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462326532083008)
,p_row_template_name=>'One Column Unordered List'
,p_row_template1=>'<li>#COLUMN_VALUE#</li>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportList" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<ul class="uReportList">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'NOT_CONDITIONAL'
,p_row_template_display_cond2=>'NOT_CONDITIONAL'
,p_row_template_display_cond3=>'NOT_CONDITIONAL'
,p_row_template_display_cond4=>'NOT_CONDITIONAL'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>26
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2462326532083008)
,p_row_template_before_first=>'OMIT'
,p_row_template_after_last=>'OMIT'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462413912083008)
,p_row_template_name=>'Search Results Report (SELECT link_text, link_target, detail1, detail2, last_modified)'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<span class="title"><a href="#2#">#1#</a></span>',
'<span class="description"><span class="last_modified">#5#</span>#3#</span>',
'<span class="type">#4#</span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="sSearchResultsReport">'
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'<table class="uPaginationTable">',
'#PAGINATION#',
'</table>'))
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462505808083008)
,p_row_template_name=>'Standard'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportStandard">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>26
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2462505808083008)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462618042083008)
,p_row_template_name=>'Standard - Alternative'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template3=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="uOddRow">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportAlternative">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'ODD_ROW_NUMBERS'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>26
,p_theme_class_id=>5
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2462618042083008)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tr>',
''))
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462718390083008)
,p_row_template_name=>'Two Column Portlet'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <span class="uValueHeading">',
' #1#',
' </span>',
' <span class="uValue">',
' #2#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="uValuePairs" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>26
,p_theme_class_id=>7
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462827112083008)
,p_row_template_name=>'Value Attribute Pairs'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <span class="uValueHeading">',
' #COLUMN_HEADER#',
' </span>',
' <span class="uValue">',
' #COLUMN_VALUE#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="uValuePairs" #REPORT_ATTRIBUTES#>'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>26
,p_theme_class_id=>6
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2462928911083008)
,p_row_template_name=>'Value Attribute Pairs - Left Aligned'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <label>',
' #COLUMN_HEADER#',
' </label>',
' <span>',
' #COLUMN_VALUE#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="vapList tableBased" #REPORT_ATTRIBUTES# id="report_#REPORT_STATIC_ID#">'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>26
,p_theme_class_id=>6
,p_translate_this_template=>'N'
,p_row_template_comment=>'shrahman 03/12/2012 Making table based '
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2475020722086952)
,p_row_template_name=>'Standard Report'
,p_row_template1=>'<div class="list-view-cell" style="width:#COLUMN_WIDTH_VAL#%">#COLUMN_VALUE#</div>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">',
'<ul data-role="listview">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<li data-role="list-divider">'
,p_column_heading_template=>'<div class="list-view-cell" id="#COLUMN_HEADER_NAME#" style="width:#COLUMN_WIDTH_VAL#%">#COLUMN_HEADER#</div>'
,p_after_column_heading=>'</li>'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" data-role="button" data-icon="arrow-r" data-iconpos="right" data-transition="slide">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" data-role="button" data-icon="arrow-l" data-iconpos="left" data-transition="slide" data-direction="reverse">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" data-role="button" data-icon="arrow-r" data-iconpos="right" data-transition="slide">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" data-role="button" data-icon="arrow-l" data-iconpos="left" data-transition="slide" data-direction="reverse">#PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_checked=>'#ccc'
,p_theme_id=>50
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2475020722086952)
,p_row_template_before_first=>'<li>'
,p_row_template_after_last=>'</li>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2725128888533262)
,p_row_template_name=>'Borderless Report'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer uBorderlessReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportBorderless">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>25
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2725128888533262)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2725410547533262)
,p_row_template_name=>'Comment Bubbles'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li class="#1#">',
'<div>',
' <em>#2#</em>',
' #3##4##5##6##7#',
'</div>',
'<span>',
' #8# (#9#) #10#',
'</span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="commentBubbles">'
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'<table class="uPaginationTable">',
'#PAGINATION#',
'</table>'))
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>25
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2725706853533262)
,p_row_template_name=>'Fixed Headers'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<div class="uFixedHeadersContainer">',
'<table summary="#REGION_TITLE#" class="uReport uReportFixedHeaders">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</div>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<thead>',
''))
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>',
''))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>25
,p_theme_class_id=>7
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2725706853533262)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tr>',
''))
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2726030474533262)
,p_row_template_name=>'Horizontal Border'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportHorizontal">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>25
,p_theme_class_id=>2
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2726030474533262)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2726314964533263)
,p_row_template_name=>'One Column Unordered List'
,p_row_template1=>'<li>#COLUMN_VALUE#</li>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportList" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<ul class="uReportList">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'NOT_CONDITIONAL'
,p_row_template_display_cond2=>'NOT_CONDITIONAL'
,p_row_template_display_cond3=>'NOT_CONDITIONAL'
,p_row_template_display_cond4=>'NOT_CONDITIONAL'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>25
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2726314964533263)
,p_row_template_before_first=>'OMIT'
,p_row_template_after_last=>'OMIT'
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2726602950533263)
,p_row_template_name=>'Search Results Report (SELECT link_text, link_target, detail1, detail2, last_modified)'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
'<span class="title"><a href="#2#">#1#</a></span>',
'<span class="description"><span class="last_modified">#5#</span>#3#</span>',
'<span class="type">#4#</span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="sSearchResultsReport">'
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</ul>',
'<table class="uPaginationTable">',
'#PAGINATION#',
'</table>'))
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>'
,p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>'
,p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>25
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2726913938533263)
,p_row_template_name=>'Standard'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportStandard">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_row_style_mouse_over=>'#F0F0F0'
,p_row_style_checked=>'#E8E8E8'
,p_theme_id=>25
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2726913938533263)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>'</tr>'
);
exception when others then null;
end;
end;
/
begin
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2727200319533263)
,p_row_template_name=>'Standard - Alternative'
,p_row_template1=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>'
,p_row_template3=>'<td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="uOddRow">#COLUMN_VALUE#</td>'
,p_row_template_before_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uReportContainer" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" summary="">',
'<tbody class="uReportPagination">',
'#TOP_PAGINATION#',
'</tbody>',
'<tbody class="uReportBody">',
'<tr><td>',
'<table summary="#REGION_TITLE#" class="uReport uReportAlternative">'))
,p_row_template_after_rows=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tbody>',
'</table>',
'</td>',
'</tr>',
'</tbody>',
'<tbody class="uReportPagination">',
'#PAGINATION#',
'</tbody>',
'</table>',
'<div class="uReportDownloadLinks">#EXTERNAL_LINK##CSV_LINK#</div>'))
,p_row_template_table_attr=>'OMIT'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_before_column_heading=>'<thead>'
,p_column_heading_template=>'<th #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,p_after_column_heading=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</thead>',
'<tbody>'))
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'ODD_ROW_NUMBERS'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_next_page_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_page_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS#</a>'
,p_next_set_template=>'<a href="#LINK#" class="uPaginationNext">#PAGINATION_NEXT_SET# <img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /></a>'
,p_previous_set_template=>'<a href="#LINK#" class="uPaginationPrev"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" /> #PAGINATION_PREVIOUS_SET#</a>'
,p_theme_id=>25
,p_theme_class_id=>5
,p_translate_this_template=>'N'
);
begin
wwv_flow_api.create_row_template_patch(
p_id=>wwv_flow_api.id(2727200319533263)
,p_row_template_before_first=>'<tr>'
,p_row_template_after_last=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</tr>',
''))
);
exception when others then null;
end;
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2727531781533263)
,p_row_template_name=>'Two Column Portlet'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <span class="uValueHeading">',
' #1#',
' </span>',
' <span class="uValue">',
' #2#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="uValuePairs" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'NAMED_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>25
,p_theme_class_id=>7
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2727806678533263)
,p_row_template_name=>'Value Attribute Pairs'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <span class="uValueHeading">',
' #COLUMN_HEADER#',
' </span>',
' <span class="uValue">',
' #COLUMN_VALUE#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="uValuePairs" #REPORT_ATTRIBUTES#>'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>25
,p_theme_class_id=>6
,p_translate_this_template=>'N'
);
wwv_flow_api.create_row_template(
p_id=>wwv_flow_api.id(2728106391533263)
,p_row_template_name=>'Value Attribute Pairs - Left Aligned'
,p_row_template1=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li>',
' <label>',
' #COLUMN_HEADER#',
' </label>',
' <span>',
' #COLUMN_VALUE#',
' </span>',
'</li>'))
,p_row_template_before_rows=>'<ul class="vapList tableBased" #REPORT_ATTRIBUTES# id="report_#REPORT_STATIC_ID#">'
,p_row_template_after_rows=>'</ul>'
,p_row_template_type=>'GENERIC_COLUMNS'
,p_row_template_display_cond1=>'0'
,p_row_template_display_cond2=>'0'
,p_row_template_display_cond3=>'0'
,p_row_template_display_cond4=>'0'
,p_theme_id=>25
,p_theme_class_id=>6
,p_translate_this_template=>'N'
,p_row_template_comment=>'shrahman 03/12/2012 Making table based '
);
end;
/
prompt --application/shared_components/user_interface/templates/label
begin
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2464920643083008)
,p_template_name=>'Hidden label, read by screen reader'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" tabindex="999" class="hideMeButHearMe">'
,p_template_body2=>'</label>'
,p_on_error_after_label=>'<br/>#ERROR_MESSAGE#'
,p_theme_id=>26
,p_theme_class_id=>13
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2465017700083008)
,p_template_name=>'No Label'
,p_template_body1=>'<span class="uNoLabel">'
,p_template_body2=>'</span>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>26
,p_theme_class_id=>13
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2465118788083008)
,p_template_name=>'Optional'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uOptional">'
,p_template_body2=>'</label>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>26
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2465205325083008)
,p_template_name=>'Optional with help'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uOptional"><a class="uHelpLink" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">'
,p_template_body2=>'</a></label>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2465300991083008)
,p_template_name=>'Required'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uRequired">'
,p_template_body2=>' <img src="#IMAGE_PREFIX#f_spacer.gif" alt="#VALUE_REQUIRED#" class="uAsterisk" /></label>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>26
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2465425775083008)
,p_template_name=>'Required with help'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uRequired"><a class="uHelpLink" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">'
,p_template_body2=>'</a> <img src="#IMAGE_PREFIX#f_spacer.gif" alt="#VALUE_REQUIRED#" class="uAsterisk" /></label>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>26
,p_theme_class_id=>2
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2476501105086952)
,p_template_name=>'No Label (For Screenreaders)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#">'
,p_template_body2=>'</label>'
,p_before_item=>'<div data-role="fieldcontain" class="ui-hide-label" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>'</div>'
,p_on_error_before_label=>' '
,p_on_error_after_label=>' '
,p_theme_id=>50
,p_theme_class_id=>13
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2476618626086952)
,p_template_name=>'Optional'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#">'
,p_template_body2=>'</label>'
,p_before_item=>'<div data-role="fieldcontain" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>'</div>'
,p_on_error_before_label=>' '
,p_on_error_after_label=>' '
,p_theme_id=>50
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2476707251086953)
,p_template_name=>'Required'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#"><img src="#IMAGE_PREFIX#themes/theme_21/images/required.png" alt="#VALUE_REQUIRED#">'
,p_template_body2=>'</label>'
,p_before_item=>'<div data-role="fieldcontain" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>'</div>'
,p_on_error_before_label=>' '
,p_on_error_after_label=>' '
,p_theme_id=>50
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2732619145533265)
,p_template_name=>'Hidden Label (Read by Screen Readers)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="visuallyhidden">'
,p_template_body2=>'</label>'
,p_before_item=>'<div id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>'</div>'
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>13
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2732716148533265)
,p_template_name=>'Optional (Horizontal - Left Aligned)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uOptional">'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</label>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer horizontal" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2732804309533265)
,p_template_name=>'Optional (Horizontal - Right Aligned)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uOptional">'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</label>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer horizontal rightlabels" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2732921217533265)
,p_template_name=>'Optional (Label Above)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uOptional">'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</label>',
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer vertical" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>3
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2733017225533266)
,p_template_name=>'Required (Horizontal - Left Aligned)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uRequired"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" class="uAsterisk" />'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<span class="visuallyhidden">(#VALUE_REQUIRED#)</span></label>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer horizontal" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2733110662533266)
,p_template_name=>'Required (Horizontal - Right Aligned)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uRequired"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" class="uAsterisk" />'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <span class="visuallyhidden">(#VALUE_REQUIRED#)</span></label>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer horizontal rightlabels" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
wwv_flow_api.create_field_template(
p_id=>wwv_flow_api.id(2733226056533266)
,p_template_name=>'Required (Label Above)'
,p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" id="#LABEL_ID#" class="uRequired"><img src="#IMAGE_PREFIX#f_spacer.gif" alt="" class="uAsterisk" />'
,p_template_body2=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<span class="visuallyhidden">(#VALUE_REQUIRED#)</span></label>',
'<button class="uButton iconButton iconOnly altButton help itemHelpButton" onclick="uShowItemHelp(''#CURRENT_ITEM_NAME#'');return false;" id="hb_#CURRENT_ITEM_NAME#" type="button" title="#CURRENT_ITEM_HELP_LABEL#"><span><i></i></span></button>',
'<span class="uItemHelp" data-item-id="#CURRENT_ITEM_NAME#">#CURRENT_ITEM_HELP_TEXT#</span>',
'<div class="fieldControls">'))
,p_before_item=>'<div class="fieldContainer vertical" id="#CURRENT_ITEM_CONTAINER_ID#">'
,p_after_item=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</div>',
'</div>'))
,p_on_error_after_label=>'<span class="uLabelError">#ERROR_MESSAGE#</span>'
,p_theme_id=>25
,p_theme_class_id=>4
,p_translate_this_template=>'N'
);
end;
/
prompt --application/shared_components/user_interface/templates/breadcrumb
begin
wwv_flow_api.create_menu_template(
p_id=>wwv_flow_api.id(2466517326083009)
,p_name=>'Breadcrumb Menu'
,p_before_first=>'<ul>'
,p_current_page_option=>'<li class="active"><span>#NAME#</span></li> '
,p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li> '
,p_between_levels=>'<li class="uSeparator"><img src="#IMAGE_PREFIX#f_spacer.gif" class="uBreadcrumbSeparator" alt="" /></li> '
,p_after_last=>'</ul>'
,p_max_levels=>12
,p_start_with_node=>'PARENT_TO_LEAF'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_menu_template(
p_id=>wwv_flow_api.id(2466623883083009)
,p_name=>'Hierarchical Menu'
,p_before_first=>'<ul class="t1HierarchicalMenu">'
,p_current_page_option=>'<li class="t1current">#NAME#</li>'
,p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li>'
,p_after_last=>'</ul>'
,p_max_levels=>11
,p_start_with_node=>'CHILD_MENU'
,p_theme_id=>26
,p_theme_class_id=>2
,p_translate_this_template=>'N'
);
wwv_flow_api.create_menu_template(
p_id=>wwv_flow_api.id(2477406254086953)
,p_name=>'Breadcrumb'
,p_current_page_option=>'#NAME#'
,p_non_current_page_option=>'<a href="#LINK#">#NAME#</a>'
,p_between_levels=>' > '
,p_max_levels=>12
,p_start_with_node=>'PARENT_TO_LEAF'
,p_theme_id=>50
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_menu_template(
p_id=>wwv_flow_api.id(2734501000533266)
,p_name=>'Breadcrumb Menu'
,p_before_first=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<ul>',
'<li class="uStartCap"><span></span></li>'))
,p_current_page_option=>'<li class="active"><span>#NAME#</span></li> '
,p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li> '
,p_between_levels=>'<li class="uSeparator"><span></span></li>'
,p_after_last=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li class="uEndCap"><span></span></li>',
'</ul>'))
,p_max_levels=>12
,p_start_with_node=>'PARENT_TO_LEAF'
,p_theme_id=>25
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
end;
/
prompt --application/shared_components/user_interface/templates/popuplov
begin
wwv_flow_api.create_popup_lov_template(
p_id=>wwv_flow_api.id(2467013133083009)
,p_popup_icon=>'#IMAGE_PREFIX#f_spacer.gif'
,p_popup_icon_attr=>'alt="#LIST_OF_VALUES#" title="#LIST_OF_VALUES#" class="uPopupLOVIcon"'
,p_page_name=>'winlov'
,p_page_title=>'Search Dialog'
,p_page_html_head=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
'<title>#TITLE#</title>',
'#APEX_CSS#',
'#THEME_CSS#',
'#THEME_STYLE_CSS#',
'#APEX_JAVASCRIPT#',
'<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->',
'<link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_26/css/4_2.css?v=#APEX_VERSION#" type="text/css" media="all"/>',
'',
'</head>'))
,p_page_body_attr=>'class="uPopUpLOV"'
,p_before_field_text=>'<div class="uActionBar">'
,p_filter_width=>'20'
,p_filter_max_width=>'100'
,p_filter_text_attr=>'class="searchField"'
,p_find_button_text=>'Search'
,p_find_button_attr=>'class="smallButton"'
,p_close_button_text=>'Close'
,p_close_button_attr=>'class="smallButton hotButton"'
,p_next_button_text=>'Next >'
,p_next_button_attr=>'class="smallButton"'
,p_prev_button_text=>'< Previous'
,p_prev_button_attr=>'class="smallButton"'
,p_after_field_text=>'</div>'
,p_scrollbars=>'1'
,p_resizable=>'1'
,p_width=>'400'
,p_height=>'450'
,p_result_row_x_of_y=>'<div class="lovPagination">Row(s) #FIRST_ROW# - #LAST_ROW#</div>'
,p_result_rows_per_pg=>500
,p_before_result_set=>'<div class="lovLinks">'
,p_theme_id=>26
,p_theme_class_id=>1
,p_translate_this_template=>'N'
,p_after_result_set=>'</div>'
);
wwv_flow_api.create_popup_lov_template(
p_id=>wwv_flow_api.id(2477618324086953)
,p_popup_icon=>'#IMAGE_PREFIX#list.gif'
,p_popup_icon_attr=>'width=13 height=13 alt="#LIST_OF_VALUES#" title="#LIST_OF_VALUES#"'
,p_page_name=>'winlov'
,p_page_title=>'Search Dialog'
,p_page_html_head=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
'<title>#TITLE#</title>',
'#APEX_CSS#',
'#THEME_CSS#',
'#THEME_STYLE_CSS#',
'#APEX_JAVASCRIPT#',
'<link rel=stylesheet href=#IMAGE_PREFIX#platform2.css type=text/css>',
'',
'</head>'))
,p_page_body_attr=>'bgcolor=white OnLoad=first_field()'
,p_before_field_text=>' '
,p_page_heading_text=>'<link rel=stylesheet href=#IMAGE_PREFIX#platform2.css type=text/css><style>a:link { color:#336699; text-decoration:none; padding:2px;} a:visited { color:#336699; text-decoration:none;} a:hover { color:red; text-decoration:underline;} body { font-fami'
||'ly:arial; background-color:#ffffff;} </style>'
,p_page_footer_text=>'</center></td></tr></table>'
,p_filter_width=>'20'
,p_filter_max_width=>'100'
,p_find_button_text=>'Search'
,p_close_button_text=>'Close'
,p_next_button_text=>'Next'
,p_prev_button_text=>'Previous'
,p_after_field_text=>'</div><br />'
,p_scrollbars=>'1'
,p_resizable=>'1'
,p_width=>'400'
,p_height=>'450'
,p_result_row_x_of_y=>'Row(s) #FIRST_ROW# - #LAST_ROW#'
,p_result_rows_per_pg=>10
,p_theme_id=>50
,p_theme_class_id=>1
,p_translate_this_template=>'N'
);
wwv_flow_api.create_popup_lov_template(
p_id=>wwv_flow_api.id(2734723468533268)
,p_popup_icon=>'#IMAGE_PREFIX#f_spacer.gif'
,p_popup_icon_attr=>'alt="#LIST_OF_VALUES#" title="#LIST_OF_VALUES#" class="uPopupLOVIcon"'
,p_page_name=>'winlov'
,p_page_title=>'Search Dialog'
,p_page_html_head=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<html lang="&BROWSER_LANGUAGE.">',
'<head>',
'<title>#TITLE#</title>',
'#APEX_CSS#',
'#THEME_CSS#',
'#THEME_STYLE_CSS#',
'#APEX_JAVASCRIPT#',
'<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />',
'<link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">',
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_25/css/4_2.css" type="text/css" media="all"/>',
'',
'</head>'))
,p_page_body_attr=>'class="uPopUpLOV"'
,p_before_field_text=>'<div class="uActionBar">'
,p_filter_width=>'20'
,p_filter_max_width=>'100'
,p_filter_text_attr=>'class="searchField"'
,p_find_button_text=>'Search'
,p_find_button_attr=>'class="lovButton hotButton"'
,p_close_button_text=>'Close'
,p_close_button_attr=>'class="lovButton"'
,p_next_button_text=>'Next >'
,p_next_button_attr=>'class="lovButton"'
,p_prev_button_text=>'< Previous'
,p_prev_button_attr=>'class="lovButton"'
,p_after_field_text=>'</div>'
,p_scrollbars=>'1'
,p_resizable=>'1'
,p_width=>'400'
,p_height=>'450'
,p_result_row_x_of_y=>'<div class="lovPagination">Row(s) #FIRST_ROW# - #LAST_ROW#</div>'
,p_result_rows_per_pg=>500
,p_before_result_set=>'<div class="lovLinks">'
,p_theme_id=>25
,p_theme_class_id=>1
,p_translate_this_template=>'N'
,p_after_result_set=>'</div>'
);
end;
/
prompt --application/shared_components/user_interface/templates/calendar
begin
wwv_flow_api.create_calendar_template(
p_id=>wwv_flow_api.id(2466720861083009)
,p_cal_template_name=>'Calendar'
,p_day_of_week_format=>'<th valign="bottom" class="DayOfWeek">#IDAY#</th>'
,p_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarAlternative1Holder"> ',
' <tr>',
' <td class="MonthTitle">#IMONTH# #YYYY#</td>',
' </tr>',
' <tr>',
' <td>'))
,p_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="CalendarAlternative1">'
,p_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table></td>',
'</tr>',
'</table>',
''))
,p_day_title_format=>'<div class="DayTitle">#DD#</div>'
,p_day_open_format=>'<td class="Day" valign="top" height="100" height="100">#TITLE_FORMAT##DATA#'
,p_day_close_format=>'</td>'
,p_today_open_format=>'<td valign="top" class="Today">#TITLE_FORMAT##DATA#'
,p_weekend_title_format=>'<div class="WeekendDayTitle">#DD#</div>'
,p_weekend_open_format=>'<td valign="top" class="WeekendDay">#TITLE_FORMAT##DATA#'
,p_weekend_close_format=>'</td>'
,p_nonday_title_format=>'<div class="NonDayTitle">#DD#</div>'
,p_nonday_open_format=>'<td class="NonDay" valign="top">'
,p_nonday_close_format=>'</td>'
,p_week_open_format=>'<tr>'
,p_week_close_format=>'</tr> '
,p_daily_title_format=>'<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'
,p_daily_open_format=>'<tr>'
,p_daily_close_format=>'</tr>'
,p_weekly_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="WeekCalendarAlternative1Holder">',
'<tr>',
'<td class="MonthTitle">#WTITLE#</td>',
'</tr>',
'<tr>',
'<td>'))
,p_weekly_day_of_week_format=>'<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>'
,p_weekly_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="WeekCalendarAlternative1">'
,p_weekly_month_close_format=>'</table></td></tr></table>'
,p_weekly_day_open_format=>'<td class="Day" valign="top">'
,p_weekly_day_close_format=>'<br /></td>'
,p_weekly_today_open_format=>'<td class="Today" valign="top">'
,p_weekly_weekend_open_format=>'<td valign="top" class="NonDay">'
,p_weekly_weekend_close_format=>'<br /></td>'
,p_weekly_time_open_format=>'<th class="Hour">'
,p_weekly_time_close_format=>'<br /></th>'
,p_weekly_time_title_format=>'#TIME#'
,p_weekly_hour_open_format=>'<tr>'
,p_weekly_hour_close_format=>'</tr>'
,p_daily_day_of_week_format=>'<th class="DayOfWeek">#IDAY# #DD#/#MM#</th>'
,p_daily_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="DayCalendarAlternative1Holder"> <tr><td class="MonthTitle">#IMONTH# #DD#, #YYYY#</td></tr><tr><td>',
''))
,p_daily_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="DayCalendarAlternative1">'
,p_daily_month_close_format=>'</table></td> </tr> </table>'
,p_daily_day_open_format=>'<td valign="top" class="Day">'
,p_daily_day_close_format=>'<br /></td>'
,p_daily_today_open_format=>'<td valign="top" class="Today">'
,p_daily_time_open_format=>'<th class="Hour">'
,p_daily_time_close_format=>'<br /></th>'
,p_daily_time_title_format=>'#TIME#'
,p_daily_hour_open_format=>'<tr>'
,p_daily_hour_close_format=>'</tr>'
,p_month_data_format=>'#DAYS#'
,p_month_data_entry_format=>'#DATA#'
,p_theme_id=>26
,p_theme_class_id=>1
);
wwv_flow_api.create_calendar_template(
p_id=>wwv_flow_api.id(2466807754083009)
,p_cal_template_name=>'Calendar - Alternative'
,p_day_of_week_format=>'<th class="DayOfWeek">#IDAY#</th>'
,p_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarHolder"> ',
' <tr>',
' <td class="MonthTitle">#IMONTH# #YYYY#</td>',
' </tr>',
' <tr>',
' <td>'))
,p_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="Calendar">'
,p_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table></td>',
'</tr>',
'</table>',
''))
,p_day_title_format=>'<div class="DayTitle">#DD#</div>'
,p_day_open_format=>'<td class="Day" valign="top">#TITLE_FORMAT##DATA#'
,p_day_close_format=>'</td>'
,p_today_open_format=>'<td valign="top" class="Today">#TITLE_FORMAT##DATA#'
,p_weekend_title_format=>'<div class="WeekendDayTitle">#DD#</div>'
,p_weekend_open_format=>'<td valign="top" class="WeekendDay">#TITLE_FORMAT##DATA#'
,p_weekend_close_format=>'</td>'
,p_nonday_title_format=>'<div class="NonDayTitle">#DD#</div>'
,p_nonday_open_format=>'<td class="NonDay" valign="top">'
,p_nonday_close_format=>'</td>'
,p_week_open_format=>'<tr>'
,p_week_close_format=>'</tr> '
,p_daily_title_format=>'<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'
,p_daily_open_format=>'<tr>'
,p_daily_close_format=>'</tr>'
,p_weekly_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="WeekCalendarHolder">',
'<tr>',
'<td class="MonthTitle" id="test">#WTITLE#</td>',
'</tr>',
'<tr>',
'<td>'))
,p_weekly_day_of_week_format=>'<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>'
,p_weekly_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="WeekCalendar">'
,p_weekly_month_close_format=>'</table></td></tr></table>'
,p_weekly_day_open_format=>'<td class="Day" valign="top">'
,p_weekly_day_close_format=>'<br /></td>'
,p_weekly_today_open_format=>'<td class="Today" valign="top">'
,p_weekly_weekend_open_format=>'<td valign="top" class="NonDay">'
,p_weekly_weekend_close_format=>'<br /></td>'
,p_weekly_time_open_format=>'<th class="Hour">'
,p_weekly_time_close_format=>'<br /></th>'
,p_weekly_time_title_format=>'#TIME#'
,p_weekly_hour_open_format=>'<tr>'
,p_weekly_hour_close_format=>'</tr>'
,p_daily_day_of_week_format=>'<th class="DayOfWeek">#IDAY# #DD#/#MM#</th>'
,p_daily_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>',
''))
,p_daily_month_open_format=>'<table border="0" cellpadding="2" cellspacing="0" summary="0" class="DayCalendar">'
,p_daily_month_close_format=>'</table></td> </tr> </table>'
,p_daily_day_open_format=>'<td valign="top" class="Day">'
,p_daily_day_close_format=>'<br /></td>'
,p_daily_today_open_format=>'<td valign="top" class="Today">'
,p_daily_time_open_format=>'<th class="Hour">'
,p_daily_time_close_format=>'<br /></th>'
,p_daily_time_title_format=>'#TIME#'
,p_daily_hour_open_format=>'<tr>'
,p_daily_hour_close_format=>'</tr>'
,p_month_data_format=>'#DAYS#'
,p_month_data_entry_format=>'#DATA#'
,p_theme_id=>26
,p_theme_class_id=>2
);
wwv_flow_api.create_calendar_template(
p_id=>wwv_flow_api.id(2466921143083009)
,p_cal_template_name=>'Small Calendar'
,p_day_of_week_format=>'<th scope="col">#DY#</th>'
,p_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table class="uCalendarSmall" summary="#IMONTH# #YYYY#">',
' <caption>#IMONTH# #YYYY#</caption>'))
,p_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' </tbody>',
'</table>'))
,p_day_title_format=>'#DD#'
,p_day_open_format=>'<td>#TITLE_FORMAT##DATA#'
,p_day_close_format=>'</td>'
,p_today_open_format=>'<td class="today">#TITLE_FORMAT##DATA#'
,p_weekend_title_format=>'#DD#'
,p_weekend_open_format=>'<td class="weekend">#TITLE_FORMAT##DATA#'
,p_weekend_close_format=>'</td>'
,p_nonday_title_format=>'#DD#'
,p_nonday_open_format=>'<td class="inactive">'
,p_nonday_close_format=>'</td>'
,p_week_open_format=>'<tr>'
,p_week_close_format=>'</tr> '
,p_daily_title_format=>'<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'
,p_daily_open_format=>'<tr>'
,p_daily_close_format=>'</tr>'
,p_weekly_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="SmallWeekCalendarHolder">',
'<tr>',
'<td class="MonthTitle" id="test">#WTITLE#</td>',
'</tr>',
'<tr>',
'<td>'))
,p_weekly_day_of_week_format=>'<th class="DayOfWeek">#DY#<br />#MM#/#DD#</th>'
,p_weekly_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="SmallWeekCalendar">'
,p_weekly_month_close_format=>'</table></td></tr></table>'
,p_weekly_day_open_format=>'<td class="Day" valign="top"><div class="inner">'
,p_weekly_day_close_format=>'</div></td>'
,p_weekly_today_open_format=>'<td class="t1Today" valign="top"><div class="inner">'
,p_weekly_weekend_open_format=>'<td valign="top" class="NonDay"><div class="inner">'
,p_weekly_weekend_close_format=>'</div></td>'
,p_weekly_time_open_format=>'<th class="Hour">'
,p_weekly_time_close_format=>'<br /></th>'
,p_weekly_time_title_format=>'#TIME#'
,p_weekly_hour_open_format=>'<tr>'
,p_weekly_hour_close_format=>'</tr>'
,p_daily_day_of_week_format=>'<th class="DayOfWeek">#DY# #DD#/#MM#</th>'
,p_daily_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table cellspacing="0" cellpadding="0" border="0" summary="" class="SmallDayCalendarHolder"> <tr> <td class="MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr><tr><td>',
''))
,p_daily_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="0" class="SmallDayCalendar">'
,p_daily_month_close_format=>'</table></td></tr></table>'
,p_daily_day_open_format=>'<td valign="top" class="Day">'
,p_daily_day_close_format=>'<br /></td>'
,p_daily_today_open_format=>'<td valign="top" class="Today">'
,p_daily_time_open_format=>'<th class="Hour">'
,p_daily_time_close_format=>'<br /></th>'
,p_daily_time_title_format=>'#TIME#'
,p_daily_hour_open_format=>'<tr>'
,p_daily_hour_close_format=>'</tr>'
,p_month_data_format=>'#DAYS#'
,p_month_data_entry_format=>'#DATA#'
,p_theme_id=>26
,p_theme_class_id=>3
);
wwv_flow_api.create_calendar_template(
p_id=>wwv_flow_api.id(2477521241086953)
,p_cal_template_name=>'Basic Calendar'
,p_day_of_week_format=>'<th scope="col" class="m-DayOfWeek">#IDY#</th>'
,p_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table summary="#CALENDAR_TITLE# #IMONTH# #YYYY#" class="m-Calendar" id="calendar_month_#REGION_STATIC_ID#" data-enhance=false>',
'<tr><th scope="colgroup" class="m-MonthTitle" colspan="7" >#IMONTH# #YYYY#</th></tr>',
''))
,p_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<tr><td colspan="7">',
'<div id="calendar_day_details_#REGION_STATIC_ID#"></div>',
'</td>',
'</tr>',
'</table>',
'<script>',
'apex.jQuery( "##PAGE_STATIC_ID#" ).on( "pageinit", function() {',
'',
' // Initialize calendar data as list view as soon as that section has been refreshed',
' // Use Swipe Left and Right to go to the next or previous month',
' apex.jQuery( "##REGION_STATIC_ID#", apex.gPageContext$ )',
' .on( "apexafterrefresh", function() {',
' apex.jQuery( "#calendar_month_#REGION_STATIC_ID#", apex.gPageContext$ )',
' .find( "[data-role=''listview'']")',
' .listview(); })',
' .on( "swipeleft", function() {',
' apex.widget.calendar.ajax_calendar(''S'', ''next''); } )',
' .on( "swiperight", function() {',
' apex.widget.calendar.ajax_calendar(''S'', ''previous''); } );',
'',
' // Load calendar data of date if it''s tapped',
' apex.jQuery( "##REGION_STATIC_ID#", apex.gPageContext$ ).on( "tap", "#calendar_month_#REGION_STATIC_ID# td[class*=m-]", function () {',
' var lDate = apex.jQuery( this ).data( "date" ),',
' lDetails$ = apex.jQuery( "#calendar_day_details_#REGION_STATIC_ID#", apex.gPageContext$ );',
' apex.jQuery(".apex-calendar-today-has-data")',
' .addClass(''apex-calendar-has-data'')',
' .removeClass("apex-calendar-today-has-data");',
' apex.jQuery( ".m-Today" )',
' .addClass("m-Day")',
' .removeClass( "m-Today" );',
' apex.jQuery( this ).addClass( "m-Today" );',
'',
' apex.widget.calendar.getDayData( "#REGION_STATIC_ID#", lDate, {',
' clear: function() {',
' lDetails$.empty();',
' },',
' success: function( pData ) {',
' lDetails$.html( pData );',
' }',
' });',
' });',
'',
' // New calendar entries can be added with tab and hold',
' apex.jQuery( "##REGION_STATIC_ID#", apex.gPageContext$ ).on( "taphold", "#calendar_month_#REGION_STATIC_ID# td[class*=m-]", function (e) {',
' apex.widget.calendar.ajaxAddData(e);',
' });',
'',
' // Get the data of the current day as soon as the page gets displayed',
' apex.jQuery( "##PAGE_STATIC_ID#" ).on( "pageshow", function() {',
' var lDetails$ = apex.jQuery( "#calendar_day_details_#REGION_STATIC_ID#", apex.gPageContext$ );',
' apex.jQuery( ".m-Today", apex.gPageContext$ )',
' .addClass( "m-Day" )',
' .removeClass( "m-Today" );',
' apex.jQuery( "#calendar_month_#REGION_STATIC_ID#", apex.gPageContext$ )',
' .find( "td[data-date=#CURRENT_DATE#]" )',
' .addClass( "m-Today" );',
' apex.widget.calendar.getDayData( "#REGION_STATIC_ID#", "#CURRENT_DATE#", {',
' clear: function() {',
' lDetails$.empty();',
' },',
' success: function( pData ) {',
' lDetails$.html( pData );',
' }',
' });',
' });',
'',
'});',
'</script>'))
,p_day_title_format=>'<div class="content-primary" class="m-DayTitle">#DD#</div>'
,p_day_open_format=>'<td class="m-Day #HAS_DATA#" data-date="#CANONICAL_DATE#">#TITLE_FORMAT#'
,p_day_close_format=>'</td>'
,p_today_open_format=>'<td class="m-Today #HAS_DATA#" data-date="#CANONICAL_DATE#">#TITLE_FORMAT#'
,p_weekend_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="content-primary" class="m-WeekendDayTitle">#DD#</div>',
''))
,p_weekend_open_format=>'<td class="m-WeekendDay #HAS_DATA#" data-date="#CANONICAL_DATE#">#TITLE_FORMAT#'
,p_weekend_close_format=>'</td>'
,p_nonday_title_format=>'<div class="content-primary" class="m-NonDayTitle">#DD#</div>'
,p_nonday_open_format=>'<td class="m-NonDay" data-date="#CANONICAL_DATE#">'
,p_nonday_close_format=>'</td>'
,p_week_open_format=>'<tr>'
,p_week_close_format=>'</tr> '
,p_weekly_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table summary="#CALENDAR_TITLE# #START_DL# - #END_DL#" class="m-WeekCalendar">',
' <tr>',
' <th scope="colgroup" class="m-monthTitle" colspan="7" >#WTITLE#</th>',
' </tr>'))
,p_weekly_day_of_week_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<th scope="col" class="m-DayOfWeek" >#IDY# #MM#/#DD#</th>',
''))
,p_weekly_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table>',
'<script>',
' // register a delegated event on the table listening for all taphold in TD''s',
' apex.jQuery( "##REGION_STATIC_ID#" ).on( "taphold", "td[class^=m-]", function (e) {',
' apex.widget.calendar.ajaxAddData(e);',
' });',
'</script>'))
,p_weekly_day_open_format=>'<td class="m-Day">'
,p_weekly_day_close_format=>'</td>'
,p_weekly_today_open_format=>'<td class="m-Today">'
,p_weekly_weekend_open_format=>'<td class="m-NonDay">'
,p_weekly_weekend_close_format=>'</td>'
,p_weekly_time_open_format=>'<th scope="row" class="m-hour">'
,p_weekly_time_close_format=>'</th>'
,p_weekly_time_title_format=>'#TIME#'
,p_weekly_hour_open_format=>'<tr rowspan="2">'
,p_weekly_hour_close_format=>'</tr>'
,p_daily_day_of_week_format=>'<th scope="col" class="m-DayOfWeek">#IDAY# #DD# #IMONTH# #YYYY#</th>'
,p_daily_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<table summary="#CALENDAR_TITLE# #START_DL#" class="m-DayCalendar"><tr>',
''))
,p_daily_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table>',
'<script>',
' // register a delegated event on the table listening for all taphold in TD''s',
' apex.jQuery( "##REGION_STATIC_ID#" ).on( "taphold", "td[class^=m-]", function (e) {',
' apex.widget.calendar.ajaxAddData(e);',
' });',
'</script>'))
,p_daily_day_open_format=>'<td class="m-Day">'
,p_daily_day_close_format=>'</td>'
,p_daily_today_open_format=>'<td class="m-ToDay">'
,p_daily_time_open_format=>'<th scope="row" class="m-hour">'
,p_daily_time_close_format=>'</th>'
,p_daily_time_title_format=>'#TIME#'
,p_daily_hour_open_format=>'<tr rowspan="2" >'
,p_daily_hour_close_format=>'</tr>'
,p_agenda_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<ul data-role="listview">',
'#DAYS#',
'</ul>',
''))
,p_agenda_past_day_format=>'<li data-role="list-divider" data-theme="d">#IDAY# #IMONTH# #DD# #YYYY#</li>'
,p_agenda_today_day_format=>'<li data-role="list-divider" data-theme="b">#IDAY# #IMONTH# #DD# #YYYY#</li>'
,p_agenda_future_day_format=>'<li data-role="list-divider" >#IDAY# #IMONTH# #DD# #YYYY#</li>'
,p_agenda_past_entry_format=>'<li >#DATA#<p class="ui-li-aside">#TIME#</p></li>'
,p_agenda_today_entry_format=>'<li >#DATA#<p class="ui-li-aside">#TIME#</p></li>'
,p_agenda_future_entry_format=>'<li >#DATA#<p class="ui-li-aside">#TIME#</p></li>'
,p_month_data_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<ul id="listview_#REGION_STATIC_ID#" data-role="listview" data-inset="true" data-theme="c">#DAYS#</ul>',
''))
,p_month_data_entry_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<li align="left" >#LINK##DATA#<p class="ui-li-aside">#TIME#</p></li>',
' '))
,p_theme_id=>50
,p_theme_class_id=>1
);
wwv_flow_api.create_calendar_template(
p_id=>wwv_flow_api.id(2734626387533267)
,p_cal_template_name=>'Calendar'
,p_day_of_week_format=>'<th id="#DY#" scope="col" class="uCalDayCol">#IDAY#</th>'
,p_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uCal">',
'<h1 class="uMonth">#IMONTH# <span>#YYYY#</span></h1>'))
,p_month_open_format=>'<table class="uCal" cellpadding="0" cellspacing="0" border="0" summary="#IMONTH# #YYYY#">'
,p_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table>',
'<div class="uCalFooter"></div>',
'</div>',
''))
,p_day_title_format=>'<span class="uDayTitle">#DD#</span>'
,p_day_open_format=>'<td class="uDay" headers="#DY#">#TITLE_FORMAT#<div class="uDayData">#DATA#</div>'
,p_day_close_format=>'</td>'
,p_today_open_format=>'<td class="uDay today" headers="#DY#">#TITLE_FORMAT#<div class="uDayData">#DATA#</div>'
,p_weekend_title_format=>'<span class="uDayTitle weekendday">#DD#</span>'
,p_weekend_open_format=>'<td class="uDay" headers="#DY#">#TITLE_FORMAT#<div class="uDayData">#DATA#</div>'
,p_weekend_close_format=>'</td>'
,p_nonday_title_format=>'<span class="uDayTitle">#DD#</span>'
,p_nonday_open_format=>'<td class="uDay nonday" headers="#DY#">'
,p_nonday_close_format=>'</td>'
,p_week_open_format=>'<tr>'
,p_week_close_format=>'</tr> '
,p_daily_title_format=>'<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'
,p_daily_open_format=>'<tr>'
,p_daily_close_format=>'</tr>'
,p_weekly_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uCal uCalWeekly">',
'<h1 class="uMonth">#WTITLE#</h1>'))
,p_weekly_day_of_week_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<th scope="col" class="aCalDayCol" id="#DY#">',
' <span class="visible-desktop">#DD# #IDAY#</span>',
' <span class="hidden-desktop">#DD# <em>#IDY#</em></span>',
'</th>'))
,p_weekly_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="#CALENDAR_TITLE# #START_DL# - #END_DL#" class="uCal">'
,p_weekly_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table>',
'<div class="uCalFooter"></div>',
'</div>'))
,p_weekly_day_open_format=>'<td class="uDay" headers="#DY#"><div class="uDayData">'
,p_weekly_day_close_format=>'</div></td>'
,p_weekly_today_open_format=>'<td class="uDay today" headers="#DY#"><div class="uDayData">'
,p_weekly_weekend_open_format=>'<td class="uDay weekend" headers="#DY#"><div class="uDayData">'
,p_weekly_weekend_close_format=>'</div></td>'
,p_weekly_time_open_format=>'<th scope="row" class="uCalHour">'
,p_weekly_time_close_format=>'</th>'
,p_weekly_time_title_format=>'#TIME#'
,p_weekly_hour_open_format=>'<tr>'
,p_weekly_hour_close_format=>'</tr>'
,p_daily_day_of_week_format=>'<th scope="col" id="#DY#" class="aCalDayCol">#IDAY#</th>'
,p_daily_month_title_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<div class="uCal uCalWeekly uCalDaily">',
'<h1 class="uMonth">#IMONTH# #DD#, #YYYY#</h1>'))
,p_daily_month_open_format=>'<table border="0" cellpadding="0" cellspacing="0" summary="#CALENDAR_TITLE# #START_DL#" class="uCal">'
,p_daily_month_close_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'</table>',
'<div class="uCalFooter"></div>',
'</div>'))
,p_daily_day_open_format=>'<td class="uDay" headers="#DY#"><div class="uDayData">'
,p_daily_day_close_format=>'</div></td>'
,p_daily_today_open_format=>'<td class="uDay today" headers="#DY#"><div class="uDayData">'
,p_daily_time_open_format=>'<th scope="row" class="uCalHour" id="#TIME#">'
,p_daily_time_close_format=>'</th>'
,p_daily_time_title_format=>'#TIME#'
,p_daily_hour_open_format=>'<tr>'
,p_daily_hour_close_format=>'</tr>'
,p_agenda_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<ul class="listCalendar">',
' <li class="monthHeader">',
' <h1>#IMONTH# #YYYY#</h1>',
' </li>',
' #DAYS#',
' <li class="listEndCap"></li>',
'</ul>'))
,p_agenda_past_day_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="dayHeader past">',
' <h2>#IDAY# <span>#IMONTH# #DD#</span></h2>',
' </li>'))
,p_agenda_today_day_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="dayHeader today">',
' <h2>#IDAY# <span>#IMONTH# #DD#</span></h2>',
' </li>'))
,p_agenda_future_day_format=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
' <li class="dayHeader future">',
' <h2>#IDAY# <span>#IMONTH# #DD#</span></h2>',
' </li>'))
,p_agenda_past_entry_format=>' <li class="dayData past">#DATA#</li>'
,p_agenda_today_entry_format=>' <li class="dayData today">#DATA#</li>'
,p_agenda_future_entry_format=>' <li class="dayData future">#DATA#</li>'
,p_month_data_format=>'#DAYS#'
,p_month_data_entry_format=>'#DATA#'
,p_theme_id=>25
,p_theme_class_id=>1
);
end;
/
prompt --application/shared_components/user_interface/themes
begin
wwv_flow_api.create_theme(
p_id=>wwv_flow_api.id(2467113369083009)
,p_theme_id=>26
,p_theme_name=>'Productivity Applications'
,p_ui_type_name=>'DESKTOP'
,p_navigation_type=>'T'
,p_nav_bar_type=>'NAVBAR'
,p_is_locked=>false
,p_default_page_template=>wwv_flow_api.id(2457304335083006)
,p_error_template=>wwv_flow_api.id(2456806166083006)
,p_printer_friendly_template=>wwv_flow_api.id(2457806467083006)
,p_breadcrumb_display_point=>'REGION_POSITION_01'
,p_sidebar_display_point=>'REGION_POSITION_02'
,p_login_template=>wwv_flow_api.id(2456405180083005)
,p_default_button_template=>wwv_flow_api.id(2465509033083008)
,p_default_region_template=>wwv_flow_api.id(2460807115083007)
,p_default_chart_template=>wwv_flow_api.id(2459223175083007)
,p_default_form_template=>wwv_flow_api.id(2459530225083007)
,p_default_reportr_template=>wwv_flow_api.id(2460807115083007)
,p_default_tabform_template=>wwv_flow_api.id(2460807115083007)
,p_default_wizard_template=>wwv_flow_api.id(2461601540083008)
,p_default_menur_template=>wwv_flow_api.id(2458806754083007)
,p_default_listr_template=>wwv_flow_api.id(2459108015083007)
,p_default_irr_template=>wwv_flow_api.id(2459924903083007)
,p_default_report_template=>wwv_flow_api.id(2462505808083008)
,p_default_label_template=>wwv_flow_api.id(2465118788083008)
,p_default_menu_template=>wwv_flow_api.id(2466517326083009)
,p_default_calendar_template=>wwv_flow_api.id(2466720861083009)
,p_default_list_template=>wwv_flow_api.id(2464621445083008)
,p_default_option_label=>wwv_flow_api.id(2465205325083008)
,p_default_required_label=>wwv_flow_api.id(2465425775083008)
,p_default_page_transition=>'NONE'
,p_default_popup_transition=>'NONE'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(26),'')
,p_css_file_urls=>'#IMAGE_PREFIX#legacy_ui/css/5.0#MIN#.css?v=#APEX_VERSION#'
);
wwv_flow_api.create_theme(
p_id=>wwv_flow_api.id(2477818026086953)
,p_theme_id=>50
,p_theme_name=>'jQuery Mobile Smartphone'
,p_ui_type_name=>'JQM_SMARTPHONE'
,p_navigation_type=>'T'
,p_nav_bar_type=>'NAVBAR'
,p_is_locked=>false
,p_default_page_template=>wwv_flow_api.id(2547304515018617)
,p_error_template=>wwv_flow_api.id(2469704710086951)
,p_printer_friendly_template=>wwv_flow_api.id(2469704710086951)
,p_default_button_template=>wwv_flow_api.id(2477232545086953)
,p_default_region_template=>wwv_flow_api.id(2474124573086952)
,p_default_chart_template=>wwv_flow_api.id(2474124573086952)
,p_default_form_template=>wwv_flow_api.id(2474124573086952)
,p_default_reportr_template=>wwv_flow_api.id(2474702388086952)
,p_default_tabform_template=>wwv_flow_api.id(2474124573086952)
,p_default_wizard_template=>wwv_flow_api.id(2474124573086952)
,p_default_irr_template=>wwv_flow_api.id(2474124573086952)
,p_default_report_template=>wwv_flow_api.id(2475020722086952)
,p_default_label_template=>wwv_flow_api.id(2476618626086952)
,p_default_calendar_template=>wwv_flow_api.id(2477521241086953)
,p_default_list_template=>wwv_flow_api.id(2475929935086952)
,p_default_option_label=>wwv_flow_api.id(2476618626086952)
,p_default_header_template=>wwv_flow_api.id(2473503379086952)
,p_default_footer_template=>wwv_flow_api.id(2472916939086952)
,p_default_required_label=>wwv_flow_api.id(2476707251086953)
,p_default_page_transition=>'SLIDE'
,p_default_popup_transition=>'POP'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(50),'')
);
wwv_flow_api.create_theme(
p_id=>wwv_flow_api.id(2734907738533270)
,p_theme_id=>25
,p_theme_name=>'Blue Responsive'
,p_ui_type_name=>'DESKTOP'
,p_navigation_type=>'T'
,p_nav_bar_type=>'NAVBAR'
,p_is_locked=>false
,p_default_page_template=>wwv_flow_api.id(2694219533533252)
,p_error_template=>wwv_flow_api.id(2679901673533248)
,p_printer_friendly_template=>wwv_flow_api.id(2703827325533254)
,p_breadcrumb_display_point=>'REGION_POSITION_01'
,p_sidebar_display_point=>'REGION_POSITION_02'
,p_login_template=>wwv_flow_api.id(2674316246533241)
,p_default_button_template=>wwv_flow_api.id(2733318981533266)
,p_default_region_template=>wwv_flow_api.id(2723424425533261)
,p_default_chart_template=>wwv_flow_api.id(2723424425533261)
,p_default_form_template=>wwv_flow_api.id(2720524976533260)
,p_default_reportr_template=>wwv_flow_api.id(2723424425533261)
,p_default_tabform_template=>wwv_flow_api.id(2723424425533261)
,p_default_wizard_template=>wwv_flow_api.id(2720524976533260)
,p_default_menur_template=>wwv_flow_api.id(2719021137533260)
,p_default_listr_template=>wwv_flow_api.id(2723424425533261)
,p_default_irr_template=>wwv_flow_api.id(2721831559533261)
,p_default_report_template=>wwv_flow_api.id(2726913938533263)
,p_default_label_template=>wwv_flow_api.id(2732804309533265)
,p_default_menu_template=>wwv_flow_api.id(2734501000533266)
,p_default_calendar_template=>wwv_flow_api.id(2734626387533267)
,p_default_list_template=>wwv_flow_api.id(2731727258533265)
,p_default_option_label=>wwv_flow_api.id(2732804309533265)
,p_default_required_label=>wwv_flow_api.id(2733110662533266)
,p_default_page_transition=>'NONE'
,p_default_popup_transition=>'NONE'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(25),'')
,p_css_file_urls=>'#IMAGE_PREFIX#legacy_ui/css/5.0#MIN#.css?v=#APEX_VERSION#'
);
end;
/
prompt --application/shared_components/user_interface/theme_style
begin
null;
end;
/
prompt --application/shared_components/user_interface/theme_files
begin
null;
end;
/
prompt --application/shared_components/user_interface/theme_display_points
begin
null;
end;
/
prompt --application/shared_components/user_interface/template_opt_groups
begin
null;
end;
/
prompt --application/shared_components/user_interface/template_options
begin
null;
end;
/
prompt --application/shared_components/logic/build_options
begin
null;
end;
/
prompt --application/shared_components/globalization/language
begin
null;
end;
/
prompt --application/shared_components/globalization/translations
begin
null;
end;
/
prompt --application/shared_components/globalization/messages
begin
null;
end;
/
prompt --application/shared_components/globalization/dyntranslations
begin
null;
end;
/
prompt --application/shared_components/user_interface/shortcuts
begin
wwv_flow_api.create_shortcut(
p_id=>wwv_flow_api.id(2570117197076619)
,p_shortcut_name=>'DELETE_CONFIRM_MSG'
,p_shortcut_type=>'TEXT_ESCAPE_JS'
,p_shortcut=>'Would you like to perform this delete action?'
);
end;
/
prompt --application/shared_components/security/authentications
begin
wwv_flow_api.create_authentication(
p_id=>wwv_flow_api.id(2467419895083009)
,p_name=>'Application Express Authentication'
,p_scheme_type=>'NATIVE_APEX_ACCOUNTS'
,p_invalid_session_type=>'LOGIN'
,p_use_secure_cookie_yn=>'N'
,p_ras_mode=>0
);
end;
/
prompt --application/ui_types
begin
null;
end;
/
prompt --application/user_interfaces
begin
wwv_flow_api.create_user_interface(
p_id=>wwv_flow_api.id(2467207517083009)
,p_ui_type_name=>'DESKTOP'
,p_display_name=>'Desktop'
,p_display_seq=>10
,p_use_auto_detect=>false
,p_is_default=>true
,p_theme_id=>25
,p_home_url=>'f?p=&APP_ID.:1:&SESSION.'
,p_login_url=>'f?p=&APP_ID.:LOGIN:&SESSION.'
,p_global_page_id=>0
,p_nav_list_template_options=>'#DEFAULT#'
,p_javascript_file_urls=>'/i/custom/sage_theme/js/sageTrain.js'
,p_include_legacy_javascript=>true
,p_include_jquery_migrate=>true
,p_nav_bar_type=>'NAVBAR'
,p_nav_bar_template_options=>'#DEFAULT#'
);
wwv_flow_api.create_user_interface(
p_id=>wwv_flow_api.id(2478115682086953)
,p_ui_type_name=>'JQM_SMARTPHONE'
,p_display_name=>'JQM'
,p_display_seq=>20
,p_use_auto_detect=>true
,p_is_default=>false
,p_theme_id=>50
,p_home_url=>'f?p=&APP_ID.:HOME_JQM:&SESSION.'
,p_login_url=>'f?p=&APP_ID.:LOGIN_JQM:&SESSION.'
,p_global_page_id=>999
,p_nav_list_template_options=>'#DEFAULT#'
,p_javascript_file_urls=>'/i/custom/sage_theme/js/sageTrain.js'
,p_include_legacy_javascript=>true
,p_include_jquery_migrate=>true
,p_nav_bar_type=>'NAVBAR'
,p_nav_bar_template_options=>'#DEFAULT#'
);
end;
/
prompt --application/user_interfaces/combined_files
begin
null;
end;
/
prompt --application/pages/page_00000
begin
wwv_flow_api.create_page(
p_id=>0
,p_user_interface_id=>wwv_flow_api.id(2467207517083009)
,p_name=>'Global Page - Desktop'
,p_alias=>'GLOBAL'
,p_page_mode=>'NORMAL'
,p_step_title=>'Global'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'NO_FIRST_ITEM'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_protection_level=>'D'
,p_cache_mode=>'NOCACHE'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192903'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2846117677028503)
,p_plug_name=>'CSS'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'AFTER_HEADER'
,p_plug_source=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'<style>',
'</style>'))
,p_plug_query_row_template=>1
,p_plug_query_headings_type=>'QUERY_COLUMNS'
,p_plug_query_num_rows_type=>'NEXT_PREVIOUS_LINKS'
,p_plug_query_show_nulls_as=>' - '
,p_pagination_display_position=>'BOTTOM_RIGHT'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
end;
/
prompt --application/pages/page_00999
begin
wwv_flow_api.create_page(
p_id=>999
,p_user_interface_id=>wwv_flow_api.id(2478115682086953)
,p_name=>'Global Page (Mobile)'
,p_alias=>'GLOBAL_JQM'
,p_page_mode=>'NORMAL'
,p_step_title=>'Global Page'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'NO_FIRST_ITEM'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_protection_level=>'D'
,p_cache_mode=>'NOCACHE'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192824'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2482007547086955)
,p_plug_name=>'Header'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2473503379086952)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'REGION_POSITION_01'
,p_plug_query_row_template=>1
,p_plug_display_condition_type=>'CURRENT_PAGE_NOT_IN_CONDITION'
,p_plug_display_when_condition=>'1001'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
,p_plug_comment=>'Header'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2483806320153634)
,p_plug_name=>'Footer'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2474124573086952)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'REGION_POSITION_08'
,p_plug_query_row_template=>1
,p_plug_query_headings_type=>'QUERY_COLUMNS'
,p_plug_query_num_rows=>15
,p_plug_query_num_rows_type=>'NEXT_PREVIOUS_LINKS'
,p_plug_query_show_nulls_as=>' - '
,p_pagination_display_position=>'BOTTOM_RIGHT'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(2482514918086955)
,p_button_sequence=>20
,p_button_plug_id=>wwv_flow_api.id(2482007547086955)
,p_button_name=>'LOGOUT'
,p_button_action=>'REDIRECT_URL'
,p_button_template_options=>'#DEFAULT#'
,p_button_template_id=>wwv_flow_api.id(2477012317086953)
,p_button_image_alt=>'Logout'
,p_button_position=>'REGION_TEMPLATE_NEXT'
,p_button_redirect_url=>'javascript:location.href="&LOGOUT_URL.";'
,p_grid_new_grid=>false
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(2482314071086955)
,p_button_sequence=>10
,p_button_plug_id=>wwv_flow_api.id(2482007547086955)
,p_button_name=>'HOME'
,p_button_action=>'REDIRECT_PAGE'
,p_button_template_options=>'#DEFAULT#'
,p_button_template_id=>wwv_flow_api.id(2477012317086953)
,p_button_image_alt=>'Home'
,p_button_position=>'REGION_TEMPLATE_PREVIOUS'
,p_button_redirect_url=>'f?p=&APP_ID.:SP_HOME:&SESSION.::&DEBUG.:::'
,p_button_cattributes=>'data-icon="home" data-iconpos="notext" data-direction="reverse"'
,p_grid_new_grid=>false
);
end;
/
prompt --application/pages/page_00001
begin
wwv_flow_api.create_page(
p_id=>1
,p_user_interface_id=>wwv_flow_api.id(2467207517083009)
,p_tab_set=>'TS1'
,p_name=>'Home'
,p_alias=>'HOME'
,p_page_mode=>'NORMAL'
,p_step_title=>'Home'
,p_step_sub_title=>'Home'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'NO_FIRST_ITEM'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_cache_mode=>'NOCACHE'
,p_help_text=>'No help is available for this page.'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140805205943'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2469012248083010)
,p_plug_name=>'Breadcrumbs'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2719021137533260)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'REGION_POSITION_01'
,p_menu_id=>wwv_flow_api.id(2468517128083010)
,p_plug_source_type=>'NATIVE_BREADCRUMB'
,p_menu_template_id=>wwv_flow_api.id(2734501000533266)
,p_plug_query_row_template=>1
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2858101484630068)
,p_plug_name=>'Welcome'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2723424425533261)
,p_plug_display_sequence=>20
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'BODY_3'
,p_plug_query_row_template=>1
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
wwv_flow_api.create_page_branch(
p_id=>wwv_flow_api.id(2577114196215462)
,p_branch_name=>'view_orders'
,p_branch_action=>'f?p=&APP_ID.:11:&SESSION.::&DEBUG.:::'
,p_branch_point=>'AFTER_PROCESSING'
,p_branch_type=>'REDIRECT_URL'
,p_branch_when_button_id=>wwv_flow_api.id(2576109907148846)
,p_branch_sequence=>10
);
wwv_flow_api.create_page_branch(
p_id=>wwv_flow_api.id(2578406420234352)
,p_branch_name=>'create_customer'
,p_branch_action=>'f?p=&APP_ID.:10:&SESSION.::&DEBUG.:::'
,p_branch_point=>'AFTER_PROCESSING'
,p_branch_type=>'REDIRECT_URL'
,p_branch_when_button_id=>wwv_flow_api.id(2577921301227385)
,p_branch_sequence=>20
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2855106570845608)
,p_process_sequence=>10
,p_process_point=>'AFTER_HEADER'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'onLoad'
,p_process_sql_clob=>'sage_mgr.pr_p1_load;'
);
end;
/
prompt --application/pages/page_00101
begin
wwv_flow_api.create_page(
p_id=>101
,p_user_interface_id=>wwv_flow_api.id(2467207517083009)
,p_name=>'Login'
,p_alias=>'LOGIN'
,p_page_mode=>'NORMAL'
,p_step_title=>'ED - Login'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'AUTO_FIRST_ITEM'
,p_autocomplete_on_off=>'OFF'
,p_step_template=>wwv_flow_api.id(2674316246533241)
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'Y'
,p_cache_mode=>'NOCACHE'
,p_cache_timeout_seconds=>21600
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192903'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2467731002083009)
,p_plug_name=>'Login'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2720524976533260)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'BODY_3'
,p_plug_query_row_template=>1
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(2468005504083009)
,p_button_sequence=>30
,p_button_plug_id=>wwv_flow_api.id(2467731002083009)
,p_button_name=>'P101_LOGIN'
,p_button_static_id=>'P101_LOGIN'
,p_button_action=>'SUBMIT'
,p_button_template_options=>'#DEFAULT#'
,p_button_template_id=>wwv_flow_api.id(2733318981533266)
,p_button_is_hot=>'Y'
,p_button_image_alt=>'Login'
,p_button_position=>'BODY'
,p_button_alignment=>'LEFT'
,p_request_source=>'LOGIN'
,p_request_source_type=>'STATIC'
,p_grid_new_grid=>false
,p_grid_new_row=>'N'
,p_grid_new_column=>'Y'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2467817870083009)
,p_name=>'P101_USERNAME'
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(2467731002083009)
,p_prompt=>'Username'
,p_display_as=>'NATIVE_TEXT_FIELD'
,p_cSize=>40
,p_cMaxlength=>100
,p_label_alignment=>'RIGHT'
,p_field_template=>wwv_flow_api.id(2732716148533265)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'N'
,p_attribute_02=>'N'
,p_attribute_03=>'N'
,p_attribute_04=>'TEXT'
,p_attribute_05=>'NONE'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2467904209083009)
,p_name=>'P101_PASSWORD'
,p_item_sequence=>20
,p_item_plug_id=>wwv_flow_api.id(2467731002083009)
,p_prompt=>'Password'
,p_display_as=>'NATIVE_PASSWORD'
,p_cSize=>40
,p_cMaxlength=>100
,p_label_alignment=>'RIGHT'
,p_field_template=>wwv_flow_api.id(2732716148533265)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'Y'
,p_attribute_02=>'Y'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2468230876083009)
,p_process_sequence=>10
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Set Username Cookie'
,p_process_sql_clob=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex_authentication.send_login_username_cookie (',
' p_username => lower(:P101_USERNAME) );'))
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2468116397083009)
,p_process_sequence=>20
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Login'
,p_process_sql_clob=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex_authentication.login(',
' p_username => :P101_USERNAME,',
' p_password => :P101_PASSWORD );'))
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2468432364083009)
,p_process_sequence=>30
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_SESSION_STATE'
,p_process_name=>'Clear Page(s) Cache'
,p_attribute_01=>'CLEAR_CACHE_CURRENT_PAGE'
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2468323396083009)
,p_process_sequence=>10
,p_process_point=>'BEFORE_HEADER'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Get Username Cookie'
,p_process_sql_clob=>':P101_USERNAME := apex_authentication.get_login_username_cookie;'
);
end;
/
prompt --application/pages/page_00200
begin
wwv_flow_api.create_page(
p_id=>200
,p_user_interface_id=>wwv_flow_api.id(2467207517083009)
,p_name=>'Dashboard'
,p_alias=>'DASH'
,p_page_mode=>'NORMAL'
,p_step_title=>'Dashboard'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'NO_FIRST_ITEM'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_cache_mode=>'NOCACHE'
,p_cache_timeout_seconds=>21600
,p_help_text=>'No help is available for this page.'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140516201400'
);
end;
/
prompt --application/pages/page_00902
begin
wwv_flow_api.create_page(
p_id=>902
,p_user_interface_id=>wwv_flow_api.id(2478115682086953)
,p_name=>'Home (Mobile)'
,p_alias=>'HOME_JQM'
,p_page_mode=>'NORMAL'
,p_step_title=>'Home'
,p_step_sub_title=>'Home Smartphone'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'AUTO_FIRST_ITEM'
,p_autocomplete_on_off=>'OFF'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_cache_mode=>'NOCACHE'
,p_cache_timeout_seconds=>21600
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192824'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2844009859002716)
,p_plug_name=>'Home'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2474124573086952)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'BODY_3'
,p_plug_query_row_template=>1
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
end;
/
prompt --application/pages/page_00903
begin
wwv_flow_api.create_page(
p_id=>903
,p_user_interface_id=>wwv_flow_api.id(2478115682086953)
,p_name=>'Theme Test (Mobile)'
,p_alias=>'TEST_JQM'
,p_page_mode=>'NORMAL'
,p_step_title=>'Theme Test'
,p_step_sub_title=>'Theme Test Smartphone'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'NO_FIRST_ITEM'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'N'
,p_cache_mode=>'NOCACHE'
,p_cache_timeout_seconds=>21600
,p_help_text=>'No help is available for this page.'
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192824'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2845027189006526)
,p_plug_name=>'Form'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2474124573086952)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'BODY_3'
,p_plug_query_row_template=>1
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(2845208745006526)
,p_button_sequence=>10
,p_button_plug_id=>wwv_flow_api.id(2845027189006526)
,p_button_name=>'SEARCH'
,p_button_action=>'SUBMIT'
,p_button_template_options=>'#DEFAULT#'
,p_button_template_id=>wwv_flow_api.id(2477232545086953)
,p_button_image_alt=>'Search'
,p_button_position=>'BOTTOM'
,p_grid_new_grid=>false
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2845418413006526)
,p_name=>'P903_TEXT_FIELD'
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(2845027189006526)
,p_prompt=>'Text Field'
,p_display_as=>'NATIVE_TEXT_FIELD'
,p_cSize=>30
,p_cMaxlength=>4000
,p_cHeight=>1
,p_label_alignment=>'RIGHT'
,p_field_alignment=>'LEFT-CENTER'
,p_field_template=>wwv_flow_api.id(2476618626086952)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'N'
,p_attribute_02=>'N'
,p_attribute_04=>'TEXT'
,p_attribute_05=>'NONE'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2845604758006527)
,p_name=>'P903_YES_NO'
,p_item_sequence=>20
,p_item_plug_id=>wwv_flow_api.id(2845027189006526)
,p_prompt=>'Yes/No'
,p_display_as=>'NATIVE_YES_NO'
,p_cSize=>30
,p_cMaxlength=>4000
,p_cHeight=>1
,p_label_alignment=>'RIGHT'
,p_field_alignment=>'LEFT-CENTER'
,p_field_template=>wwv_flow_api.id(2476618626086952)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'APPLICATION'
);
end;
/
prompt --application/pages/page_01001
begin
wwv_flow_api.create_page(
p_id=>1001
,p_user_interface_id=>wwv_flow_api.id(2478115682086953)
,p_name=>'Login (Mobile)'
,p_alias=>'LOGIN_JQM'
,p_page_mode=>'NORMAL'
,p_step_title=>'Login'
,p_step_sub_title_type=>'TEXT_WITH_SUBSTITUTIONS'
,p_first_item=>'AUTO_FIRST_ITEM'
,p_autocomplete_on_off=>'OFF'
,p_page_template_options=>'#DEFAULT#'
,p_dialog_chained=>'Y'
,p_overwrite_navigation_list=>'N'
,p_nav_list_template_options=>'#DEFAULT#'
,p_page_is_public_y_n=>'Y'
,p_cache_mode=>'NOCACHE'
,p_cache_timeout_seconds=>21600
,p_last_updated_by=>'EHARRIS'
,p_last_upd_yyyymmddhh24miss=>'20140730192824'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(2479128505086954)
,p_plug_name=>'Login'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(2474124573086952)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'N'
,p_plug_display_point=>'BODY_3'
,p_plug_query_row_template=>1
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
,p_attribute_03=>'N'
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(2479708707086954)
,p_button_sequence=>30
,p_button_plug_id=>wwv_flow_api.id(2479128505086954)
,p_button_name=>'P1001_LOGIN'
,p_button_static_id=>'P1001_LOGIN'
,p_button_action=>'SUBMIT'
,p_button_template_options=>'#DEFAULT#'
,p_button_template_id=>wwv_flow_api.id(2477232545086953)
,p_button_is_hot=>'Y'
,p_button_image_alt=>'Login'
,p_button_position=>'BODY'
,p_button_alignment=>'LEFT'
,p_request_source=>'LOGIN'
,p_request_source_type=>'STATIC'
,p_grid_new_grid=>false
,p_grid_new_row=>'Y'
,p_grid_new_column=>'Y'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2479319876086954)
,p_name=>'P1001_USERNAME'
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(2479128505086954)
,p_prompt=>'Username'
,p_display_as=>'NATIVE_TEXT_FIELD'
,p_cSize=>40
,p_cMaxlength=>100
,p_label_alignment=>'RIGHT'
,p_field_template=>wwv_flow_api.id(2476618626086952)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'N'
,p_attribute_02=>'N'
,p_attribute_03=>'N'
,p_attribute_04=>'TEXT'
,p_attribute_05=>'NONE'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(2479531590086954)
,p_name=>'P1001_PASSWORD'
,p_item_sequence=>20
,p_item_plug_id=>wwv_flow_api.id(2479128505086954)
,p_prompt=>'Password'
,p_display_as=>'NATIVE_PASSWORD'
,p_cSize=>40
,p_cMaxlength=>100
,p_label_alignment=>'RIGHT'
,p_field_template=>wwv_flow_api.id(2476618626086952)
,p_item_template_options=>'#DEFAULT#'
,p_attribute_01=>'Y'
,p_attribute_02=>'Y'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2480111465086954)
,p_process_sequence=>10
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Set Username Cookie'
,p_process_sql_clob=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex_authentication.send_login_username_cookie (',
' p_username => lower(:P1001_USERNAME) );'))
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2479925757086954)
,p_process_sequence=>20
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Login'
,p_process_sql_clob=>wwv_flow_utilities.join(wwv_flow_t_varchar2(
'apex_authentication.login(',
' p_username => :P1001_USERNAME,',
' p_password => :P1001_PASSWORD );'))
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2480521120086954)
,p_process_sequence=>30
,p_process_point=>'AFTER_SUBMIT'
,p_process_type=>'NATIVE_SESSION_STATE'
,p_process_name=>'Clear Page(s) Cache'
,p_attribute_01=>'CLEAR_CACHE_CURRENT_PAGE'
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(2480312364086954)
,p_process_sequence=>10
,p_process_point=>'BEFORE_HEADER'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'Get Username Cookie'
,p_process_sql_clob=>':P1001_USERNAME := apex_authentication.get_login_username_cookie;'
);
end;
/
prompt --application/deployment/definition
begin
wwv_flow_api.create_install(
p_id=>wwv_flow_api.id(2567924995992300)
);
end;
/
prompt --application/deployment/install
begin
null;
end;
/
prompt --application/deployment/checks
begin
null;
end;
/
prompt --application/deployment/buildoptions
begin
null;
end;
/
prompt --application/end_environment
begin
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
commit;
end;
/
set verify on feedback on define on
prompt ...done
|
CREATE TABLE expenses (
id SERIAL PRIMARY KEY,
price_cents INTEGER NOT NULL DEFAULT 0 CHECK (price_cents >= 0),
date TIMESTAMP WITH TIME ZONE NOT NULL,
tag VARCHAR(50) NOT NULL,
notes TEXT,
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW(),
updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
CREATE INDEX expenses_tag_index ON expenses (tag);
|
INSERT INTO department (name)
VALUES
('IT'),
('Finance & Accounting'),
('Sales & Marketing'),
('Operations');
INSERT INTO department(department_name)
VALUES("Engineering"), ("Sales"), ("Finance"), ("Legal"), ("Marketing");
INSERT INTO roles(title, salary, department_id)
VALUES("Engineer", 85000, 1), ("Senior Engineer", 125000, 1), ("CFO", 350000, 3), ("Chief Counsel", 300000, 4);
INSERT INTO employee(first_name, last_name, role_id, manager_id)
VALUES ('Johnnie', 'Random', 1, 2), ('James', 'Smith', 1, null), ('Ronnie', 'Manning', 1, 2), ('Jimmy', 'Jones', 2, 2), ('Larry', 'Legal', 4, null);
|
INSERT INTO exploration_result (id,
location,
storate_type,
exploration_job_id,
date_created,
last_updated)
VALUES (1300,
'Aenean pulvinar...',
'Donec ac nibh...',
1100,
'2021-09-03 04:30:00',
'2021-09-03 04:30:00');
|
SELECT TOP(CONVERT(INT, /*topRow*/))
(
CASE WHEN A.USE_FLG = CAST(/*dto.fUseFlgSimi*/ AS CHAR(1)) THEN
'true'
ELSE
'false'
END
) AS USE_FLG,
(
CASE WHEN A.USE_FLG = CAST(/*dto.fUseFlgSimi*/ AS CHAR(1))THEN
'true'
ELSE
'false'
END
) AS HDN_USE_FLG,
A.MAKER_CUSTOMER_CODE,
B.CUSTOMER_ABBR_NAME AS MAKER,
A.BRAND,
A.TYPE,
A.MODIFY_DATE,
A.MSRP
FROM VEHICLE_MST AS A
LEFT JOIN CUSTOMER_MST AS B
ON A.MAKER_CUSTOMER_CODE = B.CUSTOMER_CODE
WHERE
1 = 1
/*IF (dto.makerSearch != null)*/
AND A.MAKER_CUSTOMER_CODE = /*dto.makerSearch*/
/*END*/
/*IF (dto.brandSearchName != null)*/
AND A.BRAND = /*dto.brandSearchName*/''
/*END*/
/*IF (dto.typeSearch != null)*/
AND A.TYPE LIKE '%'+/*dto.typeSearch*/''+'%'
/*END*/
/*IF (dto.useFlgSearch != null)*/
AND A.USE_FLG = CAST(/*dto.useFlgSearch*/ AS CHAR(1))
/*END*/
ORDER BY
A.MAKER_CUSTOMER_CODE,
A.BRAND,
A.TYPE
|
stinsert into enseignant (user_id , active , email , nom , password , prenom )values(1,1,'lassaad.latrach@ensi-uma.tn','Lasaad','lassaadlatrach','Lasaad');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(2,1,'ahmed.elleuch@ensi-uma.tn','eLeullch','ahmedelleuch','Ahmed');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(3,1,'nesrine.benyahia@ensi-uma.tn','Ben Yahia','nesrinebenyahia','Nesrine');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(4,1,'hela.boukef.benothman@ensi-uma.tn','Boukef Ben Othman','helabenothman','Hela');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(5,1,'fethi.kadhi@ensi-uma.tn','Kadhi','fethikadhi','Fethi');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(6,1,'anja.habacha@ensi-uma.tn','Habacha','anjahabacha','Anja');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(7,1,'emna.souilah@ensi-uma.tn','Souillah','emnasouillah','Emna');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(8,1,'bechir.raddaoui@ensi-uma.tn','Raddaoui','bechirraddaoui','Bechir');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(9,1,'wissem.bensaid@ensi-uma.tn','Ben Said','wissembensaid','Wissem');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(10,1,'imtiez.fliss@ensi-uma.tn','Fliss','imtiezfliss','Imtiez');
insert into enseignant (user_id , active , email , nom , password , prenom )values(11,1,'montassar.ezzine@ensi-uma.tn','Ezzine','montassarezzine','Montasser');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(12,1,'leila.jemni.benayed@ensi-uma.tn','Jemni Ben Ayed','leilajemnibenayed','Leila');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(13,1,'wided.chaari@ensi-uma.tn','Chaari','widedchaari','Wided');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(14,1,'leila.horcheni@ensi-uma.tn','Horcheni','leilahorcheni','Leila');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(15,1,'rim.bessrour@ensi-uma.tn','Bessrour','rimbessrour','Rim');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(16,1,'nacef.elloumi@ensi-uma.tn','Elloumi','nacefelloumi','Nacef');
insert into enseignant (user_id , active , email , nom , password , prenom )values(17,1,'sonia.benticha@ensi-uma.tn','Ben Ticha','soniabenticha','Sonia');
insert into enseignant (user_id , active , email , nom , password , prenom )values(18,1,'fatma.mokrani@ensi-uma.tn','Chaari','fatmamokrani','Fatma');
insert into enseignant (user_id , active , email , nom , password , prenom )values(19,1,'ines.hamdi@ensi-uma.tn','Hamdi','ineshamdi','Ines');
insert into enseignant (user_id , active , email , nom , password , prenom )values(20,1,'faycel.dakhlaoui@ensi-uma.tn','Dakhlaoui','fayceldakhlaoui','Faycel');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(21,1,'nadia.chaouachi@ensi-uma.tn','Chaouachi','nadiachaouachi','Nadia');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(22,1,'houda.hakim.guermazi@ensi-uma.tn','Guermazi','houdaguermazi','Houda');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(23,1,'yasser.gritli@ensi-uma.tn','Gritli','yassergritli','Yasser');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(25,1,'mehdi.hajji@ensi-uma.tn','Hajji','mehdihajji','Mehdi');
insert into enseignant (user_id , active , email , nom , password , prenom )values(26,1,'nahla.abdellatif@ensi-uma.tn','Abdellatif','nahlaabdellatif','Nahla');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(27,1,'imed.benadessalem@ensi-uma.tn','Benabdessalem','imedbenabdessalem','Imed');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(28,1,'moez.joudi@ensi-uma.tn','Joudi','moezjoudi','Moez');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(29,1,'monia.lalouna@ensi-uma.tn','Bellalouna','moniabellalouna','Monia');
insert into enseignant (user_id , active , email , nom , password , prenom )values(30,1,'hanen.jayari@ensi-uma.tn','Jayari','hanenjayari','Hanen');
insert into enseignant (user_id , active , email , nom , password , prenom )values(31,1,'imededdine.boulaaba@ensi-uma.tn','Boulaaba','imededdineboulaaba','Imededdine');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(32,1,'raoudha.chebil@ensi-uma.tn','Chebil','raoudhachebil','Raoudha');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(33,1,'rania.jammazi@ensi-uma.tn','Jammazi','raniajammazi','Rania');
insert into enseignant (user_id , active , email , nom , password , prenom )values(34,1 , 'faryel.beji@ensi-uma.tn','Beji','faryelbeji','Faryel');
insert into enseignant (user_id , active , email , nom , password , prenom )values(35,1,'moncef.tagina@ensi-uma.tn','Tagina','monceftagina','Moncef');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(36,1,'hassen.gharbi@ensi-uma.tn','Gharbi','hassengharbi','Hassen');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(37,1,'ines.alaya@ensi-uma.tn','Alaya','inesalaya','Ines');
insert into enseignant (user_id , active , email , nom , password , prenom )values(38,1,'imen.boukhris@ensi-uma.tn','Boukhris','imenboukhris','Imen');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(39,1,'marwa.bakri@ensi-uma.tn','Bakri','marwabakri','Marwa');
insert into enseignant (user_id , active , email , nom , password , prenom )values(40,1,'chiraz.benabdelkader@ensi-uma.tn','Ben Abdelkader','chirazbenabdelkader','Chiraz');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(41,1,'narges.bellamin.bensaoud@ensi-uma.tn','Bellamin Ben Saoud','nargesbellamin','Narges');
insert into enseignant (user_id , active , email , nom , password , prenom )values(42,1,'rim.drira@ensi-uma.tn','Drira','rimdrira','Rim');
insert into enseignant (user_id , active , email , nom , password , prenom )values(43,1,'chahrazed.labba@ensi-uma.tn','Labba','chahrazedlabba','Chahrazed');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(44,1,'leila.nasraoui@ensi-uma.tn','Nasraoui','leilanasraoui','Leila');
insert into enseignant (user_id , active , email , nom , password , prenom )values(45,1,'nawel.bensalem.grati@ensi-uma.tn','Ben Salem Grati','nawelgrati','Nawel');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(46,1,'chadlia.jerad@ensi-uma.tn','Jerad','chadliajerad','Chadlia');
insert into enseignant (user_id , active , email , nom , password , prenom )values(47,1,'lobna.kriaa@ensi-uma.tn','Kriaa','lobnakriaa','Lobna');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(48,1,'mohamed.masmoud@ensi-uma.tn','Masmoud','mohamedmasmoud','Mohamed');
insert into enseignant (user_id , active , email , nom , password , prenom )values(49,1,'mohamed.karim.bouafoura@ensi-uma.tn','Bouafoura','karimbouafoura','Karim');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(50,1,'faouzi.ghorbel@ensi-uma.tn','Ghorbel','faouzighorbel','Fouzi');
insert into enseignant (user_id , active , email , nom , password , prenom )values(51,1,'majdi.jribi@ensi-uma.tn','Jribi','majdijribi','Majdi');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(52,1,'slim.mhiri@ensi-uma.tn','Mhiri','slimmhiri','Slim');
insert into enseignant (user_id , active , email , nom , password , prenom )values(53,1,'mehdi.hajji@ensi-uma.tn','Hajji','mehdihajji','Mehdi');
insert into enseignant (user_id , active , email , nom , password , prenom )values(54,1,'mouna.bensalah@ensi-uma.tn','Ben Salah','mounabensalah','Mouna');
insert into enseignant (user_id , active , email , nom , password , prenom )values(55,1,'imen.snoussi@ensi-uma.tn','Snoussi','imensnoussi','Imen');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(56,1,'amor.oueslati@ensi-uma.tn','Oueslati','amoroueslati','Amor');
insert into enseignant (user_id , active , email , nom , password , prenom )values(57,1,'faiza.najjar@ensi-uma.tn','Najjar','faizanajjar','Faiza');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(58,1,'raoudha.khcherif@ensi-uma.tn','Khcherif','raoudhakhcherif','Raoudha');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(59,1,'meher.nasri@ensi-uma.tn','Nasri','mehernasri','Meher');
insert into enseignant (user_id , active , email , nom , password , prenom )values(60,1,'walid.sadfi@ensi-uma.tn','Sadfi','walidsadfi','Walid');
insert into enseignant (user_id , active , email , nom , password , prenom )values(61,1,'abdelwaheb.moalla@ensi-uma.tn','Moalla','abdelwahebmoalla','Abdelwahed');
insert into enseignant (user_id , active , email , nom , password , prenom )values(62,1,'hanen.idoudi@ensi-uma.tn','Idoudi','hanenidoudi','Hanen');
insert into enseignant (user_id , active , email , nom , password , prenom )values(63,1, 'nessrine.chakchouk@ensi-uma.tn','Chakchouk','nessrinechakchouk','Nessrine');
insert into enseignant (user_id , active , email , nom , password , prenom ) values(64,1,'maher.sellami@ensi-uma.tn','Sellami','mahersellami','maher');
insert into enseignant (user_id , active , email , nom , password , prenom )values(65,1,'amine.mezghich@ensi-uma.tn','Mezghich','aminemezghich','Med Amine');
insert into enseignant (user_id , active , email , nom , password , prenom )values(66,1,'hamed.gharsallah@ensi-uma.tn','Gharsallah','hamedgharsallah','Hamed');
insert into enseignant (user_id , active , email , nom , password , prenom )values(67,1,'faten.benhmida@ensi-uma.tn','Ben Hmida','fatenbenhmida','Faten');
insert into enseignant (user_id , active , email , nom , password , prenom )values(68,1,'ines.sakly@ensi-uma.tn','Sakly','inessakly','Ines');
insert into enseignant (user_id , active , email , nom , password , prenom )values (69, 1,'sarra.smaali@ensi-uma.tn','Smaali', ' sarrasmaali', ' Sarra');
insert into ensiegnant (user_id , active , email , nom , password , prenom )values(70,1, 'dorra.dhouib@ensi-uma.tn','Dhouib','dorradhouib','Dorra');
insert into enseignant (user_id , active , email , nom , password , prenom )values (71,1, 'chirazbenothmen..);')
insert into enseignant (user_id , active , email , nom , password , prenom )values(72,1, 'allali');
insert into enseignant (user_id , active , email , nom , password , prenom )values (73,1,'raoudha.khcherif@ensi-uma.tn','khechrif','Raoudhakhcherif','Raoudha');
insert into enseignant (user_id , active , email , nom , password , prenom )values (74,1, 'walid.chaker@ensi-uma.tn','Chaker','WalidChaker','Walid');
insert into enseignant (user_id , active , email , nom , password , prenom )into (75,1, 'ameni.channoufi@ensi-uma.tn');
insert into enseignant (user_id , active , email , nom , password , prenom )values (76,1,'chiraz.zribi@ensi-uma.tn','jeribi','ChirazZribi','Chiraz');
|
create table localidad(--Para usuario moderador y admin
id int primary key,
lat double precision , lon double precision,
nombre varchar(100) not null
);
create table upz(--Para usuario moderador y admin
id int primary key,
lat double precision, lon double precision,
nombre varchar(100) not null,
localidad_id int references localidad not null
);
create table barrio(--Para usuario moderador y admin
id int primary key,
lat double precision, lon double precision,
nombre varchar(100) not null,
upz_id int references upz not null
);
create table USUARIO (--Usuario
Nick VARCHAR(100) not null unique, --validar desde capa de presentacion nick
EMAIL VARCHAR(100) primary key,
contrasenia VARCHAR(200) not null,
FECHA_DE_NACIMIENTO DATE not null,
EDAD INT4 null,
GENERO TEXT check(GENERO in('Masculino','Femenino')) not null,
estado boolean default false
);
create table TIPIFICACION(--Para usuario moderador y admin
idTipificacion SERIAl primary key,
nombre Varchar(100) not null,
descripcion varchar(400) null
);
create table TIPODELITO(--Para usuario moderador y admin
idTipoDelito SERIAL primary key,
nombre Varchar(100) not null,
rate double precision not null,
descripcion varchar(400) null,
idTipificacion int references TIPIFICACION
);
create table DELITO (--Usuario
latitud double precision not null,
longitud double precision not null,
fecha_hora TIMESTAMP not null,
barrio_id int references barrio,
upz_id int references upz,
localidad_id int references localidad,
DESCRIPCION VARCHAR(400) null,
ESTADO TEXT null,
idDelito SERIAL Primary key,
EMAIL VARCHAR(100) references USUARIO,
tipo_delito int references TIPODELITO
);
create table VICTIMIZACION (--Usuario
idDelito bigint references DELITO primary key,
REINCIDENCIA BOOL default false,
REPORTE_POLICIA BOOL default false,
CONFIANZA_POLICIA BOOL default true,
SENSACION_SEGURIDAD BOOL default false,
RELACION_VICTIMA_AGRESOR BOOL default false,
ARMAS BOOL default false,
LESIONES_FISICA BOOL default false,
CertificadoPolicia boolean default false
);
create table RESPALDA (--Usuario
EMAIL VARCHAR(100) references USUARIO,
idDelito bigint references DELITO,
comentario varchar(400) null,
primary key(EMAIL,idDelito)
);
create table ESTEREOTIPO(--Para usuario moderador y admin
idEstereotipo SERIAL primary key,
estereo varchar(100) null
);
create table VICTIMA (--Usuario
idDelito bigint references DELITO primary key,
EDAD INT4 null,
GENERO TEXT null,
ESTEREOTIPO int references ESTEREOTIPO
);
create table TipoArma(--Para usuario moderador y admin
id SERIAL primary key,
nombre varchar(100) not null,
descripcion varchar(400) null
);
create table TipoLesion(--Para usuario moderador y admin
id SERIAL primary key,
nombre varchar(100) not null,
descripcion varchar(400) null
);
create table TipoContaminacion(--Para usuario moderador y admin
id SERIAL primary key,
nombre varchar(100) not null,
descripcion varchar(400) null
);
create table Variables (--Usuario
idDelito bigint references DELITO primary key,
numero_delincuentes int null,
delincuente_capturado boolean default false,
numero_testigos int null,
monto_perdido float null,
edad_delincuente varchar(20) null,
respuesta_policial varchar(45) null,
colaboracion_ciudadana boolean null,
tipo_contaminacion int references TipoContaminacion null,--entidad
tipo_arma int references TipoArma null,--entidad
tipo_lesion int references TipoLesion null--entidad
);
create table Articulo(--Para usuario moderador y admin
id SERIAL primary key,
nombre varchar(100) not null,
descripcion varchar(400) null
);
create table ArticuloPerdido(--Usuario, un delito puede teer uno o varios articulos perdidos
idArticulo int references Articulo not null,
idVariables bigint references Variables not null,
descripcion varchar(400) null,
idArticuloPerdido SERIAL primary key
);
|
-- --------------------------------------------------------
-- 主机: 127.0.0.1
-- 服务器版本: 5.5.5-10.0.14-MariaDB - mariadb.org binary distribution
-- 服务器操作系统: Win64
-- HeidiSQL 版本: 8.3.0.4694
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- 导出 表 shishangqiyi.leftnav 结构
CREATE TABLE IF NOT EXISTS `leftnav` (
`indexId` int(50) NOT NULL AUTO_INCREMENT,
`title` varchar(10000) NOT NULL,
`iconSrc` varchar(10000) DEFAULT NULL,
PRIMARY KEY (`indexId`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='主页左边导航栏数据';
-- 正在导出表 shishangqiyi.leftnav 的数据:~18 rows (大约)
/*!40000 ALTER TABLE `leftnav` DISABLE KEYS */;
INSERT IGNORE INTO `leftnav` (`indexId`, `title`, `iconSrc`) VALUES
(1, '评论赢积分', 'css/img/new.gif'),
(2, '最新商品', NULL),
(3, '一周爆款', NULL),
(4, '热卖商品', NULL),
(5, '最佳口碑', NULL),
(6, '上衣', NULL),
(7, '衬衫&罩衫', NULL),
(8, '外套', NULL),
(9, '半身裙', NULL),
(10, '连衣裙', NULL),
(11, '裤装', 'css/img/top20off.png'),
(12, '鞋&包', NULL),
(13, '配饰', NULL),
(14, '内衣', 'css/img/new.png'),
(15, 'SUMMER', NULL),
(16, '美妆', 'css/img/bottom50off.gif'),
(17, '明星赞助', NULL),
(18, '专题&活动', '666');
/*!40000 ALTER TABLE `leftnav` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
-- list customer where creditlimit between 200000 and 500000 inclusive
select name, creditlimit from customer
where creditlimit >= 200000 and creditlimit<= 500000
-- list customers where IsCorpAcct is 1 and sort by City
select name , IsCorpAcct, City
from customer
where IsCorpAcct =1
order by city
--list orders where customers are from ohio
select * from
[customer] c
join [order] o
on c.id = o.CustomerId
where [state] = 'OH'
--all totals of orders summarized by state
select state, sum(amount)
from customer c
join [order] o
on o.CustomerId = c.Id
group by c.State
having c.state in ('KY', 'IN')
|
USE Escolar_Horarios
select * from Alumno
select * from Calificaciones
select * from Carrera
select * from Materia
select * from Maestro
select * from Materia_Maestro
select * from Titulo
select * from Maestro_Titulo
create view Registro as
select a.IdAlumno, a.NomAlu, u.NombreL as [user], u.pass
from Alumno a inner join Usuario u
on a.IdUsuario = u.IdUsuario
create view Maestros as
select m.NomMaestro, m.Apellidos, t.nomTitulo
from Maestro m inner join Maestro_Titulo mt
on m.IdMaestro = mt.IdMaestro
inner join Titulo t
on mt.IdTitulo = t.IdTitulo
create view plan_de_estudio as
select m.MatNom, m.NumSemestre, c.NomCarrera, c.SemCarrera, n.nomNivel
from Materia m inner join Carrera c
on m.IdCarrera = c.IdCarrera
inner join Nivel n
on c.IdNivel = n.IdNivel
create view maestros_material as
select m.NomMaestro, ma.MatNom
from Maestro m inner join Materia_Maestro mm
on m.IdMaestro = mm.IdMaestro
inner join Materia ma
on mm.IdMateria = ma.IdMateria
create view calificacionesXSem as
select c.Calificación, a.NomAlu
from Calificaciones c inner join Grupo_Alumno ga
on c.IdGrupoaMateria = ga.IdGrupoMateria
inner join Alumno a
on ga.IdAlumno = a.IdAlumno
create view MaxcalificacionesXSem as
select MAX(c.Calificación) as [caliMax]
from Calificaciones c inner join Grupo_Alumno ga
on c.IdGrupoaMateria = ga.IdGrupoMateria
inner join Alumno a
on ga.IdAlumno = a.IdAlumno
group by c.Calificación
select * from Alumno where Alumno.Edad = (select Edad from Alumno where Edad = 23)
select * from Alumno where Alumno.Edad in (select Edad from Alumno where Edad = 20)
select * from Alumno where Alumno.Edad not in (select Edad from Alumno where Edad = 20)
create table #Horario(idHorario int not null, totalMateriasxsem int, semestreactual int )
insert into #Horario values (1, 10, 3)
select * from #Horario
|
/*
SQLyog Ultimate v12.08 (64 bit)
MySQL - 8.0.15 : Database - communication
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`communication` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `communication`;
/*Table structure for table `com_user` */
DROP TABLE IF EXISTS `com_user`;
CREATE TABLE `com_user` (
`user_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_name` varchar(30) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '用户账号',
`user_photo` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '用户头像',
`user_password` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '用户密码',
`user_nickname` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '用户昵称',
`user_create_time` date DEFAULT NULL COMMENT '创建时间',
`user_last_login_time` date DEFAULT NULL COMMENT '最后登录时间',
`user_head_portrait` varchar(255) DEFAULT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*Data for the table `com_user` */
insert into `com_user`(`user_id`,`user_name`,`user_photo`,`user_password`,`user_nickname`,`user_create_time`,`user_last_login_time`,`user_head_portrait`) values (1,'xiaohan','http://apache.tp5-1.com/upFile/photo/a6.jpg','s8p0wkzJgm3Po4/G4u8','小寒','2019-06-05','2019-06-10',NULL),(2,'xiaohuan','http://apache.tp5-1.com/upFile/photo/a6.jpg','s8p0wkzJgm3Po4/G4u8','小欢','2019-06-05','2019-06-10',NULL);
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
CREATE TABLE `links` (
`link` varchar(255) NOT NULL,
`id` int(10) unsigned NOT NULL auto_increment,
PRIMARY KEY (`id`),
UNIQUE KEY `link` (`link`)
) ENGINE=MyISAM CHARSET=utf8
|
INSERT INTO licence_licensee_hst VALUES ('263 C',
'2008-04-19',
'2009-01-01',
'Petoro AS',
19.950000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-01-01',
'2009-11-02',
'Petoro AS',
19.950000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-11-02',
'9999-12-31',
'Petoro AS',
19.950000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-19',
'2009-01-01',
'Eni Norge AS',
9.800000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-01-01',
'2009-11-02',
'Eni Norge AS',
9.800000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-11-02',
'9999-12-31',
'Eni Norge AS',
9.800000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-19',
'2009-01-01',
'Total E'+'@'+'P Norge AS',
24.500000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-01-01',
'2009-11-02',
'Total E'+'@'+'P Norge AS',
24.500000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-11-02',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
24.500000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-18',
'2008-04-19',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-18',
'2008-04-19',
'StatoilHydro Petroleum AS',
40.000000,
NULL,
'2008-04-18',
'2009-11-01',
4966437,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-01-01',
'2009-11-02',
'StatoilHydro Petroleum AS',
45.750000,
NULL,
'2008-04-18',
'2009-11-01',
4966437,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-18',
'2008-04-19',
'StatoilHydro ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
4511854,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2008-04-19',
'2009-01-01',
'StatoilHydro ASA',
45.750000,
NULL,
'9999-12-31',
'9999-12-31',
4966437,
4511854,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('263 C',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
45.750000,
NULL,
'2009-11-02',
'9999-12-31',
4966437,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2008-01-23',
'2009-01-01',
'BP Norge AS',
30.000000,
NULL,
'2008-01-23',
'9999-12-31',
4966902,
2052695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-01-01',
'2009-11-02',
'BP Norge AS',
30.000000,
NULL,
'2008-01-23',
'9999-12-31',
4966902,
2052695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-11-02',
'2012-02-11',
'BP Norge AS',
30.000000,
NULL,
'2008-01-23',
'9999-12-31',
4966902,
2052695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2012-02-11',
'9999-12-31',
'BP Norge AS',
30.000000,
NULL,
'2008-01-23',
'9999-12-31',
4966902,
2052695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2008-01-23',
'2009-01-01',
'E.ON Ruhrgas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-01-01',
'2009-11-02',
'E.ON Ruhrgas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-11-02',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2008-01-23',
'2009-01-01',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-01-01',
'2009-11-02',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-11-02',
'2012-02-11',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2012-02-11',
'9999-12-31',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-01-01',
'2009-11-02',
'StatoilHydro Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2008-01-23',
'2009-01-01',
'StatoilHydro ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
4511854,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2009-11-02',
'2012-02-11',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('212 E',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
4966902,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 B',
'2008-05-21',
'2011-06-13',
'Talisman Energy Norge AS',
60.000000,
NULL,
'2008-05-21',
'2011-06-13',
4973175,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 B',
'2008-05-21',
'2011-06-13',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973175,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2010-01-01',
'2012-06-12',
'ConocoPhillips Skandinavia AS',
22.000000,
NULL,
'2010-07-26',
'2012-06-12',
4973200,
2410696,
'2012-09-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2008-05-21',
'2008-05-22',
'Talisman Energy Norge AS',
60.000000,
NULL,
'2008-05-21',
'2010-07-25',
4973200,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2008-05-22',
'2010-01-01',
'Talisman Energy Norge AS',
42.000000,
NULL,
'2008-05-21',
'2010-07-25',
4973200,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2010-01-01',
'2012-06-12',
'Talisman Energy Norge AS',
20.000000,
NULL,
'2008-05-21',
'2010-07-25',
4973200,
2425093,
'2012-09-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2008-05-21',
'2008-05-22',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973200,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2008-05-22',
'2010-01-01',
'DONG E'+'@'+'P Norge AS',
28.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973200,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2010-01-01',
'2012-06-12',
'DONG E'+'@'+'P Norge AS',
28.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973200,
4070011,
'2012-09-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2008-05-22',
'2010-01-01',
'OMV (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973200,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 CS',
'2010-01-01',
'2012-06-12',
'OMV (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
4973200,
4460594,
'2012-09-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2008-10-17',
'2009-11-02',
'Marathon Petroleum Norge AS',
46.904000,
NULL,
'9999-12-31',
'9999-12-31',
5081703,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2009-11-02',
'2011-07-04',
'Marathon Petroleum Norge AS',
46.904000,
NULL,
'9999-12-31',
'9999-12-31',
5081703,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2008-10-17',
'2009-11-02',
'Total E'+'@'+'P Norge AS',
24.243000,
NULL,
'9999-12-31',
'9999-12-31',
5081703,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2009-11-02',
'2011-07-04',
'Total E'+'@'+'P Norge AS',
24.243000,
NULL,
'9999-12-31',
'9999-12-31',
5081703,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2011-07-04',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
24.243000,
NULL,
'9999-12-31',
'9999-12-31',
5081703,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2008-10-17',
'2009-11-02',
'StatoilHydro Petroleum AS',
28.853000,
NULL,
'2008-10-17',
'2009-11-01',
5081703,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2009-11-02',
'2011-07-04',
'Statoil Petroleum AS',
28.853000,
NULL,
'2009-11-02',
'2012-09-30',
5081703,
17237817,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2011-07-04',
'9999-12-31',
'Statoil Petroleum AS',
28.853000,
NULL,
'2009-11-02',
'2012-09-30',
5081703,
17237817,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('036 D',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
46.904000,
NULL,
'2012-10-01',
'9999-12-31',
5081703,
20485291,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-26',
'2008-11-27',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-27',
'2009-11-02',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-11-02',
'2009-12-22',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-12-22',
'2012-04-30',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2012-04-30',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2012-04-30',
'9999-12-31',
5105684,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-26',
'2008-11-27',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'2008-11-26',
'2009-11-01',
5105684,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-27',
'2009-11-02',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'2008-11-26',
'2009-11-01',
5105684,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-27',
'2009-11-02',
'Dana Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-11-02',
'2009-12-22',
'Dana Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-12-22',
'2012-04-30',
'Dana Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2012-04-30',
'9999-12-31',
'Dana Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-26',
'2008-11-27',
'Det norske oljeselskap ASA (old)',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2008-11-27',
'2009-11-02',
'Det norske oljeselskap ASA (old)',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-11-02',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-11-02',
'2009-12-22',
'Statoil Petroleum AS',
50.000000,
NULL,
'2009-11-02',
'2012-04-29',
5105684,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-12-22',
'2012-04-30',
'Statoil Petroleum AS',
50.000000,
NULL,
'2009-11-02',
'2012-04-29',
5105684,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2009-12-22',
'2012-04-30',
'Det norske oljeselskap ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 B',
'2012-04-30',
'9999-12-31',
'Det norske oljeselskap ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105684,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('493',
'2009-01-23',
'2012-01-23',
'ConocoPhillips Skandinavia AS',
100.000000,
NULL,
'2009-01-23',
'2012-01-23',
5105835,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-01-23',
'2009-12-22',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105899,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-12-22',
'2010-03-30',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105899,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-01-23',
'2009-12-22',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'2009-01-23',
'2013-03-18',
5105899,
4526555,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-12-22',
'2010-03-30',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'2009-01-23',
'2013-03-18',
5105899,
4526555,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2010-03-30',
'9999-12-31',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'2009-01-23',
'2013-03-18',
5105899,
4526555,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-01-23',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105899,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2009-12-22',
'2010-03-30',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105899,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2010-03-30',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2013-03-19',
'9999-12-31',
5105899,
17342870,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494',
'2010-03-30',
'9999-12-31',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105899,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495',
'2009-01-23',
'2013-02-13',
'Lundin Norway AS',
60.000000,
NULL,
'2009-01-23',
'9999-12-31',
5105968,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2009-01-23',
'9999-12-31',
5105968,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495',
'2009-01-23',
'2013-02-13',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105968,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5105968,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('496',
'2009-01-23',
'2011-03-08',
'Talisman Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106035,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('496',
'2009-01-23',
'2011-03-08',
'Premier Oil Norge AS',
70.000000,
NULL,
'2009-01-23',
'2011-03-08',
5106035,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-01-23',
'2009-12-22',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-12-22',
'2010-03-30',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-01-23',
'2009-12-22',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-12-22',
'2010-03-30',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2010-03-30',
'2012-09-28',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4526555,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2012-09-28',
'2013-04-20',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4526555,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2013-04-20',
'9999-12-31',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-01-23',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
35.000000,
NULL,
'2009-01-23',
'2009-12-21',
5106073,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-01-23',
'2009-12-22',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-12-22',
'2010-03-30',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2010-03-30',
'2012-09-28',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
5064434,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2012-09-28',
'2013-04-20',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
5064434,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2013-04-20',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2009-12-22',
'2010-03-30',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'9999-12-31',
5106073,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2010-03-30',
'2012-09-28',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'9999-12-31',
5106073,
17342870,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2012-09-28',
'2013-04-20',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'9999-12-31',
5106073,
17342870,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2013-04-20',
'9999-12-31',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'9999-12-31',
5106073,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2010-03-30',
'2012-09-28',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
18178215,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2012-09-28',
'2013-04-20',
'Bridge Energy Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
18178215,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2013-04-20',
'9999-12-31',
'Bridge Energy Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2012-09-28',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106073,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-01-23',
'2009-10-28',
'Edison International Spa',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4062871,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-01-23',
'2009-10-28',
'4Sea Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4504118,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-10-28',
'2012-12-31',
'4Sea Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4504118,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-01-23',
'2009-10-28',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-10-28',
'2012-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4510260,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2012-12-31',
'9999-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-01-23',
'2009-10-28',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106134,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-10-28',
'2012-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106134,
5064434,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2012-12-31',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106134,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2009-10-28',
'2012-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
17237180,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('498',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106134,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('499 S',
'2009-01-23',
'2009-11-02',
'ConocoPhillips Skandinavia AS',
50.000000,
NULL,
'2009-01-23',
'2011-07-23',
5106238,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('499 S',
'2009-11-02',
'2011-07-23',
'ConocoPhillips Skandinavia AS',
50.000000,
NULL,
'2009-01-23',
'2011-07-23',
5106238,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('499 S',
'2009-01-23',
'2009-11-02',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106238,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('499 S',
'2009-11-02',
'2011-07-23',
'Statoil Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106238,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-01-23',
'2009-12-22',
'Skeie Energy AS (Old)',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-12-22',
'2010-12-30',
'Skeie Energy AS (Old)',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-01-23',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
35.000000,
NULL,
'2009-01-23',
'2009-12-21',
5106274,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-01-23',
'2009-12-22',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-12-22',
'2010-12-30',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2010-12-30',
'2011-07-27',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-07-27',
'2011-09-30',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-07-27',
'2011-09-30',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-07-27',
'9999-12-31',
5106274,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-09-30',
'2011-12-16',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-07-27',
'9999-12-31',
5106274,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-12-16',
'2012-01-01',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-07-27',
'9999-12-31',
5106274,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2012-01-01',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2011-07-27',
'9999-12-31',
5106274,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2009-12-22',
'2010-12-30',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'2011-07-26',
5106274,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2010-12-30',
'2011-07-27',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2009-12-22',
'2011-07-26',
5106274,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-09-30',
'2011-12-16',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-12-16',
'2012-01-01',
'Fortis Petroleum Norway AS',
65.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2012-01-01',
'9999-12-31',
'Fortis Petroleum Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2010-12-30',
'2011-07-27',
'E'+'@'+'P Holding AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
20109546,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-07-27',
'2011-09-30',
'E'+'@'+'P Holding AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
20109546,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('500',
'2011-09-30',
'2011-12-16',
'E'+'@'+'P Holding AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106274,
20109546,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-01-23',
'2009-11-02',
'Lundin Norway AS',
40.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106314,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-11-02',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106314,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-01-23',
'2009-11-02',
'StatoilHydro Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106314,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-01-23',
'2009-11-02',
'Maersk Oil Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106314,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-11-02',
'9999-12-31',
'Maersk Oil Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106314,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106314,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-23',
'2009-01-24',
'Petoro AS',
33.333330,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-24',
'2009-11-02',
'Petoro AS',
33.333330,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-11-02',
'2009-12-22',
'Petoro AS',
33.333330,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-12-22',
'9999-12-31',
'Petoro AS',
33.333330,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-23',
'2009-01-24',
'StatoilHydro Petroleum AS',
33.333330,
NULL,
'2009-01-23',
'2009-11-01',
5106378,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-24',
'2009-11-02',
'StatoilHydro Petroleum AS',
44.444440,
NULL,
'2009-01-23',
'2009-11-01',
5106378,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-23',
'2009-01-24',
'Det norske oljeselskap ASA (old)',
33.333330,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-01-24',
'2009-11-02',
'Det norske oljeselskap ASA (old)',
22.222220,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-11-02',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
22.222220,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-11-02',
'2009-12-22',
'Statoil Petroleum AS',
44.444440,
NULL,
'2009-11-02',
'9999-12-31',
5106378,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-12-22',
'9999-12-31',
'Statoil Petroleum AS',
44.444440,
NULL,
'2009-11-02',
'9999-12-31',
5106378,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('502',
'2009-12-22',
'9999-12-31',
'Det norske oljeselskap ASA',
22.222220,
NULL,
'9999-12-31',
'9999-12-31',
5106378,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-01-23',
'2009-10-28',
'Edison International Spa',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4062871,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-01-23',
'2009-10-28',
'4Sea Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4504118,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-10-28',
'2012-12-31',
'4Sea Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4504118,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-01-23',
'2009-10-28',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-10-28',
'2012-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4510260,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2012-12-31',
'9999-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-01-23',
'2009-10-28',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106405,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-10-28',
'2012-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106405,
5064434,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2012-12-31',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2009-01-23',
'9999-12-31',
5106405,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2009-10-28',
'2012-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
17237180,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106405,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-01-23',
'2009-07-31',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-07-31',
'2009-12-22',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-12-22',
'2010-03-30',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2010-03-30',
'2012-01-01',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
1626839,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2012-01-01',
'9999-12-31',
'Petoro AS',
32.230000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-07-31',
'2009-12-22',
'Bridge Energy AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-12-22',
'2010-03-30',
'Bridge Energy AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-01-23',
'2009-07-31',
'Dana Petroleum Norway AS',
38.500000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-07-31',
'2009-12-22',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-12-22',
'2010-03-30',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2010-03-30',
'2012-01-01',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4526555,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2012-01-01',
'9999-12-31',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-01-23',
'2009-07-31',
'Det norske oljeselskap ASA (old)',
58.500000,
NULL,
'2009-01-23',
'2009-12-21',
5106455,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-07-31',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
58.500000,
NULL,
'2009-01-23',
'2009-12-21',
5106455,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2009-12-22',
'2010-03-30',
'Det norske oljeselskap ASA',
58.500000,
NULL,
'2009-12-22',
'9999-12-31',
5106455,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2010-03-30',
'2012-01-01',
'Det norske oljeselskap ASA',
58.500000,
NULL,
'2009-12-22',
'9999-12-31',
5106455,
17342870,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2012-01-01',
'9999-12-31',
'Det norske oljeselskap ASA',
29.270000,
NULL,
'2009-12-22',
'9999-12-31',
5106455,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2010-03-30',
'2012-01-01',
'Bridge Energy Norge AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
18178215,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504',
'2012-01-01',
'9999-12-31',
'Bridge Energy Norge AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
5106455,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-01-23',
'2009-05-26',
'Marathon Petroleum Norge AS',
50.000000,
NULL,
'2009-01-23',
'2011-07-03',
5106486,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-05-26',
'2009-10-01',
'Marathon Petroleum Norge AS',
50.000000,
NULL,
'2009-01-23',
'2011-07-03',
5106486,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-10-01',
'2011-06-30',
'Marathon Petroleum Norge AS',
50.000000,
NULL,
'2009-01-23',
'2011-07-03',
5106486,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-06-30',
'2011-07-04',
'Marathon Petroleum Norge AS',
35.000000,
NULL,
'2009-01-23',
'2011-07-03',
5106486,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-01-23',
'2009-05-26',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-05-26',
'2009-10-01',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-10-01',
'2011-06-30',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-06-30',
'2011-07-04',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-07-04',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-01-23',
'2009-05-26',
'Endeavour Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
3113213,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-06-30',
'2011-07-04',
'Maersk Oil Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-07-04',
'9999-12-31',
'Maersk Oil Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-05-26',
'2009-10-01',
'VNG Norge (Operations) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
5497155,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2009-10-01',
'2011-06-30',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-06-30',
'2011-07-04',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-07-04',
'9999-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106486,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
35.000000,
NULL,
'2011-07-04',
'9999-12-31',
5106486,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2009-01-23',
'2010-05-26',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2010-05-26',
'2012-05-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-05-24',
'2012-10-03',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
1626839,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-10-03',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2009-01-23',
'2010-05-26',
'Discover Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2009-01-23',
'2010-05-26',
'Rocksource ASA',
50.000000,
NULL,
'2009-01-23',
'2012-12-30',
5106544,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2010-05-26',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'2009-01-23',
'2012-12-30',
5106544,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-05-24',
'2012-10-03',
'Rocksource ASA',
25.000000,
NULL,
'2009-01-23',
'2012-12-30',
5106544,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-10-03',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'2009-01-23',
'2012-12-30',
5106544,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2010-05-26',
'2012-05-24',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
18108745,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-05-24',
'2012-10-03',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
18108745,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-05-24',
'2012-10-03',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
21104529,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-10-03',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-10-03',
'2012-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
21593704,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-12-31',
'9999-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106544,
21593704,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 S',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'2012-12-31',
'9999-12-31',
5106544,
22528729,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-01-23',
'2009-12-17',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-12-17',
'2010-05-26',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-01-23',
'2009-12-17',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-01-23',
'2013-01-23',
5106560,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-12-17',
'2010-05-26',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-01-23',
'2013-01-23',
5106560,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2010-05-26',
'2011-10-08',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-01-23',
'2013-01-23',
5106560,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2011-10-08',
'2012-10-31',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-01-23',
'2013-01-23',
5106560,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2012-10-31',
'2013-01-23',
'DONG E'+'@'+'P Norge AS',
60.000000,
NULL,
'2009-01-23',
'2013-01-23',
5106560,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-01-23',
'2009-12-17',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-12-17',
'2010-05-26',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2010-05-26',
'2011-10-08',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-01-23',
'2009-12-17',
'North Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2009-12-17',
'2010-05-26',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2010-05-26',
'2011-10-08',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2011-10-08',
'2012-10-31',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18082156,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2012-10-31',
'2013-01-23',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18082156,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2010-05-26',
'2011-10-08',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18108745,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2011-10-08',
'2012-10-31',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
18108745,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2011-10-08',
'2012-10-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
21104529,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518',
'2012-10-31',
'2013-01-23',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106560,
21104529,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-23',
'2009-01-24',
'Revus Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
3431773,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-23',
'2009-01-24',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-24',
'2012-03-24',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2012-03-24',
'2013-02-13',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4062883,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2013-02-13',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-23',
'2009-01-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-24',
'2012-03-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2012-03-24',
'2013-02-13',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4238233,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2013-02-13',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-23',
'2009-01-24',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-24',
'2012-03-24',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2012-03-24',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2009-01-24',
'2012-03-24',
'Wintershall Norge ASA',
30.000000,
NULL,
'2009-01-24',
'2012-03-23',
5106689,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2012-03-24',
'2013-02-13',
'Wintershall Norge AS',
30.000000,
NULL,
'2012-03-24',
'9999-12-31',
5106689,
21666830,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2013-02-13',
'9999-12-31',
'Wintershall Norge AS',
30.000000,
NULL,
'2012-03-24',
'9999-12-31',
5106689,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('507',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106689,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-11-30',
'2009-12-22',
'Wintershall Norge AS (old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-12-22',
'2010-10-01',
'Wintershall Norge AS (old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2010-10-01',
'2011-07-16',
'Wintershall Norge AS (old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-01-23',
'2009-11-30',
'Nexen Exploration Norge AS',
60.000000,
NULL,
'2009-01-23',
'2012-01-23',
5106810,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-11-30',
'2009-12-22',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2009-01-23',
'2012-01-23',
5106810,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-12-22',
'2010-10-01',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2009-01-23',
'2012-01-23',
5106810,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2010-10-01',
'2011-07-16',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2009-01-23',
'2012-01-23',
5106810,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2011-07-16',
'2012-01-23',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2009-01-23',
'2012-01-23',
5106810,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-01-23',
'2009-11-30',
'Aker Exploration AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-11-30',
'2009-12-22',
'Aker Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2011-07-16',
'2012-01-23',
'Wintershall Norge ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2010-10-01',
'2011-07-16',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2011-07-16',
'2012-01-23',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('508 S',
'2009-12-22',
'2010-10-01',
'Det norske oljeselskap AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106810,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-23',
'2009-01-24',
'Revus Energy ASA',
40.000000,
NULL,
'2009-01-23',
'2009-01-24',
5106880,
3431773,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-23',
'2009-01-24',
'Skeie Energy AS (Old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-24',
'2010-12-30',
'Skeie Energy AS (Old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-23',
'2009-01-24',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-24',
'2010-12-30',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2010-12-30',
'2011-12-16',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2011-12-16',
'2012-03-24',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2012-03-24',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2009-01-24',
'2010-12-30',
'Wintershall Norge ASA',
40.000000,
NULL,
'2009-01-25',
'2012-02-23',
5106880,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2010-12-30',
'2011-12-16',
'Wintershall Norge ASA',
40.000000,
NULL,
'2009-01-25',
'2012-02-23',
5106880,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2011-12-16',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2009-01-25',
'2012-02-23',
5106880,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2011-12-16',
'2012-03-24',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2012-03-24',
'2013-02-13',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
18386334,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2013-02-13',
'9999-12-31',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2010-12-30',
'2011-12-16',
'E'+'@'+'P Holding AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
20109546,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2012-03-24',
'2013-02-13',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
5106880,
21666830,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2013-02-13',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
5106880,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 S',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106880,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2009-01-23',
'2010-04-20',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2010-04-20',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2009-01-23',
'2010-04-20',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2010-04-20',
'2012-02-11',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2012-02-11',
'2012-10-12',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
4062883,
'2012-10-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2009-01-23',
'2010-04-20',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2009-01-23',
'2012-10-11',
5106991,
4238233,
'2012-10-26',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2010-04-20',
'2012-02-11',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2009-01-23',
'2012-10-11',
5106991,
4238233,
'2012-10-26',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2012-02-11',
'2012-10-12',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2009-01-23',
'2012-10-11',
5106991,
4238233,
'2012-10-26',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2009-01-23',
'2010-04-20',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2013-01-01',
'9999-12-31',
'Maersk Oil Norway AS',
50.000000,
NULL,
'2013-01-01',
'9999-12-31',
5106991,
4719674,
'2013-02-16',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2013-01-01',
'9999-12-31',
'Edison International Norway Branch',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2010-04-20',
'2012-02-11',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2012-02-11',
'2012-10-12',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
18082156,
'2012-10-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2012-10-12',
'2013-01-01',
'North Energy ASA',
100.000000,
NULL,
'2012-10-12',
'2012-12-31',
5106991,
18082156,
'2013-02-16',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2013-01-01',
'9999-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
18082156,
'2013-02-16',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('510',
'2012-02-11',
'2012-10-12',
'E.ON E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5106991,
21631209,
'2012-10-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('517',
'2009-01-23',
'2011-10-08',
'OMV (Norge) AS',
60.000000,
NULL,
'2009-01-23',
'2012-01-23',
5107074,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('517',
'2011-10-08',
'2012-01-23',
'OMV (Norge) AS',
60.000000,
NULL,
'2009-01-23',
'2012-01-23',
5107074,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('517',
'2009-01-23',
'2011-10-08',
'Sagex Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107074,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('517',
'2011-10-08',
'2012-01-23',
'Valiant Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107074,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-01-23',
'2009-09-01',
'Petoro AS',
24.545450,
NULL,
'9999-12-31',
'9999-12-31',
5107101,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-09-01',
'2009-11-02',
'Petoro AS',
24.545450,
NULL,
'9999-12-31',
'9999-12-31',
5107101,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-11-02',
'9999-12-31',
'Petoro AS',
24.545450,
NULL,
'9999-12-31',
'9999-12-31',
5107101,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-09-01',
'2009-11-02',
'Eni Norge AS',
11.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107101,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-11-02',
'9999-12-31',
'Eni Norge AS',
11.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107101,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-01-23',
'2009-09-01',
'StatoilHydro Petroleum AS',
75.454550,
NULL,
'2009-01-23',
'2009-11-01',
5107101,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-09-01',
'2009-11-02',
'StatoilHydro Petroleum AS',
63.954550,
NULL,
'2009-01-23',
'2009-11-01',
5107101,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('516',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
63.954550,
NULL,
'2009-11-02',
'9999-12-31',
5107101,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('515',
'2009-01-23',
'2012-04-23',
'Rocksource ASA',
60.000000,
NULL,
'2009-01-23',
'2012-04-23',
5107133,
4062921,
'2012-12-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('515',
'2009-01-23',
'2012-04-23',
'Skagen44 AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107133,
4510260,
'2012-12-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('515',
'2009-01-23',
'2012-04-23',
'Lotos Exploration and Production Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107133,
5064434,
'2012-12-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-01-23',
'2009-01-24',
'Eni Norge AS',
50.000000,
NULL,
'2009-01-23',
'2011-01-22',
5107175,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-01-24',
'2009-11-02',
'Eni Norge AS',
20.000000,
NULL,
'2009-01-23',
'2011-01-22',
5107175,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-11-02',
'2011-01-22',
'Eni Norge AS',
20.000000,
NULL,
'2009-01-23',
'2011-01-22',
5107175,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-01-24',
'2009-11-02',
'DONG E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107175,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-11-02',
'2011-01-22',
'DONG E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107175,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-01-23',
'2009-01-24',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107175,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-01-24',
'2009-11-02',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107175,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('514',
'2009-11-02',
'2011-01-22',
'Statoil Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107175,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('513',
'2009-01-23',
'9999-12-31',
'Dana Petroleum Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107217,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('513',
'2009-01-23',
'9999-12-31',
'Maersk Oil Norway AS',
50.000000,
NULL,
'2009-01-23',
'9999-12-31',
5107217,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('432 B',
'2009-01-23',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
100.000000,
NULL,
'2009-01-23',
'2009-12-21',
5107289,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('432 B',
'2009-12-22',
'2010-02-16',
'Det norske oljeselskap ASA',
100.000000,
NULL,
'2009-12-22',
'2010-02-16',
5107289,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-01-23',
'2009-12-22',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-22',
'2009-12-30',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-30',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-01-23',
'2009-12-22',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-22',
'2009-12-30',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-30',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-01-23',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
30.000000,
NULL,
'2009-01-23',
'2009-12-21',
5107312,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-01-23',
'2009-12-22',
'Repsol Exploracion S.A.',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
5072554,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-22',
'2009-12-30',
'Repsol Exploracion S.A.',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
5072554,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-30',
'9999-12-31',
'Repsol Exploration Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107312,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-22',
'2009-12-30',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2009-12-22',
'9999-12-31',
5107312,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('512',
'2009-12-30',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2009-12-22',
'9999-12-31',
5107312,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2011-01-01',
'2012-02-11',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2012-02-11',
'9999-12-31',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'Gaz de France Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
1628733,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2011-01-01',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'Endeavour Energy Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
3113213,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'Endeavour Energy Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
3113213,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-23',
'2009-01-24',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5107376,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5107376,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5107376,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5107376,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-01-24',
'2009-05-26',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2011-01-01',
'2012-02-11',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2012-02-11',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-05-26',
'2009-10-01',
'VNG Norge (Operations) AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
5497155,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-10-01',
'2009-11-02',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2011-01-01',
'2012-02-11',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2012-02-11',
'9999-12-31',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2009-11-02',
'2011-01-01',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5107376,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2011-01-01',
'2012-02-11',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5107376,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5107376,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 B',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107376,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2009-01-23',
'2010-01-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-01-01',
'2010-03-30',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-03-30',
'2010-06-30',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2009-01-23',
'2010-01-01',
'Wintershall Norge AS (old)',
35.000000,
NULL,
'2009-01-23',
'2011-07-15',
5107428,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-01-01',
'2010-03-30',
'Wintershall Norge AS (old)',
25.000000,
NULL,
'2009-01-23',
'2011-07-15',
5107428,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-03-30',
'2010-06-30',
'Wintershall Norge AS (old)',
25.000000,
NULL,
'2009-01-23',
'2011-07-15',
5107428,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'Wintershall Norge AS (old)',
25.000000,
NULL,
'2009-01-23',
'2011-07-15',
5107428,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2009-01-23',
'2010-01-01',
'Bridge Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-01-01',
'2010-03-30',
'Bridge Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2009-01-23',
'2010-01-01',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-01-01',
'2010-03-30',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-03-30',
'2010-06-30',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-01-01',
'2010-03-30',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-03-30',
'2010-06-30',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'Wintershall Norge ASA',
25.000000,
NULL,
'2011-07-16',
'2012-03-23',
5107428,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'VNG Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'VNG Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'VNG Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
17237193,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'VNG Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-03-30',
'2010-06-30',
'Bridge Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2010-06-30',
'2011-07-16',
'Bridge Energy Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2011-07-16',
'2012-03-24',
'Bridge Energy Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'Bridge Energy Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
18178215,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'Bridge Energy Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2012-03-24',
'2013-02-13',
'Wintershall Norge AS',
25.000000,
NULL,
'2012-03-24',
'9999-12-31',
5107428,
21666830,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'Wintershall Norge AS',
25.000000,
NULL,
'2012-03-24',
'9999-12-31',
5107428,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('511',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107428,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('292 B',
'2009-01-23',
'9999-12-31',
'BG Norge AS',
60.000000,
NULL,
'2009-01-23',
'9999-12-31',
5107501,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('292 B',
'2009-01-23',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107501,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('465 B',
'2009-01-23',
'2011-03-01',
'Wintershall Norge AS (old)',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107561,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('465 B',
'2009-01-23',
'2011-03-01',
'Nexen Exploration Norge AS',
60.000000,
NULL,
'2009-01-23',
'2011-03-01',
5107561,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-01-23',
'2009-11-02',
'A/S Norske Shell',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-11-02',
'2010-01-01',
'A/S Norske Shell',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-01-23',
'2009-11-02',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-11-02',
'2010-01-01',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2010-01-01',
'2012-01-13',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-01-13',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2010-01-01',
'2012-01-13',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-01-13',
'2012-04-30',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-04-30',
'9999-12-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-01-23',
'2009-11-02',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-11-02',
'2010-01-01',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2010-01-01',
'2012-01-13',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107611,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-01-23',
'2009-11-02',
'StatoilHydro Petroleum AS',
58.550000,
NULL,
'2009-01-23',
'2009-11-01',
5107611,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2009-11-02',
'2010-01-01',
'Statoil Petroleum AS',
58.550000,
NULL,
'2009-11-02',
'9999-12-31',
5107611,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2010-01-01',
'2012-01-13',
'Statoil Petroleum AS',
58.550000,
NULL,
'2009-11-02',
'9999-12-31',
5107611,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-01-13',
'2012-04-30',
'Statoil Petroleum AS',
63.550000,
NULL,
'2009-11-02',
'9999-12-31',
5107611,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 B',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
50.550000,
NULL,
'2009-11-02',
'9999-12-31',
5107611,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('472 B',
'2009-01-23',
'2010-03-01',
'Wintershall Norge AS (old)',
40.000000,
NULL,
'2009-01-23',
'2010-03-01',
5107640,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('472 B',
'2009-01-23',
'2010-03-01',
'Bridge Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107640,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('472 B',
'2009-01-23',
'2010-03-01',
'Maersk Oil Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107640,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-01-01',
'2011-09-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-09-30',
'2012-03-24',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2012-03-24',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-23',
'2009-01-24',
'Revus Energy ASA',
30.000000,
NULL,
'2009-01-23',
'2009-01-24',
5107669,
3431773,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-24',
'2009-01-25',
'Revus Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
3431773,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-23',
'2009-01-24',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-24',
'2009-01-25',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-25',
'2010-01-01',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2010-01-01',
'2011-01-01',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-23',
'2009-01-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-24',
'2009-01-25',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-25',
'2010-01-01',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2010-01-01',
'2011-01-01',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-01-01',
'2011-09-30',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-09-30',
'2012-03-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2012-03-24',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-23',
'2009-01-24',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-24',
'2009-01-25',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-25',
'2010-01-01',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2010-01-01',
'2011-01-01',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-01-01',
'2011-09-30',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2010-01-01',
'2011-01-01',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-01-01',
'2011-09-30',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-24',
'2009-01-25',
'Wintershall Norge ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107669,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2009-01-25',
'2010-01-01',
'Wintershall Norge ASA',
40.000000,
NULL,
'2009-01-25',
'2012-03-23',
5107669,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2010-01-01',
'2011-01-01',
'Wintershall Norge ASA',
25.000000,
NULL,
'2009-01-25',
'2012-03-23',
5107669,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-01-01',
'2011-09-30',
'Wintershall Norge ASA',
25.000000,
NULL,
'2009-01-25',
'2012-03-23',
5107669,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2011-09-30',
'2012-03-24',
'Wintershall Norge ASA',
50.000000,
NULL,
'2009-01-25',
'2012-03-23',
5107669,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 BS',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
50.000000,
NULL,
'2012-03-24',
'9999-12-31',
5107669,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('402 B',
'2009-01-23',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5107780,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('402 B',
'2009-01-23',
'9999-12-31',
'Talisman Energy Norge AS',
80.000000,
NULL,
'2009-01-23',
'9999-12-31',
5107780,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-01',
'2011-01-02',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'Gaz de France Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
1628733,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-01',
'2011-01-02',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-02',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'Endeavour Energy Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
3113213,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'Endeavour Energy Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
3113213,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-02',
'2012-02-11',
'Faroe Petroleum Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2012-02-11',
'9999-12-31',
'Faroe Petroleum Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-23',
'2009-01-24',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5115394,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5115394,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5115394,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'2009-01-23',
'2009-11-01',
5115394,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-01-24',
'2009-05-26',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-01',
'2011-01-02',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-02',
'2012-02-11',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2012-02-11',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-05-26',
'2009-10-01',
'VNG Norge (Operations) AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
5497155,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-10-01',
'2009-11-02',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-01',
'2011-01-02',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-02',
'2012-02-11',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2012-02-11',
'9999-12-31',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2009-11-02',
'2011-01-01',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5115394,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-01',
'2011-01-02',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5115394,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2011-01-02',
'2012-02-11',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5115394,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'2009-11-02',
'9999-12-31',
5115394,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 C',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5115394,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2009-05-15',
'2010-07-06',
'Lundin Norway AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463084,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2010-07-06',
'2012-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463084,
2767314,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2012-12-31',
'2013-02-13',
'Lundin Norway AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463084,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463084,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2009-05-15',
'2010-07-06',
'Genesis Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4062957,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2010-07-06',
'2012-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4444493,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2012-12-31',
'2013-02-13',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4444493,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2013-02-13',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2009-05-15',
'2010-07-06',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2010-07-06',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2009-05-15',
'2010-07-06',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2010-07-06',
'2012-12-31',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
5072514,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2012-12-31',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2012-12-31',
'2013-02-13',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
22223020,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2013-02-13',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('519',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463084,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-05-15',
'2009-11-02',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463114,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-11-02',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463114,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-05-15',
'2009-11-02',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463114,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-11-02',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463114,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
60.000000,
NULL,
'2009-05-15',
'2009-11-01',
5463114,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('318 C',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2009-11-02',
'9999-12-31',
5463114,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('520',
'2009-05-15',
'2012-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
50.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463136,
2835212,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('520',
'2012-12-31',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
50.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463136,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('520',
'2009-05-15',
'2012-12-31',
'Norwegian Energy Company ASA',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463136,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('520',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463136,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-05-15',
'2009-11-02',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463210,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-11-02',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463210,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-05-15',
'2009-11-02',
'PGNiG Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463210,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-11-02',
'9999-12-31',
'PGNiG Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463210,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
40.000000,
NULL,
'2009-05-15',
'2009-11-01',
5463210,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('521',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'2009-11-02',
'9999-12-31',
5463210,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-05-15',
'2009-12-22',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-12-22',
'2010-10-01',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2010-10-01',
'2011-01-01',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2011-01-01',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-05-15',
'2009-12-22',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-12-22',
'2010-10-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2010-10-01',
'2011-01-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2011-01-01',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-05-15',
'2009-12-22',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463248,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-12-22',
'2010-10-01',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463248,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2010-10-01',
'2011-01-01',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463248,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2011-01-01',
'9999-12-31',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463248,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2011-01-01',
'9999-12-31',
'Centrica Resources (Norge) AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-05-15',
'2009-12-22',
'Aker Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2010-10-01',
'2011-01-01',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2011-01-01',
'9999-12-31',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('522',
'2009-12-22',
'2010-10-01',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463248,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-05-15',
'2009-12-22',
'E.ON Ruhrgas Norge AS',
40.000000,
NULL,
'2009-05-15',
'2012-02-10',
5463304,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-12-22',
'2010-10-01',
'E.ON Ruhrgas Norge AS',
40.000000,
NULL,
'2009-05-15',
'2012-02-10',
5463304,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2010-10-01',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
40.000000,
NULL,
'2009-05-15',
'2012-02-10',
5463304,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-05-15',
'2009-12-22',
'Aker Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-05-15',
'2009-12-22',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-12-22',
'2010-10-01',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2010-10-01',
'2012-02-11',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2012-02-11',
'2012-05-15',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4526555,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-05-15',
'2009-12-22',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-12-22',
'2010-10-01',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2010-10-01',
'2012-02-11',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2012-02-11',
'2012-05-15',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
4530695,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2010-10-01',
'2012-02-11',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2012-02-11',
'2012-05-15',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
17342870,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2009-12-22',
'2010-10-01',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463304,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('523',
'2012-02-11',
'2012-05-15',
'E.ON E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-11',
'2012-05-15',
5463304,
21631209,
'2012-07-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524',
'2009-05-15',
'2009-11-02',
'ConocoPhillips Skandinavia AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463333,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524',
'2009-11-02',
'2012-05-15',
'ConocoPhillips Skandinavia AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463333,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
75.000000,
NULL,
'2009-05-15',
'2009-11-01',
5463333,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524',
'2009-11-02',
'2012-05-15',
'Statoil Petroleum AS',
75.000000,
NULL,
'2009-11-02',
'2012-05-15',
5463333,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('525',
'2009-05-15',
'2012-05-15',
'Hess Norge AS',
50.000000,
NULL,
'2009-05-15',
'2012-05-14',
5463362,
4038735,
'2012-06-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('525',
'2009-05-15',
'2012-05-15',
'Norwegian Energy Company ASA',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463362,
4530695,
'2012-06-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('525',
'2012-05-15',
'2012-12-31',
'Norwegian Energy Company ASA',
100.000000,
NULL,
'2012-05-15',
'2012-12-30',
5463362,
4530695,
'2013-01-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('525',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
100.000000,
NULL,
'2012-12-31',
'9999-12-31',
5463362,
22223020,
'2013-01-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2009-05-15',
'2010-04-20',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2010-04-20',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2009-05-15',
'2010-04-20',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2010-04-20',
'2012-02-11',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-02-11',
'2012-05-15',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2009-05-15',
'2010-04-20',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2010-04-20',
'2012-02-11',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-02-11',
'2012-05-15',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-05-15',
'2012-07-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2009-05-15',
'2010-04-20',
'North Energy AS',
40.000000,
NULL,
'2009-05-15',
'2010-04-19',
5463391,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2010-04-20',
'2012-02-11',
'North Energy ASA',
40.000000,
NULL,
'2010-04-20',
'9999-12-31',
5463391,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-02-11',
'2012-05-15',
'North Energy ASA',
40.000000,
NULL,
'2010-04-20',
'9999-12-31',
5463391,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-05-15',
'2012-07-31',
'North Energy ASA',
60.000000,
NULL,
'2010-04-20',
'9999-12-31',
5463391,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-07-31',
'9999-12-31',
'North Energy ASA',
66.670000,
NULL,
'2010-04-20',
'9999-12-31',
5463391,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-02-11',
'2012-05-15',
'E.ON E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-05-15',
'2012-07-31',
'E.ON E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('526',
'2012-07-31',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
33.330000,
NULL,
'9999-12-31',
'9999-12-31',
5463391,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-05-15',
'2009-11-02',
'A/S Norske Shell',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-11-02',
'9999-12-31',
'A/S Norske Shell',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-05-15',
'2009-11-02',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-11-02',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-05-15',
'2009-11-02',
'Chevron Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463429,
3488906,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-11-02',
'9999-12-31',
'Chevron Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463429,
3488906,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('527',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463429,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2009-05-15',
'2011-02-28',
'Petro-Canada Norge AS',
40.000000,
NULL,
'2009-05-15',
'2011-02-27',
5463521,
3960945,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2009-05-15',
'2011-02-28',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-02-28',
'2011-09-29',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-09-29',
'2012-05-15',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4062921,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-05-15',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2009-05-15',
'2011-02-28',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-02-28',
'2011-09-29',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-09-29',
'2012-05-15',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4238233,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-05-15',
'2012-05-24',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-05-24',
'2012-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2012-09-27',
'9999-12-31',
5463521,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-12-31',
'9999-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2012-09-27',
'9999-12-31',
5463521,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-09-29',
'2012-05-15',
'Statoil Petroleum AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
17237817,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-02-28',
'2011-09-29',
'Suncor Energy Norge AS',
40.000000,
NULL,
'2011-02-28',
'2012-09-26',
5463521,
20426420,
'2012-10-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2011-09-29',
'2012-05-15',
'Suncor Energy Norge AS',
25.000000,
NULL,
'2011-02-28',
'2012-09-26',
5463521,
20426420,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463521,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2009-05-15',
'2011-01-01',
'Eni Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463559,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-01-01',
'2011-07-16',
'Eni Norge AS',
30.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463559,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-07-16',
'2012-03-24',
'Eni Norge AS',
30.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463559,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2012-03-24',
'9999-12-31',
'Eni Norge AS',
30.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463559,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2009-05-15',
'2011-01-01',
'Wintershall Norge AS (old)',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-01-01',
'2011-07-16',
'Wintershall Norge AS (old)',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
3482302,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2009-05-15',
'2011-01-01',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-01-01',
'2011-07-16',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-07-16',
'2012-03-24',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2012-03-24',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2009-05-15',
'2011-01-01',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-01-01',
'2011-07-16',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-07-16',
'2012-03-24',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2012-03-24',
'9999-12-31',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-07-16',
'2012-03-24',
'Wintershall Norge ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-01-01',
'2011-07-16',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2011-07-16',
'2012-03-24',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2012-03-24',
'9999-12-31',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('529',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463559,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2009-05-15',
'2010-04-20',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-04-20',
'2010-05-26',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2009-05-15',
'2010-04-20',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-04-20',
'2010-05-26',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-05-26',
'2011-07-29',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2011-07-29',
'2012-05-24',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'Rocksource ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'Rocksource ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4070011,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2009-05-15',
'2010-04-20',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2009-05-15',
'2010-04-20',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-04-20',
'2010-05-26',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-05-26',
'2011-07-29',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2011-07-29',
'2012-05-24',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'2009-05-15',
'2013-03-12',
5463588,
5267845,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2011-07-29',
'2012-05-24',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
17237506,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
17237506,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
17237506,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'Repsol Exploration Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
17237506,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-04-20',
'2010-05-26',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-05-26',
'2011-07-29',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2011-07-29',
'2012-05-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18082156,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2010-05-26',
'2011-07-29',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18108745,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2011-07-29',
'2012-05-24',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18108745,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
18108745,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-05-24',
'2012-10-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
21104529,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-10-31',
'2012-12-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
21104529,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('530',
'2012-12-31',
'2013-03-12',
'Rocksource Exploration Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463588,
22528729,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2009-05-15',
'2011-07-04',
'Marathon Petroleum Norge AS',
30.000000,
NULL,
'2009-05-15',
'2011-07-03',
5463621,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2009-05-15',
'2011-07-04',
'RWE Dea Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-07-04',
'2011-10-31',
'RWE Dea Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-10-31',
'2012-01-01',
'RWE Dea Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
97557,
'2012-08-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'RWE Dea Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
97557,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'RWE Dea Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2009-05-15',
'2011-07-04',
'Talisman Energy Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-07-04',
'2011-10-31',
'Talisman Energy Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-10-31',
'2012-01-01',
'Talisman Energy Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
2425093,
'2012-08-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'Talisman Energy Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
2425093,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Talisman Energy Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Faroe Petroleum Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2009-05-15',
'2011-07-04',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-07-04',
'2011-10-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-10-31',
'2012-01-01',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4460794,
'2012-08-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4460794,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-10-31',
'2012-01-01',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'2011-10-31',
'9999-12-31',
5463621,
17237506,
'2012-08-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'2011-10-31',
'9999-12-31',
5463621,
17237506,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'2011-10-31',
'9999-12-31',
5463621,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
17342870,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-07-04',
'2011-10-31',
'Marathon Oil Norge AS',
30.000000,
NULL,
'2011-07-04',
'2011-10-30',
5463621,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2011-10-31',
'2012-01-01',
'Marathon Oil Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
20485291,
'2012-08-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-01-01',
'2012-11-30',
'Marathon Oil Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
20485291,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('531',
'2012-11-30',
'9999-12-31',
'Marathon Oil Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463621,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-05-15',
'2009-11-02',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463659,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-11-02',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463659,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-05-15',
'2009-11-02',
'Eni Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463659,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-11-02',
'9999-12-31',
'Eni Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463659,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
50.000000,
NULL,
'2009-05-15',
'2009-11-01',
5463659,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('532',
'2009-11-02',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2009-11-02',
'9999-12-31',
5463659,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-05-15',
'2009-12-22',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-12-22',
'9999-12-31',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-05-15',
'2009-12-22',
'Eni Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463724,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-12-22',
'9999-12-31',
'Eni Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463724,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-05-15',
'2009-12-22',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-12-22',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-05-15',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('533',
'2009-12-22',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463724,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-05-15',
'2009-11-02',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463753,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-11-02',
'2012-03-24',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463753,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2012-03-24',
'9999-12-31',
'BG Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463753,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-05-15',
'2009-11-02',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-11-02',
'2012-03-24',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2012-03-24',
'9999-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-05-15',
'2009-11-02',
'Wintershall Norge ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-11-02',
'2012-03-24',
'Wintershall Norge ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2009-11-02',
'2012-03-24',
'Statoil Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2012-03-24',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('534',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463753,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-05-15',
'2009-12-22',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-12-22',
'2010-04-20',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-04-20',
'2010-10-01',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-10-01',
'2012-05-24',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-05-24',
'2012-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-12-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463791,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-05-15',
'2009-12-22',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-12-22',
'2010-04-20',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-04-20',
'2010-10-01',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-10-01',
'2012-05-24',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
7.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-05-15',
'2009-12-22',
'Aker Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-05-15',
'2009-12-22',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-12-22',
'2010-04-20',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-10-01',
'2012-05-24',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
17342870,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-05-24',
'2012-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
17342870,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-12-31',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2009-12-22',
'2010-04-20',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-04-20',
'2010-10-01',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-04-20',
'2010-10-01',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2010-10-01',
'2012-05-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
18082156,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-05-24',
'2012-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
18082156,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('535',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
7.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463791,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-05-15',
'2009-11-02',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-11-02',
'2010-04-20',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-04-20',
'2010-05-26',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-05-26',
'2012-10-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
1626839,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2012-10-31',
'2012-11-15',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
1626839,
'2013-01-23',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-05-15',
'2009-11-02',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-11-02',
'2010-04-20',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-04-20',
'2010-05-26',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2012-10-31',
'2012-11-15',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
4070011,
'2013-01-23',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-05-15',
'2009-11-02',
'StatoilHydro Petroleum AS',
40.000000,
NULL,
'2009-05-15',
'2009-11-01',
5463820,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-05-15',
'2009-11-02',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-11-02',
'2010-04-20',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2009-11-02',
'2010-04-20',
'Statoil Petroleum AS',
40.000000,
NULL,
'2009-11-02',
'2012-11-15',
5463820,
17237817,
'2013-01-24',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-04-20',
'2010-05-26',
'Statoil Petroleum AS',
40.000000,
NULL,
'2009-11-02',
'2012-11-15',
5463820,
17237817,
'2013-01-24',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-05-26',
'2012-10-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'2009-11-02',
'2012-11-15',
5463820,
17237817,
'2013-01-24',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2012-10-31',
'2012-11-15',
'Statoil Petroleum AS',
40.000000,
NULL,
'2009-11-02',
'2012-11-15',
5463820,
17237817,
'2013-01-24',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-04-20',
'2010-05-26',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-05-26',
'2012-10-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
18082156,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2012-10-31',
'2012-11-15',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
18082156,
'2013-01-23',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('536',
'2010-05-26',
'2012-10-31',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463820,
18108745,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2009-05-15',
'2010-12-29',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2010-12-29',
'2013-02-13',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
441,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2013-02-13',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2009-05-15',
'2010-12-29',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2010-12-29',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2009-05-15',
'2010-12-29',
'OMV (Norge) AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463849,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2010-12-29',
'2013-02-13',
'OMV (Norge) AS',
25.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463849,
4460594,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2013-02-13',
'9999-12-31',
'OMV (Norge) AS',
25.000000,
NULL,
'2009-05-15',
'9999-12-31',
5463849,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2009-05-15',
'2010-12-29',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2010-12-29',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2010-12-29',
'2013-02-13',
'Statoil Petroleum AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
17237817,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2013-02-13',
'9999-12-31',
'Statoil Petroleum AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('537',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5463849,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-20',
'2009-03-21',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-21',
'2009-12-22',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-12-22',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-20',
'2009-03-21',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-03-20',
'9999-12-31',
5467035,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-21',
'2009-12-22',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-03-20',
'9999-12-31',
5467035,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-12-22',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2009-03-20',
'9999-12-31',
5467035,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-20',
'2009-03-21',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-21',
'2009-12-22',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-12-22',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-20',
'2009-03-21',
'StatoilHydro Petroleum AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-03-21',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 C',
'2009-12-22',
'9999-12-31',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5467035,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-27',
'2009-03-28',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-28',
'2009-07-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-07-31',
'2009-12-22',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-12-22',
'2012-01-01',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
1626839,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2012-01-01',
'9999-12-31',
'Petoro AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-27',
'2009-03-28',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-28',
'2009-07-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-27',
'2009-03-28',
'StatoilHydro Petroleum AS',
57.000000,
NULL,
'2009-03-27',
'2009-04-29',
5479914,
4511658,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-03-28',
'2009-07-31',
'Det norske oljeselskap ASA (old)',
57.000000,
NULL,
'2009-04-29',
'2009-12-21',
5479914,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-07-31',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
57.000000,
NULL,
'2009-04-29',
'2009-12-21',
5479914,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-07-31',
'2009-12-22',
'Det norske oljeselskap ASA',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
5479914,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2009-12-22',
'2012-01-01',
'Det norske oljeselskap ASA',
70.000000,
NULL,
'2009-12-22',
'9999-12-31',
5479914,
17342870,
'2012-11-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 C',
'2012-01-01',
'9999-12-31',
'Det norske oljeselskap ASA',
50.000000,
NULL,
'2009-12-22',
'9999-12-31',
5479914,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-05-15',
'2009-12-22',
'A/S Norske Shell',
40.000000,
NULL,
'2009-05-15',
'2012-05-15',
5480294,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-12-22',
'2010-05-26',
'A/S Norske Shell',
40.000000,
NULL,
'2009-05-15',
'2012-05-15',
5480294,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-05-26',
'2010-10-01',
'A/S Norske Shell',
40.000000,
NULL,
'2009-05-15',
'2012-05-15',
5480294,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-10-01',
'2012-05-15',
'A/S Norske Shell',
40.000000,
NULL,
'2009-05-15',
'2012-05-15',
5480294,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-05-15',
'2009-12-22',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-12-22',
'2010-05-26',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-05-26',
'2010-10-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-10-01',
'2012-05-15',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-05-15',
'2009-12-22',
'Discover Petroleum AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-12-22',
'2010-05-26',
'Discover Petroleum AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-05-15',
'2009-12-22',
'Aker Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-10-01',
'2012-05-15',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2009-12-22',
'2010-05-26',
'Det norske oljeselskap AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-05-26',
'2010-10-01',
'Det norske oljeselskap AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-05-26',
'2010-10-01',
'Front Exploration AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
18108745,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('538',
'2010-10-01',
'2012-05-15',
'Front Exploration AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
5480294,
18108745,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('019 D',
'2009-01-17',
'9999-12-31',
'Norske AEDC A/S',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
5488531,
34,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('019 D',
'2009-01-16',
'2009-01-17',
'Talisman Energy Norge AS',
65.000000,
NULL,
'2009-01-16',
'9999-12-31',
5488531,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('019 D',
'2009-01-17',
'9999-12-31',
'Talisman Energy Norge AS',
61.000000,
NULL,
'2009-01-16',
'9999-12-31',
5488531,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('019 D',
'2009-01-16',
'2009-01-17',
'DONG E'+'@'+'P Norge AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
5488531,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('019 D',
'2009-01-17',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
34.000000,
NULL,
'9999-12-31',
'9999-12-31',
5488531,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('299 B',
'2009-01-16',
'2010-01-01',
'Talisman Energy Norge AS',
60.000000,
NULL,
'2009-01-16',
'2010-01-01',
5488567,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('299 B',
'2009-01-16',
'2010-01-01',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
5488567,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-15',
'2009-05-16',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-16',
'2009-12-22',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-12-22',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-15',
'2009-05-16',
'Talisman Energy Norge AS',
65.000000,
NULL,
'2009-05-15',
'9999-12-31',
5500999,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-16',
'2009-12-22',
'Talisman Energy Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5500999,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-12-22',
'9999-12-31',
'Talisman Energy Norge AS',
40.000000,
NULL,
'2009-05-15',
'9999-12-31',
5500999,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-15',
'2009-05-16',
'Det norske oljeselskap ASA (old)',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-05-16',
'2009-12-22',
'Det norske oljeselskap ASA (old)',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
4539989,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('038 D',
'2009-12-22',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
5500999,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2010-02-19',
'2011-02-28',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2011-02-28',
'2012-01-31',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2012-01-31',
'9999-12-31',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2012-01-31',
'9999-12-31',
'Premier Oil Norge AS',
40.000000,
NULL,
'2012-01-31',
'9999-12-31',
17320077,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2010-02-19',
'2011-02-28',
'Petro-Canada Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
3960945,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2010-02-19',
'2011-02-28',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2010-02-19',
'2012-01-30',
17320077,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2011-02-28',
'2012-01-31',
'Nexen Exploration Norge AS',
40.000000,
NULL,
'2010-02-19',
'2012-01-30',
17320077,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2010-02-19',
'2011-02-28',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2011-02-28',
'2012-01-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2012-01-31',
'9999-12-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2011-02-28',
'2012-01-31',
'Suncor Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('539',
'2012-01-31',
'9999-12-31',
'Suncor Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320077,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('540',
'2010-02-19',
'2011-08-19',
'DONG E'+'@'+'P Norge AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320106,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('540',
'2010-02-19',
'2011-08-19',
'Norwegian Energy Company ASA',
50.000000,
NULL,
'2010-02-19',
'2011-08-19',
17320106,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('541',
'2010-02-19',
'9999-12-31',
'Skagen44 AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320130,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('541',
'2010-02-19',
'9999-12-31',
'Edison International Norway Branch',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320130,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('541',
'2010-02-19',
'9999-12-31',
'Repsol Exploration Norge AS',
50.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320130,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542',
'2010-02-19',
'2013-02-13',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320156,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542',
'2010-02-19',
'2013-02-13',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320156,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320156,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320156,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('331 C',
'2010-02-19',
'2011-06-18',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320176,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('331 C',
'2010-02-19',
'2011-06-18',
'ConocoPhillips Skandinavia AS',
30.000000,
NULL,
'2010-02-19',
'2011-06-18',
17320176,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('331 C',
'2010-02-19',
'2011-06-18',
'Bayerngas Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320176,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('331 C',
'2010-02-19',
'2011-06-18',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320176,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-02-19',
'2010-03-30',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-02-19',
'2010-03-30',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-03-30',
'2012-09-28',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
4526555,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2012-09-28',
'2013-04-20',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
4526555,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2013-04-20',
'9999-12-31',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-02-19',
'2010-03-30',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-03-30',
'2012-09-28',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
5064434,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2012-09-28',
'2013-04-20',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
5064434,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2013-04-20',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-02-19',
'2010-03-30',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320202,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-03-30',
'2012-09-28',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320202,
17342870,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2012-09-28',
'2013-04-20',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320202,
17342870,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2013-04-20',
'9999-12-31',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320202,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2010-03-30',
'2012-09-28',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
18178215,
'2012-10-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2012-09-28',
'2013-04-20',
'Bridge Energy Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
18178215,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2013-04-20',
'9999-12-31',
'Bridge Energy Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2012-09-28',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('497 B',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320202,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('543',
'2010-02-19',
'2012-11-19',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320231,
2835212,
'2013-02-08',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('543',
'2010-02-19',
'2012-11-19',
'Statoil Petroleum AS',
50.000000,
NULL,
'2010-02-19',
'2012-11-19',
17320231,
17237817,
'2013-02-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('544',
'2010-02-19',
'2012-10-01',
'Lundin Norway AS',
70.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320260,
2767314,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('544',
'2012-10-01',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320260,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('544',
'2010-02-19',
'2012-10-01',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320260,
4444493,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('544',
'2012-10-01',
'9999-12-31',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320260,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('544',
'2012-10-01',
'9999-12-31',
'Explora Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320260,
22223266,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('545',
'2010-02-19',
'2012-02-19',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320282,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('545',
'2010-02-19',
'2012-02-19',
'Norwegian Energy Company ASA',
50.000000,
NULL,
'2010-02-19',
'2012-02-19',
17320282,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('545',
'2010-02-19',
'2012-02-19',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320282,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('546',
'2010-02-19',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320338,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('546',
'2010-02-19',
'9999-12-31',
'Bayerngas Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320338,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 D',
'2010-02-19',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320383,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 D',
'2010-02-19',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320383,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 D',
'2010-02-19',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320383,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2010-02-19',
'2011-07-04',
'Marathon Petroleum Norge AS',
65.000000,
NULL,
'2010-02-19',
'2011-07-03',
17320421,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2010-02-19',
'2011-07-04',
'ConocoPhillips Skandinavia AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320421,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2011-07-04',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320421,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2010-02-19',
'2011-07-04',
'Lundin Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320421,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2011-07-04',
'9999-12-31',
'Lundin Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320421,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('340 BS',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
65.000000,
NULL,
'2011-07-04',
'9999-12-31',
17320421,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2010-02-19',
'2011-07-04',
'Marathon Petroleum Norge AS',
40.000000,
NULL,
'2010-02-19',
'2011-07-03',
17320441,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2010-02-19',
'2011-07-04',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2011-07-04',
'2012-02-19',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2010-02-19',
'2011-07-04',
'GDF SUEZ E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2011-07-04',
'2012-02-19',
'GDF SUEZ E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2010-02-19',
'2011-07-04',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2011-07-04',
'2012-02-19',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320441,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('547 S',
'2011-07-04',
'2012-02-19',
'Marathon Oil Norge AS',
40.000000,
NULL,
'2011-07-04',
'2012-02-19',
17320441,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-02-19',
'2010-03-30',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-03-30',
'9999-12-31',
'Petoro AS',
3.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-02-19',
'2010-03-30',
'Bridge Energy AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-02-19',
'2010-03-30',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-03-30',
'9999-12-31',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-02-19',
'2010-03-30',
'Det norske oljeselskap ASA',
58.500000,
NULL,
'2010-02-19',
'9999-12-31',
17320469,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-03-30',
'9999-12-31',
'Det norske oljeselskap ASA',
58.500000,
NULL,
'2010-02-19',
'9999-12-31',
17320469,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('504 BS',
'2010-03-30',
'9999-12-31',
'Bridge Energy Norge AS',
8.500000,
NULL,
'9999-12-31',
'9999-12-31',
17320469,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-02-19',
'2010-03-30',
'Bridge Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320489,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-02-19',
'2010-03-30',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320489,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-03-30',
'2012-02-19',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320489,
4526555,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-02-19',
'2010-03-30',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'2010-02-19',
'2012-02-19',
17320489,
17342870,
'2012-07-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-03-30',
'2012-02-19',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'2010-02-19',
'2012-02-19',
17320489,
17342870,
'2012-07-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('548 S',
'2010-03-30',
'2012-02-19',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320489,
18178215,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2010-02-19',
'2011-06-30',
'Marathon Petroleum Norge AS',
50.000000,
NULL,
'2010-02-19',
'2011-07-03',
17320530,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-06-30',
'2011-07-04',
'Marathon Petroleum Norge AS',
35.000000,
NULL,
'2010-02-19',
'2011-07-03',
17320530,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2010-02-19',
'2011-06-30',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-06-30',
'2011-07-04',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-07-04',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-06-30',
'2011-07-04',
'Maersk Oil Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-07-04',
'9999-12-31',
'Maersk Oil Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2010-02-19',
'2011-06-30',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-06-30',
'2011-07-04',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-07-04',
'9999-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320530,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('505 BS',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
35.000000,
NULL,
'2011-07-04',
'9999-12-31',
17320530,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('549 S',
'2010-02-19',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320558,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('549 S',
'2010-02-19',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320558,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('549 S',
'2010-02-19',
'9999-12-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320558,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('549 S',
'2010-02-19',
'9999-12-31',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2010-02-19',
'9999-12-31',
17320558,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2010-02-19',
'2012-01-01',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320594,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2012-01-01',
'2013-02-13',
'Spring Energy Norway AS',
80.000000,
NULL,
'2012-04-26',
'2013-02-12',
17320594,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2010-02-19',
'2012-01-01',
'Wintershall Norge ASA',
60.000000,
NULL,
'2010-02-19',
'2012-04-25',
17320594,
5442509,
'2012-06-08',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2012-01-01',
'2013-02-13',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320594,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17320594,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('550',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
80.000000,
NULL,
'2013-02-13',
'9999-12-31',
17320594,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2010-11-30',
'2012-01-01',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642019,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2010-02-19',
'2010-11-30',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642019,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2010-11-30',
'2012-01-01',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642019,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2012-01-01',
'2013-02-13',
'Spring Energy Norway AS',
80.000000,
NULL,
'2012-04-26',
'2013-02-12',
17642019,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2010-02-19',
'2010-11-30',
'Wintershall Norge ASA',
60.000000,
NULL,
'2010-02-19',
'2012-04-25',
17642019,
5442509,
'2012-06-08',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2010-11-30',
'2012-01-01',
'Wintershall Norge ASA',
60.000000,
NULL,
'2010-02-19',
'2012-04-25',
17642019,
5442509,
'2012-06-08',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2012-01-01',
'2013-02-13',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642019,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642019,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('551',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
80.000000,
NULL,
'2013-02-13',
'9999-12-31',
17642019,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 E',
'2010-02-19',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642079,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 E',
'2010-02-19',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642079,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 E',
'2010-02-19',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642079,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 E',
'2010-02-19',
'9999-12-31',
'Statoil Petroleum AS',
45.000000,
NULL,
'2010-02-19',
'9999-12-31',
17642079,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('552',
'2010-02-19',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
12.468000,
NULL,
'9999-12-31',
'9999-12-31',
17642108,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('552',
'2010-02-19',
'9999-12-31',
'RWE Dea Norge AS',
3.636000,
NULL,
'9999-12-31',
'9999-12-31',
17642108,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('552',
'2010-02-19',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17642108,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('552',
'2010-02-19',
'9999-12-31',
'Statoil Petroleum AS',
53.896000,
NULL,
'2010-02-19',
'9999-12-31',
17642108,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('553',
'2010-02-19',
'9999-12-31',
'Svenska Petroleum Exploration AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
17646365,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('553',
'2010-02-19',
'9999-12-31',
'Bayerngas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17646365,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('553',
'2010-02-19',
'9999-12-31',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17646365,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-01-01',
'2011-05-31',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-05-31',
'9999-12-31',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-05-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2011-05-31',
'9999-12-31',
17654471,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2010-02-19',
'2010-03-30',
'Bridge Energy AS',
60.000000,
NULL,
'2010-02-19',
'2010-03-29',
17654471,
4062933,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2010-02-19',
'2010-03-30',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2010-03-30',
'2011-01-01',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-01-01',
'2011-05-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-05-31',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2010-03-30',
'2011-01-01',
'Bridge Energy Norge AS',
60.000000,
NULL,
'2010-03-30',
'2011-05-30',
17654471,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-01-01',
'2011-05-31',
'Bridge Energy Norge AS',
60.000000,
NULL,
'2010-03-30',
'2011-05-30',
17654471,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554',
'2011-05-31',
'9999-12-31',
'Bridge Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654471,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('423 BS',
'2010-02-19',
'2011-08-16',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654498,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('423 BS',
'2010-02-19',
'2011-08-16',
'BG Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654498,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('423 BS',
'2010-02-19',
'2011-08-16',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'2010-02-19',
'2011-08-16',
17654498,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('423 BS',
'2010-02-19',
'2011-08-16',
'Statoil Petroleum AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654498,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('555',
'2010-02-19',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2010-02-19',
'9999-12-31',
17654533,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('555',
'2010-02-19',
'9999-12-31',
'Bayerngas Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654533,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('556',
'2010-02-19',
'2010-12-30',
'Skeie Energy AS (Old)',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654560,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('556',
'2010-02-19',
'2010-12-30',
'Lotos Exploration and Production Norge AS',
50.000000,
NULL,
'2010-02-19',
'2011-02-19',
17654560,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('556',
'2010-12-30',
'2011-02-19',
'Lotos Exploration and Production Norge AS',
50.000000,
NULL,
'2010-02-19',
'2011-02-19',
17654560,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('556',
'2010-12-30',
'2011-02-19',
'E'+'@'+'P Holding AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654560,
20109546,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2010-02-19',
'2012-01-01',
'A/S Norske Shell',
26.200000,
NULL,
'2010-02-19',
'9999-12-31',
17654585,
562,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2012-01-01',
'9999-12-31',
'A/S Norske Shell',
44.560000,
NULL,
'2010-02-19',
'9999-12-31',
17654585,
562,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2010-02-19',
'2012-01-01',
'Petoro AS',
47.880000,
NULL,
'9999-12-31',
'9999-12-31',
17654585,
1626839,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2012-01-01',
'9999-12-31',
'Petoro AS',
47.880000,
NULL,
'9999-12-31',
'9999-12-31',
17654585,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2010-02-19',
'2012-01-01',
'BP Norge AS',
18.360000,
NULL,
'9999-12-31',
'9999-12-31',
17654585,
2052695,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2010-02-19',
'2012-01-01',
'Chevron Norge AS',
7.560000,
NULL,
'9999-12-31',
'9999-12-31',
17654585,
3488906,
'2012-12-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 B',
'2012-01-01',
'9999-12-31',
'Chevron Norge AS',
7.560000,
NULL,
'9999-12-31',
'9999-12-31',
17654585,
3488906,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('312 B',
'2010-02-19',
'9999-12-31',
'Eni Norge AS',
17.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654614,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('312 B',
'2010-02-19',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
24.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654614,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('312 B',
'2010-02-19',
'9999-12-31',
'Statoil Petroleum AS',
59.000000,
NULL,
'2010-02-19',
'9999-12-31',
17654614,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557',
'2010-02-19',
'9999-12-31',
'OMV (Norge) AS',
50.000000,
NULL,
'2010-02-19',
'9999-12-31',
17654641,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557',
'2010-02-19',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654641,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557',
'2010-02-19',
'9999-12-31',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654641,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2010-02-19',
'2011-02-28',
'Petro-Canada Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654703,
3960945,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2010-02-19',
'2011-02-28',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654703,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2011-02-28',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654703,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2010-02-19',
'2011-02-28',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17654703,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2011-02-28',
'9999-12-31',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17654703,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('477 B',
'2011-02-28',
'9999-12-31',
'Suncor Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654703,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-02-19',
'2010-10-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-10-01',
'2011-12-30',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2011-12-30',
'2012-02-11',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2012-02-11',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-02-19',
'2010-10-01',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'2010-02-19',
'2012-02-10',
17654732,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-10-01',
'2011-12-30',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'2010-02-19',
'2012-02-10',
17654732,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2011-12-30',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'2010-02-19',
'2012-02-10',
17654732,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-02-19',
'2010-10-01',
'Nexen Exploration Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-10-01',
'2011-12-30',
'Nexen Exploration Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-02-19',
'2010-10-01',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-10-01',
'2011-12-30',
'PGNiG Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2011-12-30',
'2012-02-11',
'PGNiG Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2012-02-11',
'9999-12-31',
'PGNiG Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-10-01',
'2011-12-30',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2011-12-30',
'2012-02-11',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2012-02-11',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2010-02-19',
'2010-10-01',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654732,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('558',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'2012-02-11',
'9999-12-31',
17654732,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2010-02-19',
'2012-12-27',
'Rocksource ASA',
60.000000,
NULL,
'2010-02-19',
'2012-12-30',
17654775,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-27',
'2012-12-31',
'Rocksource ASA',
60.000000,
NULL,
'2010-02-19',
'2012-12-30',
17654775,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2010-02-19',
'2012-12-27',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
4510260,
'2013-01-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-27',
'2012-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
4510260,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-31',
'2013-01-12',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
4510260,
'2013-01-18',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2013-01-12',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2010-02-19',
'2012-12-27',
'VNG Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
17237193,
'2013-01-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-27',
'2012-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
17237193,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-31',
'2013-01-12',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
17237193,
'2013-01-18',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2013-01-12',
'9999-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-27',
'2012-12-31',
'Emergy Exploration AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
21333629,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-31',
'2013-01-12',
'Emergy Exploration AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
21333629,
'2013-01-18',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2013-01-12',
'9999-12-31',
'Atlantic Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654775,
22513163,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2012-12-31',
'2013-01-12',
'Rocksource Exploration Norway AS',
60.000000,
NULL,
'2012-12-31',
'9999-12-31',
17654775,
22528729,
'2013-01-18',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('559',
'2013-01-12',
'9999-12-31',
'Rocksource Exploration Norway AS',
60.000000,
NULL,
'2012-12-31',
'9999-12-31',
17654775,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('560',
'2010-02-19',
'2011-02-19',
'Petoro AS',
24.545460,
NULL,
'9999-12-31',
'9999-12-31',
17654831,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('560',
'2010-02-19',
'2011-02-19',
'Statoil Petroleum AS',
75.454550,
NULL,
'2010-02-19',
'2011-02-19',
17654831,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2010-02-19',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2010-02-19',
'2012-02-11',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-02-11',
'2012-03-24',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-03-24',
'2013-02-19',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
4460794,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2010-02-19',
'2012-02-11',
'Wintershall Norge ASA',
35.000000,
NULL,
'2010-02-19',
'2012-03-23',
17654869,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-02-11',
'2012-03-24',
'Wintershall Norge ASA',
35.000000,
NULL,
'2010-02-19',
'2012-03-23',
17654869,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2010-02-19',
'2012-02-11',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-02-11',
'2012-03-24',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-03-24',
'2013-02-19',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
17342870,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-02-11',
'2012-03-24',
'E.ON E'+'@'+'P Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-03-24',
'2013-02-19',
'E.ON E'+'@'+'P Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654869,
21631209,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('561',
'2012-03-24',
'2013-02-19',
'Wintershall Norge AS',
35.000000,
NULL,
'2012-03-24',
'2013-02-19',
17654869,
21666830,
'2013-04-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-02-19',
'2010-04-20',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-04-20',
'2010-11-30',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-11-30',
'2012-02-11',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-02-11',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
1626839,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-02-19',
'2010-04-20',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-04-20',
'2010-11-30',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-11-30',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'2010-11-30',
'2012-02-10',
17654921,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-02-19',
'2010-04-20',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'2010-02-19',
'2010-11-29',
17654921,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-04-20',
'2010-11-30',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'2010-02-19',
'2010-11-29',
17654921,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-11-30',
'2012-02-11',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-02-11',
'2012-12-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4526555,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-12-31',
'9999-12-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-02-19',
'2010-04-20',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-04-20',
'2010-11-30',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-11-30',
'2012-02-11',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-02-11',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-02-19',
'2010-04-20',
'North Energy AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-04-20',
'2010-11-30',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2010-11-30',
'2012-02-11',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-02-11',
'2012-12-31',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
18082156,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-02-11',
'2012-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'2012-02-11',
'9999-12-31',
17654921,
21631209,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-12-31',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'2012-02-11',
'9999-12-31',
17654921,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('562',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654921,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-02-19',
'2010-04-20',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-04-20',
'2010-05-26',
'Discover Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
3500333,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-02-19',
'2010-04-20',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2010-02-19',
'2013-01-23',
17654970,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-04-20',
'2010-05-26',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2010-02-19',
'2013-01-23',
17654970,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-05-26',
'2011-10-08',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2010-02-19',
'2013-01-23',
17654970,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2011-10-08',
'2012-10-31',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2010-02-19',
'2013-01-23',
17654970,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2012-10-31',
'2013-01-23',
'DONG E'+'@'+'P Norge AS',
60.000000,
NULL,
'2010-02-19',
'2013-01-23',
17654970,
4070011,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-02-19',
'2010-04-20',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-04-20',
'2010-05-26',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-05-26',
'2011-10-08',
'Sagex Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
4504106,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-02-19',
'2010-04-20',
'North Energy AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-04-20',
'2010-05-26',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-05-26',
'2011-10-08',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2011-10-08',
'2012-10-31',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18082156,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2012-10-31',
'2013-01-23',
'North Energy ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18082156,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2010-05-26',
'2011-10-08',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18108745,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2011-10-08',
'2012-10-31',
'Front Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
18108745,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2011-10-08',
'2012-10-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
21104529,
'2012-11-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('518 B',
'2012-10-31',
'2013-01-23',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17654970,
21104529,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-02-19',
'2010-10-01',
'Talisman Energy Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-10-01',
'2012-12-31',
'Talisman Energy Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
2425093,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2012-12-31',
'9999-12-31',
'Talisman Energy Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-02-19',
'2010-10-01',
'Lundin Norway AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655034,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-10-01',
'2012-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655034,
2767314,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2012-12-31',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655034,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-02-19',
'2010-10-01',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-10-01',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-02-19',
'2010-10-01',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-10-01',
'2012-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
17342870,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2012-12-31',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2010-02-19',
'2010-10-01',
'Det norske oljeselskap AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('563',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655034,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-02-19',
'2010-04-20',
'OMV (Norge) AS',
50.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655076,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-04-20',
'2012-03-24',
'OMV (Norge) AS',
50.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655076,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2012-03-24',
'9999-12-31',
'OMV (Norge) AS',
50.000000,
NULL,
'2010-02-19',
'9999-12-31',
17655076,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-02-19',
'2010-04-20',
'North Energy AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-02-19',
'2010-04-20',
'Wintershall Norge ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-04-20',
'2012-03-24',
'Wintershall Norge ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2010-04-20',
'2012-03-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2012-03-24',
'9999-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('564',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
17655076,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2009-11-13',
'2009-11-14',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
100.000000,
NULL,
'2009-11-13',
'9999-12-31',
18054740,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2009-11-14',
'2009-12-22',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
60.000000,
NULL,
'2009-11-13',
'9999-12-31',
18054740,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2009-12-22',
'2010-10-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
60.000000,
NULL,
'2009-11-13',
'9999-12-31',
18054740,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2010-10-01',
'2012-01-02',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
60.000000,
NULL,
'2009-11-13',
'9999-12-31',
18054740,
2835212,
'2012-08-29',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2012-01-02',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
100.000000,
NULL,
'2009-11-13',
'9999-12-31',
18054740,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2009-11-14',
'2009-12-22',
'Aker Exploration AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
18054740,
4460425,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2010-10-01',
'2012-01-02',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
18054740,
17342870,
'2012-08-29',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('028 S',
'2009-12-22',
'2010-10-01',
'Det norske oljeselskap AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
18054740,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-05-12',
'2010-05-13',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116800,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-05-12',
'2010-05-13',
'Total E'+'@'+'P Norge AS',
49.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116800,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-05-13',
'2010-06-16',
'Total E'+'@'+'P Norge AS',
79.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116800,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-06-16',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
100.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116800,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-05-12',
'2010-05-13',
'Statoil Petroleum AS',
21.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116800,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 CS',
'2010-05-13',
'2010-06-16',
'Statoil Petroleum AS',
21.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116800,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-05-12',
'2010-05-13',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116829,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-05-12',
'2010-05-13',
'Total E'+'@'+'P Norge AS',
49.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116829,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-05-13',
'2010-06-16',
'Total E'+'@'+'P Norge AS',
79.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116829,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-06-16',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
100.000000,
NULL,
'2010-05-12',
'9999-12-31',
18116829,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-05-12',
'2010-05-13',
'Statoil Petroleum AS',
21.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116829,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('043 DS',
'2010-05-13',
'2010-06-16',
'Statoil Petroleum AS',
21.000000,
NULL,
'9999-12-31',
'9999-12-31',
18116829,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('330 B',
'2010-10-22',
'2010-10-25',
'RWE Dea Norge AS',
60.000000,
NULL,
'2010-10-22',
'2010-10-24',
18403842,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('330 B',
'2010-10-25',
'2011-06-01',
'RWE Dea Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
18403842,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('330 B',
'2010-10-22',
'2010-10-25',
'Hess Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
18403842,
4038735,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('330 B',
'2010-10-25',
'2011-06-01',
'Hess Norge AS',
90.000000,
NULL,
'2010-10-25',
'2011-06-01',
18403842,
4038735,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-09-10',
'2010-10-01',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-10-01',
'2010-12-29',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-29',
'2010-12-30',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-30',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-09-10',
'2010-10-01',
'Eni Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-09-10',
'2010-10-01',
'BG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-10-01',
'2010-12-29',
'BG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-29',
'2010-12-30',
'BG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-29',
'2010-12-30',
'OMV (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-30',
'9999-12-31',
'OMV (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
18404594,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-09-10',
'2010-10-01',
'Statoil Petroleum AS',
30.000000,
NULL,
'2010-09-10',
'9999-12-31',
18404594,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-10-01',
'2010-12-29',
'Statoil Petroleum AS',
60.000000,
NULL,
'2010-09-10',
'9999-12-31',
18404594,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-29',
'2010-12-30',
'Statoil Petroleum AS',
30.000000,
NULL,
'2010-09-10',
'9999-12-31',
18404594,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('393 B',
'2010-12-30',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2010-09-10',
'9999-12-31',
18404594,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2010-12-31',
'2011-03-31',
'Marathon Petroleum Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
18450020,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2010-12-09',
'2010-12-31',
'Total E'+'@'+'P Norge AS',
21.800000,
NULL,
'9999-12-31',
'9999-12-31',
18450020,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2010-12-31',
'2011-03-31',
'Total E'+'@'+'P Norge AS',
21.800000,
NULL,
'9999-12-31',
'9999-12-31',
18450020,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2011-03-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
21.800000,
NULL,
'9999-12-31',
'9999-12-31',
18450020,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2010-12-09',
'2010-12-31',
'Statoil Petroleum AS',
78.200000,
NULL,
'2010-12-09',
'9999-12-31',
18450020,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2010-12-31',
'2011-03-31',
'Statoil Petroleum AS',
65.700000,
NULL,
'2010-12-09',
'9999-12-31',
18450020,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('048 E',
'2011-03-31',
'9999-12-31',
'Statoil Petroleum AS',
78.200000,
NULL,
'2010-12-09',
'9999-12-31',
18450020,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('565',
'2012-01-31',
'9999-12-31',
'Premier Oil Norge AS',
60.000000,
NULL,
'2012-01-31',
'9999-12-31',
20088435,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('565',
'2011-02-04',
'2012-01-31',
'Nexen Exploration Norge AS',
60.000000,
NULL,
'2011-02-04',
'2012-01-30',
20088435,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('565',
'2011-02-04',
'2012-01-31',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088435,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('565',
'2012-01-31',
'9999-12-31',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088435,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2011-02-04',
'2012-01-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088461,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2012-01-31',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088461,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2011-02-04',
'2012-01-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088461,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2012-01-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088461,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2012-01-31',
'9999-12-31',
'Premier Oil Norge AS',
50.000000,
NULL,
'2012-01-31',
'9999-12-31',
20088461,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('566 S',
'2011-02-04',
'2012-01-31',
'Nexen Exploration Norge AS',
50.000000,
NULL,
'2011-02-04',
'2012-01-30',
20088461,
4062831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 B',
'2011-02-04',
'9999-12-31',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'2011-02-04',
'2013-03-18',
20088555,
4526555,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 B',
'2011-02-04',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2013-03-19',
'9999-12-31',
20088555,
17342870,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 B',
'2011-02-04',
'9999-12-31',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088555,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('567',
'2011-02-04',
'9999-12-31',
'Premier Oil Norge AS',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20088593,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('567',
'2011-02-04',
'9999-12-31',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088593,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 D',
'2011-02-04',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20088622,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('301 D',
'2011-02-04',
'9999-12-31',
'Skeie Energy AS (Old)',
60.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088622,
4511646,
'2013-03-19',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('568',
'2011-02-04',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088760,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('568',
'2011-02-04',
'9999-12-31',
'Talisman Energy Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20088760,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('568',
'2011-02-04',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088760,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('568',
'2011-02-04',
'9999-12-31',
'Edison International Norway Branch',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088760,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('568',
'2011-02-04',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20088760,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2011-02-04',
'2012-03-24',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-03-24',
'2012-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
4070011,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-12-31',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2011-02-04',
'2012-03-24',
'Norwegian Energy Company ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-03-24',
'2012-12-31',
'Norwegian Energy Company ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2011-02-04',
'2012-03-24',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107847,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-03-24',
'2012-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107847,
17237817,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-12-31',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107847,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-03-24',
'2012-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
21666830,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-12-31',
'9999-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('360 B',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107847,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('569',
'2011-02-04',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107876,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('569',
'2011-02-04',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
30.400000,
NULL,
'9999-12-31',
'9999-12-31',
20107876,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('569',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
59.600000,
NULL,
'2011-02-04',
'9999-12-31',
20107876,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-06',
'2012-12-31',
'4Sea Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4504118,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-04',
'2011-02-05',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-05',
'2011-02-06',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-06',
'2012-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4510260,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2012-12-31',
'9999-12-31',
'Skagen44 AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-04',
'2011-02-05',
'North Energy AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-04',
'2011-02-05',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107903,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-05',
'2011-02-06',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107903,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-06',
'2012-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107903,
5064434,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2012-12-31',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
25.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107903,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-04',
'2011-02-05',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-05',
'2011-02-06',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-06',
'2012-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
17237180,
'2013-02-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2011-02-05',
'2011-02-06',
'North Energy ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('503 B',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107903,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501 B',
'2011-02-04',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107950,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501 B',
'2011-02-04',
'9999-12-31',
'Maersk Oil Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107950,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('501 B',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107950,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-02-04',
'2011-06-30',
'Marathon Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-06-30',
'2011-07-04',
'Marathon Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-02-04',
'2011-06-30',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-06-30',
'2011-07-04',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-07-04',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-06-30',
'2011-07-04',
'Maersk Oil Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-07-04',
'9999-12-31',
'Maersk Oil Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-02-04',
'2011-06-30',
'VNG Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107979,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-06-30',
'2011-07-04',
'VNG Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107979,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-07-04',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20107979,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('570',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20107979,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('571',
'2011-02-04',
'2011-02-28',
'Petro-Canada Norge AS',
60.000000,
NULL,
'2011-02-04',
'2011-02-27',
20108024,
3960945,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('571',
'2011-02-04',
'2011-02-28',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108024,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('571',
'2011-02-28',
'9999-12-31',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108024,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('571',
'2011-02-28',
'9999-12-31',
'Suncor Energy Norge AS',
60.000000,
NULL,
'2011-02-28',
'9999-12-31',
20108024,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('150 B',
'2011-02-04',
'2011-07-04',
'Marathon Petroleum Norge AS',
65.000000,
NULL,
'2011-02-04',
'2011-07-03',
20108072,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('150 B',
'2011-02-04',
'2011-07-04',
'Lundin Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108072,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('150 B',
'2011-07-04',
'9999-12-31',
'Lundin Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108072,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('150 B',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
65.000000,
NULL,
'2011-07-04',
'9999-12-31',
20108072,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2011-02-04',
'2012-05-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-05-24',
'2012-10-03',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
1626839,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-10-03',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2011-02-04',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108101,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-05-24',
'2012-10-03',
'Rocksource ASA',
25.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108101,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-10-03',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108101,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2011-02-04',
'2012-05-24',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
18108745,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-05-24',
'2012-10-03',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
18108745,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-05-24',
'2012-10-03',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
21104529,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-10-03',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-10-03',
'2012-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
21593704,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-12-31',
'9999-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108101,
21593704,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 BS',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'2012-12-31',
'9999-12-31',
20108101,
22528729,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2011-02-04',
'2012-05-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-05-24',
'2012-10-03',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
1626839,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-10-03',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2011-02-04',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108128,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-05-24',
'2012-10-03',
'Rocksource ASA',
25.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108128,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-10-03',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'2011-02-04',
'2012-12-30',
20108128,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2011-02-04',
'2012-05-24',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
18108745,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-05-24',
'2012-10-03',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
18108745,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-05-24',
'2012-10-03',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
21104529,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-10-03',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-10-03',
'2012-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
21593704,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-12-31',
'9999-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108128,
21593704,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 CS',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'2012-12-31',
'9999-12-31',
20108128,
22528729,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('572 S',
'2011-02-04',
'2012-02-04',
'E.ON Ruhrgas Norge AS',
55.000000,
NULL,
'2011-02-04',
'2012-02-04',
20108160,
2840522,
'2012-06-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('572 S',
'2011-02-04',
'2012-02-04',
'Rocksource ASA',
45.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108160,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('573 S',
'2011-02-04',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108194,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('573 S',
'2011-02-04',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108194,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('573 S',
'2011-02-04',
'9999-12-31',
'Dana Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108194,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('573 S',
'2011-02-04',
'9999-12-31',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108194,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('574',
'2011-02-04',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108260,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('574',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108260,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('575',
'2011-02-04',
'2012-03-24',
'Lundin Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108314,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('575',
'2012-03-24',
'2013-02-04',
'Lundin Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108314,
2767314,
'2013-03-23',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('575',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
50.000000,
NULL,
'2011-02-04',
'2012-03-23',
20108314,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('575',
'2012-03-24',
'2013-02-04',
'Wintershall Norge AS',
50.000000,
NULL,
'2012-03-24',
'2013-02-04',
20108314,
21666830,
'2013-03-24',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('576',
'2011-02-04',
'2013-02-04',
'Lundin Norway AS',
60.000000,
NULL,
'2011-02-04',
'2013-02-04',
20108349,
2767314,
'2013-04-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('576',
'2011-02-04',
'2013-02-04',
'Concedo ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108349,
4460794,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 B',
'2011-02-04',
'9999-12-31',
'Petoro AS',
33.600000,
NULL,
'9999-12-31',
'9999-12-31',
20108378,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 B',
'2011-02-04',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
2.582820,
NULL,
'9999-12-31',
'9999-12-31',
20108378,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 B',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
63.817180,
NULL,
'2011-02-04',
'9999-12-31',
20108378,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2011-02-04',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
1626839,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2011-02-04',
'2012-04-30',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
1853786,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2012-04-30',
'9999-12-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2011-02-04',
'2012-04-30',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
2410708,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2012-04-30',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
19.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108409,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2011-02-04',
'2012-04-30',
'Statoil Petroleum AS',
58.550000,
NULL,
'2011-02-04',
'9999-12-31',
20108409,
17237817,
'2012-07-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 C',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
39.550000,
NULL,
'2011-02-04',
'9999-12-31',
20108409,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2011-02-04',
'2012-03-24',
'Talisman Energy Norge AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108440,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2012-03-24',
'9999-12-31',
'Talisman Energy Norge AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108440,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2011-02-04',
'2012-03-24',
'Premier Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108440,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2012-03-24',
'9999-12-31',
'Premier Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108440,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
45.000000,
NULL,
'2011-02-04',
'2012-03-23',
20108440,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('378 B',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
45.000000,
NULL,
'2012-03-24',
'9999-12-31',
20108440,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2011-02-04',
'2012-03-24',
'Talisman Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2012-03-24',
'2013-02-13',
'Talisman Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
2425093,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2013-02-13',
'9999-12-31',
'Talisman Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2011-02-04',
'2012-03-24',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2012-03-24',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2011-02-04',
'2012-03-23',
20108473,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2012-03-24',
'2013-02-13',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20108473,
21666830,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2013-02-13',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20108473,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('577',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108473,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-02-05',
'2011-05-31',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-05-31',
'9999-12-31',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-05-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2011-05-31',
'9999-12-31',
20108509,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-02-04',
'2011-02-05',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-02-05',
'2011-05-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-05-31',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-02-04',
'2011-02-05',
'Bridge Energy Norge AS',
60.000000,
NULL,
'2011-02-04',
'2011-05-30',
20108509,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-02-05',
'2011-05-31',
'Bridge Energy Norge AS',
60.000000,
NULL,
'2011-02-04',
'2011-05-30',
20108509,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('554 B',
'2011-05-31',
'9999-12-31',
'Bridge Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108509,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('377 BS',
'2011-02-04',
'2012-07-06',
'Idemitsu Petroleum Norge AS',
30.000000,
NULL,
'2011-02-04',
'2012-07-06',
20108534,
441,
'2013-04-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('377 BS',
'2011-02-04',
'2012-07-06',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108534,
4444493,
'2013-04-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('377 BS',
'2011-02-04',
'2012-07-06',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108534,
5072514,
'2013-04-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('377 BS',
'2011-02-04',
'2012-07-06',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108534,
5267845,
'2013-04-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('578',
'2011-02-04',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108565,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('578',
'2011-02-04',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108565,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('578',
'2011-02-04',
'9999-12-31',
'VNG Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108565,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-04',
'2011-02-28',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-28',
'2012-03-24',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2012-03-24',
'9999-12-31',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-04',
'2011-02-28',
'Petro-Canada Norge AS',
65.000000,
NULL,
'2011-02-04',
'2011-02-27',
20108600,
3960945,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-04',
'2011-02-28',
'Wintershall Norge ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-28',
'2012-03-24',
'Wintershall Norge ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2011-02-28',
'2012-03-24',
'Suncor Energy Norge AS',
65.000000,
NULL,
'2011-02-28',
'9999-12-31',
20108600,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2012-03-24',
'9999-12-31',
'Suncor Energy Norge AS',
65.000000,
NULL,
'2011-02-28',
'9999-12-31',
20108600,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 B',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108600,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-02-04',
'2011-07-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-07-31',
'2012-03-24',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2012-03-24',
'2013-04-20',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
4460794,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2013-04-20',
'9999-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-02-04',
'2011-07-31',
'Wintershall Norge ASA',
50.000000,
NULL,
'2011-02-04',
'2012-03-23',
20108642,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-07-31',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2011-02-04',
'2012-03-23',
20108642,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-07-31',
'2012-03-24',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2012-03-24',
'2013-04-20',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18082156,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2013-04-20',
'9999-12-31',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-02-04',
'2011-07-31',
'Agora Oil '+'@'+' Gas AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18386322,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2011-07-31',
'2012-03-24',
'Agora Oil '+'@'+' Gas AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18386322,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2012-03-24',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2012-03-24',
'2013-04-20',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20108642,
21666830,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2013-04-20',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20108642,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('370 B',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108642,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('579',
'2011-02-04',
'9999-12-31',
'Lundin Norway AS',
50.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108664,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('579',
'2011-02-04',
'9999-12-31',
'Bayerngas Norge AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108664,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('580',
'2011-02-04',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108700,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('580',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108700,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2011-02-04',
'2012-05-24',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108743,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20108743,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2011-02-04',
'2012-05-24',
'Dana Petroleum Norway AS',
70.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108743,
4526555,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-05-24',
'2012-12-31',
'Dana Petroleum Norway AS',
70.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108743,
4526555,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-12-31',
'9999-12-31',
'Dana Petroleum Norway AS',
70.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108743,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
22.500000,
NULL,
'9999-12-31',
'9999-12-31',
20108743,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
22.500000,
NULL,
'9999-12-31',
'9999-12-31',
20108743,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('581',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20108743,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-02-04',
'2011-07-04',
'Marathon Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108820,
463,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-02-04',
'2011-07-04',
'RWE Dea Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108820,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-07-04',
'9999-12-31',
'RWE Dea Norge AS',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20108820,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-02-04',
'2011-07-04',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108820,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-07-04',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108820,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('582',
'2011-07-04',
'9999-12-31',
'Marathon Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108820,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('468 B',
'2011-02-04',
'2011-02-05',
'GDF SUEZ E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108859,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('468 B',
'2011-02-05',
'2012-02-29',
'GDF SUEZ E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
20108859,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('468 B',
'2011-02-05',
'2012-02-29',
'Det norske oljeselskap ASA',
95.000000,
NULL,
'2011-02-05',
'2012-02-29',
20108859,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('468 B',
'2011-02-04',
'2011-02-05',
'Det norske oljeselskap AS',
95.000000,
NULL,
'2011-02-04',
'2011-02-04',
20108859,
17342915,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2011-02-04',
'2013-02-13',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
738,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2013-02-13',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2011-02-04',
'2013-02-13',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2011-02-04',
'2013-02-13',
'Bayerngas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
4444493,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2013-02-13',
'9999-12-31',
'Bayerngas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109004,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2011-02-04',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'2011-02-04',
'2013-02-12',
20109004,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('583',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'2013-02-13',
'9999-12-31',
20109004,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('584',
'2011-02-04',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109082,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('584',
'2011-02-04',
'9999-12-31',
'Bayerngas Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109082,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('585',
'2011-02-04',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
100.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109152,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('586',
'2011-02-04',
'9999-12-31',
'VNG Norge AS',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109200,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('586',
'2011-02-04',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109200,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('587',
'2011-02-04',
'9999-12-31',
'Edison International Norway Branch',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109234,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('587',
'2011-02-04',
'9999-12-31',
'North Energy ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109234,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'E.ON Ruhrgas Norge AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'E.ON Ruhrgas Norge AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'Faroe Petroleum Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'Faroe Petroleum Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'Faroe Petroleum Norge AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'Norwegian Energy Company ASA',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'Norwegian Energy Company ASA',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-04',
'2011-02-05',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109261,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-02-05',
'2011-07-01',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109261,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109261,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109261,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2011-07-01',
'2012-02-11',
'Core Energy AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
20460080,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'Core Energy AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
20460080,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('348 B',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
17.500000,
NULL,
'9999-12-31',
'9999-12-31',
20109261,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('588',
'2011-02-04',
'2012-02-04',
'Rocksource ASA',
40.000000,
NULL,
'2011-02-04',
'2012-02-04',
20109294,
4062921,
'2012-12-05',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('588',
'2011-02-04',
'2012-02-04',
'Concedo ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109294,
4460794,
'2012-12-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('588',
'2011-02-04',
'2012-02-04',
'VNG Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109294,
17237193,
'2012-12-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2011-02-04',
'2012-03-24',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109325,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2012-03-24',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109325,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2011-02-04',
'2012-03-23',
20109325,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2011-02-04',
'2012-03-24',
'Repsol Exploration Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109325,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2012-03-24',
'9999-12-31',
'Repsol Exploration Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109325,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('589',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20109325,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-05',
'2011-09-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-09-30',
'2012-03-24',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2012-03-24',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-04',
'2011-02-05',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-04',
'2011-02-05',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-05',
'2011-09-30',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-09-30',
'2012-03-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2012-03-24',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-04',
'2011-02-05',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-05',
'2011-09-30',
'Concedo ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-04',
'2011-02-05',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-05',
'2011-09-30',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109375,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-04',
'2011-02-05',
'Wintershall Norge ASA',
25.000000,
NULL,
'2011-02-04',
'2012-03-23',
20109375,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-02-05',
'2011-09-30',
'Wintershall Norge ASA',
25.000000,
NULL,
'2011-02-04',
'2012-03-23',
20109375,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2011-09-30',
'2012-03-24',
'Wintershall Norge ASA',
50.000000,
NULL,
'2011-02-04',
'2012-03-23',
20109375,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('475 CS',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
50.000000,
NULL,
'2012-03-24',
'9999-12-31',
20109375,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2011-02-04',
'2012-03-24',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109438,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2012-03-24',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109438,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109438,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2011-02-04',
'2012-03-24',
'North Energy ASA',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109438,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2012-03-24',
'9999-12-31',
'North Energy ASA',
40.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109438,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('590',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109438,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2011-02-04',
'2012-12-31',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109475,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2011-02-04',
'2012-12-31',
'Spring Energy Norway AS',
60.000000,
NULL,
'2011-02-04',
'2013-02-12',
20109475,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2012-12-31',
'2013-02-13',
'Spring Energy Norway AS',
60.000000,
NULL,
'2011-02-04',
'2013-02-12',
20109475,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2012-12-31',
'2013-02-13',
'Noreco Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109475,
22223020,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2013-02-13',
'9999-12-31',
'Noreco Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109475,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
60.000000,
NULL,
'2013-02-13',
'9999-12-31',
20109475,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('592',
'2011-02-04',
'9999-12-31',
'Faroe Petroleum Norge AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109566,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('592',
'2011-02-04',
'9999-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109566,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('593',
'2011-02-04',
'2013-02-04',
'Skagen44 AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109597,
4510260,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('593',
'2011-02-04',
'2013-02-04',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2011-02-04',
'2013-02-04',
20109597,
17342870,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2011-02-04',
'2012-03-24',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2012-03-24',
'2013-02-04',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
4460594,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2011-02-04',
'2012-03-24',
'Wintershall Norge ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2011-02-04',
'2012-03-24',
'Statoil Petroleum AS',
40.000000,
NULL,
'2011-02-04',
'2013-02-04',
20109626,
17237817,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2012-03-24',
'2013-02-04',
'Statoil Petroleum AS',
40.000000,
NULL,
'2011-02-04',
'2013-02-04',
20109626,
17237817,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2011-02-04',
'2012-03-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2012-03-24',
'2013-02-04',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
18082156,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('594',
'2012-03-24',
'2013-02-04',
'Wintershall Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109626,
21666830,
'2013-03-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('595',
'2011-02-04',
'2011-02-05',
'North Energy AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109655,
4706034,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('595',
'2011-02-04',
'2011-02-05',
'Edison International Norway Branch',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109655,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('595',
'2011-02-05',
'9999-12-31',
'Edison International Norway Branch',
60.000000,
NULL,
'2011-02-04',
'9999-12-31',
20109655,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('595',
'2011-02-05',
'9999-12-31',
'North Energy ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20109655,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2011-05-13',
'2012-02-11',
'RWE Dea Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2012-02-11',
'2013-02-13',
'RWE Dea Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
97557,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2013-02-13',
'9999-12-31',
'RWE Dea Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2011-05-13',
'2012-02-11',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
35.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428440,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2012-02-11',
'2013-02-13',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
35.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428440,
2835212,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2013-02-13',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
35.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428440,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2011-05-13',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2011-05-13',
'2012-02-11',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2012-02-11',
'2013-02-13',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
4444493,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2013-02-13',
'9999-12-31',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2011-05-13',
'2012-02-11',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2012-02-11',
'2013-02-13',
'Spring Energy Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2012-02-11',
'2013-02-13',
'E.ON E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
21631209,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2013-02-13',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('596',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428440,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597',
'2011-05-13',
'9999-12-31',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428525,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597',
'2011-05-13',
'9999-12-31',
'Maersk Oil Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428525,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597',
'2011-05-13',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428525,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2011-05-13',
'2012-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
441,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2012-12-31',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2011-05-13',
'2012-12-31',
'BG Norge AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428552,
2747354,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2012-12-31',
'9999-12-31',
'BG Norge AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428552,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2011-05-13',
'2012-12-31',
'PGNiG Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
4505831,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2012-12-31',
'9999-12-31',
'PGNiG Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2011-05-13',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('599',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428552,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('600',
'2011-05-13',
'9999-12-31',
'PGNiG Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428617,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('600',
'2011-05-13',
'9999-12-31',
'Dana Petroleum Norway AS',
70.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428617,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('598',
'2011-05-13',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428655,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('598',
'2011-05-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428655,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('598',
'2011-05-13',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428655,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('598',
'2011-05-13',
'9999-12-31',
'Chevron Norge AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428655,
3488906,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2011-05-13',
'2012-03-24',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-03-24',
'2012-05-24',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2011-05-13',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2011-05-13',
'2012-03-23',
20428711,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2011-05-13',
'2012-03-24',
'Edison International Norway Branch',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-03-24',
'2012-05-24',
'Edison International Norway Branch',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
17237180,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-05-24',
'2012-12-31',
'Edison International Norway Branch',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
17237180,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2011-05-13',
'2012-03-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-03-24',
'2012-05-24',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
18082156,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-05-24',
'2012-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
18082156,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-03-24',
'2012-05-24',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20428711,
21666830,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-05-24',
'2012-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20428711,
21666830,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-12-31',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20428711,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('601',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428711,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2011-05-13',
'2012-05-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-05-24',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2011-05-13',
'2012-05-24',
'Rocksource ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2011-05-13',
'2012-05-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
4238233,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-05-24',
'2012-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
4238233,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-12-31',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2011-05-13',
'2012-05-24',
'Statoil Petroleum AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428749,
17237817,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-05-24',
'2012-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428749,
17237817,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-12-31',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428749,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('602',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428749,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('603',
'2011-05-13',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428814,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('603',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428814,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('603',
'2011-05-13',
'9999-12-31',
'Suncor Energy Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428814,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2011-05-13',
'2012-01-01',
'ConocoPhillips Skandinavia AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428874,
2410696,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2012-01-01',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428874,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2011-05-13',
'2012-01-01',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428874,
2835212,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2012-01-01',
'9999-12-31',
'OMV (Norge) AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428874,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2011-05-13',
'2012-01-01',
'Statoil Petroleum AS',
75.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428874,
17237817,
'2012-10-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('218 B',
'2012-01-01',
'9999-12-31',
'Statoil Petroleum AS',
75.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428874,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524 B',
'2011-05-13',
'2012-05-15',
'ConocoPhillips Skandinavia AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428934,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('524 B',
'2011-05-13',
'2012-05-15',
'Statoil Petroleum AS',
75.000000,
NULL,
'2011-05-13',
'2012-05-15',
20428934,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-05-13',
'2011-09-29',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-09-29',
'2012-05-15',
'Rocksource ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4062921,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-05-15',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4062921,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-05-13',
'2011-09-29',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-09-29',
'2012-05-15',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4238233,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-05-15',
'2012-05-24',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-05-24',
'2012-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2012-09-27',
'9999-12-31',
20428963,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-12-31',
'9999-12-31',
'Centrica Resources (Norge) AS',
50.000000,
NULL,
'2012-09-27',
'9999-12-31',
20428963,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-09-29',
'2012-05-15',
'Statoil Petroleum AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
17237817,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-05-13',
'2011-09-29',
'Suncor Energy Norge AS',
40.000000,
NULL,
'2011-05-13',
'2012-09-26',
20428963,
20426420,
'2012-10-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2011-09-29',
'2012-05-15',
'Suncor Energy Norge AS',
25.000000,
NULL,
'2011-05-13',
'2012-09-26',
20428963,
20426420,
'2012-11-07',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('528 B',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428963,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('604',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
20428990,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('604',
'2011-05-13',
'9999-12-31',
'Suncor Energy Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20428990,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('605',
'2011-05-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429042,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('605',
'2011-05-13',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429042,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('605',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429042,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('606',
'2011-05-13',
'2012-12-31',
'OMV (Norge) AS',
60.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429078,
4460594,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('606',
'2012-12-31',
'9999-12-31',
'OMV (Norge) AS',
60.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429078,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('606',
'2011-05-13',
'2012-12-31',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429078,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('606',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429078,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('607',
'2011-05-13',
'9999-12-31',
'Concedo ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429121,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('607',
'2011-05-13',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
60.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429121,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('608',
'2011-05-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429159,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('608',
'2011-05-13',
'9999-12-31',
'Eni Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429159,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('608',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429159,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609',
'2011-05-13',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429186,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609',
'2011-05-13',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429186,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609',
'2011-05-13',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429186,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2011-05-13',
'2012-05-24',
'Rocksource ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2011-05-13',
'2012-05-24',
'Spring Energy Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
5072514,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-05-24',
'2012-12-31',
'Spring Energy Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
5072514,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-12-31',
'2013-02-13',
'Spring Energy Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2011-05-13',
'2012-05-24',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429259,
5267845,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-05-24',
'2012-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429259,
5267845,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-12-31',
'2013-02-13',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429259,
5267845,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2013-02-13',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429259,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-12-31',
'2013-02-13',
'Valiant Petroleum Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
21104529,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2013-02-13',
'9999-12-31',
'Valiant Petroleum Norge AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2012-12-31',
'2013-02-13',
'Rocksource Exploration Norway AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
22528729,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2013-02-13',
'9999-12-31',
'Rocksource Exploration Norway AS',
12.500000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('610',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429259,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2011-05-13',
'2012-03-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429303,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2012-03-24',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429303,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2011-05-13',
'2012-03-24',
'Faroe Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429303,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2012-03-24',
'9999-12-31',
'Faroe Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429303,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2011-05-13',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2011-05-13',
'2012-03-23',
20429303,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('611',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
20429303,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('226 B',
'2011-05-13',
'9999-12-31',
'Eni Norge AS',
31.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429377,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('226 B',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
69.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429377,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('613',
'2011-05-13',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429419,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('613',
'2011-05-13',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429419,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('613',
'2011-05-13',
'9999-12-31',
'Det norske oljeselskap ASA',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429419,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('612',
'2011-05-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429462,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('612',
'2011-05-13',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429462,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('612',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429462,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('614',
'2011-05-13',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429507,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('614',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429507,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('615',
'2011-05-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429544,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('615',
'2011-05-13',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429544,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('615',
'2011-05-13',
'9999-12-31',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
20429544,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('615',
'2011-05-13',
'9999-12-31',
'Statoil Petroleum AS',
35.000000,
NULL,
'2011-05-13',
'9999-12-31',
20429544,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('303 B',
'2011-05-28',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
20499620,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('303 B',
'2011-05-28',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
30.400000,
NULL,
'9999-12-31',
'9999-12-31',
20499620,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('303 B',
'2011-05-27',
'2011-05-28',
'Statoil Petroleum AS',
100.000000,
NULL,
'2011-05-27',
'9999-12-31',
20499620,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('303 B',
'2011-05-28',
'9999-12-31',
'Statoil Petroleum AS',
59.600000,
NULL,
'2011-05-27',
'9999-12-31',
20499620,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 C',
'2011-10-06',
'9999-12-31',
'Petoro AS',
33.600000,
NULL,
'9999-12-31',
'9999-12-31',
21104663,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 C',
'2011-10-06',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
2.582820,
NULL,
'9999-12-31',
'9999-12-31',
21104663,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('309 C',
'2011-10-06',
'9999-12-31',
'Statoil Petroleum AS',
63.817180,
NULL,
'2011-10-06',
'9999-12-31',
21104663,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2011-10-31',
'2012-02-11',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2012-02-11',
'9999-12-31',
'Petoro AS',
7.500000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2011-10-31',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2011-10-31',
'2012-02-11',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2012-02-11',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2011-10-31',
'2012-02-11',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2012-02-11',
'9999-12-31',
'VNG Norge AS',
2.500000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2011-10-31',
'2012-02-11',
'Statoil Petroleum AS',
20.000000,
NULL,
'2011-10-31',
'9999-12-31',
21124705,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'2011-10-31',
'9999-12-31',
21124705,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('107 D',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124705,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-04',
'2011-11-05',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124742,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-04',
'2011-11-05',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124742,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-05',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124742,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-05',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21124742,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-04',
'2011-11-05',
'Statoil Petroleum AS',
57.000000,
NULL,
'2011-11-04',
'9999-12-31',
21124742,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('169 E',
'2011-11-05',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2011-11-04',
'9999-12-31',
21124742,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-29',
'2011-11-30',
'Petoro AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-30',
'2012-07-05',
'Petoro AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2012-07-05',
'9999-12-31',
'Petoro AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-29',
'2011-11-30',
'Altinex Oil Norway AS',
13.338000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
4446230,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-30',
'2012-07-05',
'Altinex Oil Norway AS',
13.338000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
4446230,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-29',
'2011-11-30',
'Maersk Oil PL 018C Norway AS',
60.008000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
4703832,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-30',
'2012-07-05',
'Maersk Oil Norway AS',
60.008000,
NULL,
'2011-11-29',
'9999-12-31',
21139552,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2012-07-05',
'9999-12-31',
'Maersk Oil Norway AS',
60.008000,
NULL,
'2011-11-29',
'9999-12-31',
21139552,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-29',
'2011-11-30',
'Statoil Petroleum AS',
6.654000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-30',
'2012-07-05',
'Statoil Petroleum AS',
6.654000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2012-07-05',
'9999-12-31',
'Statoil Petroleum AS',
6.654000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2012-07-05',
'9999-12-31',
'Noreco Norway AS',
13.338000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-29',
'2011-11-30',
'Skeie Energy AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
23286115,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2011-11-30',
'2012-07-05',
'Skeie Energy AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
23286115,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('018 DS',
'2012-07-05',
'9999-12-31',
'Skeie Energy AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21139552,
23286115,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2011-12-21',
'2012-01-13',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-01-13',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2011-12-21',
'2012-01-13',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-01-13',
'2012-04-30',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-04-30',
'9999-12-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2011-12-21',
'2012-01-13',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21349950,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2011-12-21',
'2012-01-13',
'Statoil Petroleum AS',
58.550000,
NULL,
'2011-12-21',
'9999-12-31',
21349950,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-01-13',
'2012-04-30',
'Statoil Petroleum AS',
63.550000,
NULL,
'2011-12-21',
'9999-12-31',
21349950,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 D',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
50.550000,
NULL,
'2011-12-21',
'9999-12-31',
21349950,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-21',
'2011-12-22',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21350140,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-22',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21350140,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-21',
'2011-12-22',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
28.000000,
NULL,
'9999-12-31',
'9999-12-31',
21350140,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-22',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
30.400000,
NULL,
'9999-12-31',
'9999-12-31',
21350140,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-21',
'2011-12-22',
'Statoil Petroleum AS',
62.000000,
NULL,
'2011-12-21',
'9999-12-31',
21350140,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 C',
'2011-12-22',
'9999-12-31',
'Statoil Petroleum AS',
59.600000,
NULL,
'2011-12-21',
'9999-12-31',
21350140,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('072 C',
'2011-12-22',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21350207,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('072 C',
'2011-12-21',
'2011-12-22',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
21350207,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('072 C',
'2011-12-22',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
30.400000,
NULL,
'9999-12-31',
'9999-12-31',
21350207,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('072 C',
'2011-12-21',
'2011-12-22',
'Statoil Petroleum AS',
50.000000,
NULL,
'2011-12-21',
'9999-12-31',
21350207,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('072 C',
'2011-12-22',
'9999-12-31',
'Statoil Petroleum AS',
59.600000,
NULL,
'2011-12-21',
'9999-12-31',
21350207,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-02-03',
'2012-05-24',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-02-03',
'2012-05-24',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
2767314,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
2767314,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-02-03',
'2012-05-24',
'Rocksource ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
4062921,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Rocksource ASA',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
4062921,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-02-03',
'2012-05-24',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
5072514,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
5072514,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Spring Energy Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-02-03',
'2012-05-24',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558636,
17342870,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558636,
17342870,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558636,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558636,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-05-24',
'2012-12-31',
'Valiant Petroleum Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Valiant Petroleum Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
21104529,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Valiant Petroleum Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2012-12-31',
'2013-02-13',
'Rocksource Exploration Norway AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
22528729,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Rocksource Exploration Norway AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
22528729,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('659',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558636,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('658',
'2012-02-03',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558820,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('658',
'2012-02-03',
'9999-12-31',
'Repsol Exploration Norge AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558820,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('657',
'2012-02-03',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558872,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('657',
'2012-02-03',
'9999-12-31',
'Eni Norge AS',
80.000000,
NULL,
'2012-02-03',
'9999-12-31',
21558872,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-03',
'2012-02-11',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-11',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-03',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
30.000000,
NULL,
'2012-02-03',
'2012-02-10',
21558940,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-03',
'2012-02-11',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-11',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-03',
'2012-02-11',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-11',
'9999-12-31',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-03',
'2012-02-11',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-11',
'9999-12-31',
'North Energy ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558940,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('656',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
30.000000,
NULL,
'2012-02-11',
'9999-12-31',
21558940,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-02-03',
'2012-03-24',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-03-24',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-02-03',
'2012-03-24',
'Lotos Exploration and Production Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-03-24',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
30.000000,
NULL,
'2012-02-03',
'2012-03-23',
21558998,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-02-03',
'2012-03-24',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-03-24',
'9999-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21558998,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('655',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
30.000000,
NULL,
'2012-03-24',
'9999-12-31',
21558998,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('654',
'2012-02-03',
'9999-12-31',
'RWE Dea Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559027,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('654',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559027,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('654',
'2012-02-03',
'9999-12-31',
'Marathon Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559027,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('653',
'2012-02-03',
'9999-12-31',
'RWE Dea Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559076,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('653',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559076,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('653',
'2012-02-03',
'9999-12-31',
'Marathon Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559076,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-03',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-03',
'2012-02-11',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-11',
'2012-03-24',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-03-24',
'2013-02-03',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
4460794,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-03',
'2012-02-11',
'Wintershall Norge ASA',
35.000000,
NULL,
'2012-02-03',
'2012-03-23',
21559103,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-11',
'2012-03-24',
'Wintershall Norge ASA',
35.000000,
NULL,
'2012-02-03',
'2012-03-23',
21559103,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-03',
'2012-02-11',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-11',
'2012-03-24',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-03-24',
'2013-02-03',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
17342870,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-02-11',
'2012-03-24',
'E.ON E'+'@'+'P Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-03-24',
'2013-02-03',
'E.ON E'+'@'+'P Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559103,
21631209,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('652',
'2012-03-24',
'2013-02-03',
'Wintershall Norge AS',
35.000000,
NULL,
'2012-03-24',
'2013-02-03',
21559103,
21666830,
'2013-04-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-03',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
40.000000,
NULL,
'2012-02-03',
'2012-02-10',
21559146,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-03',
'2012-02-11',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-11',
'2013-02-13',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
4526555,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2013-02-13',
'9999-12-31',
'Dana Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-03',
'2012-02-11',
'Spring Energy Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-11',
'2013-02-13',
'Spring Energy Norway AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2012-02-11',
'2013-02-13',
'E.ON E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-11',
'9999-12-31',
21559146,
21631209,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2013-02-13',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-11',
'9999-12-31',
21559146,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('651',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559146,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('650',
'2012-02-03',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
60.000000,
NULL,
'2012-02-03',
'2012-02-10',
21559201,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('650',
'2012-02-03',
'2012-02-11',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559201,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('650',
'2012-02-11',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559201,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('650',
'2012-02-11',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
60.000000,
NULL,
'2012-02-11',
'9999-12-31',
21559201,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 C',
'2012-02-03',
'9999-12-31',
'Svenska Petroleum Exploration AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559372,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 C',
'2012-02-03',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559372,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('035 C',
'2012-02-03',
'9999-12-31',
'Det norske oljeselskap ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559372,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 D',
'2012-02-03',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559399,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 D',
'2012-02-03',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
28.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559399,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('046 D',
'2012-02-03',
'9999-12-31',
'Statoil Petroleum AS',
62.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559399,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-02-03',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
1626839,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-12-31',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-02-03',
'2012-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
2767314,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-12-31',
'2013-02-13',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-02-03',
'2012-12-31',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
4444493,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-12-31',
'2013-02-13',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
4444493,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2013-02-13',
'9999-12-31',
'Bayerngas Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-02-03',
'2012-12-31',
'Spring Energy Norway AS',
30.000000,
NULL,
'2012-02-03',
'2013-02-12',
21559426,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-12-31',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'2012-02-03',
'2013-02-12',
21559426,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2012-12-31',
'2013-02-13',
'Noreco Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
22223020,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2013-02-13',
'9999-12-31',
'Noreco Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559426,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('639',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'2013-02-13',
'9999-12-31',
21559426,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('640',
'2012-02-03',
'9999-12-31',
'Talisman Energy Norge AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559488,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('640',
'2012-02-03',
'9999-12-31',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559488,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('641',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559540,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('641',
'2012-02-03',
'9999-12-31',
'VNG Norge AS',
70.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559540,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2012-02-03',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2012-02-03',
'2013-02-13',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
4460594,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2013-02-13',
'9999-12-31',
'OMV (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2012-02-03',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2012-02-03',
'2013-02-13',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559610,
17237506,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2013-02-13',
'9999-12-31',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559610,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('642',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559610,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('644',
'2012-02-03',
'9999-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559648,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('644',
'2012-02-03',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559648,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('644',
'2012-02-03',
'9999-12-31',
'OMV (Norge) AS',
30.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559648,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('644',
'2012-02-03',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559648,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('644',
'2012-02-03',
'9999-12-31',
'Repsol Exploration Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559648,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('645',
'2012-02-03',
'9999-12-31',
'Faroe Petroleum Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559709,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('645',
'2012-02-03',
'9999-12-31',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559709,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('645',
'2012-02-03',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559709,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-02-03',
'2012-03-24',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-03-24',
'2012-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
2767314,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-12-31',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-02-03',
'2012-03-24',
'PGNiG Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-03-24',
'2012-12-31',
'PGNiG Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
4505831,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-12-31',
'9999-12-31',
'PGNiG Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-02-03',
'2012-03-24',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-03-24',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2012-02-03',
'2012-03-23',
21559761,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-03-24',
'2012-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
21559761,
21666830,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-12-31',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
21559761,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('646',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559761,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('647',
'2012-02-03',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559805,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('647',
'2012-02-03',
'9999-12-31',
'Premier Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559805,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('647',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559805,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('648 S',
'2012-02-03',
'9999-12-31',
'OMV (Norge) AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559877,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('648 S',
'2012-02-03',
'9999-12-31',
'PGNiG Norway AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559877,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('649',
'2012-02-03',
'9999-12-31',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559950,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('649',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21559950,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('649',
'2012-02-03',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21559950,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2012-02-03',
'2013-02-13',
'Total E'+'@'+'P Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560040,
2410708,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2013-02-13',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560040,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2012-02-03',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560040,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2012-02-03',
'2013-02-13',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560040,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560040,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('619',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560040,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495 B',
'2012-02-03',
'2013-02-13',
'Lundin Norway AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560089,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495 B',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560089,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495 B',
'2012-02-03',
'2013-02-13',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560089,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('495 B',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560089,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-02-03',
'2012-12-31',
'Faroe Petroleum Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560115,
4062883,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-12-31',
'9999-12-31',
'Faroe Petroleum Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560115,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560115,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-02-03',
'2012-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560115,
17237180,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560115,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('620',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560115,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('621',
'2012-02-03',
'2012-12-31',
'Faroe Petroleum Norge AS',
75.000000,
NULL,
'2012-02-03',
'2013-02-03',
21560157,
4062883,
'2013-04-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('621',
'2012-12-31',
'2013-02-03',
'Faroe Petroleum Norge AS',
75.000000,
NULL,
'2012-02-03',
'2013-02-03',
21560157,
4062883,
'2013-04-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('621',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560157,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('621',
'2012-12-31',
'2013-02-03',
'Noreco Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560157,
22223020,
'2013-04-03',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('622',
'2012-02-03',
'9999-12-31',
'Premier Oil Norge AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560182,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('622',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560182,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('623',
'2012-02-03',
'9999-12-31',
'Talisman Energy Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560239,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('623',
'2012-02-03',
'9999-12-31',
'Premier Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560239,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('623',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560239,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('623',
'2012-02-03',
'9999-12-31',
'Bridge Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560239,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-02-03',
'2012-05-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
1626839,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-05-24',
'2012-10-03',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
1626839,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-10-03',
'2012-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
1626839,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-12-31',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-02-03',
'2012-05-24',
'Rocksource ASA',
50.000000,
NULL,
'2012-02-03',
'2012-12-30',
21560284,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-05-24',
'2012-10-03',
'Rocksource ASA',
25.000000,
NULL,
'2012-02-03',
'2012-12-30',
21560284,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-10-03',
'2012-12-31',
'Rocksource ASA',
25.000000,
NULL,
'2012-02-03',
'2012-12-30',
21560284,
4062921,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-02-03',
'2012-05-24',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
18108745,
'2012-06-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-05-24',
'2012-10-03',
'Front Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
18108745,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-05-24',
'2012-10-03',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
21104529,
'2012-10-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-10-03',
'2012-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
21104529,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-12-31',
'9999-12-31',
'Valiant Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-10-03',
'2012-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
21593704,
'2013-01-09',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-12-31',
'9999-12-31',
'Petrolia Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560284,
21593704,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('506 DS',
'2012-12-31',
'9999-12-31',
'Rocksource Exploration Norway AS',
25.000000,
NULL,
'2012-12-31',
'9999-12-31',
21560284,
22528729,
'2013-01-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-02-03',
'2012-03-24',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-03-24',
'2012-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
4070011,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-12-31',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-02-03',
'2012-03-24',
'Norwegian Energy Company ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-03-24',
'2012-12-31',
'Norwegian Energy Company ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-02-03',
'2012-03-24',
'Statoil Petroleum AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560318,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-03-24',
'2012-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560318,
17237817,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-12-31',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560318,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-03-24',
'2012-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
21666830,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-12-31',
'9999-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('624',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560318,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('625',
'2012-02-03',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560380,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('625',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560380,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('625',
'2012-02-03',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560380,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('625',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560380,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2012-02-03',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560418,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2012-02-03',
'2013-02-13',
'Det norske oljeselskap ASA',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560418,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560418,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2012-02-03',
'2013-02-13',
'Fortis Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560418,
18386334,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2013-02-13',
'9999-12-31',
'Fortis Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560418,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('626',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560418,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('513 B',
'2012-02-03',
'9999-12-31',
'Dana Petroleum Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560453,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('513 B',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560453,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('627',
'2012-02-03',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560469,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('627',
'2012-02-03',
'9999-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560469,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('627',
'2012-02-03',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560469,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('627',
'2012-02-03',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560469,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('628',
'2012-02-03',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560616,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('628',
'2012-02-03',
'9999-12-31',
'Statoil Petroleum AS',
80.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560616,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('629',
'2012-02-03',
'9999-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560683,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('629',
'2012-02-03',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560683,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('629',
'2012-02-03',
'9999-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560683,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('629',
'2012-02-03',
'9999-12-31',
'Bridge Energy Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560683,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2012-02-03',
'2013-04-20',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
441,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2013-04-20',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2012-02-03',
'2013-04-20',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
5267845,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2013-04-20',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2012-02-03',
'2013-04-20',
'Statoil Petroleum AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560745,
17237817,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2013-04-20',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560745,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2012-02-03',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('630',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560745,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('631',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560844,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('631',
'2012-02-03',
'9999-12-31',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560844,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('631',
'2012-02-03',
'9999-12-31',
'Fortis Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560844,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557 B',
'2012-02-03',
'9999-12-31',
'OMV (Norge) AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560889,
4460594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557 B',
'2012-02-03',
'9999-12-31',
'Skagen44 AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560889,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('557 B',
'2012-02-03',
'9999-12-31',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560889,
17237506,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('632',
'2012-02-03',
'2013-04-20',
'Statoil Petroleum AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560912,
17237817,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('632',
'2013-04-20',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21560912,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('632',
'2012-02-03',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560912,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('632',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560912,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-02-03',
'2012-03-24',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560982,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-03-24',
'9999-12-31',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560982,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
40.000000,
NULL,
'2012-02-03',
'2012-03-23',
21560982,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-02-03',
'2012-03-24',
'Suncor Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560982,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-03-24',
'9999-12-31',
'Suncor Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21560982,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('633',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2012-03-24',
'9999-12-31',
21560982,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-02-03',
'2012-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561057,
97557,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-12-31',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561057,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561057,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-02-03',
'2012-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561057,
5267845,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-12-31',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561057,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('634',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561057,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('635',
'2012-02-03',
'9999-12-31',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561115,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('635',
'2012-02-03',
'9999-12-31',
'Bayerngas Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561115,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('635',
'2012-02-03',
'9999-12-31',
'VNG Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561115,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2012-02-03',
'2013-02-13',
'Idemitsu Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561151,
441,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2013-02-13',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561151,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2012-02-03',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561151,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2012-02-03',
'2013-02-13',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561151,
5267845,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2013-02-13',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561151,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('636',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561151,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('637',
'2012-02-03',
'9999-12-31',
'Talisman Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561194,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('637',
'2012-02-03',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561194,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('637',
'2012-02-03',
'9999-12-31',
'Suncor Energy Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561194,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-02-03',
'2012-03-24',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-03-24',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-02-03',
'2012-03-24',
'RWE Dea Norge AS',
8.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-03-24',
'9999-12-31',
'RWE Dea Norge AS',
8.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-02-03',
'2012-03-24',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-03-24',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-02-03',
'2012-03-24',
'BG Norge AS',
36.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561239,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-03-24',
'9999-12-31',
'BG Norge AS',
36.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561239,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
16.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('638',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
16.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561239,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597 B',
'2012-02-03',
'9999-12-31',
'Dana Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561308,
4526555,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597 B',
'2012-02-03',
'9999-12-31',
'Maersk Oil Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561308,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('597 B',
'2012-02-03',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561308,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('643',
'2012-02-03',
'9999-12-31',
'Lotos Exploration and Production Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561387,
5064434,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('643',
'2012-02-03',
'9999-12-31',
'Edison International Norway Branch',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561387,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('643',
'2012-02-03',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561387,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609 B',
'2012-02-03',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561445,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609 B',
'2012-02-03',
'9999-12-31',
'RWE Dea Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561445,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('609 B',
'2012-02-03',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561445,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-02-03',
'2012-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
4460794,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-12-31',
'9999-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-02-03',
'2012-12-31',
'Skagen44 AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
4510260,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-12-31',
'9999-12-31',
'Skagen44 AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-02-03',
'2012-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561481,
17237180,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-12-31',
'9999-12-31',
'Edison International Norway Branch',
25.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561481,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-02-03',
'2012-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
18082156,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-12-31',
'9999-12-31',
'North Energy ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('616',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561481,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('617',
'2012-02-03',
'9999-12-31',
'Premier Oil Norge AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561629,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('617',
'2012-02-03',
'9999-12-31',
'Bridge Energy Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561629,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('617',
'2012-02-03',
'9999-12-31',
'Valiant Petroleum Norge AS',
50.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561629,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('618',
'2012-02-03',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561689,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('618',
'2012-02-03',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
60.000000,
NULL,
'2012-02-03',
'9999-12-31',
21561689,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('618',
'2012-02-03',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21561689,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-02-03',
'2012-08-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568578,
1626839,
'2012-09-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-08-31',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568578,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-02-03',
'2012-08-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21568578,
2410708,
'2012-09-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-08-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21568578,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-02-03',
'2012-08-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568578,
4238233,
'2012-09-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-08-31',
'9999-12-31',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568578,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 E',
'2012-02-03',
'2012-08-31',
'Statoil Petroleum AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568578,
17237817,
'2012-09-01',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 D',
'2012-02-03',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568785,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 D',
'2012-02-03',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21568785,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 D',
'2012-02-03',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568785,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('102 D',
'2012-02-03',
'9999-12-31',
'Det norske oljeselskap ASA',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568785,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-03',
'2012-02-04',
'Petoro AS',
33.600000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
1626839,
'2013-01-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-04',
'9999-12-31',
'Petoro AS',
33.600000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-03',
'2012-02-04',
'ConocoPhillips Skandinavia AS',
2.400000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
2410696,
'2013-01-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-04',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
2.400000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-03',
'2012-02-04',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
2410708,
'2013-01-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-04',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
14.700000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-03',
'2012-02-04',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
4.700000,
NULL,
'9999-12-31',
'9999-12-31',
21568959,
2835212,
'2013-01-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-03',
'2012-02-04',
'Statoil Petroleum AS',
49.300000,
NULL,
'2012-02-03',
'9999-12-31',
21568959,
17237817,
'2013-01-25',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('104 B',
'2012-02-04',
'9999-12-31',
'Statoil Petroleum AS',
49.300000,
NULL,
'2012-02-03',
'9999-12-31',
21568959,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-02-03',
'2012-08-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-08-31',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-02-03',
'2012-08-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-08-31',
'9999-12-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-02-03',
'2012-08-31',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-08-31',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-08-31',
'9999-12-31',
'Centrica Resources (Norge) AS',
19.000000,
NULL,
'9999-12-31',
'9999-12-31',
21568992,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-02-03',
'2012-08-31',
'Statoil Petroleum AS',
58.550000,
NULL,
'2012-02-03',
'9999-12-31',
21568992,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('193 E',
'2012-08-31',
'9999-12-31',
'Statoil Petroleum AS',
39.550000,
NULL,
'2012-02-03',
'9999-12-31',
21568992,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-03',
'2012-02-11',
'E.ON Ruhrgas Norge AS',
40.000000,
NULL,
'2012-02-03',
'2012-02-10',
21569025,
2840522,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-03',
'2012-02-11',
'PGNiG Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569025,
4505831,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-11',
'2012-09-17',
'PGNiG Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569025,
4505831,
'2012-10-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-03',
'2012-02-11',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569025,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-11',
'2012-09-17',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569025,
17237817,
'2012-10-12',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('350 B',
'2012-02-11',
'2012-09-17',
'E.ON E'+'@'+'P Norge AS',
40.000000,
NULL,
'2012-02-11',
'2012-09-17',
21569025,
21631209,
'2012-10-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-02-03',
'2012-03-24',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569065,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-03-24',
'9999-12-31',
'Talisman Energy Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569065,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-02-03',
'2012-03-24',
'Wintershall Norge ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569065,
5442509,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-02-03',
'2012-03-24',
'Suncor Energy Norge AS',
65.000000,
NULL,
'2012-02-03',
'9999-12-31',
21569065,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-03-24',
'9999-12-31',
'Suncor Energy Norge AS',
65.000000,
NULL,
'2012-02-03',
'9999-12-31',
21569065,
20426420,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('375 C',
'2012-03-24',
'9999-12-31',
'Wintershall Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569065,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-02-03',
'2012-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
4062883,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-12-31',
'9999-12-31',
'Faroe Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-02-03',
'2012-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
4444493,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-12-31',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-02-03',
'2012-12-31',
'Norwegian Energy Company ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
4530695,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-02-03',
'2012-12-31',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21569107,
17342870,
'2013-01-04',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-12-31',
'9999-12-31',
'Det norske oljeselskap ASA',
40.000000,
NULL,
'2012-02-03',
'9999-12-31',
21569107,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('414 B',
'2012-12-31',
'9999-12-31',
'Noreco Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569107,
22223020,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 C',
'2012-02-03',
'9999-12-31',
'Dana Petroleum Norway AS',
40.000000,
NULL,
'2012-02-03',
'2013-03-18',
21569178,
4526555,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 C',
'2012-02-03',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2013-03-19',
'9999-12-31',
21569178,
17342870,
'2013-04-10',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('494 C',
'2012-02-03',
'9999-12-31',
'Bridge Energy Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21569178,
18178215,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 ES',
'2012-04-11',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668200,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 ES',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668200,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 ES',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668200,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 ES',
'2012-04-11',
'2012-04-30',
'Statoil Petroleum AS',
70.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668200,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 ES',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668200,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 FS',
'2012-04-11',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668235,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 FS',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668235,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 FS',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668235,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 FS',
'2012-04-11',
'2012-04-30',
'Statoil Petroleum AS',
70.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668235,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 FS',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668235,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 GS',
'2012-04-11',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668262,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 GS',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668262,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 GS',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668262,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 GS',
'2012-04-11',
'2012-04-30',
'Statoil Petroleum AS',
70.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668262,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 GS',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668262,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 HS',
'2012-04-11',
'2012-04-30',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668287,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 HS',
'2012-04-30',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668287,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 HS',
'2012-04-30',
'9999-12-31',
'Centrica Resources (Norge) AS',
13.000000,
NULL,
'9999-12-31',
'9999-12-31',
21668287,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 HS',
'2012-04-11',
'2012-04-30',
'Statoil Petroleum AS',
70.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668287,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('050 HS',
'2012-04-30',
'9999-12-31',
'Statoil Petroleum AS',
57.000000,
NULL,
'2012-04-11',
'9999-12-31',
21668287,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('293 B',
'2012-06-15',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
21695786,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('293 B',
'2012-06-15',
'9999-12-31',
'Eni Norge AS',
45.000000,
NULL,
'2012-06-15',
'9999-12-31',
21695786,
2388594,
'2012-07-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('293 B',
'2012-06-15',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
21695786,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('029 C',
'2012-12-03',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
100.000000,
NULL,
'2012-12-03',
'9999-12-31',
22493034,
2410708,
'2012-12-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('029 C',
'2012-10-17',
'2012-12-03',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
100.000000,
NULL,
'2012-10-17',
'2012-12-02',
22493034,
2835212,
'2012-12-06',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('037 F',
'2013-02-08',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813049,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('037 F',
'2013-02-08',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813049,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('037 F',
'2013-02-08',
'9999-12-31',
'Centrica Resources (Norge) AS',
23.125000,
NULL,
'9999-12-31',
'9999-12-31',
22813049,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('037 F',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
21.875000,
NULL,
'2013-02-08',
'9999-12-31',
22813049,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'Talisman Energy Norge AS',
34.908000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
2425093,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'Talisman Energy Norge AS',
34.908000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
2425093,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'Faroe Petroleum Norge AS',
13.400000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
4062883,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'Faroe Petroleum Norge AS',
13.400000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
2.692000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'VNG Norge AS',
3.200000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
17237193,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'VNG Norge AS',
3.200000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'Statoil Petroleum AS',
32.600000,
NULL,
'2013-02-08',
'9999-12-31',
22813096,
17237817,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'Statoil Petroleum AS',
32.600000,
NULL,
'2013-02-08',
'9999-12-31',
22813096,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-08',
'2013-02-13',
'Core Energy AS',
13.200000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
20460080,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'Core Energy AS',
13.200000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
20460080,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('055 D',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
2.692000,
NULL,
'9999-12-31',
'9999-12-31',
22813096,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('091 D',
'2013-02-08',
'9999-12-31',
'Eni Norge AS',
7.900000,
NULL,
'9999-12-31',
'9999-12-31',
22813131,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('091 D',
'2013-02-08',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
33.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813131,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('091 D',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
59.100000,
NULL,
'2013-02-08',
'9999-12-31',
22813131,
17237817,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 C',
'2013-02-08',
'9999-12-31',
'A/S Norske Shell',
44.560000,
NULL,
'2013-02-08',
'9999-12-31',
22813180,
562,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 C',
'2013-02-08',
'9999-12-31',
'Petoro AS',
47.880000,
NULL,
'9999-12-31',
'9999-12-31',
22813180,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('093 C',
'2013-02-08',
'9999-12-31',
'Chevron Norge AS',
7.560000,
NULL,
'9999-12-31',
'9999-12-31',
22813180,
3488906,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('190 B',
'2013-02-08',
'9999-12-31',
'Petoro AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813207,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('190 B',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813207,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('190 B',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813207,
17237817,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('203 B',
'2013-02-08',
'9999-12-31',
'ConocoPhillips Skandinavia AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813239,
2410696,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('203 B',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813239,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('203 B',
'2013-02-08',
'9999-12-31',
'Marathon Oil Norge AS',
65.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813239,
20485291,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813272,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-08',
'2013-02-13',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813272,
18386334,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-13',
'9999-12-31',
'Fortis Petroleum Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813272,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-08',
'2013-02-13',
'Wintershall Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813272,
21666830,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-13',
'9999-12-31',
'Wintershall Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813272,
21666830,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('509 BS',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813272,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542 B',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813299,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542 B',
'2013-02-08',
'2013-02-13',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813299,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542 B',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22813299,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('542 B',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22813299,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('660',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815555,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('660',
'2013-02-08',
'9999-12-31',
'Faroe Petroleum Norge AS',
35.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815555,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('660',
'2013-02-08',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815555,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('660',
'2013-02-08',
'9999-12-31',
'Maersk Oil Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815555,
4719674,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('661',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815589,
2410708,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('661',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815589,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('662',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815632,
2410708,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('662',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815632,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('663',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815661,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('663',
'2013-02-08',
'9999-12-31',
'Premier Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815661,
3482067,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('663',
'2013-02-08',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815661,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('663',
'2013-02-08',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815661,
17342870,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('663',
'2013-02-08',
'9999-12-31',
'Fortis Petroleum Norway AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815661,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('664 S',
'2013-02-08',
'9999-12-31',
'Talisman Energy Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815702,
2425093,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('664 S',
'2013-02-08',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815702,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('664 S',
'2013-02-08',
'9999-12-31',
'Valiant Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815702,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-02-08',
'2013-04-20',
'Faroe Petroleum Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815738,
4062883,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-04-20',
'9999-12-31',
'Faroe Petroleum Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815738,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-02-08',
'2013-04-20',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
4238233,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-04-20',
'9999-12-31',
'Centrica Resources (Norge) AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-02-08',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-02-08',
'2013-04-20',
'Valiant Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
21104529,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-04-20',
'9999-12-31',
'Valiant Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
21104529,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('665 S',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815738,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-08',
'2013-02-13',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815785,
4062883,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-13',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815785,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-08',
'2013-02-13',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815785,
4238233,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-13',
'9999-12-31',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815785,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815785,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('666',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815785,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-08',
'2013-02-13',
'Total E'+'@'+'P Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815830,
2410708,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-13',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815830,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815830,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-08',
'2013-02-13',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815830,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815830,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('667',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815830,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-08',
'2013-02-13',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815873,
4062883,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-13',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815873,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-08',
'2013-02-13',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815873,
4238233,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-13',
'9999-12-31',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815873,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815873,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('668',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815873,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('669',
'2013-02-08',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22815914,
4070011,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('669',
'2013-02-08',
'9999-12-31',
'Centrica Resources (Norge) AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815914,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('669',
'2013-02-08',
'9999-12-31',
'Explora Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815914,
22223266,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-08',
'2013-02-13',
'Faroe Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4062883,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-13',
'9999-12-31',
'Faroe Petroleum Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-08',
'2013-02-13',
'Centrica Resources (Norge) AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4238233,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-13',
'9999-12-31',
'Centrica Resources (Norge) AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-08',
'2013-02-13',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4460794,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-13',
'9999-12-31',
'Concedo ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22815949,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'2013-02-08',
'2013-02-12',
22815949,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('670',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'2013-02-13',
'9999-12-31',
22815949,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('671',
'2013-02-08',
'9999-12-31',
'Maersk Oil Norway AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816003,
4719674,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('671',
'2013-02-08',
'9999-12-31',
'Explora Petroleum AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816003,
22223266,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('672',
'2013-02-08',
'9999-12-31',
'Talisman Energy Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816061,
2425093,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('672',
'2013-02-08',
'9999-12-31',
'Det norske oljeselskap ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816061,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('672',
'2013-02-08',
'9999-12-31',
'Fortis Petroleum Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816061,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('673',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
60.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816103,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('673',
'2013-02-08',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816103,
17237193,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('674',
'2013-02-08',
'9999-12-31',
'Petrolia Norway AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816134,
21593704,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('674',
'2013-02-08',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816134,
21631209,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('675',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816217,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('675',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816217,
17237817,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('676 S',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816262,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('676 S',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816262,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('676 S',
'2013-02-08',
'9999-12-31',
'Faroe Petroleum Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816262,
4062883,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('676 S',
'2013-02-08',
'9999-12-31',
'Det norske oljeselskap ASA',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816262,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('677',
'2013-02-08',
'9999-12-31',
'Det norske oljeselskap ASA',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816357,
17342870,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('677',
'2013-02-08',
'9999-12-31',
'Fortis Petroleum Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816357,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('678 S',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816406,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('678 S',
'2013-02-08',
'9999-12-31',
'Det norske oljeselskap ASA',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816406,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('678 S',
'2013-02-08',
'9999-12-31',
'Fortis Petroleum Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816406,
18386334,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('678 S',
'2013-02-08',
'9999-12-31',
'Wintershall Norge AS',
35.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816406,
21666830,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('679 S',
'2013-02-08',
'9999-12-31',
'BG Norge AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816484,
2747354,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('679 S',
'2013-02-08',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816484,
21631209,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('680',
'2013-02-08',
'2013-02-13',
'Concedo ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816583,
4460794,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('680',
'2013-02-13',
'9999-12-31',
'Concedo ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816583,
4460794,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('680',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
60.000000,
NULL,
'2013-02-08',
'2013-02-12',
22816583,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('680',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
60.000000,
NULL,
'2013-02-13',
'9999-12-31',
22816583,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-08',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816639,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816639,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
64.000000,
NULL,
'2013-02-08',
'2013-02-12',
22816639,
5072514,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-08',
'2013-02-13',
'Det norske oljeselskap ASA',
16.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816639,
17342870,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-13',
'9999-12-31',
'Det norske oljeselskap ASA',
16.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816639,
17342870,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('681',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
64.000000,
NULL,
'2013-02-13',
'9999-12-31',
22816639,
23173852,
'2013-02-21',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-02-08',
'2013-04-20',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
97557,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-04-20',
'9999-12-31',
'RWE Dea Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
97557,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-02-08',
'2013-04-20',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
1626839,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-04-20',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-02-08',
'2013-04-20',
'Bayerngas Norge AS',
30.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816685,
4444493,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-04-20',
'9999-12-31',
'Bayerngas Norge AS',
30.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816685,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-02-08',
'2013-04-20',
'Statoil Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
17237817,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-04-20',
'9999-12-31',
'Statoil Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-02-08',
'2013-04-20',
'Agora Oil '+'@'+' Gas AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
18386322,
'2013-04-30',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('682',
'2013-04-20',
'9999-12-31',
'Capricorn Norge AS',
10.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816685,
23297570,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('683',
'2013-02-08',
'9999-12-31',
'Bayerngas Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816753,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('683',
'2013-02-08',
'9999-12-31',
'Wintershall Norge AS',
60.000000,
NULL,
'2013-02-08',
'9999-12-31',
22816753,
21666830,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('684',
'2013-02-08',
'9999-12-31',
'Petoro AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816794,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('684',
'2013-02-08',
'9999-12-31',
'Enterprise Oil Norge AS',
6.450000,
NULL,
'9999-12-31',
'9999-12-31',
22816794,
1853786,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('684',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
5.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816794,
2410708,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('684',
'2013-02-08',
'9999-12-31',
'Centrica Resources (Norge) AS',
19.000000,
NULL,
'9999-12-31',
'9999-12-31',
22816794,
4238233,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('684',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
39.550000,
NULL,
'2013-02-08',
'9999-12-31',
22816794,
17237817,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('685',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820468,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('685',
'2013-02-08',
'9999-12-31',
'Total E'+'@'+'P Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820468,
2410708,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('685',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820468,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('685',
'2013-02-08',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820468,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('686',
'2013-02-08',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820521,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('686',
'2013-02-08',
'9999-12-31',
'A/S Norske Shell',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820521,
562,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('686',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820521,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('686',
'2013-02-08',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820521,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('687',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820550,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('687',
'2013-02-08',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820550,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('687',
'2013-02-08',
'9999-12-31',
'VNG Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820550,
17237193,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('687',
'2013-02-08',
'9999-12-31',
'Explora Petroleum AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820550,
22223266,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('688',
'2013-02-08',
'9999-12-31',
'BG Norge AS',
50.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820588,
2747354,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('688',
'2013-02-08',
'9999-12-31',
'E.ON E'+'@'+'P Norge AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820588,
21631209,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-08',
'2013-02-13',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
738,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-13',
'9999-12-31',
'Svenska Petroleum Exploration AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-08',
'2013-02-13',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820628,
4070011,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-13',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820628,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-08',
'2013-02-13',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
4444493,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-13',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('689',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820628,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('690',
'2013-02-08',
'9999-12-31',
'Svenska Petroleum Exploration AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820657,
738,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('690',
'2013-02-08',
'9999-12-31',
'Bayerngas Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820657,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('690',
'2013-02-08',
'9999-12-31',
'Bridge Energy Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820657,
18178215,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('691',
'2013-02-08',
'9999-12-31',
'Faroe Petroleum Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820684,
4062883,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('691',
'2013-02-08',
'9999-12-31',
'Centrica Resources (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820684,
4238233,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('691',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820684,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('692',
'2013-02-08',
'9999-12-31',
'Skagen44 AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820715,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('692',
'2013-02-08',
'9999-12-31',
'Edison International Norway Branch',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820715,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('692',
'2013-02-08',
'9999-12-31',
'Repsol Exploration Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820715,
17237506,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('693',
'2013-02-08',
'9999-12-31',
'OMV (Norge) AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820761,
4460594,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('693',
'2013-02-08',
'9999-12-31',
'Skagen44 AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820761,
4510260,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('693',
'2013-02-08',
'9999-12-31',
'Edison International Norway Branch',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820761,
17237180,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('693',
'2013-02-08',
'9999-12-31',
'North Energy ASA',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820761,
18082156,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('694',
'2013-02-08',
'9999-12-31',
'RWE Dea Norge AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820804,
97557,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('694',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820804,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('694',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820804,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('694',
'2013-02-08',
'9999-12-31',
'Marathon Oil Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820804,
20485291,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-08',
'2013-02-13',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820851,
1626839,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-13',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820851,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-08',
'2013-02-13',
'Lundin Norway AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820851,
2767314,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-13',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820851,
2767314,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820851,
5072514,
'2013-02-20',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('695',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820851,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('696',
'2013-02-08',
'9999-12-31',
'Petoro AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820904,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('696',
'2013-02-08',
'9999-12-31',
'Eni Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
22820904,
2388594,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('696',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
50.000000,
NULL,
'2013-02-08',
'9999-12-31',
22820904,
17237817,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('697',
'2013-02-08',
'9999-12-31',
'Eni Norge AS',
65.000000,
NULL,
'2013-02-08',
'9999-12-31',
22821005,
2388594,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('697',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
35.000000,
NULL,
'9999-12-31',
'9999-12-31',
22821005,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('698',
'2013-02-08',
'9999-12-31',
'A/S Norske Shell',
17.037500,
NULL,
'2013-02-08',
'9999-12-31',
22821040,
562,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('698',
'2013-02-08',
'9999-12-31',
'Petoro AS',
36.475000,
NULL,
'9999-12-31',
'9999-12-31',
22821040,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('698',
'2013-02-08',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
7.228600,
NULL,
'9999-12-31',
'9999-12-31',
22821040,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('698',
'2013-02-08',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
10.342000,
NULL,
'9999-12-31',
'9999-12-31',
22821040,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('698',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
28.916900,
NULL,
'9999-12-31',
'9999-12-31',
22821040,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('699',
'2013-02-08',
'9999-12-31',
'A/S Norske Shell',
17.037500,
NULL,
'2013-02-08',
'9999-12-31',
22821109,
562,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('699',
'2013-02-08',
'9999-12-31',
'Petoro AS',
36.475000,
NULL,
'9999-12-31',
'9999-12-31',
22821109,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('699',
'2013-02-08',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
7.228600,
NULL,
'9999-12-31',
'9999-12-31',
22821109,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('699',
'2013-02-08',
'9999-12-31',
'DONG E'+'@'+'P Norge AS',
10.342000,
NULL,
'9999-12-31',
'9999-12-31',
22821109,
4070011,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('699',
'2013-02-08',
'9999-12-31',
'Statoil Petroleum AS',
28.916900,
NULL,
'9999-12-31',
'9999-12-31',
22821109,
17237817,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('700',
'2013-02-08',
'9999-12-31',
'Lundin Norway AS',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
22821177,
2767314,
'2013-02-13',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('700',
'2013-02-08',
'9999-12-31',
'Bayerngas Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22821177,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('700',
'2013-02-08',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22821177,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('700',
'2013-02-08',
'9999-12-31',
'VNG Norge AS',
20.000000,
NULL,
'9999-12-31',
'9999-12-31',
22821177,
17237193,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-08',
'2013-02-13',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
23180841,
4530695,
'2013-02-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-13',
'9999-12-31',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'2013-02-08',
'9999-12-31',
23180841,
4530695,
'2013-02-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180841,
5072514,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-08',
'2013-02-13',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180841,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-13',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180841,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('701',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
30.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180841,
23173852,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591 B',
'2013-02-08',
'2013-02-13',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180930,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591 B',
'2013-02-13',
'9999-12-31',
'Norwegian Energy Company ASA',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
23180930,
4530695,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591 B',
'2013-02-08',
'2013-02-13',
'Spring Energy Norway AS',
60.000000,
NULL,
'2013-02-08',
'2013-02-12',
23180930,
5072514,
'2013-02-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('591 B',
'2013-02-13',
'9999-12-31',
'Tullow Oil Norge AS',
60.000000,
NULL,
'2013-02-13',
'9999-12-31',
23180930,
23173852,
'2013-02-22',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 F',
'2013-01-22',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268186,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 F',
'2013-01-22',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268186,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 F',
'2013-01-22',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268186,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 F',
'2013-01-22',
'9999-12-31',
'Statoil Petroleum AS',
45.000000,
NULL,
'2013-01-22',
'9999-12-31',
23268186,
17237817,
'2013-03-02',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 G',
'2013-01-22',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268222,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 G',
'2013-01-22',
'9999-12-31',
'ExxonMobil Exploration '+'@'+' Production Norway AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268222,
2835212,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 G',
'2013-01-22',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23268222,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 G',
'2013-01-22',
'9999-12-31',
'Statoil Petroleum AS',
45.000000,
NULL,
'2013-01-22',
'9999-12-31',
23268222,
17237817,
'2013-03-02',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 HS',
'2013-04-09',
'9999-12-31',
'Idemitsu Petroleum Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23297006,
441,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 HS',
'2013-04-09',
'9999-12-31',
'Bayerngas Norge AS',
25.000000,
NULL,
'9999-12-31',
'9999-12-31',
23297006,
4444493,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 HS',
'2013-04-09',
'9999-12-31',
'GDF SUEZ E'+'@'+'P Norge AS',
15.000000,
NULL,
'9999-12-31',
'9999-12-31',
23297006,
5267845,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('090 HS',
'2013-04-09',
'9999-12-31',
'Statoil Petroleum AS',
45.000000,
NULL,
'2013-04-09',
'9999-12-31',
23297006,
17237817,
'2013-04-27',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('248 C',
'2013-04-09',
'9999-12-31',
'Petoro AS',
40.000000,
NULL,
'9999-12-31',
'9999-12-31',
23297103,
1626839,
'9999-12-31',
'2013-05-08');
INSERT INTO licence_licensee_hst VALUES
('248 C',
'2013-04-09',
'9999-12-31',
'Statoil Petroleum AS',
60.000000,
NULL,
'2013-04-09',
'9999-12-31',
23297103,
17237817,
'2013-05-02',
'2013-05-08');
|
-- phpMyAdmin SQL Dump
-- version 4.5.4.1
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 06-06-2016 a las 03:09:44
-- Versión del servidor: 5.7.10-log
-- Versión de PHP: 5.6.18
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `bd_login`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `usuarios`
--
CREATE TABLE `usuarios` (
`id` int(11) NOT NULL,
`user` varchar(45) NOT NULL,
`password` varchar(45) DEFAULT NULL,
`email` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `usuarios`
--
INSERT INTO `usuarios` (`id`, `user`, `password`, `email`) VALUES
(1, 'admin', 'admin', 'admin@email.com'),
(2, 'usuario', 'usuario', 'usaurio@email.com');
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `usuarios`
--
ALTER TABLE `usuarios`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `usuarios`
--
ALTER TABLE `usuarios`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE TABLE `meta_attribute_mapping_store` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`entity_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`entity_id` int(11) NOT NULL,
`meta_attr_schema_id` int(11) NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `entity_index` (`entity_type`, `entity_id`),
UNIQUE KEY `unique_entity_mapping_constraint` (`entity_type`, `entity_id`, `meta_attr_schema_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
SELECT * FROM `customer`;
SELECT `customerName`, `phone`, `city`, `country` FROM `customers`;
SELECT * FROM `customers` WHERE `customerName` = 'Atelier Graphique';
SELECT * FROM `customers` WHERE `customername` like '%A%';
SELECT * FROM `customers` WHERE `city` IN ('Nantes',' Las Vegas',' Warszawa','NYC');
|
SELECT
fami_detalle,
COUNT(DISTINCT p1.prod_codigo) AS cant_productos,
SUM(item_precio * item_cantidad) AS monto
FROM
Item_Factura i1
JOIN Producto p1 ON p1.prod_codigo = item_producto
JOIN Familia ON prod_familia = fami_id
WHERE
20000 > ANY(
SELECT
SUM(i2.item_cantidad * i2.item_precio)
FROM
Factura
JOIN Item_Factura i2 ON i2.item_numero = fact_numero
AND i2.item_tipo = fact_tipo
AND i2.item_sucursal = fact_sucursal
JOIN Producto p2 ON p2.prod_codigo = i2.item_producto
WHERE
YEAR(fact_fecha) = 2012
AND p2.prod_familia = fami_id
)
GROUP BY
fami_detalle
ORDER BY
cant_productos DESC;
|
CREATE TABLE IF NOT EXISTS `kdx_brand` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`NAME` varchar(255) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_car` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`NAME` varchar(255) NOT NULL,
`YEAR` smallint(4) NOT NULL,
`PRICE` int(11) NOT NULL,
`COMPL_ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_car_option` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`OPTION_ID` int(11) NOT NULL,
`CAR_ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_compl` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`NAME` varchar(255) NOT NULL,
`MODEL_ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_compl_option` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`OPTION_ID` int(11) NOT NULL,
`COMPL_ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_model` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`NAME` varchar(255) NOT NULL,
`BRAND_ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
);
CREATE TABLE IF NOT EXISTS `kdx_option` (
`ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
`NAME` varchar(255) NOT NULL,
PRIMARY KEY (`ID`)
);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.