DJIN#61669 Sleutelbeheer
svn path=/Customer/; revision=48833
This commit is contained in:
@@ -134,6 +134,30 @@ CREATE TABLE djin_imp_sle
|
||||
);
|
||||
COMMIT;
|
||||
|
||||
INSERT INTO fac_import_app (fac_import_app_code,
|
||||
fac_import_app_oms,
|
||||
fac_functie_key,
|
||||
fac_import_app_prefix)
|
||||
SELECT 'CIL',
|
||||
'DJIN:Importeren/aanmaken cilinder(set)s',
|
||||
fac_functie_key,
|
||||
'DJIN'
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
COMMIT;
|
||||
|
||||
INSERT INTO fac_import_app (fac_import_app_code,
|
||||
fac_import_app_oms,
|
||||
fac_functie_key,
|
||||
fac_import_app_prefix)
|
||||
SELECT 'SLE',
|
||||
'DJIN:Importeren/aanmaken sleutel(set)s',
|
||||
fac_functie_key,
|
||||
'DJIN'
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
COMMIT;
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
|
||||
Reference in New Issue
Block a user