text
stringlengths
6
9.38M
DELIMITER // CREATE PROCEDURE addUserCourse(IN email VARCHAR(30), IN crn INT) BEGIN DECLARE uid INT; SELECT getUserId(email) INTO uid; INSERT INTO user_course(user_id, crn) VALUES(uid,crn); END// DELIMITER ;
SELECT date_trunc('day',occurred_at) AS day, event_type, count(*) AS metric FROM benn.fake_fact_events WHERE occurred_at < '2014-06-01' GROUP BY 1, 2 ORDER BY 1
/* Extracts microbiology labs */ select microbiologyevents.subject_id, microbiologyevents.hadm_id, microbiologyevents.charttime, microbiologyevents.spec_itemid, microbiologyevents.spec_type_desc, microbiologyevents.org_itemid, microbiologyevents.org_name from microbiologyevents where spec_itemid in (70091, 70012);
-- - Clear participant statistics table TRUNCATE TABLE `participant_stats`; -- - Clear participants table TRUNCATE TABLE `participants`; -- - Clear champion ban table TRUNCATE TABLE `champion_ban`; -- - Clear teams table; TRUNCATE TABLE `teams`; -- - Clear match table TRUNCATE TABLE `matches`; -- - Clear statistics table UPDATE `statistics_total` SET `double_kills`=0,`triple_kills`=0,`quadra_kills`=0,`penta_kills`=0,`unreal_kills`=0, `kills`=0,`deaths`=0,`assists`=0,`minions_killed`=0,`minion_kills`=0,`neutral_minions_killed`=0, `neutral_minion_kills`=0,`dragons_killed`=0,`barons_killed`=0,`dragon_kills`=0,`baron_kills`=0, `ap_dmg_dealt`=0,`ad_dmg_dealt`=0,`true_dmg_dealt`=0 WHERE 1; -- - Clear champions extra statistics UPDATE `champions` SET `bans`=0,`win`=0,`loss`=0,`pick_count`=0,`kills`=0,`deaths`=0,`assists`=0 WHERE 1;
drop table tcliente; create table tcliente unique hgdhcddhef (dni char(10)not null, nombre varchar2(25)not null, provincia char(2)not null, tipo char(2), fecha_alta date, vendedor char(3), compras number(7) ) / Insert into tcliente values ('10101010','VALLE MAS ANGEL','HU','AA',TO_DATE('12/04/1996','DD/MM/YYYY'),'001',0100000); Insert into tcliente values ('20202020','CARRERA PEREZ LUIS','Z','BB',TO_DATE('09/02/1997','DD/MM/YYYY'),'002',0200000); Insert into tcliente values ('30303030','LÓPEZ MUR ANA','HU','AA',TO_DATE('09/06/1998','DD/MM/YYYY'),'003',0300000); Insert into tcliente values ('40404040','GOMEZ GOMEZ MARIA','M','CC',TO_DATE('08/04/1992','DD/MM/YYYY'),'001',0200000); Insert into tcliente values ('50505050','TORRES CINCO BENITO','TO','AA',TO_DATE('09/08/1998','DD/MM/YYYY'),'003',0200000); Insert into tcliente values ('60606060','ROLDAN GUARDIA JOSE','CC','DD',TO_DATE('01/01/1998','DD/MM/YYYY'),'001',0100000); Insert into tcliente values ('70707070','PINO ALTO LUISA','Z','AA',TO_DATE('12/04/1996','DD/MM/YYYY'),'001',0400000); /*nueva linea*/ Insert into tcliente values ('99999999','AAAAAA','Z','AA',TO_DATE('12/04/1996','DD/MM/YYYY'),'001',0400000); COMMIT;
select * from xxx where 1 = 1 /*%for i in range(2)*/ and current_loop_is = /*$i*/999 /*%for j in range(2) */ and nested_/*$j*/999 = /*$i*/999 /*end*/ /*end*/ /*%for x in range(2)*/ and current_loop_is = /*$x*/999 /*%for y in range(2) */ and nested_/*$y*/999 = /*:x*/999 /*end*/ /*end*/ ;
drop table BURI_STATE;
CREATE SCHEMA proj; GRANT ALL ON SCHEMA proj TO devuser; -- change search_path on a connection-level SET search_path TO proj; -- change search_path on a database-level ALTER database "devdb" SET search_path TO proj;
select * from "tech_stack"."dbt"."station_metadata" where ID is null
-- Script generated by com.jnj.gtsc.harmony.migration.script.migrate.MigrateAccessRightsScript -- Script generated on 28/May/2013 00:09:46 -- Source = jdbc:oracle:thin:@hpxc83p05.ncsbe.eu.jnj.com:2666:PRDUX153 -- Set ampersand definitions off set define off; begin -- Set larger dbms output buffer -- DBMS_OUTPUT.ENABLE(1000000); DBMS_OUTPUT.ENABLE(NULL); -- Insert RoleToUserAssignments -- Inserting RoleToUserAssignment 'AABDYLDA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012080', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012075', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AABDYLDA/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '28', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '23', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '17', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '10', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012080', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012075', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12081EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12080EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12078EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12077EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12075EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'AABDYLDA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AABDYLDA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AABDYLDA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('AABDYLDA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'AACOSTA1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AACOSTA1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AACOSTA1/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AACOSTA1', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AACOSTA1/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AACOSTA1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); -- Inserting RoleToUserAssignment 'AACOSTA1/OO LOCAL ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AACOSTA1', 'OO LOCAL ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AACOSTA1/OO LOCAL ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('AACOSTA1', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '4004BOANYUSDF2', sysdate, null); harmony.usermgt.create_dds_item_assignment('AACOSTA1', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '4004BOANYUSDF1', sysdate, null); harmony.usermgt.create_dds_item_assignment('AACOSTA1', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '1001BOANYUSDF2', sysdate, null); -- Inserting RoleToUserAssignment 'AADIR/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AADIR', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AADIR/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AADIR', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012416', sysdate, null); -- Inserting RoleToUserAssignment 'AAGYILI/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('AAGYILI', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AAGYILI/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AAGYILI', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAGYILI/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AAGYILI', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '5', sysdate, null); -- Inserting RoleToUserAssignment 'AAGYILI/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AAGYILI', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAGYILI/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER harmony.usermgt.create_dds_item_assignment('AAGYILI', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', 'R3_COCO', 'ONE', '4000', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AALIFANT', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AALIFANT/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AALIFANT', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '117', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AALIFANT', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AALIFANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12281EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('AALIFANT', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AALIFANT', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AALIFANT/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AALIFANT', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AALIFANT/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AALIFANT', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AARGOSO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AARGOSO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AARGOSO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AARGOSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6019', sysdate, null); -- Inserting RoleToUserAssignment 'AAVENDA1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AAVENDA1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AAVENDA1/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AAVENDA1', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAVENDA1/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AAVENDA1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '165', sysdate, null); -- Inserting RoleToUserAssignment 'AAVENDA1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AAVENDA1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAVENDA1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AAVENDA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); -- Inserting RoleToUserAssignment 'AAVENDA1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AAVENDA1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAVENDA1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AAVENDA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'AAVENDA1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AAVENDA1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AAVENDA1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AAVENDA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'ABACUYLI/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABACUYLI', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABACUYLI/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABACUYLI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012273', sysdate, null); -- Inserting RoleToUserAssignment 'ABAJAJ/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABAJAJ', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABAJAJ/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABAJAJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012866', sysdate, null); -- Inserting RoleToUserAssignment 'ABALOGH/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ABALOGH', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ABALOGH/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ABALOGH', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABALOGH/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ABALOGH', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12194HUF', sysdate, null); -- Inserting RoleToUserAssignment 'ABALOGH/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ABALOGH', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABALOGH/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ABALOGH', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012194', sysdate, null); -- Inserting RoleToUserAssignment 'ABARENDS/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ABARENDS', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARENDS/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ABARENDS', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012306', sysdate, null); -- Inserting RoleToUserAssignment 'ABARKER1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARKER1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012693', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012086', sysdate, null); -- Inserting RoleToUserAssignment 'ABARKER1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ABARKER1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARKER1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012086', sysdate, null); -- Inserting RoleToUserAssignment 'ABARKER1/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARKER1/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ABARKER1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012693', sysdate, null); -- Inserting RoleToUserAssignment 'ABARKER1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARKER1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12693GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12545GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12532GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12314GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12312GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12312EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12086GBP', sysdate, null); -- Inserting RoleToUserAssignment 'ABARKER1/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ABARKER1', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABARKER1/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ABARKER1', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012693', sysdate, null); -- Inserting RoleToUserAssignment 'ABAUDET/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ABAUDET', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABAUDET/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ABAUDET', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '15', sysdate, null); -- Inserting RoleToUserAssignment 'ABERGER1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABERGER1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013071', sysdate, null); -- Inserting RoleToUserAssignment 'ABERGER1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ABERGER1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABERGER1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013071', sysdate, null); -- Inserting RoleToUserAssignment 'ABERGER1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABERGER1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13111CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13076CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13075CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072HF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12358USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12358EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071USD', sysdate, null); -- Inserting RoleToUserAssignment 'ABERGER1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABERGER1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2268', sysdate, null); -- Inserting RoleToUserAssignment 'ABERGER1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ABERGER1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABERGER1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABERGER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2268', sysdate, null); -- Inserting RoleToUserAssignment 'ABORSODY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ABORSODY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ABORSODY/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABORSODY', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABORSODY/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABORSODY', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '186', sysdate, null); -- Inserting RoleToUserAssignment 'ABORSODY/OO LOCAL EXCEPTION ACCOUNT REPORTER' harmony.usermgt.create_role_to_user_assignment('ABORSODY', 'OO LOCAL EXCEPTION ACCOUNT REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABORSODY/OO LOCAL EXCEPTION ACCOUNT REPORTER harmony.usermgt.create_dds_item_assignment('ABORSODY', 'OO LOCAL EXCEPTION ACCOUNT REPORTER', 'R3_HBACCOUNT', 'ONE', '1001BOANYUSDF4', sysdate, null); -- Inserting RoleToUserAssignment 'ABROWN9/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABROWN9/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABROWN9', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012313', sysdate, null); -- Inserting RoleToUserAssignment 'ABROWN9/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ABROWN9/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABROWN9/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ABROWN9', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012313', sysdate, null); -- Inserting RoleToUserAssignment 'ABROWN9/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABROWN9/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313NZD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ABROWN9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12313AUD', sysdate, null); -- Inserting RoleToUserAssignment 'ABROWN9/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABROWN9/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ABROWN9', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2104', sysdate, null); -- Inserting RoleToUserAssignment 'ABROWN9/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ABROWN9', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ABROWN9/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ABROWN9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2104', sysdate, null); -- Inserting RoleToUserAssignment 'ACANELAS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ACANELAS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ACANELAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ACANELAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACANELAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ACANELAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2268', sysdate, null); -- Inserting RoleToUserAssignment 'ACANELAS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ACANELAS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACANELAS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ACANELAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2268', sysdate, null); -- Inserting RoleToUserAssignment 'ACASTI10/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACASTI10', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACASTI10/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ACASTI10', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012188', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACASTI10', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012187', sysdate, null); -- Inserting RoleToUserAssignment 'ACELENS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACELENS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACELENS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ACELENS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'ACELENS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACELENS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACELENS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ACELENS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'ACELENS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ACELENS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACELENS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ACELENS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2210', sysdate, null); -- Inserting RoleToUserAssignment 'ACHEW1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACHEW1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACHEW1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACHEW1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'ACHEW1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ACHEW1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ACHEW1/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACHEW1', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACHEW1/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACHEW1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'ACHEW1/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACHEW1', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACHEW1/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACHEW1', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'ACHU1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ACHU1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ACHU1/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACHU1', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACHU1/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACHU1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '186', sysdate, null); -- Inserting RoleToUserAssignment 'ACHU1/OO LOCAL EXCEPTION ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACHU1', 'OO LOCAL EXCEPTION ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACHU1/OO LOCAL EXCEPTION ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('ACHU1', 'OO LOCAL EXCEPTION ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '1001BOANYUSDF4', sysdate, null); -- Inserting RoleToUserAssignment 'ACOMBATE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ACOMBATE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACOMBATE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ACOMBATE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6017', sysdate, null); -- Inserting RoleToUserAssignment 'ACOOKE1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACOOKE1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACOOKE1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012094', sysdate, null); -- Inserting RoleToUserAssignment 'ACOOKE1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ACOOKE1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ACOOKE1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ACOOKE1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACOOKE1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12529EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12094EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ACOOKE1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ACOOKE1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACOOKE1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACOOKE1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2017', sysdate, null); -- Inserting RoleToUserAssignment 'ACRO_OLD/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACRO_OLD', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACRO_OLD/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ACRO_OLD', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012675', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/AMMF CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'AMMF CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/AMMF CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'AMMF CENTRAL MANAGER', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ACULLEN1/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3014', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/ICL CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'ICL CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/ICL CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3021', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '132', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2193', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ACULLEN1/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '132', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ACULLEN1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2193', sysdate, null); -- Inserting RoleToUserAssignment 'ACULLEN1/TOPS2' harmony.usermgt.create_role_to_user_assignment('ACULLEN1', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADCNODDE/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADCNODDE/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADCNODDE/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/ICL Central reporter harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/IT SUPPORT harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADCNODDE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADCNODDE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ADCNODDE/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('ADCNODDE', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADESAIR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADESAIR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADESAIR/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADESAIR', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESAIR/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADESAIR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12540EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ADESAIR/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADESAIR', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESAIR/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADESAIR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2218', sysdate, null); -- Inserting RoleToUserAssignment 'ADESAIR/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('ADESAIR', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADESTEFA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADESTEFA/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESTEFA/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADESTEFA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '240', sysdate, null); -- Inserting RoleToUserAssignment 'ADESTEFA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESTEFA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADESTEFA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12104EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ADESTEFA/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESTEFA/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('ADESTEFA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'ADESTEFA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESTEFA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADESTEFA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'ADESTEFA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADESTEFA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADESTEFA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADESTEFA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'ADEVONSH/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADEVONSH/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012690', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012089', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012093', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012532', sysdate, null); -- Inserting RoleToUserAssignment 'ADEVONSH/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADEVONSH/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADEVONSH/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012690', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012089', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012093', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012532', sysdate, null); -- Inserting RoleToUserAssignment 'ADEVONSH/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADEVONSH/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12089GBP', sysdate, null); -- Inserting RoleToUserAssignment 'ADEVONSH/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADEVONSH/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2186', sysdate, null); -- Inserting RoleToUserAssignment 'ADEVONSH/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADEVONSH/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADEVONSH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2104', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADIAS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADIAS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012117', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADIAS/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADIAS', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '251', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADIAS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADIAS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012117', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADIAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12906EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADIAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12117EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('ADIAS', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADIAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADIAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2051', sysdate, null); -- Inserting RoleToUserAssignment 'ADIAS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADIAS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADIAS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADIAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADIAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2051', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012271', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ADLOUHA/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '321', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '321', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012271', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13051CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12271CZK', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2061', sysdate, null); -- Inserting RoleToUserAssignment 'ADLOUHA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADLOUHA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLOUHA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLOUHA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2061', sysdate, null); -- Inserting RoleToUserAssignment 'ADLUNA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ADLUNA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLUNA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ADLUNA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6029', sysdate, null); -- Inserting RoleToUserAssignment 'ADLUNA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ADLUNA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ADLUNA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ADLUNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLUNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLUNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLUNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ADLUNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6017', sysdate, null); -- Inserting RoleToUserAssignment 'AECKSTEI/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AECKSTEI', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AECKSTEI/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '20', sysdate, null); harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '16', sysdate, null); harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '15', sysdate, null); -- Inserting RoleToUserAssignment 'AECKSTEI/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AECKSTEI', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AECKSTEI/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'AECKSTEI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AECKSTEI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AECKSTEI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'AECKSTEI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AECKSTEI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AECKSTEI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('AECKSTEI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'AFAES2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AFAES2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AFAES2/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AFAES2', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAES2/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AFAES2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'AFAES2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAES2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12098EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12013EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12008USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12008EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12006EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AFAES2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AFAES2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAES2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AFAES2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('AFAES2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2015', sysdate, null); -- Inserting RoleToUserAssignment 'AFAKIRI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AFAKIRI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AFAKIRI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AFAKIRI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAKIRI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AFAKIRI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12281EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AFAKIRI/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AFAKIRI', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAKIRI/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AFAKIRI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AFAKIRI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AFAKIRI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAKIRI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AFAKIRI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AFAKIRI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AFAKIRI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFAKIRI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AFAKIRI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AFARUQUI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AFARUQUI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFARUQUI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AFARUQUI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012957', sysdate, null); -- Inserting RoleToUserAssignment 'AFARUQUI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AFARUQUI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AFARUQUI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AFARUQUI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AFARUQUI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AFARUQUI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2286', sysdate, null); -- Inserting RoleToUserAssignment 'AFERNA28/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AFERNA28', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AGANRIJA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AGANRIJA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AGANRIJA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGANRIJA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGANRIJA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGANRIJA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012434', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGERMISE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AGERMISE/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGERMISE', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '20', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGERMISE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AGERMISE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12831EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12592EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/MR LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'MR LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/MR LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123SGEDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123NETACEURN1', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123HSBDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123EIHBEURI1', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC2', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC1', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('AGERMISE', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AGERMISE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'AGERMISE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AGERMISE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGERMISE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AGERMISE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGERMISE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGLAROS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AGLAROS/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AGLAROS', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '117', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGLAROS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AGLAROS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12281EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AGLAROS', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AGLAROS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AGLAROS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGLAROS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AGLAROS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'AGODINHO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGODINHO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGODINHO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGODINHO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012120', sysdate, null); -- Inserting RoleToUserAssignment 'AGODINHO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AGODINHO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGODINHO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AGODINHO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGODINHO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012120', sysdate, null); -- Inserting RoleToUserAssignment 'AGODINHO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGODINHO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AGODINHO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12298EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGODINHO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12120EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AGODINHO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGODINHO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AGODINHO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGODINHO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2052', sysdate, null); -- Inserting RoleToUserAssignment 'AGODINHO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AGODINHO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGODINHO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AGODINHO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('AGODINHO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2052', sysdate, null); -- Inserting RoleToUserAssignment 'AGONZA26/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AGONZA26', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGONZA26/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AGONZA26', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6030', sysdate, null); -- Inserting RoleToUserAssignment 'AGRAY5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AGRAY5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGRAY5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AGRAY5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12269AUD', sysdate, null); -- Inserting RoleToUserAssignment 'AGRAY5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AGRAY5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AGRAY5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AGRAY5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6010', sysdate, null); -- Inserting RoleToUserAssignment 'AHAJKOVA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHAJKOVA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012369', sysdate, null); -- Inserting RoleToUserAssignment 'AHAJKOVA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AHAJKOVA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHAJKOVA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012369', sysdate, null); -- Inserting RoleToUserAssignment 'AHAJKOVA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHAJKOVA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12370CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12369EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12369CZK', sysdate, null); -- Inserting RoleToUserAssignment 'AHAJKOVA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHAJKOVA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2287', sysdate, null); -- Inserting RoleToUserAssignment 'AHAJKOVA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AHAJKOVA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHAJKOVA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHAJKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2287', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012089', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012088', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AHOLLAN/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '72', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '68', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012089', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012088', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12857GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12089GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12088GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12088EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012089', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'AHOLLAN/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AHOLLAN', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AHOLLAN/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('AHOLLAN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'AITEN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AITEN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AITEN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AITEN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AITEN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AITEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AITEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126CHF', sysdate, null); -- Inserting RoleToUserAssignment 'AIVANSZK/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AIVANSZK', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIVANSZK/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AIVANSZK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012011', sysdate, null); -- Inserting RoleToUserAssignment 'AIVANSZK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AIVANSZK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AIVANSZK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AIVANSZK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIVANSZK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AIVANSZK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012011', sysdate, null); -- Inserting RoleToUserAssignment 'AIVANSZK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AIVANSZK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIVANSZK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AIVANSZK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AIVANSZK/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AIVANSZK', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIVANSZK/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AIVANSZK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2037', sysdate, null); -- Inserting RoleToUserAssignment 'AIWANIUK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AIWANIUK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AIWANIUK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AIWANIUK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIWANIUK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012297', sysdate, null); -- Inserting RoleToUserAssignment 'AIWANIUK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AIWANIUK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIWANIUK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12425PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12424PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12423PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12297PLN', sysdate, null); -- Inserting RoleToUserAssignment 'AIWANIUK/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AIWANIUK', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AIWANIUK/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012425', sysdate, null); harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012424', sysdate, null); harmony.usermgt.create_dds_item_assignment('AIWANIUK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012423', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AJANSSEN/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '93', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '86', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12546EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12186EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12013EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); -- Inserting RoleToUserAssignment 'AJANSSEN/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AJANSSEN', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AJANSSEN/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AJANSSEN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2015', sysdate, null); -- Inserting RoleToUserAssignment 'AKALAPAC/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKALAPAC', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKALAPAC/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKALAPAC', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6039', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012055', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AKEATES/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AKEATES', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '251', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKEATES', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '215', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '211', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AKEATES', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '251', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12906EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12055CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12070EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12079EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12122SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12544NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12547EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12548EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12550EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12552EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12729EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AKEATES', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('AKEATES', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2253', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AKEATES', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2140', sysdate, null); -- Inserting RoleToUserAssignment 'AKEATES/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AKEATES', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKEATES/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKEATES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); -- Inserting RoleToUserAssignment 'AKIMLER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKIMLER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12573USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12332USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12331USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12330USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12329USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12238USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12166USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12165USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKIMLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12164USD', sysdate, null); -- Inserting RoleToUserAssignment 'AKING/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKING', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKING/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKING', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012451', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKING', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012267', sysdate, null); -- Inserting RoleToUserAssignment 'AKING/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKING', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKING/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKING', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012267', sysdate, null); -- Inserting RoleToUserAssignment 'AKING/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AKING', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKING/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AKING', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12451NZD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKING', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12267AUD', sysdate, null); -- Inserting RoleToUserAssignment 'AKING/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKING', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKING/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKING', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKING', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6009', sysdate, null); -- Inserting RoleToUserAssignment 'AKING/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AKING', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKING/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AKING', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('AKING', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6009', sysdate, null); -- Inserting RoleToUserAssignment 'AKINGHOR/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKINGHOR/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKINGHOR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012084', sysdate, null); -- Inserting RoleToUserAssignment 'AKINGHOR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AKINGHOR/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKINGHOR/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKINGHOR', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012084', sysdate, null); -- Inserting RoleToUserAssignment 'AKINGHOR/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKINGHOR/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AKINGHOR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12084GBP', sysdate, null); -- Inserting RoleToUserAssignment 'AKINGHOR/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKINGHOR/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKINGHOR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2180', sysdate, null); -- Inserting RoleToUserAssignment 'AKINGHOR/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AKINGHOR', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKINGHOR/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AKINGHOR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2180', sysdate, null); -- Inserting RoleToUserAssignment 'AKLOTZ/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AKLOTZ', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKLOTZ/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AKLOTZ', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '47', sysdate, null); -- Inserting RoleToUserAssignment 'AKLOTZ/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AKLOTZ', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKLOTZ/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AKLOTZ', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'AKRASZNA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AKRASZNA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKRASZNA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AKRASZNA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'AKRASZNA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AKRASZNA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AKRASZNA/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AKRASZNA', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKRASZNA/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AKRASZNA', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'AKRASZNA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKRASZNA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKRASZNA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKRASZNA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'AKRASZNA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AKRASZNA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKRASZNA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AKRASZNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'AKUBIKOV/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AKUBIKOV', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AKUBIKOV/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AKUBIKOV', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKUBIKOV/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AKUBIKOV', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2140', sysdate, null); -- Inserting RoleToUserAssignment 'AKUBIKOV/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AKUBIKOV', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AKUBIKOV/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AKUBIKOV', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); -- Inserting RoleToUserAssignment 'ALAM9/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ALAM9', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALAM9/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ALAM9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12820NZD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12406AUD', sysdate, null); -- Inserting RoleToUserAssignment 'ALAM9/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ALAM9', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALAM9/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALAM9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6008', sysdate, null); -- Inserting RoleToUserAssignment 'ALAMONI/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ALAMONI', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALAMONI/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ALAMONI', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '32', sysdate, null); -- Inserting RoleToUserAssignment 'ALAMONI/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ALAMONI', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALAMONI/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER harmony.usermgt.create_dds_item_assignment('ALAMONI', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', 'R3_COCO', 'ONE', '4003', sysdate, null); -- Inserting RoleToUserAssignment 'ALEE11/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ALEE11', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALEE11/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ALEE11', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6076', sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('ALENAER1', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ALENAER1', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/ICL Central reporter harmony.usermgt.create_dds_item_assignment('ALENAER1', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ALENAER1', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ALENAER1', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ALENAER1', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALENAER1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ALENAER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ALENAER1/TOPS2' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALENAER1/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('ALENAER1', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALINOWS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ALINOWS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ALINOWS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ALINOWS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALINOWS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ALINOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12637USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ALINOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12220USD', sysdate, null); -- Inserting RoleToUserAssignment 'ALO1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ALO1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALO1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ALO1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012268', sysdate, null); -- Inserting RoleToUserAssignment 'ALUNA2/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ALUNA2', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALUNA2/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ALUNA2', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012293', sysdate, null); -- Inserting RoleToUserAssignment 'ALUNA2/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ALUNA2', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALUNA2/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ALUNA2', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012293', sysdate, null); -- Inserting RoleToUserAssignment 'ALUTENKO/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ALUTENKO', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ALUTENKO/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ALUTENKO', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012315', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012305', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMAGYARI/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012305', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13050EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12305EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2111', sysdate, null); -- Inserting RoleToUserAssignment 'AMAGYARI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AMAGYARI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMAGYARI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMAGYARI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2111', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMANZI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012125', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMANZI/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMANZI', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '247', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMANZI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012125', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AMANZI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12125EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AMANZI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AMANZI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2266', sysdate, null); -- Inserting RoleToUserAssignment 'AMANZI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AMANZI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMANZI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AMANZI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2266', sysdate, null); -- Inserting RoleToUserAssignment 'AMARTIR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMARTIR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMINA1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMINA1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC13105USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12664USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12660USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12623USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12560USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12144USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12143USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMINA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12135USD', sysdate, null); -- Inserting RoleToUserAssignment 'AMORAWSK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMORAWSK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMORAWSK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMORAWSK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMORAWSK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012297', sysdate, null); -- Inserting RoleToUserAssignment 'AMORAWSK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AMORAWSK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMORAWSK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12425PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12424PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12423PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12297PLN', sysdate, null); -- Inserting RoleToUserAssignment 'AMORAWSK/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMORAWSK', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMORAWSK/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012425', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012424', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMORAWSK', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012423', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012721', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012720', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012719', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012718', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012717', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012713', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012295', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012294', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012293', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012292', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012210', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012178', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012179', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012180', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012181', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012183', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012187', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012188', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012191', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012196', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012197', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012198', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012199', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMOURA3/BATCH BANK COMMUNICATION US' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'BATCH BANK COMMUNICATION US', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMOURA3/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5057', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5059', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5059', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5057', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5054', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/ICL Central reporter harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012721', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012720', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012719', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012718', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012717', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012295', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012294', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012293', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012292', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012188', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012187', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5057', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5059', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5066', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '5066', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMOURA3', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5052', sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMOURA3/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AMOURA3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AMOURA3/TOPS2' harmony.usermgt.create_role_to_user_assignment('AMOURA3', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMUELLE5/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012043', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AMUELLE5/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '60', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '59', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '58', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '57', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '56', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '55', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '54', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '53', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '52', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '38', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '39', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '40', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '42', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '43', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '44', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '45', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '46', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '47', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '48', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '49', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '50', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '51', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012043', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13114CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12936EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12807USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043TRY', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043CAD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12192CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12192EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12192GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12192USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12806GBP', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012048', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012843', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012053', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2016', sysdate, null); -- Inserting RoleToUserAssignment 'AMUELLE5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AMUELLE5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AMUELLE5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2016', sysdate, null); -- Inserting RoleToUserAssignment 'ANAQVI3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ANAQVI3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ANAQVI3/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ANAQVI3', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANAQVI3/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ANAQVI3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12167USD', sysdate, null); -- Inserting RoleToUserAssignment 'ANEMORIN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ANEMORIN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ANEMORIN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ANEMORIN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANEMORIN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ANEMORIN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012561', sysdate, null); -- Inserting RoleToUserAssignment 'ANEMORIN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ANEMORIN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANEMORIN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ANEMORIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12561USD', sysdate, null); -- Inserting RoleToUserAssignment 'ANG1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ANG1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANG1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ANG1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12025CAD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANG1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12021CAD', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012733', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012066', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ANILSSO5/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '210', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '200', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '199', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '212', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012066', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12733DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12467NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12274EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12123SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12066DKK', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'ANILSSO5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ANILSSO5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANILSSO5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('ANILSSO5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2064', sysdate, null); -- Inserting RoleToUserAssignment 'ANORWOOD/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ANORWOOD', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANORWOOD/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ANORWOOD', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '131', sysdate, null); -- Inserting RoleToUserAssignment 'ANORWOOD/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ANORWOOD', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ANORWOOD/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER harmony.usermgt.create_dds_item_assignment('ANORWOOD', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', 'R3_COCO', 'ONE', '4005', sysdate, null); -- Inserting RoleToUserAssignment 'AOGORMAN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AOGORMAN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AOGORMAN/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AOGORMAN', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AOGORMAN/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AOGORMAN', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012097', sysdate, null); -- Inserting RoleToUserAssignment 'AOGORMAN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AOGORMAN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AOGORMAN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AOGORMAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12097EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AOGORMAN/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AOGORMAN', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AOGORMAN/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AOGORMAN', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012097', sysdate, null); -- Inserting RoleToUserAssignment 'AOSTINE1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AOSTINE1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'APANGANT/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APANGANT/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12690GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12565USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12520USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12510USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12503USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12247USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12245USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12237USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('APANGANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12236USD', sysdate, null); -- Inserting RoleToUserAssignment 'APASKEVI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('APASKEVI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'APASKEVI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('APASKEVI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APASKEVI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('APASKEVI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12811LTL', sysdate, null); harmony.usermgt.create_dds_item_assignment('APASKEVI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12811EUR', sysdate, null); -- Inserting RoleToUserAssignment 'APETER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('APETER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APETER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('APETER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'APETER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('APETER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'APETER/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('APETER', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APETER/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('APETER', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'APETER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('APETER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APETER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('APETER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'APETER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('APETER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for APETER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('APETER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'APIRAS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('APIRAS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AREBOSU/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AREBOSU/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AREBOSU', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012009', sysdate, null); -- Inserting RoleToUserAssignment 'AREBOSU/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AREBOSU/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AREBOSU/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AREBOSU', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012009', sysdate, null); -- Inserting RoleToUserAssignment 'AREBOSU/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AREBOSU/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AREBOSU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AREBOSU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12069EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AREBOSU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12009EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AREBOSU/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AREBOSU/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AREBOSU', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2220', sysdate, null); -- Inserting RoleToUserAssignment 'AREBOSU/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AREBOSU', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AREBOSU/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AREBOSU', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2206', sysdate, null); -- Inserting RoleToUserAssignment 'ARIZETTI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ARIZETTI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARIZETTI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6022', sysdate, null); -- Inserting RoleToUserAssignment 'ARIZETTI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARIZETTI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARIZETTI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6022', sysdate, null); -- Inserting RoleToUserAssignment 'ARODRI40/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARODRI40/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ARODRI40', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012117', sysdate, null); -- Inserting RoleToUserAssignment 'ARODRI40/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ARODRI40/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARODRI40/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ARODRI40', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012117', sysdate, null); -- Inserting RoleToUserAssignment 'ARODRI40/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARODRI40/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ARODRI40', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12117EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ARODRI40/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARODRI40/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ARODRI40', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2051', sysdate, null); -- Inserting RoleToUserAssignment 'ARODRI40/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ARODRI40', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARODRI40/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ARODRI40', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2051', sysdate, null); -- Inserting RoleToUserAssignment 'ARUTKOWS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ARUTKOWS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ARUTKOWS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ARUTKOWS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARUTKOWS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12425PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12424PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12423PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12297PLN', sysdate, null); -- Inserting RoleToUserAssignment 'ARUTKOWS/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ARUTKOWS', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ARUTKOWS/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012425', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012424', sysdate, null); harmony.usermgt.create_dds_item_assignment('ARUTKOWS', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012423', sysdate, null); -- Inserting RoleToUserAssignment 'ASALAYOG/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALAYOG/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12953EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12861USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12852USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12715USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12691USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12674USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12664USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12661USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12660USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12501USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12136USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12154USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12239USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12241USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12242USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12243USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12327USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12488USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12489USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12490USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12491USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12492USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALAYOG', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12493USD', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('ASALMON', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALMON', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012322', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALMON/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALMON/BATCH BANK COMMUNICATION US' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'BATCH BANK COMMUNICATION US', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALMON/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALMON', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '1', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4010', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/Hermes-IHB Interface' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'Hermes-IHB Interface', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALMON/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4011', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '132', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '1', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3021', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '132', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '1', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '4001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '1', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '132', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALMON', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALMON/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASALMON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ASALMON/TOPS2' harmony.usermgt.create_role_to_user_assignment('ASALMON', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALNAIT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASALNAIT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASALNAIT/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASALNAIT', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALNAIT/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASALNAIT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12811LTL', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASALNAIT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12811EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ASALNAIT/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASALNAIT', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASALNAIT/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASALNAIT', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012811', sysdate, null); -- Inserting RoleToUserAssignment 'ASANTI31/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ASANTI31', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASANTI31/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ASANTI31', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASARANDI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012031', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASARANDI/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASARANDI', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '59', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '54', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '48', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASARANDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012048', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012031', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12652USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12652CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12651CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12056CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031CHF', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012048', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ASARANDI', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012053', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASARANDI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2164', sysdate, null); -- Inserting RoleToUserAssignment 'ASARANDI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ASARANDI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASARANDI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ASARANDI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASARANDI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2164', sysdate, null); -- Inserting RoleToUserAssignment 'ASETIAW3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASETIAW3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASETIAW3/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASETIAW3', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASETIAW3/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASETIAW3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6031', sysdate, null); -- Inserting RoleToUserAssignment 'ASHAH74/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASHAH74', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASINGSON/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASINGSON', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASINGSON/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASINGSON', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASINGSON/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASINGSON', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '165', sysdate, null); -- Inserting RoleToUserAssignment 'ASINGSON/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASINGSON', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASINGSON/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASINGSON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); -- Inserting RoleToUserAssignment 'ASINGSON/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASINGSON', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASINGSON/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASINGSON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'ASINGSON/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ASINGSON', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASINGSON/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ASINGSON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'ASIVAGUR/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASIVAGUR', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASIVAGUR/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); -- Inserting RoleToUserAssignment 'ASIVAGUR/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASIVAGUR', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASIVAGUR/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6066', sysdate, null); -- Inserting RoleToUserAssignment 'ASIVAGUR/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ASIVAGUR', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASIVAGUR/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ASIVAGUR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); -- Inserting RoleToUserAssignment 'ASMITH83/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASMITH83', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASMITH83/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASMITH83', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASMITH83/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASMITH83', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12150USD', sysdate, null); -- Inserting RoleToUserAssignment 'ASTEINDO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASTEINDO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASTEINDO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012936', sysdate, null); -- Inserting RoleToUserAssignment 'ASTEINDO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ASTEINDO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASTEINDO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ASTEINDO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012936', sysdate, null); -- Inserting RoleToUserAssignment 'ASTEINDO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASTEINDO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ASTEINDO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12936EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ASTEINDO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASTEINDO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ASTEINDO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2289', sysdate, null); -- Inserting RoleToUserAssignment 'ASTEINDO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ASTEINDO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ASTEINDO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ASTEINDO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2289', sysdate, null); -- Inserting RoleToUserAssignment 'ATASSIS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ATASSIS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATASSIS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ATASSIS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12281EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ATASSIS/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATASSIS/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ATASSIS', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'ATASSIS/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATASSIS/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ATASSIS', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'ATASSIS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATASSIS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ATASSIS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'ATASSIS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ATASSIS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATASSIS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ATASSIS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'ATSAPOGA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ATSAPOGA/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATSAPOGA/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '250', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '249', sysdate, null); -- Inserting RoleToUserAssignment 'ATSAPOGA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATSAPOGA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12901EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12441EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ATSAPOGA/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATSAPOGA/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); -- Inserting RoleToUserAssignment 'ATSAPOGA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATSAPOGA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2271', sysdate, null); -- Inserting RoleToUserAssignment 'ATSAPOGA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ATSAPOGA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATSAPOGA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATSAPOGA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2271', sysdate, null); -- Inserting RoleToUserAssignment 'ATUAZON/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ATUAZON', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATUAZON/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ATUAZON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATUAZON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); -- Inserting RoleToUserAssignment 'ATUAZON/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ATUAZON', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATUAZON/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ATUAZON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ATUAZON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); -- Inserting RoleToUserAssignment 'ATULKAN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ATULKAN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATULKAN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ATULKAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012551', sysdate, null); -- Inserting RoleToUserAssignment 'ATULKAN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ATULKAN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ATULKAN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ATULKAN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ATULKAN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ATULKAN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012551', sysdate, null); -- Inserting RoleToUserAssignment 'AVBILJOU/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AVBILJOU', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AVBILJOU/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AVBILJOU', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVBILJOU/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012692', sysdate, null); -- Inserting RoleToUserAssignment 'AVBILJOU/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AVBILJOU', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVBILJOU/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12960EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12702EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12692EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AVBILJOU/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AVBILJOU', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVBILJOU/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2050', sysdate, null); -- Inserting RoleToUserAssignment 'AVBILJOU/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AVBILJOU', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVBILJOU/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('AVBILJOU', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2050', sysdate, null); -- Inserting RoleToUserAssignment 'AVDSTRAE/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AVDSTRAE', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVDSTRAE/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AVDSTRAE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012005', sysdate, null); -- Inserting RoleToUserAssignment 'AVDSTRAE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AVDSTRAE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AVDSTRAE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AVDSTRAE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVDSTRAE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AVDSTRAE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012005', sysdate, null); -- Inserting RoleToUserAssignment 'AVDSTRAE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AVDSTRAE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AVDSTRAE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AVDSTRAE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12005EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AWEINBER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AWEINBER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AWEINBER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AWEINBER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEINBER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AWEINBER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12060EUR', sysdate, null); -- Inserting RoleToUserAssignment 'AWEINBER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AWEINBER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEINBER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AWEINBER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2205', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012043', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AWEYERMA/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '188', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '187', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '60', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '58', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '57', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '56', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '55', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '54', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '53', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '52', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '38', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '39', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '40', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '42', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '43', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '44', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '46', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '47', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '48', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '49', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '50', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012048', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012043', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12936EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12806GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12126CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12031USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043CAD', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043TRY', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12043USD', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012048', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012053', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2016', sysdate, null); -- Inserting RoleToUserAssignment 'AWEYERMA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AWEYERMA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('AWEYERMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2016', sysdate, null); -- Inserting RoleToUserAssignment 'AYEO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AYEO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AYEO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AYEO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6062', sysdate, null); -- Inserting RoleToUserAssignment 'AYONG/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('AYONG', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AYONG/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('AYONG', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6061', sysdate, null); -- Inserting RoleToUserAssignment 'AZIEMINS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AZIEMINS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AZIEMINS/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AZIEMINS', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AZIEMINS/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AZIEMINS', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'AZIEMINS/IHC CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('AZIEMINS', 'IHC CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AZIEMINS/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('AZIEMINS', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AZIZZI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('AZIZZI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'AZIZZI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('AZIZZI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AZIZZI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('AZIZZI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12023CAD', sysdate, null); -- Inserting RoleToUserAssignment 'AZIZZI/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('AZIZZI', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for AZIZZI/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('AZIZZI', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012023', sysdate, null); -- Inserting RoleToUserAssignment 'BBICHO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BBICHO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BCOOLS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BCOOLS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOOLS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BCOOLS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012009', sysdate, null); -- Inserting RoleToUserAssignment 'BCOOLS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BCOOLS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BCOOLS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BCOOLS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOOLS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BCOOLS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012009', sysdate, null); -- Inserting RoleToUserAssignment 'BCOOLS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BCOOLS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOOLS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BCOOLS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12009EUR', sysdate, null); -- Inserting RoleToUserAssignment 'BCOOLS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BCOOLS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOOLS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BCOOLS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2220', sysdate, null); -- Inserting RoleToUserAssignment 'BCOUPAT/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('BCOUPAT', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOUPAT/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '20', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '16', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '15', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '134', sysdate, null); -- Inserting RoleToUserAssignment 'BCOUPAT/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('BCOUPAT', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOUPAT/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'BCOUPAT/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BCOUPAT', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOUPAT/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'BCOUPAT/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BCOUPAT', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCOUPAT/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BCOUPAT', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'BCSASZAR/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BCSASZAR', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCSASZAR/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BCSASZAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'BCSASZAR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BCSASZAR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BCSASZAR/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BCSASZAR', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCSASZAR/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BCSASZAR', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'BCSASZAR/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BCSASZAR', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCSASZAR/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BCSASZAR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'BCSASZAR/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BCSASZAR', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BCSASZAR/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BCSASZAR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDEPAUW/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDEPAUW/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/IT SUPPORT harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDEPAUW/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BDEPAUW', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDEPAUW/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BDEPAUW', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BDIELTJE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BDIELTJE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BDIELTJE/TOPS2' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BDIELTJE/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BDIELTJE', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BEREN1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BEREN1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BERNSTBE/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BERNSTBE', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BERNSTBE/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BERNSTBE', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '92', sysdate, null); -- Inserting RoleToUserAssignment 'BERNSTBE/OO LOCAL ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BERNSTBE', 'OO LOCAL ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BERNSTBE/OO LOCAL ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('BERNSTBE', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '2206DEUFREURC1', sysdate, null); -- Inserting RoleToUserAssignment 'BFABELLA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BFABELLA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BFABELLA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BFABELLA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BFABELLA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BFABELLA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12224USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BFABELLA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12155USD', sysdate, null); -- Inserting RoleToUserAssignment 'BFABER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BFABER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BFABER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BFABER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BFABER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BFABER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092GBP', sysdate, null); -- Inserting RoleToUserAssignment 'BFABER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BFABER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BFABER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BFABER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2177', sysdate, null); -- Inserting RoleToUserAssignment 'BFELLOWS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BFELLOWS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BFELLOWS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BFELLOWS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12269AUD', sysdate, null); -- Inserting RoleToUserAssignment 'BFELLOWS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BFELLOWS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BFELLOWS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BFELLOWS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6010', sysdate, null); -- Inserting RoleToUserAssignment 'BHERNAN5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BHERNAN5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12890USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12131USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12164USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12165USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12166USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12238USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12329USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12330USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12331USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12332USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12564USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12573USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12699USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('BHERNAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12716USD', sysdate, null); -- Inserting RoleToUserAssignment 'BJAMIES1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BJAMIES1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'BJAMIES1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BJAMIES1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BJAMIES1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'BJAMIES1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BJAMIES1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12104EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12094EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090GBP', sysdate, null); -- Inserting RoleToUserAssignment 'BJAMIES1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BJAMIES1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2017', sysdate, null); -- Inserting RoleToUserAssignment 'BJAMIES1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BJAMIES1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BJAMIES1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('BJAMIES1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2177', sysdate, null); -- Inserting RoleToUserAssignment 'BLETALLE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BLETALLE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BMELGAZO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BMELGAZO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BMELGAZO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BMELGAZO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6065', sysdate, null); -- Inserting RoleToUserAssignment 'BMIS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BMIS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BMIS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BMIS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BMIS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BMIS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12487PLN', sysdate, null); -- Inserting RoleToUserAssignment 'BNAUDE/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BNAUDE', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BNAUDE/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BNAUDE', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012308', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012612', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012099', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BOLEARY1/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000011011', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12612EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12099EUR', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012099', sysdate, null); -- Inserting RoleToUserAssignment 'BOLEARY1/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BOLEARY1', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOLEARY1/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BOLEARY1', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012612', sysdate, null); -- Inserting RoleToUserAssignment 'BOSULLIV/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BOSULLIV', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BOSULLIV/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BOSULLIV', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); -- Inserting RoleToUserAssignment 'BPHARAOH/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BPHARAOH', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BPHARAOH/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BPHARAOH', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPHARAOH/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BPHARAOH', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12012EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPHARAOH', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12010EUR', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012077', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BPOLACIK/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '23', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '17', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '10', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012077', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12081EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12078EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12077EUR', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'BPOLACIK/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BPOLACIK', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BPOLACIK/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BPOLACIK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'BRAABE/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRAABE/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BRAABE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012062', sysdate, null); -- Inserting RoleToUserAssignment 'BRAABE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BRAABE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRAABE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('BRAABE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012062', sysdate, null); -- Inserting RoleToUserAssignment 'BRAABE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRAABE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BRAABE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12932EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12834EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12062EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12038EUR', sysdate, null); -- Inserting RoleToUserAssignment 'BRAABE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRAABE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BRAABE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2207', sysdate, null); -- Inserting RoleToUserAssignment 'BRAABE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BRAABE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRAABE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BRAABE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('BRAABE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2207', sysdate, null); -- Inserting RoleToUserAssignment 'BRANERO/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BRANERO', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRANERO/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BRANERO', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012561', sysdate, null); -- Inserting RoleToUserAssignment 'BRANERO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BRANERO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BRANERO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BRANERO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12561USD', sysdate, null); -- Inserting RoleToUserAssignment 'BREITME1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BREITME1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BREITME1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BREITME1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BREITME1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BREITME1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12174USD', sysdate, null); -- Inserting RoleToUserAssignment 'BSABA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BSABA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BSANDIN/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BSANDIN', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSANDIN/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BSANDIN', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012987', sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BSARENS', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BSARENS/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BSARENS', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BSARENS/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BSARENS', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BSARENS', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BSARENS', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BSARENS/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BSARENS', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BSARENS', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BSARENS', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BSARENS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BSARENS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BSARENS/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BSARENS', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BTHIJS2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BTHIJS2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BTHIJS2/TOPS2' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BTHIJS2/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BTHIJS2', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BUNTERNA/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BUNTERNA/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BUNTERNA/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/IT SUPPORT harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BUNTERNA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BUNTERNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BUNTERNA/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BUNTERNA', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/ICL Central reporter harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BVERCAUT/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('BVERCAUT', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'BVERCAUT/TOPS2' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BVERCAUT/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('BVERCAUT', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BYAN5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('BYAN5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'BYAN5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BYAN5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12846JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12845JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12726JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12432JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12325JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12200JPY', sysdate, null); -- Inserting RoleToUserAssignment 'BYAN5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('BYAN5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for BYAN5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('BYAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6000', sysdate, null); -- Inserting RoleToUserAssignment 'CACUNA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CACUNA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CAGAPIT3/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CAGAPIT3', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CAGAPIT3/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CAGAPIT3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6061', sysdate, null); -- Inserting RoleToUserAssignment 'CAMBAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CAMBAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CAMBAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CAMBAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6028', sysdate, null); -- Inserting RoleToUserAssignment 'CAMBROSI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CAMBROSI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CAMBROSI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CAMBROSI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CAMBROSI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); -- Inserting RoleToUserAssignment 'CAMBROSI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CAMBROSI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CAMBROSI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CAMBROSI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CAMBROSI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); -- Inserting RoleToUserAssignment 'CBAILEY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CBAILEY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBAILEY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CBAILEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12568USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CBAILEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12567USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CBAILEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12234USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CBAILEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12233USD', sysdate, null); -- Inserting RoleToUserAssignment 'CBIGI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CBIGI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CBODART/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CBODART', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CBOLLER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CBOLLER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBOLLER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CBOLLER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012001', sysdate, null); -- Inserting RoleToUserAssignment 'CBOLLER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CBOLLER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CBOLLER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CBOLLER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBOLLER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CBOLLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12001EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CBRIARD/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('CBRIARD', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBRIARD/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('CBRIARD', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '20', sysdate, null); -- Inserting RoleToUserAssignment 'CBRIARD/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('CBRIARD', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBRIARD/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('CBRIARD', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'CBRIARD/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CBRIARD', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CBRIARD/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CBRIARD', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'CCAMERO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CCAMERO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCAMERO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CCAMERO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'CCAMERO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CCAMERO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CCAMERO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CCAMERO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCAMERO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CCAMERO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'CCAMERO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CCAMERO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCAMERO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CCAMERO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); -- Inserting RoleToUserAssignment 'CCAMERO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CCAMERO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCAMERO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CCAMERO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2034', sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012178', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012179', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012180', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012181', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012183', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012191', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012196', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012197', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012198', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012199', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012210', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012713', sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/BATCH BANK COMMUNICATION US' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'BATCH BANK COMMUNICATION US', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CCERPA1/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CCERPA1', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CCERPA1/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCERPA1/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCERPA1', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); -- Inserting RoleToUserAssignment 'CCORNEL3/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CCORNEL3', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCORNEL3/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CCORNEL3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCORNEL3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); -- Inserting RoleToUserAssignment 'CCORNEL3/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CCORNEL3', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CCORNEL3/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CCORNEL3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CCORNEL3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); -- Inserting RoleToUserAssignment 'CCUSUMA2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CCUSUMA2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CDENG2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CDENG2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDENG2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CDENG2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CDENG2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6045', sysdate, null); -- Inserting RoleToUserAssignment 'CDIAS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CDIAS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDIAS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CDIAS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012709', sysdate, null); -- Inserting RoleToUserAssignment 'CDIAS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CDIAS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CDIAS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CDIAS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDIAS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CDIAS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012709', sysdate, null); -- Inserting RoleToUserAssignment 'CDIAS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CDIAS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDIAS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CDIAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12709EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CDIAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CDIAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDIAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CDIAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2211', sysdate, null); -- Inserting RoleToUserAssignment 'CDOSHI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CDOSHI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CDOSHI/BF CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CDOSHI', 'BF CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDOSHI/BF CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CDOSHI', 'BF CENTRAL REPORTER', 'OO_GROUPING', 'ONE', '186', sysdate, null); -- Inserting RoleToUserAssignment 'CDOSHI/OO LOCAL EXCEPTION COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('CDOSHI', 'OO LOCAL EXCEPTION COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CDOSHI/OO LOCAL EXCEPTION COCO REPORTER harmony.usermgt.create_dds_item_assignment('CDOSHI', 'OO LOCAL EXCEPTION COCO REPORTER', 'R3_COCO', 'ONE', '1001', sysdate, null); -- Inserting RoleToUserAssignment 'CESCALA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CESCALA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12861USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12691USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12659USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12658USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12492USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12491USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12490USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12167USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12153USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12139USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CESCALA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12130USD', sysdate, null); -- Inserting RoleToUserAssignment 'CFUHS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CFUHS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CFUHS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CFUHS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CFUHS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CFUHS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12932EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CFUHS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12062EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CFUHS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CFUHS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CFUHS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CFUHS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('CFUHS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2207', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CGASKILL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012467', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CGASKILL/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CGASKILL', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '210', sysdate, null); harmony.usermgt.create_dds_item_assignment('CGASKILL', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '199', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CGASKILL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12467NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CGASKILL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12123SEK', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('CGASKILL', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('CGASKILL', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CGASKILL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('CGASKILL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'CGASKILL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CGASKILL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGASKILL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CGASKILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2252', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012066', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CGEERTSE/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '199', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012066', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12066DKK', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'CGEERTSE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CGEERTSE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGEERTSE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CGEERTSE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2039', sysdate, null); -- Inserting RoleToUserAssignment 'CGOULBOU/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CGOULBOU', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGOULBOU/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CGOULBOU', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12228USD', sysdate, null); -- Inserting RoleToUserAssignment 'CGRANDSI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CGRANDSI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CGRANDSI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CGRANDSI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGRANDSI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CGRANDSI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2139', sysdate, null); -- Inserting RoleToUserAssignment 'CGRANDSI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CGRANDSI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CGRANDSI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CGRANDSI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2139', sysdate, null); -- Inserting RoleToUserAssignment 'CHAHNE/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CHAHNE', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHAHNE/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CHAHNE', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '92', sysdate, null); -- Inserting RoleToUserAssignment 'CHAHNE/OO LOCAL ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CHAHNE', 'OO LOCAL ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHAHNE/OO LOCAL ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('CHAHNE', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '2206DEUFREURC1', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012121', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CHEDEBY/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '216', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '207', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '206', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '205', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '201', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012121', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12814DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12791NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12790EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12310SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12121SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12121DKK', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'CHEDEBY/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHEDEBY/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHEDEBY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012117', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012102', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012069', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CHERNA65/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '47', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '244', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '242', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '238', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '20', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '188', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '187', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '16', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '157', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '151', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '134', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHERNA65', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012102', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12877EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12862EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12831EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12807USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12806GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12592EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12002EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12009EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12059EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12069EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12102EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12117EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500SEK', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/MR LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'MR LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/MR LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123SGEDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123NETACEURN1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123HSBDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123EIHBEURI1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC2', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC1', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2047', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2047', sysdate, null); -- Inserting RoleToUserAssignment 'CHERNA65/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CHERNA65', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CHERNA65/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('CHERNA65', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2263', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CJACINT1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CJACINT1/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CJACINT1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '47', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CJACINT1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CJACINT1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('CJACINT1', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'CJACINT1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CJACINT1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CJACINT1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CJACINT1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2034', sysdate, null); -- Inserting RoleToUserAssignment 'CLIN1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CLIN1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLIN1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CLIN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6026', sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('CLOPES7', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CLOPES7/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '5038', sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/ICL Central reporter harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012721', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012720', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012719', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012718', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012717', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012295', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012294', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012293', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012292', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012188', sysdate, null); harmony.usermgt.create_dds_item_assignment('CLOPES7', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012187', sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CLOPES7', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CLOPES7/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CLOPES7', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CLOPES7/TOPS2' harmony.usermgt.create_role_to_user_assignment('CLOPES7', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMALLILL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CMALLILL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMALLILL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CMALLILL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6050', sysdate, null); -- Inserting RoleToUserAssignment 'CMALLILL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CMALLILL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMALLILL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMALLILL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6008', sysdate, null); -- Inserting RoleToUserAssignment 'CMARIAGE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CMARIAGE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMARIAGE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMARIAGE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMARIAGE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMARIAGE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12075EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CMARIAGE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CMARIAGE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMARIAGE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CMARIAGE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2141', sysdate, null); -- Inserting RoleToUserAssignment 'CMARQUEZ/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMARQUEZ/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC13105USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12861USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12490USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12489USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12488USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12172USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12167USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12153USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12151USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12144USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12143USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12141USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12140USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12139USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12130USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12491USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12492USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12493USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12501USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12623USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12658USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12659USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12660USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12661USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12664USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12674USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMARQUEZ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12691USD', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012086', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMEDRAN1/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '76', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '73', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '198', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '103', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '101', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12529EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12094EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12087GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12087EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12086GBP', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2017', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2017', sysdate, null); -- Inserting RoleToUserAssignment 'CMEDRAN1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMEDRAN1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMEDRAN1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2017', sysdate, null); -- Inserting RoleToUserAssignment 'CMICHEL1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CMICHEL1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMICHEL1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMICHEL1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMICHEL1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMICHEL1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12082EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CMICHEL1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CMICHEL1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMICHEL1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CMICHEL1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2127', sysdate, null); -- Inserting RoleToUserAssignment 'CMISSIN1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CMISSIN1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMISSIN1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMISSIN1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMISSIN1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMISSIN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12005EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMISSIN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12004EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CMURRAY1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CMURRAY1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMURRAY1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012100', sysdate, null); -- Inserting RoleToUserAssignment 'CMURRAY1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CMURRAY1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CMURRAY1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CMURRAY1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMURRAY1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012100', sysdate, null); -- Inserting RoleToUserAssignment 'CMURRAY1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CMURRAY1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CMURRAY1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CMURRAY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CNAUWELA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CNAUWELA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CNAUWELA/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CNAUWELA', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CNAUWELA/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CNAUWELA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CNAUWELA/IHC CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CNAUWELA', 'IHC CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CNAUWELA/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('CNAUWELA', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CNOGUEIR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CNOGUEIR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CPIOT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CPIOT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CPIOT/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CPIOT', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CPIOT/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CPIOT', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CPIOT/IHC CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CPIOT', 'IHC CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CPIOT/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('CPIOT', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CREAL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CREAL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CREAL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12690GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12596EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12930USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12890USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12699USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12696USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12695USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12577USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12576USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12573USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12569USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12568USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12567USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12565USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12564USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12520USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12510USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12503USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12332USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12233USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12230USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12170USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12166USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12165USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12164USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12160USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12158USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12157USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12152USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12148USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12146USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12132USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12234USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12236USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12237USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12238USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12245USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12246USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12247USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12249USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12250USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12329USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12330USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CREAL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12331USD', sysdate, null); -- Inserting RoleToUserAssignment 'CREAL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CREAL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CREAL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CREAL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2143', sysdate, null); -- Inserting RoleToUserAssignment 'CRENTMEI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CRENTMEI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CRENTMEI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CRENTMEI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012001', sysdate, null); -- Inserting RoleToUserAssignment 'CRENTMEI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CRENTMEI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CRENTMEI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CRENTMEI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CRENTMEI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CRENTMEI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12001EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CRENTMEI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CRENTMEI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CRENTMEI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CRENTMEI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2192', sysdate, null); -- Inserting RoleToUserAssignment 'CRENTMEI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CRENTMEI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CRENTMEI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CRENTMEI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2192', sysdate, null); -- Inserting RoleToUserAssignment 'CSAHAGUN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSAHAGUN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSAHAGUN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012174', sysdate, null); -- Inserting RoleToUserAssignment 'CSAHAGUN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CSAHAGUN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CSAHAGUN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSAHAGUN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSAHAGUN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012174', sysdate, null); -- Inserting RoleToUserAssignment 'CSAHAGUN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSAHAGUN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12697USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12663USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12232USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12225USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12174USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12156USD', sysdate, null); -- Inserting RoleToUserAssignment 'CSAHAGUN/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('CSAHAGUN', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSAHAGUN/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('CSAHAGUN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012174', sysdate, null); -- Inserting RoleToUserAssignment 'CSCHMITZ/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CSCHMITZ', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSCHMITZ/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CSCHMITZ', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '92', sysdate, null); -- Inserting RoleToUserAssignment 'CSCHMITZ/OO LOCAL ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CSCHMITZ', 'OO LOCAL ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSCHMITZ/OO LOCAL ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('CSCHMITZ', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '2206DEUFREURC1', sysdate, null); -- Inserting RoleToUserAssignment 'CSLATTER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSLATTER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSLATTER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012834', sysdate, null); -- Inserting RoleToUserAssignment 'CSLATTER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CSLATTER/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSLATTER/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSLATTER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012834', sysdate, null); -- Inserting RoleToUserAssignment 'CSLATTER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSLATTER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CSLATTER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13038EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12932EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12834EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12038EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CSLATTER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSLATTER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CSLATTER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2236', sysdate, null); -- Inserting RoleToUserAssignment 'CSLATTER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CSLATTER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSLATTER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CSLATTER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSLATTER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2236', sysdate, null); -- Inserting RoleToUserAssignment 'CSOBOT1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSOBOT1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSOBOT1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSOBOT1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012013', sysdate, null); -- Inserting RoleToUserAssignment 'CSOBOT1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CSOBOT1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CSOBOT1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSOBOT1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSOBOT1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSOBOT1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000011013', sysdate, null); -- Inserting RoleToUserAssignment 'CSOBOT1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CSOBOT1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSOBOT1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CSOBOT1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12013EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CSOBOT1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CSOBOT1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSOBOT1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CSOBOT1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2015', sysdate, null); -- Inserting RoleToUserAssignment 'CSTORMS1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSTORMS1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012540', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012016', sysdate, null); -- Inserting RoleToUserAssignment 'CSTORMS1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CSTORMS1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSTORMS1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12540EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12128EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12018USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12018EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12016USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12016EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12015EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CSTORMS1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSTORMS1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2218', sysdate, null); -- Inserting RoleToUserAssignment 'CSTORMS1/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CSTORMS1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CSTORMS1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CSTORMS1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CSTORMS1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2218', sysdate, null); -- Inserting RoleToUserAssignment 'CTAGUCH1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CTAGUCH1/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTAGUCH1/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CTAGUCH1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '165', sysdate, null); -- Inserting RoleToUserAssignment 'CTAGUCH1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTAGUCH1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CTAGUCH1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); -- Inserting RoleToUserAssignment 'CTAGUCH1/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTAGUCH1/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('CTAGUCH1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CTAGUCH1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTAGUCH1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CTAGUCH1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CTAGUCH1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CTAGUCH1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTAGUCH1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CTAGUCH1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CTHORNE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CTHORNE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTHORNE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CTHORNE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012087', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012322', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CTOMCZAK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CTOMCZAK/BATCH BANK COMMUNICATION US' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'BATCH BANK COMMUNICATION US', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CTOMCZAK/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '1', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '3003', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/Hermes-IHB Interface' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'Hermes-IHB Interface', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CTOMCZAK/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '3022', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2213', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2193', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ONE', '1', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '1', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '186', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '6', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '7', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3002', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3003', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3004', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '3010', sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CTOMCZAK/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CTOMCZAK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CTOMCZAK/TOPS2' harmony.usermgt.create_role_to_user_assignment('CTOMCZAK', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CVAES/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CVAES', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CVAES/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CVAES', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVAES/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CVAES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012016', sysdate, null); -- Inserting RoleToUserAssignment 'CVANSTE1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CVANSTE1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CVERGARA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CVERGARA/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVERGARA/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CVERGARA', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '165', sysdate, null); -- Inserting RoleToUserAssignment 'CVERGARA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVERGARA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CVERGARA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); -- Inserting RoleToUserAssignment 'CVERGARA/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVERGARA/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('CVERGARA', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CVERGARA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVERGARA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CVERGARA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CVERGARA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CVERGARA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVERGARA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CVERGARA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'CVILLAN1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CVILLAN1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CVILLAN1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CVILLAN1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6029', sysdate, null); -- Inserting RoleToUserAssignment 'CWAGNER5/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWAGNER5/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CWAGNER5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012061', sysdate, null); -- Inserting RoleToUserAssignment 'CWAGNER5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CWAGNER5/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWAGNER5/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('CWAGNER5', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012061', sysdate, null); -- Inserting RoleToUserAssignment 'CWAGNER5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWAGNER5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CWAGNER5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12061EUR', sysdate, null); -- Inserting RoleToUserAssignment 'CWAGNER5/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWAGNER5/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CWAGNER5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2203', sysdate, null); -- Inserting RoleToUserAssignment 'CWAGNER5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CWAGNER5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWAGNER5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CWAGNER5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2203', sysdate, null); -- Inserting RoleToUserAssignment 'CWONG3/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CWONG3', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CWONG3/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CWONG3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6063', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/AMMF CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'AMMF CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/AMMF CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF CENTRAL MANAGER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012200', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012979', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012978', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012977', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012974', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012973', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012972', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012971', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012970', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012969', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012968', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012967', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012966', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012965', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012916', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012909', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012871', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012858', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012846', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012845', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012820', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012794', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012752', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012726', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012701', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012673', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012671', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012602', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012601', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012599', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012539', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012534', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012530', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012528', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012486', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012485', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012484', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012483', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012482', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012411', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012408', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012406', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012403', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012402', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012401', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012400', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012392', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012388', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012386', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012384', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012376', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000011050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012200', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012265', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012267', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012268', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012269', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012290', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012304', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012325', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012351', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012353', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012354', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012356', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012412', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012417', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012418', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012421', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012422', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012426', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012427', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012428', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012432', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012433', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012434', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012435', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012438', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012439', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012447', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012448', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012451', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012453', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012454', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012455', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012466', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012470', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012471', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012472', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CYEO1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CYEO1/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CYEO1/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6068', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6039', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '6067', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6067', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6068', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6072', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/ICL CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'ICL CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/ICL CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012974', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012973', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012972', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012971', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012970', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012969', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012968', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012967', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012966', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012965', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012916', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012909', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012871', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012858', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012846', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012845', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012820', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012794', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012752', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012726', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012701', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012601', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012599', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012539', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012534', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012530', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012418', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012417', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012412', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012408', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012406', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012402', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012401', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012400', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012392', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012388', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012386', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012384', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000011050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012200', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012265', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012267', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012269', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012290', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012304', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012325', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012351', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012353', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012354', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012356', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012376', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012421', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012422', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012426', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012427', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012428', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012432', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012433', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012434', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012435', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012438', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012439', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012451', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012453', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012454', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012455', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012466', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012470', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012471', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012472', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012482', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012483', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012484', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012485', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ONE', '0000012528', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/ICL Central reporter harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012979', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012978', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012977', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012974', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012973', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012972', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012971', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012970', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012969', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012968', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012967', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012966', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012965', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012916', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012909', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012871', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012858', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012846', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012845', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012820', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012794', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012752', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012726', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012701', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012673', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012671', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012602', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012601', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012599', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012539', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012534', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012530', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012528', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012486', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012485', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012484', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012483', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012482', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012411', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012408', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012406', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012403', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012402', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012401', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012400', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012392', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012388', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012386', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012384', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012376', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000011050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012200', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012265', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012267', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012268', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012269', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012290', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012304', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012325', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012351', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012353', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012354', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012356', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012412', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012417', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012418', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012421', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012422', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012426', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012427', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012428', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012432', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012433', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012434', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012435', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012438', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012439', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012447', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012448', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012451', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012453', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012454', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012455', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012466', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012470', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012471', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012472', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('CYEO1', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('CYEO1', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6068', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6039', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6067', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '105', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6039', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6067', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '6068', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6025', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6018', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '105', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6015', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6016', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6039', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6067', sysdate, null); harmony.usermgt.create_dds_item_assignment('CYEO1', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '6068', sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('CYEO1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYEO1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('CYEO1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'CYEO1/TOPS2' harmony.usermgt.create_role_to_user_assignment('CYEO1', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'CYONG1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYONG1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYONG1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYONG1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'CYONG1/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYONG1', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYONG1/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYONG1', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'CYONG1/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('CYONG1', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for CYONG1/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('CYONG1', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000013037', sysdate, null); -- Inserting RoleToUserAssignment 'DASHITEY/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DASHITEY', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DASHITEY/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DASHITEY', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012011', sysdate, null); -- Inserting RoleToUserAssignment 'DASHITEY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DASHITEY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DASHITEY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DASHITEY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DASHITEY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DASHITEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DASHITEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('DASHITEY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DBIBON/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DBIBON/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12690GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12329USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12250USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12247USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12246USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12245USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12238USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12237USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12236USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12230USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12166USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12165USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12164USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12146USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12330USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12331USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12332USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12503USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12510USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12520USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12564USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12565USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12573USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12699USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12890USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DBIBON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12596EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DBIBON/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DBIBON', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DBIBON/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DBIBON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2143', sysdate, null); -- Inserting RoleToUserAssignment 'DBREUGEL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DBREUGEL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DCAMPO0/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCAMPO0', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCAMPO0/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCAMPO0', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012190', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCAMPO0', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012189', sysdate, null); -- Inserting RoleToUserAssignment 'DCERA1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DCERA1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCERA1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DCERA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12820NZD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12406AUD', sysdate, null); -- Inserting RoleToUserAssignment 'DCERA1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DCERA1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCERA1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6008', sysdate, null); -- Inserting RoleToUserAssignment 'DCRILLY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DCRILLY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DCRILLY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DCRILLY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRILLY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DCRILLY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012441', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012387', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012369', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012337', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012281', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012121', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012107', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012098', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012059', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012058', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012043', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012031', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000011000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012001', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012003', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012005', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012006', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012008', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012009', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012062', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012068', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012069', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012074', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012075', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012082', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012487', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012537', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012540', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012553', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012589', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012596', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012597', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012643', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012675', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012676', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012678', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012679', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012681', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012692', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012709', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012711', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012733', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012738', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012773', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012774', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012781', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012801', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012802', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012803', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012804', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012809', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012842', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012854', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012857', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012860', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012863', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012866', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012867', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012872', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012880', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012893', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012901', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012902', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012910', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012920', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012943', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012956', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012957', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012960', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012964', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012975', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012981', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012983', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012994', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012995', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013001', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013040', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DCRUANES/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DCRUANES/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DCRUANES/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/ICL CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'ICL CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/ICL CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012441', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012387', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012369', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012337', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012281', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012121', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012107', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012098', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012059', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012058', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012043', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012031', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000011000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012001', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012003', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012005', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012006', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012008', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012009', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012062', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012068', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012069', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012074', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012075', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012082', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012487', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012537', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012540', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012553', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012589', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012596', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012597', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012643', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012675', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012676', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012678', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012679', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012681', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012692', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012709', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012711', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012733', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012738', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012773', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012774', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012781', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012801', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012802', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012803', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012804', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012809', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012842', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012854', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012857', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012860', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012863', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012866', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012867', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012872', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012880', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012893', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012901', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012902', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012910', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012920', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012943', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012956', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012957', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012960', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012964', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012975', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012981', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012983', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012994', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012995', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013001', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013040', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DCRUANES', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/IHCTF CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'IHCTF CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/IHCTF CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'IHCTF CENTRAL MANAGER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('DCRUANES', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DCRUANES', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DCRUANES/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DCRUANES', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DCRUANES/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DCRUANES', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DEDWARD2/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DEDWARD2', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DEDWARD2/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DEDWARD2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '78', sysdate, null); -- Inserting RoleToUserAssignment 'DEDWARD2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DEDWARD2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DEDWARD2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DEDWARD2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090USD', sysdate, null); -- Inserting RoleToUserAssignment 'DEDWARD2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DEDWARD2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DEDWARD2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DEDWARD2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2187', sysdate, null); -- Inserting RoleToUserAssignment 'DEDWARD2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DEDWARD2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DEDWARD2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DEDWARD2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2187', sysdate, null); -- Inserting RoleToUserAssignment 'DEGGERS1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DEGGERS1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DEGGERS1/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DEGGERS1', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DEGGERS1/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DEGGERS1', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DEGGERS1/IHC CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DEGGERS1', 'IHC CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DEGGERS1/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('DEGGERS1', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DFEJES/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFEJES', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFEJES/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFEJES', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012551', sysdate, null); -- Inserting RoleToUserAssignment 'DFEJES/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DFEJES', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DFEJES/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFEJES', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFEJES/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFEJES', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012551', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFELLER1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012467', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DFELLER1/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DFELLER1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '213', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFELLER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012123', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DFELLER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12467NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12274EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12123SEK', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('DFELLER1', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DFELLER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2064', sysdate, null); -- Inserting RoleToUserAssignment 'DFELLER1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DFELLER1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFELLER1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DFELLER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFELLER1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2064', sysdate, null); -- Inserting RoleToUserAssignment 'DFOO3/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DFOO3', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFOO3/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DFOO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12455AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFOO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12386NZD', sysdate, null); -- Inserting RoleToUserAssignment 'DFOO3/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DFOO3', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFOO3/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DFOO3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6068', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFOO3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6051', sysdate, null); -- Inserting RoleToUserAssignment 'DFOO3/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DFOO3', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFOO3/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DFOO3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6068', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFOO3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6051', sysdate, null); -- Inserting RoleToUserAssignment 'DFORTUN3/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DFORTUN3', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFORTUN3/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DFORTUN3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFORTUN3', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012286', sysdate, null); -- Inserting RoleToUserAssignment 'DFRISOVA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFRISOVA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012369', sysdate, null); -- Inserting RoleToUserAssignment 'DFRISOVA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DFRISOVA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFRISOVA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012369', sysdate, null); -- Inserting RoleToUserAssignment 'DFRISOVA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFRISOVA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12370CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12369EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12369CZK', sysdate, null); -- Inserting RoleToUserAssignment 'DFRISOVA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFRISOVA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2287', sysdate, null); -- Inserting RoleToUserAssignment 'DFRISOVA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DFRISOVA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DFRISOVA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('DFRISOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2287', sysdate, null); -- Inserting RoleToUserAssignment 'DGEELAN/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DGEELAN', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DGEELAN/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DGEELAN', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012612', sysdate, null); -- Inserting RoleToUserAssignment 'DGEELAN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DGEELAN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DGEELAN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DGEELAN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DGEELAN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DGEELAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12612EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DGEELAN/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DGEELAN', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DGEELAN/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DGEELAN', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012612', sysdate, null); -- Inserting RoleToUserAssignment 'DGOVAERT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DGOVAERT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DGOVAERT/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DGOVAERT', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DGOVAERT/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DGOVAERT', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'DGOVAERT/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DGOVAERT', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DGOVAERT/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DGOVAERT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12270CZK', sysdate, null); -- Inserting RoleToUserAssignment 'DHEALY1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DHEALY1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHEALY1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DHEALY1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); -- Inserting RoleToUserAssignment 'DHEALY1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DHEALY1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DHEALY1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DHEALY1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHEALY1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DHEALY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('DHEALY1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DHEALY1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DHEALY1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHEALY1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DHEALY1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'DHEALY1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DHEALY1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHEALY1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DHEALY1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'DHUERLIM/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHUERLIM/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'DHUERLIM/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DHUERLIM/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHUERLIM/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'DHUERLIM/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHUERLIM/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12054CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12000EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DHUERLIM/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHUERLIM/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2011', sysdate, null); -- Inserting RoleToUserAssignment 'DHUERLIM/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DHUERLIM', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DHUERLIM/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DHUERLIM', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2167', sysdate, null); -- Inserting RoleToUserAssignment 'DJACOBS5/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DJACOBS5', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJACOBS5/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012910', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012854', sysdate, null); -- Inserting RoleToUserAssignment 'DJACOBS5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DJACOBS5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DJACOBS5/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJACOBS5/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12910USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12910EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12854AUD', sysdate, null); -- Inserting RoleToUserAssignment 'DJACOBS5/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DJACOBS5', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJACOBS5/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2238', sysdate, null); -- Inserting RoleToUserAssignment 'DJACOBS5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DJACOBS5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJACOBS5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJACOBS5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2238', sysdate, null); -- Inserting RoleToUserAssignment 'DJAKUBIA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DJAKUBIA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJAKUBIA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012515', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012514', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012487', sysdate, null); -- Inserting RoleToUserAssignment 'DJAKUBIA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DJAKUBIA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DJAKUBIA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DJAKUBIA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJAKUBIA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012515', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012514', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012487', sysdate, null); -- Inserting RoleToUserAssignment 'DJAKUBIA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DJAKUBIA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJAKUBIA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12487PLN', sysdate, null); -- Inserting RoleToUserAssignment 'DJAKUBIA/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DJAKUBIA', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DJAKUBIA/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012515', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012514', sysdate, null); harmony.usermgt.create_dds_item_assignment('DJAKUBIA', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012487', sysdate, null); -- Inserting RoleToUserAssignment 'DJANDEJS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DJANDEJS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DKUBEJOV/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DKUBEJOV/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DKUBEJOV/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '321', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'DKUBEJOV/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '321', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'DKUBEJOV/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DKUBEJOV/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DKUBEJOV/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DKUBEJOV', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DKUBEJOV/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DKUBEJOV', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DLABUDE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DLABUDE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DLABUDE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DLABUDE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLABUDE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DLABUDE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2166', sysdate, null); -- Inserting RoleToUserAssignment 'DLABUDE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DLABUDE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLABUDE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DLABUDE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2166', sysdate, null); -- Inserting RoleToUserAssignment 'DLOSKOVA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLOSKOVA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DLOSKOVA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'DLOSKOVA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DLOSKOVA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLOSKOVA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DLOSKOVA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'DLOSKOVA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLOSKOVA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DLOSKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12270CZK', sysdate, null); -- Inserting RoleToUserAssignment 'DLOSKOVA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLOSKOVA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DLOSKOVA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2060', sysdate, null); -- Inserting RoleToUserAssignment 'DLOSKOVA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DLOSKOVA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DLOSKOVA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DLOSKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2060', sysdate, null); -- Inserting RoleToUserAssignment 'DMABANT/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DMABANT', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DMABANT/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DMABANT', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMABANT/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DMABANT', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '47', sysdate, null); -- Inserting RoleToUserAssignment 'DMABANT/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DMABANT', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMABANT/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DMABANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMABANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12069EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMABANT', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12009EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DMABANT/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DMABANT', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMABANT/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('DMABANT', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'DMABANT/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DMABANT', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMABANT/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DMABANT', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2206', sysdate, null); -- Inserting RoleToUserAssignment 'DMACALIN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DMACALIN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMACALIN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DMACALIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12454AUD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12453NZD', sysdate, null); -- Inserting RoleToUserAssignment 'DMACALIN/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DMACALIN', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMACALIN/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMACALIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6008', sysdate, null); -- Inserting RoleToUserAssignment 'DMANSFELD/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DMANSFELD', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DMANSFELD/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DMANSFELD', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMANSFELD/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DMANSFELD', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'DMANSFELD/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DMANSFELD', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMANSFELD/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DMANSFELD', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12270CZK', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DMARKALO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('DMARKALO', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '321', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DMARKALO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '321', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DMARKALO', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DMARKALO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13051CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13050EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('DMARKALO', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('DMARKALO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DMARKALO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DMARKALO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DMARKALO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMARKALO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DMARKALO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DMARKALO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'DMOLINEA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DMOLINEA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMOLINEA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DMOLINEA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012005', sysdate, null); -- Inserting RoleToUserAssignment 'DMOLINEA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DMOLINEA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DMOLINEA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DMOLINEA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMOLINEA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DMOLINEA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012005', sysdate, null); -- Inserting RoleToUserAssignment 'DMOLINEA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DMOLINEA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DMOLINEA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DMOLINEA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12005EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DOPDBEEC/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DOPDBEEC/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/ICL Central reporter harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/IT SUPPORT harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOPDBEEC/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DOPDBEEC', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DOPDBEEC/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('DOPDBEEC', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DOSULLI9/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012266', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DOSULLI9/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '36', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012266', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12266USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12266EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'DOSULLI9/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DOSULLI9', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DOSULLI9/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DOSULLI9', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'DPIROCHO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DPIROCHO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPIROCHO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DPIROCHO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPIROCHO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DPIROCHO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DPIROCHO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DPIROCHO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DPIROCHO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPIROCHO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DPIROCHO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPIROCHO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'DPLOSCA2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DPLOSCA2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPLOSCA2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12738NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12676EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12387DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12311SEK', sysdate, null); -- Inserting RoleToUserAssignment 'DPLOSCA2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DPLOSCA2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPLOSCA2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2102', sysdate, null); -- Inserting RoleToUserAssignment 'DPLOSCA2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DPLOSCA2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPLOSCA2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('DPLOSCA2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2102', sysdate, null); -- Inserting RoleToUserAssignment 'DPOWER/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DPOWER', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DPOWER/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DPOWER', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012612', sysdate, null); -- Inserting RoleToUserAssignment 'DPOWER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DPOWER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DRIVERA1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DRIVERA1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DRIVERA1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6017', sysdate, null); -- Inserting RoleToUserAssignment 'DRIVERA1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DRIVERA1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('DRIVERA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6017', sysdate, null); -- Inserting RoleToUserAssignment 'DROBBIN3/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('DROBBIN3', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROBBIN3/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('DROBBIN3', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '32', sysdate, null); -- Inserting RoleToUserAssignment 'DROBBIN3/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER' harmony.usermgt.create_role_to_user_assignment('DROBBIN3', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROBBIN3/OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER harmony.usermgt.create_dds_item_assignment('DROBBIN3', 'OO LOCAL EXCEPTION COCO AUTHORISER/RELEASER', 'R3_COCO', 'ONE', '4003', sysdate, null); -- Inserting RoleToUserAssignment 'DROSE3/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROSE3/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DROSE3', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); -- Inserting RoleToUserAssignment 'DROSE3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DROSE3/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROSE3/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DROSE3', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); -- Inserting RoleToUserAssignment 'DROSE3/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROSE3/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DROSE3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092GBP', sysdate, null); -- Inserting RoleToUserAssignment 'DROSE3/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROSE3/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DROSE3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2177', sysdate, null); -- Inserting RoleToUserAssignment 'DROSE3/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DROSE3', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DROSE3/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DROSE3', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2177', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DSELETAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012425', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DSELETAR/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DSELETAR', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '328', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '321', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '320', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13051CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13050EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13039PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12551HUF', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12425PLN', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012425', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('DSELETAR', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DSELETAR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'DSELETAR/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DSELETAR', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSELETAR/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DSELETAR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSELETAR', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'DSIDLOW/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DSIDLOW', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DSIDLOW/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DSIDLOW', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSIDLOW/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DSIDLOW', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '63', sysdate, null); -- Inserting RoleToUserAssignment 'DSIDLOW/OO LOCAL ACCOUNT REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DSIDLOW', 'OO LOCAL ACCOUNT REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSIDLOW/OO LOCAL ACCOUNT REQUESTOR harmony.usermgt.create_dds_item_assignment('DSIDLOW', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '4004BOANYUSDF2', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSIDLOW', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '4004BOANYUSDF1', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSIDLOW', 'OO LOCAL ACCOUNT REQUESTOR', 'R3_HBACCOUNT', 'ONE', '1001BOANYUSDF2', sysdate, null); -- Inserting RoleToUserAssignment 'DSMITH40/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DSMITH40', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSMITH40/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DSMITH40', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSMITH40', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6069', sysdate, null); -- Inserting RoleToUserAssignment 'DSNELLG1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DSNELLG1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DSNELLG1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DSNELLG1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSNELLG1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DSNELLG1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12638USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSNELLG1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12638EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DSNELLG1/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DSNELLG1', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSNELLG1/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DSNELLG1', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012638', sysdate, null); -- Inserting RoleToUserAssignment 'DSUJICA/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSUJICA/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DSUJICA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012059', sysdate, null); -- Inserting RoleToUserAssignment 'DSUJICA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DSUJICA/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSUJICA/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DSUJICA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012059', sysdate, null); -- Inserting RoleToUserAssignment 'DSUJICA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSUJICA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12755EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12743EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12359EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12059EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12002EUR', sysdate, null); -- Inserting RoleToUserAssignment 'DSUJICA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSUJICA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DSUJICA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2012', sysdate, null); -- Inserting RoleToUserAssignment 'DSUJICA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DSUJICA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DSUJICA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DSUJICA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DSUJICA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2202', sysdate, null); -- Inserting RoleToUserAssignment 'DTANG1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DTANG1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DTANG1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DTANG1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6076', sysdate, null); -- Inserting RoleToUserAssignment 'DTANG1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DTANG1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DTANG1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DTANG1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6076', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012121', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DUDECHUK/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '216', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '207', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '206', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '205', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '201', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012121', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12814DKK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12791NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12790EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12310SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12121SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12121DKK', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'DUDECHUK/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUDECHUK/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('DUDECHUK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2101', sysdate, null); -- Inserting RoleToUserAssignment 'DUNGPT/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DUNGPT', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUNGPT/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DUNGPT', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6086', sysdate, null); -- Inserting RoleToUserAssignment 'DUNGPT/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DUNGPT', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DUNGPT/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DUNGPT', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6060', sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('DVANAEL', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DVANAEL/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'DVANAEL/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('DVANAEL', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/ICL Central reporter harmony.usermgt.create_dds_item_assignment('DVANAEL', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('DVANAEL', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('DVANAEL', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('DVANAEL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANAEL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DVANAEL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANAEL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DVANAEL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'DVANARS/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('DVANARS', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVANARS/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('DVANARS', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012859', sysdate, null); -- Inserting RoleToUserAssignment 'DVERDIER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('DVERDIER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DVERDIER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('DVERDIER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); -- Inserting RoleToUserAssignment 'DWILDMAN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('DWILDMAN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for DWILDMAN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('DWILDMAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012675', sysdate, null); -- Inserting RoleToUserAssignment 'DZARN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('DZARN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAGAWIN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012059', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012002', sysdate, null); -- Inserting RoleToUserAssignment 'EAGAWIN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAGAWIN/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '97', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '92', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '50', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '121', sysdate, null); -- Inserting RoleToUserAssignment 'EAGAWIN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12350EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12262CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12059EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12009EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12002EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EAGAWIN/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2012', sysdate, null); -- Inserting RoleToUserAssignment 'EAGAWIN/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2012', sysdate, null); -- Inserting RoleToUserAssignment 'EAGAWIN/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAGAWIN/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAGAWIN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2012', sysdate, null); -- Inserting RoleToUserAssignment 'EAMATO2/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAMATO2/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EAMATO2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'EAMATO2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAMATO2/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAMATO2/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EAMATO2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); -- Inserting RoleToUserAssignment 'EAMATO2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAMATO2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EAMATO2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12270CZK', sysdate, null); -- Inserting RoleToUserAssignment 'EAMATO2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAMATO2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EAMATO2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2060', sysdate, null); -- Inserting RoleToUserAssignment 'EAMATO2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EAMATO2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAMATO2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EAMATO2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2060', sysdate, null); -- Inserting RoleToUserAssignment 'EANWAR/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EANWAR', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EANWAR/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EANWAR', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012866', sysdate, null); -- Inserting RoleToUserAssignment 'EARENBO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EARENBO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EARENBO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EARENBO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'EARENBO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EARENBO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EARENBO/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EARENBO', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EARENBO/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EARENBO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '198', sysdate, null); -- Inserting RoleToUserAssignment 'EARENBO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EARENBO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EARENBO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EARENBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); -- Inserting RoleToUserAssignment 'EARENBO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EARENBO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EARENBO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EARENBO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2034', sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EAUGUSTY/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EAUGUSTY', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EAUGUSTY/TOPS2' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EAUGUSTY/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('EAUGUSTY', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EBALADJA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EBALADJA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBALADJA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EBALADJA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6050', sysdate, null); -- Inserting RoleToUserAssignment 'EBALADJA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EBALADJA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBALADJA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EBALADJA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EBALADJA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EBALADJA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EBALADJA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EBALADJA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6017', sysdate, null); -- Inserting RoleToUserAssignment 'EBARNA/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EBARNA', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBARNA/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EBARNA', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'EBARNA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EBARNA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EBARNA/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EBARNA', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBARNA/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EBARNA', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); -- Inserting RoleToUserAssignment 'EBARNA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EBARNA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBARNA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EBARNA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'EBARNA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EBARNA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBARNA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EBARNA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2030', sysdate, null); -- Inserting RoleToUserAssignment 'EBARUCH/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EBARUCH', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EBARUCH/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EBARUCH', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012398', sysdate, null); -- Inserting RoleToUserAssignment 'ECAP/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ECAP', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECAP/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ECAP', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'ECAP/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ECAP', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECAP/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ECAP', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECAP/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ECAP', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'ECAP/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ECAP', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECAP/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ECAP', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12000EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ECAP/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ECAP', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECAP/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ECAP', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2011', sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/ICL Central reporter harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ECOECKEL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ECOECKEL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'ECOECKEL/TOPS2' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ECOECKEL/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('ECOECKEL', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EDELACR1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EDELACR1/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EDELACR1/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EDELACR1', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '165', sysdate, null); -- Inserting RoleToUserAssignment 'EDELACR1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EDELACR1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EDELACR1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12290JPY', sysdate, null); -- Inserting RoleToUserAssignment 'EDELACR1/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EDELACR1/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('EDELACR1', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'EDELACR1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EDELACR1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EDELACR1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'EDELACR1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EDELACR1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EDELACR1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EDELACR1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('EDELACR1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EDELACR1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6005', sysdate, null); -- Inserting RoleToUserAssignment 'EENRADE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EENRADE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EENRADE/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EENRADE', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EENRADE/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EENRADE', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012500', sysdate, null); -- Inserting RoleToUserAssignment 'EENRADE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EENRADE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EENRADE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12262CHF', sysdate, null); -- Inserting RoleToUserAssignment 'EENRADE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EENRADE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EENRADE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EENRADE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'EENRADE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EENRADE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EENRADE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EENRADE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2166', sysdate, null); -- Inserting RoleToUserAssignment 'EESTRELL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EESTRELL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EESTRELL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EESTRELL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EESTRELL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EESTRELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12569USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EESTRELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12158USD', sysdate, null); -- Inserting RoleToUserAssignment 'EFIORI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EFIORI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EFIORI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EFIORI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFIORI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EFIORI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12125EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EFOLDI/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFOLDI/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EFOLDI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012500', sysdate, null); -- Inserting RoleToUserAssignment 'EFOLDI/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EFOLDI/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFOLDI/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EFOLDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012500', sysdate, null); -- Inserting RoleToUserAssignment 'EFOLDI/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFOLDI/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12806GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EFOLDI', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12500CHF', sysdate, null); -- Inserting RoleToUserAssignment 'EFOLDI/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFOLDI/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EFOLDI', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'EFOLDI/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EFOLDI', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFOLDI/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EFOLDI', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2163', sysdate, null); -- Inserting RoleToUserAssignment 'EFRASER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EFRASER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFRASER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EFRASER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012084', sysdate, null); -- Inserting RoleToUserAssignment 'EFRASER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EFRASER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EFRASER/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EFRASER', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFRASER/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EFRASER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012084', sysdate, null); -- Inserting RoleToUserAssignment 'EFRASER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EFRASER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFRASER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EFRASER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12084GBP', sysdate, null); -- Inserting RoleToUserAssignment 'EFRASER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EFRASER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EFRASER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EFRASER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2180', sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EGAN5', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/BATCH C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BATCH C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('EGAN5', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '105', sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EGAN5', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '105', sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EGAN5', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EGAN5', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EGAN5', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/IHC CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'IHC CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EGAN5', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EGAN5', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6096', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6095', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6094', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6093', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6092', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6091', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6090', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6089', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6087', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6086', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6085', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6083', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6081', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6080', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6079', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6078', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6077', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6076', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6075', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6074', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6073', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6072', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6070', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6069', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6031', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6026', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6025', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6024', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6022', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6001', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6005', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6008', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6010', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6014', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6032', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6035', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6042', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6043', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6044', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6045', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6057', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6059', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6062', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6063', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '6068', sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EGAN5', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EGAN5', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGAN5/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGAN5/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EGAN5', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EGAN5/TOPS2' harmony.usermgt.create_role_to_user_assignment('EGAN5', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGHATTAS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGHATTAS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGHATTAS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012061', sysdate, null); -- Inserting RoleToUserAssignment 'EGHATTAS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EGHATTAS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGHATTAS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGHATTAS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12277EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12065EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12064EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12061EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12060EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12060CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12058EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EGHATTAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EGHATTAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGHATTAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2203', sysdate, null); -- Inserting RoleToUserAssignment 'EGHATTAS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGHATTAS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGHATTAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2067', sysdate, null); -- Inserting RoleToUserAssignment 'EGIRONI1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EGIRONI1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EGIRONI1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EGIRONI1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGIRONI1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EGIRONI1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12010EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EGODELNK/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EGODELNK', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGODELNK/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EGODELNK', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012415', sysdate, null); -- Inserting RoleToUserAssignment 'EGOH/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EGOH', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOH/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EGOH', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6065', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '20', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12831EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12592EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'EGOUHIER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EGOUHIER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGOUHIER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EGOUHIER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'EGUY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EGUY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGUY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EGUY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12269AUD', sysdate, null); -- Inserting RoleToUserAssignment 'EGUY/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EGUY', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EGUY/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EGUY', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6010', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012441', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012387', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012369', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012337', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012281', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012195', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012121', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012107', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012098', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012059', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012058', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012043', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012031', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000011000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012001', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012003', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012005', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012008', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012062', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012068', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012069', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012073', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012074', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012075', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012082', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012487', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012537', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012540', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012553', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012589', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012596', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012597', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012643', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012675', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012676', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012678', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012679', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012681', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012692', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012709', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012711', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012733', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012738', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012773', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012774', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012781', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012801', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012802', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012803', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012804', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012809', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012842', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012854', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012857', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012860', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012863', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012866', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012867', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012872', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012880', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012893', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012901', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012902', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012910', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012920', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012943', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012956', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012957', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012960', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012964', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012975', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012981', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012983', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012994', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012995', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013001', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000013040', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/BATCH C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'BATCH C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/HB CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'HB CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/HB CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/HB CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/HB CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'HB CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/ICL CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'ICL CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/ICL CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL CENTRAL MANAGER', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012441', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012387', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012370', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012369', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012359', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012337', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012310', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012281', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012195', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012121', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012107', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012098', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012059', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012058', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012043', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012031', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000011000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012001', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012003', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012005', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012008', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012062', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012068', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012069', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012073', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012074', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012075', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012077', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012078', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012081', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012082', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012084', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012086', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012087', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012091', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012094', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012467', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012487', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012500', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012529', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012532', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012537', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012540', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012545', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012546', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012551', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012553', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012589', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012596', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012597', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012643', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012651', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012652', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012675', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012676', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012678', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012679', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012681', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012692', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012709', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012711', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012733', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012738', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012743', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012755', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012773', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012774', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012781', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012790', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012791', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012801', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012802', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012803', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012804', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012806', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012807', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012809', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012814', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012834', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012842', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012854', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012857', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012860', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012863', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012866', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012867', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012872', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012880', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012893', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012901', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012902', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012910', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012920', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012932', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012936', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012943', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012956', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012957', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012960', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012964', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012975', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012981', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012983', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012994', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012995', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013001', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013038', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013040', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/IHC CENTRAL EXPORT' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'IHC CENTRAL EXPORT', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHERMAN6/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/IHCTF CENTRAL MANAGER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'IHCTF CENTRAL MANAGER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/IHCTF CENTRAL MANAGER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF CENTRAL MANAGER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012650', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012639', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012128', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012015', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/MR CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/MR CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'MR CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/OO CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/OO CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL AUTHORIZER', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/OO CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/OO CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2300', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'OO CENTRAL REQUESTOR', 'R3_COCO', 'ONE', '2313', sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHERMAN6/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EHERMAN6', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHERMAN6/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EHERMAN6', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EHOFLER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHOFLER/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EHOFLER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012101', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHOFLER', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012284', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12284EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EHOFLER', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012284', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('EHOFLER', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2109', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EHOFLER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2109', sysdate, null); -- Inserting RoleToUserAssignment 'EHOFLER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EHOFLER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOFLER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EHOFLER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2109', sysdate, null); -- Inserting RoleToUserAssignment 'EHOHL/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHOHL', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOHL/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EHOHL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012001', sysdate, null); -- Inserting RoleToUserAssignment 'EHOHL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EHOHL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHOHL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EHOHL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOHL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EHOHL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12001EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EHOHL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EHOHL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOHL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EHOHL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2192', sysdate, null); -- Inserting RoleToUserAssignment 'EHOHL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EHOHL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHOHL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EHOHL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2192', sysdate, null); -- Inserting RoleToUserAssignment 'EHU1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHU1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHU1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EHU1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012268', sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EHUISMA', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHUISMA/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHUISMA', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EHUISMA/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EHUISMA', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EHUISMA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EHUISMA', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/IT SUPPORT harmony.usermgt.create_dds_item_assignment('EHUISMA', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHUISMA', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EHUISMA', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('EHUISMA', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EHUISMA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EHUISMA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EHUISMA/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('EHUISMA', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EJANICK/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJANICK/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012053', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'EJANICK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EJANICK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJANICK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012053', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012000', sysdate, null); -- Inserting RoleToUserAssignment 'EJANICK/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJANICK/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12277EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12065EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12064EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12060EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12055CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12054CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12053CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12000EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EJANICK/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJANICK/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2011', sysdate, null); -- Inserting RoleToUserAssignment 'EJANICK/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EJANICK', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJANICK/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJANICK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2067', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EJASOVA1/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '78', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '66', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '102', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12003EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12004EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12005EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12108EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12261EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2013', sysdate, null); -- Inserting RoleToUserAssignment 'EJASOVA1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EJASOVA1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EJASOVA1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2013', sysdate, null); -- Inserting RoleToUserAssignment 'EKAERS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EKAERS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EKAERS/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EKAERS', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKAERS/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EKAERS', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EKAERS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EKAERS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKAERS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EKAERS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EKENKEL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EKENKEL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EKENKEL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EKENKEL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKENKEL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EKENKEL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12638USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EKENKEL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12638EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EKENKEL/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EKENKEL', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKENKEL/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EKENKEL', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012638', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012011', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EKSIKALO/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '120', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012011', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12011EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2037', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2037', sysdate, null); -- Inserting RoleToUserAssignment 'EKSIKALO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EKSIKALO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EKSIKALO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EKSIKALO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2037', sysdate, null); -- Inserting RoleToUserAssignment 'ELEGEZIN/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ELEGEZIN', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ELEGEZIN/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ELEGEZIN', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012315', sysdate, null); -- Inserting RoleToUserAssignment 'ELEVY29/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ELEVY29', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EMAVRIAS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '117', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012281', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12281EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'EMAVRIAS/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EMAVRIAS', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMAVRIAS/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EMAVRIAS', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2071', sysdate, null); -- Inserting RoleToUserAssignment 'EMEDKOVA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EMEDKOVA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EMEDKOVA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EMEDKOVA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEDKOVA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12061EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12060CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12058EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EMEDKOVA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EMEDKOVA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEDKOVA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEDKOVA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2197', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012104', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EMEZZINO/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '240', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12879EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12878EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12104EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'EMEZZINO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EMEZZINO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMEZZINO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EMEZZINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'EMYSZKOW/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMYSZKOW', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMYSZKOW/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMYSZKOW', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013039', sysdate, null); -- Inserting RoleToUserAssignment 'EMYSZKOW/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EMYSZKOW', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EMYSZKOW/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EMYSZKOW', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EMYSZKOW/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EMYSZKOW', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013039', sysdate, null); -- Inserting RoleToUserAssignment 'ENUEVAES/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ENUEVAES', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ENUEVAES/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ENUEVAES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12690GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ENUEVAES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12229USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ENUEVAES', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12151USD', sysdate, null); -- Inserting RoleToUserAssignment 'EOZVALD/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EOZVALD', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EOZVALD/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EOZVALD', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EOZVALD/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EOZVALD', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12026CAD', sysdate, null); -- Inserting RoleToUserAssignment 'EOZVALD/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EOZVALD', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EOZVALD/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EOZVALD', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012026', sysdate, null); -- Inserting RoleToUserAssignment 'ERIVER21/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ERIVER21', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESALUM/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESALUM', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESALUM/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ESALUM', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESALUM/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ESALUM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12161USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESALUM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12138USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESALUM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12137USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESALUM', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12133USD', sysdate, null); -- Inserting RoleToUserAssignment 'ESALUM/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('ESALUM', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESALUM/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('ESALUM', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012133', sysdate, null); -- Inserting RoleToUserAssignment 'ESANCH10/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESANCH10', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESANCH10/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ESANCH10', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012190', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESANCH10', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012189', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013112', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012552', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESCHNEI2/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '251', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '215', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '211', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '251', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012069', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012101', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012474', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012550', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13112NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12906EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12729EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12552EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12550EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12548EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12547EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12544NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12055CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12070EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12079EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101JPY', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12101USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12122SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12474SEK', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2109', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2262', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHNEI2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHNEI2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESCHNEI2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2262', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHROET/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESCHROET', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESCHROET/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESCHROET', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHROET/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESCHROET', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '45', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHROET/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ESCHROET', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHROET/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ESCHROET', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHROET/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESCHROET', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESCHROET/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ESCHROET', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2160', sysdate, null); -- Inserting RoleToUserAssignment 'ESCHROET/REPORT C4S TO SYM' harmony.usermgt.create_role_to_user_assignment('ESCHROET', 'REPORT C4S TO SYM', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESIRON/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESIRON/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013071', sysdate, null); -- Inserting RoleToUserAssignment 'ESIRON/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESIRON/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESIRON/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013076', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013075', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013073', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013072', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012027', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012028', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012029', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012052', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012358', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012517', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012518', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012541', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012543', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012779', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012844', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013071', sysdate, null); -- Inserting RoleToUserAssignment 'ESIRON/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESIRON/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13111CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13076CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13075CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13073CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072HF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13072CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12517CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12358USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12358EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12358CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12052CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12027USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12028USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12029USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12051GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12518USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12541USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12543USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12779USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12844USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12983USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13071EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ESIRON/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESIRON/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2268', sysdate, null); -- Inserting RoleToUserAssignment 'ESIRON/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ESIRON', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESIRON/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESIRON', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2354', sysdate, null); -- Inserting RoleToUserAssignment 'ESLIWINS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESLIWINS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESLIWINS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ESLIWINS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESLIWINS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ESLIWINS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12487PLN', sysdate, null); -- Inserting RoleToUserAssignment 'ESLIWINS/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESLIWINS', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESLIWINS/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ESLIWINS', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012487', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012271', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ESOLDATO/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '321', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '321', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012305', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012271', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13051CZK', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12305EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12271CZK', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2316', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2061', sysdate, null); -- Inserting RoleToUserAssignment 'ESOLDATO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ESOLDATO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ESOLDATO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('ESOLDATO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2061', sysdate, null); -- Inserting RoleToUserAssignment 'ETANG2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ETANG2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETANG2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ETANG2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6019', sysdate, null); -- Inserting RoleToUserAssignment 'ETIRADO3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ETIRADO3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ETSAO1/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ETSAO1', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETSAO1/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ETSAO1', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6019', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ETUINIER', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012711', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ETUINIER/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('ETUINIER', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '196', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('ETUINIER', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012711', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('ETUINIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12711USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('ETUINIER', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12711EUR', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('ETUINIER', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('ETUINIER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2244', sysdate, null); -- Inserting RoleToUserAssignment 'ETUINIER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('ETUINIER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUINIER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('ETUINIER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2244', sysdate, null); -- Inserting RoleToUserAssignment 'ETUZUN/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ETUZUN', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUZUN/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ETUZUN', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012463', sysdate, null); -- Inserting RoleToUserAssignment 'ETUZUN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('ETUZUN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'ETUZUN/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ETUZUN', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUZUN/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ETUZUN', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012463', sysdate, null); -- Inserting RoleToUserAssignment 'ETUZUN/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('ETUZUN', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for ETUZUN/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('ETUZUN', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012463', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EVALINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVALINO/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EVALINO', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '20', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EVALINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012831', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012592', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012320', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EVALINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12831EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12592EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12320EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/MR LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'MR LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/MR LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123SGEDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123NETACEURN1', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123HSBDIEURC1', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123EIHBEURI1', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'MR LOCAL REPORTER', 'R3_HBACCOUNT', 'ONE', '2123BNPPAEURC1', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('EVALINO', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2123', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EVALINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'EVALINO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EVALINO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVALINO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EVALINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVALINO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2117', sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDHEUVE/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDHEUVE/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDHEUVE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EVDHEUVE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDHEUVE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EVDHEUVE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/APPLOG UPDATE ENDSTAMP' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'APPLOG UPDATE ENDSTAMP', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/APPLOG VIEW' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'APPLOG VIEW', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/BATCH PAYMENT PROCESSING' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'BATCH PAYMENT PROCESSING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/BF CENTRAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'BF CENTRAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/BF CENTRAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL AUTHORIZER', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/BF CENTRAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'BF CENTRAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/BF CENTRAL REQUESTOR harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '4', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '3', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '2', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'BF CENTRAL REQUESTOR', 'OO_GROUPING', 'ONE', '183', sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/FM RULES CENTRAL REQUEST' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'FM RULES CENTRAL REQUEST', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/HB COCO COMBI Requestor' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'HB COCO COMBI Requestor', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/OO CENTRAL RELEASER' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/OO CENTRAL RELEASER harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5054', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5053', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5048', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5045', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5044', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5043', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5042', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5040', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5038', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5033', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5032', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5031', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5028', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5026', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5025', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5024', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5023', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5022', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5014', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5010', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '5004', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '4002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '3014', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2357', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2356', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2355', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2354', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2353', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2352', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2351', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2350', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2349', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2316', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2315', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2314', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2313', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2312', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2311', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2308', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2304', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2303', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2302', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2301', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2176', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2175', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2174', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2173', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2172', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2171', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2170', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2169', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2167', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2166', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2165', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2164', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2163', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2162', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2160', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2159', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2158', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2157', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2156', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2154', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2153', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2152', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2147', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2146', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2144', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2143', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2139', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2127', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2123', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2117', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2114', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2113', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2111', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2110', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2109', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2108', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2105', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2104', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2103', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2030', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2029', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2027', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2021', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2020', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2019', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2018', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2017', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2016', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2015', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2013', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2012', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'OO_GROUPING', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1002', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1003', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1004', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1005', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1006', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1007', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1008', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1009', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '1010', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2000', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2011', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2034', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2036', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2037', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2039', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2041', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2046', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2047', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2049', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2050', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2051', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2052', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2056', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2060', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2061', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2064', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2066', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2067', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2071', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2076', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2088', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2100', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2101', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2102', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2179', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2180', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2181', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2183', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2185', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2186', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2192', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2194', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2196', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2197', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2198', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2200', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2201', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2202', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2203', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2204', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2205', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2206', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2207', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2208', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2210', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2211', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2212', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2215', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2218', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2220', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2221', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2222', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2223', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2224', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2225', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2226', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2229', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2232', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2235', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2236', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2237', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2238', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2239', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2241', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2242', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2244', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2245', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2246', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2247', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2248', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2249', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2250', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2251', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2252', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2254', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2255', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2258', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2261', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2266', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2267', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2268', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2269', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2270', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2271', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2272', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2273', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2274', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2275', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2276', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2277', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2278', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2282', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2283', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2284', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2286', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2287', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2288', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2289', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2290', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2292', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2297', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2298', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2299', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL RELEASER', 'R3_COCO', 'ONE', '2300', sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDSCHRA/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EVDSCHRA', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDSCHRA/TOPS2' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'TOPS2', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDSCHRA/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('EVDSCHRA', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDYCK/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('EVDYCK', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDYCK/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDYCK', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/HB COCO COMBI Reporter' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'HB COCO COMBI Reporter', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVDYCK/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/ICL Central reporter harmony.usermgt.create_dds_item_assignment('EVDYCK', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EVDYCK', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('EVDYCK', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/IT SUPPORT' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'IT SUPPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/IT SUPPORT harmony.usermgt.create_dds_item_assignment('EVDYCK', 'IT SUPPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/MR CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'MR CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/MR CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDYCK', 'MR CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/OO CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'OO CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/OO CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('EVDYCK', 'OO CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); harmony.usermgt.create_dds_item_assignment('EVDYCK', 'OO CENTRAL REPORTER', 'OO_GROUPING', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVDYCK/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EVDYCK', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'EVDYCK/UME READ ALL' harmony.usermgt.create_role_to_user_assignment('EVDYCK', 'UME READ ALL', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVRIEL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EVRIEL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EVRIEL/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EVRIEL', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVRIEL/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EVRIEL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012702', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012692', sysdate, null); -- Inserting RoleToUserAssignment 'EVRIEL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EVRIEL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVRIEL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EVRIEL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12960EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12702EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12692EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EVRIEL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EVRIEL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVRIEL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EVRIEL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2050', sysdate, null); -- Inserting RoleToUserAssignment 'EVRIEL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EVRIEL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EVRIEL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EVRIEL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2293', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2243', sysdate, null); harmony.usermgt.create_dds_item_assignment('EVRIEL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2050', sysdate, null); -- Inserting RoleToUserAssignment 'EWELSH1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EWELSH1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EWELSH1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EWELSH1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12269AUD', sysdate, null); -- Inserting RoleToUserAssignment 'EZBOROVJ/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EZBOROVJ/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012122', sysdate, null); -- Inserting RoleToUserAssignment 'EZBOROVJ/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'EZBOROVJ/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EZBOROVJ/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012055', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012070', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012079', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012122', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012367', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012544', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012547', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012548', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012550', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012552', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012729', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012906', sysdate, null); -- Inserting RoleToUserAssignment 'EZBOROVJ/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EZBOROVJ/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12906EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12055CHF', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12070EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12079EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12122SEK', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12367GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12544NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12547EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12548EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12550EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12552EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12729EUR', sysdate, null); -- Inserting RoleToUserAssignment 'EZBOROVJ/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EZBOROVJ/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'EZBOROVJ/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for EZBOROVJ/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2168', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2178', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2199', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2209', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2219', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2231', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2240', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2253', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2256', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2257', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('EZBOROVJ', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2282', sysdate, null); -- Inserting RoleToUserAssignment 'FALFREDS/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FALFREDS', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FALFREDS/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FALFREDS', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012127', sysdate, null); -- Inserting RoleToUserAssignment 'FALFREDS/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FALFREDS', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FALFREDS/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('FALFREDS', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FALFREDS/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('FALFREDS', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '198', sysdate, null); -- Inserting RoleToUserAssignment 'FALFREDS/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FALFREDS', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FALFREDS/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FALFREDS', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12127SEK', sysdate, null); -- Inserting RoleToUserAssignment 'FALFREDS/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FALFREDS', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FALFREDS/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FALFREDS', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2034', sysdate, null); -- Inserting RoleToUserAssignment 'FBRADY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FBRADY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FBRADY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FBRADY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FBRADY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FBRADY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012102', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FCASAPUL/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '244', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '242', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '238', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012877', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012102', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12877EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12862EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12102EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2047', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2047', sysdate, null); -- Inserting RoleToUserAssignment 'FCASAPUL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FCASAPUL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCASAPUL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2263', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2260', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCASAPUL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2047', sysdate, null); -- Inserting RoleToUserAssignment 'FCAUBIT4/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FCAUBIT4', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCAUBIT4/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FCAUBIT4', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012710', sysdate, null); -- Inserting RoleToUserAssignment 'FCHOY/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FCHOY', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FCHOY/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FCHOY', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCHOY/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FCHOY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12025CAD', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCHOY', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12021CAD', sysdate, null); -- Inserting RoleToUserAssignment 'FCIPRIAN/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FCIPRIAN', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCIPRIAN/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FCIPRIAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012862', sysdate, null); harmony.usermgt.create_dds_item_assignment('FCIPRIAN', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012102', sysdate, null); -- Inserting RoleToUserAssignment 'FCIPRIAN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FCIPRIAN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FCIPRIAN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FCIPRIAN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCIPRIAN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FCIPRIAN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012102', sysdate, null); -- Inserting RoleToUserAssignment 'FCIPRIAN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FCIPRIAN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FCIPRIAN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FCIPRIAN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12102EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/AMMF Central reporter' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'AMMF Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/AMMF Central reporter harmony.usermgt.create_dds_item_assignment('FDECLER', 'AMMF Central reporter', 'R3_BUPA_TRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FDECLER/BATCH BANK COMMUNICATION' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'BATCH BANK COMMUNICATION', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FDECLER/HB CENTRAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'HB CENTRAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/HB CENTRAL REPORTER harmony.usermgt.create_dds_item_assignment('FDECLER', 'HB CENTRAL REPORTER', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/ICL Central reporter' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'ICL Central reporter', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/ICL Central reporter harmony.usermgt.create_dds_item_assignment('FDECLER', 'ICL Central reporter', 'R3_BUPA_ICL', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/IHC CENTRAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'IHC CENTRAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/IHC CENTRAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FDECLER', 'IHC CENTRAL POSITION REPORT', 'R3_IHBACCOUNT', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('FDECLER', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FDECLER', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FDECLER/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FDECLER', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FDECLER/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FDECLER', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ALL', null, sysdate, null); -- Inserting RoleToUserAssignment 'FENACHE/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FENACHE', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FENACHE/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FENACHE', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013040', sysdate, null); -- Inserting RoleToUserAssignment 'FENACHE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FENACHE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FENACHE/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FENACHE', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FENACHE/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FENACHE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13040RON', sysdate, null); harmony.usermgt.create_dds_item_assignment('FENACHE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13040HUF', sysdate, null); harmony.usermgt.create_dds_item_assignment('FENACHE', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE13040EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FFAMORCA/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FFAMORCA', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FFAMORCA/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FFAMORCA', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'CIHBC12154USD', sysdate, null); -- Inserting RoleToUserAssignment 'FLAMBRE2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FLAMBRE2/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLAMBRE2/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '72', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '68', sysdate, null); -- Inserting RoleToUserAssignment 'FLAMBRE2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLAMBRE2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12857GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12089GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12088GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12088EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FLAMBRE2/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLAMBRE2/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'FLAMBRE2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLAMBRE2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'FLAMBRE2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FLAMBRE2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLAMBRE2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2182', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLAMBRE2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2179', sysdate, null); -- Inserting RoleToUserAssignment 'FLANNOYE/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FLANNOYE', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FLANNOYE/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FLANNOYE', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLANNOYE/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FLANNOYE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2125', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLANNOYE', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2066', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FLEMBO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FLEMBO/BF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'BF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/BF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FLEMBO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '78', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '66', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'BF LOCAL REQUESTOR', 'OO_GROUPING', 'ONE', '102', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FLEMBO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012095', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012092', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012090', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12095EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12092EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12090EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('FLEMBO', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2187', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/OO LOCAL COCO REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'OO LOCAL COCO REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/OO LOCAL COCO REQUESTOR harmony.usermgt.create_dds_item_assignment('FLEMBO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'OO LOCAL COCO REQUESTOR', 'R3_COCO', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FLEMBO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'FLEMBO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FLEMBO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FLEMBO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FLEMBO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2187', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2177', sysdate, null); harmony.usermgt.create_dds_item_assignment('FLEMBO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2018', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FMALONE2', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012266', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FMALONE2/BF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'BF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/BF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FMALONE2', 'BF LOCAL REPORTER', 'OO_GROUPING', 'ONE', '36', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FMALONE2', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012266', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FMALONE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12266USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMALONE2', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12266EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/OO LOCAL COCO REPORTER' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'OO LOCAL COCO REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/OO LOCAL COCO REPORTER harmony.usermgt.create_dds_item_assignment('FMALONE2', 'OO LOCAL COCO REPORTER', 'R3_COCO', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FMALONE2', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'FMALONE2/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FMALONE2', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMALONE2/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FMALONE2', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2056', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FMARTELL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012104', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FMARTELL/BF LOCAL AUTHORIZER' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'BF LOCAL AUTHORIZER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/BF LOCAL AUTHORIZER harmony.usermgt.create_dds_item_assignment('FMARTELL', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '246', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '245', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '243', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'BF LOCAL AUTHORIZER', 'OO_GROUPING', 'ONE', '240', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FMARTELL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012879', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012878', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012106', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FMARTELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12879EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12878EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12104EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/OO LOCAL COCO AUTHORIZER/RELEASER' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'OO LOCAL COCO AUTHORIZER/RELEASER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/OO LOCAL COCO AUTHORIZER/RELEASER harmony.usermgt.create_dds_item_assignment('FMARTELL', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'OO LOCAL COCO AUTHORIZER/RELEASER', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FMARTELL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'FMARTELL/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FMARTELL', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FMARTELL/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FMARTELL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2265', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2264', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2262', sysdate, null); harmony.usermgt.create_dds_item_assignment('FMARTELL', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2112', sysdate, null); -- Inserting RoleToUserAssignment 'FMONTEIR/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FMONTEIR', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FOCONNO3/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FOCONNO3', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FOCONNO3/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012100', sysdate, null); -- Inserting RoleToUserAssignment 'FOCONNO3/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FOCONNO3', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FOCONNO3/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FOCONNO3', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FOCONNO3/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012100', sysdate, null); -- Inserting RoleToUserAssignment 'FOCONNO3/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FOCONNO3', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FOCONNO3/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100USD', sysdate, null); harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100NOK', sysdate, null); harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100GBP', sysdate, null); harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12100EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FOCONNO3/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FOCONNO3', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FOCONNO3/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FOCONNO3', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2019', sysdate, null); -- Inserting RoleToUserAssignment 'FPIREDDA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FPIREDDA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FPIREDDA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FPIREDDA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2262', sysdate, null); -- Inserting RoleToUserAssignment 'FREMEDIA/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FREMEDIA', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FREMEDIA/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FREMEDIA', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2162', sysdate, null); -- Inserting RoleToUserAssignment 'FRIESEN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FRIESEN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FRIESEN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FRIESEN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRIESEN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FRIESEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012294', sysdate, null); -- Inserting RoleToUserAssignment 'FRIESEN/ICL LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FRIESEN', 'ICL LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRIESEN/ICL LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FRIESEN', 'ICL LOCAL REQUESTOR', 'R3_BUPA_ICL', 'ONE', '0000012994', sysdate, null); -- Inserting RoleToUserAssignment 'FRIESEN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FRIESEN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRIESEN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FRIESEN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12987CHF', sysdate, null); -- Inserting RoleToUserAssignment 'FRIESEN/IHCTF REPORTER' harmony.usermgt.create_role_to_user_assignment('FRIESEN', 'IHCTF REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRIESEN/IHCTF REPORTER harmony.usermgt.create_dds_item_assignment('FRIESEN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012997', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012996', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012987', sysdate, null); harmony.usermgt.create_dds_item_assignment('FRIESEN', 'IHCTF REPORTER', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012294', sysdate, null); -- Inserting RoleToUserAssignment 'FRYAN1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FRYAN1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRYAN1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FRYAN1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012099', sysdate, null); -- Inserting RoleToUserAssignment 'FRYAN1/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FRYAN1', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FRYAN1/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FRYAN1', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FRYAN1/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FRYAN1', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12099EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FSALAYO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FSALAYO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FSIBAYAN/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FSIBAYAN', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSIBAYAN/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FSIBAYAN', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '6028', sysdate, null); -- Inserting RoleToUserAssignment 'FSIBAYAN/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FSIBAYAN', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSIBAYAN/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FSIBAYAN', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '6028', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000012081', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FSTIMPSO/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012275', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012081', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12081EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12080EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12079EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12078EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12077EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12075EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/IHCTF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'IHCTF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/IHCTF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'IHCTF LOCAL REQUESTOR', 'R3_BUPA_IHCTRANSFERS', 'ONE', '0000012080', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/RCM TRANSACTION REPORT' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'RCM TRANSACTION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/RCM TRANSACTION REPORT harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'RCM TRANSACTION REPORT', 'R3_COCO_RCM', 'ONE', '2065', sysdate, null); -- Inserting RoleToUserAssignment 'FSTIMPSO/Subledger and Cash Pool Reports' harmony.usermgt.create_role_to_user_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FSTIMPSO/Subledger and Cash Pool Reports harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2141', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2140', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2126', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2120', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2065', sysdate, null); harmony.usermgt.create_dds_item_assignment('FSTIMPSO', 'Subledger and Cash Pool Reports', 'R3_COCO', 'ONE', '2020', sysdate, null); -- Inserting RoleToUserAssignment 'FTROTTIN/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FTROTTIN', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FTROTTIN/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FTROTTIN', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FTROTTIN/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FTROTTIN', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000012104', sysdate, null); -- Inserting RoleToUserAssignment 'FTROTTIN/IHC LOCAL POSITION REPORT' harmony.usermgt.create_role_to_user_assignment('FTROTTIN', 'IHC LOCAL POSITION REPORT', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FTROTTIN/IHC LOCAL POSITION REPORT harmony.usermgt.create_dds_item_assignment('FTROTTIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12106EUR', sysdate, null); harmony.usermgt.create_dds_item_assignment('FTROTTIN', 'IHC LOCAL POSITION REPORT', 'R3_IHBACCOUNT', 'ONE', 'EIHBE12104EUR', sysdate, null); -- Inserting RoleToUserAssignment 'FVOTOCEK/AMMF LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FVOTOCEK', 'AMMF LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FVOTOCEK/AMMF LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FVOTOCEK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('FVOTOCEK', 'AMMF LOCAL REPORTER', 'R3_BUPA_TRANSFERS', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'FVOTOCEK/BANK REPORTRING' harmony.usermgt.create_role_to_user_assignment('FVOTOCEK', 'BANK REPORTRING', sysdate, null, 'ACTIVE'); -- Inserting RoleToUserAssignment 'FVOTOCEK/ICL LOCAL REPORTER' harmony.usermgt.create_role_to_user_assignment('FVOTOCEK', 'ICL LOCAL REPORTER', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FVOTOCEK/ICL LOCAL REPORTER harmony.usermgt.create_dds_item_assignment('FVOTOCEK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013051', sysdate, null); harmony.usermgt.create_dds_item_assignment('FVOTOCEK', 'ICL LOCAL REPORTER', 'R3_BUPA_ICL', 'ONE', '0000013050', sysdate, null); -- Inserting RoleToUserAssignment 'FWARD1/AMMF LOCAL REQUESTOR' harmony.usermgt.create_role_to_user_assignment('FWARD1', 'AMMF LOCAL REQUESTOR', sysdate, null, 'ACTIVE'); -- Insert DDSItemAssignment for FWARD1/AMMF LOCAL REQUESTOR harmony.usermgt.create_dds_item_assignment('FWARD1', 'AMMF LOCAL REQUESTOR', 'R3_BUPA_TRANSFERS', 'ONE', '0000012612', sysdate, null); commit; exception when others then rollback; raise; end; /
/* Programming for Data Science with Python Nanodegree Udacity's certified program > SQL practice > Lesson 3 : SQL Aggregations Which account has spent the most with us? */ SELECT a.id id, a.name company, SUM(o.total_amt_usd) total_usd FROM accounts a JOIN orders o ON a.id = o.account_id GROUP BY a.id, a.name ORDER BY total_usd DESC LIMIT 1; /* Answer: id company total_usd 4211 EOG Resources 382873.30 */
delimiter ;; drop table if exists tbnomres;; drop table if exists tbcodneg;; drop table if exists tbcot;; drop table if exists tbcotestudo;; drop table if exists tbctrlcarr;; drop table if exists tbdatprg;; drop table if exists tbtpmerc;; drop table if exists tbvalbdi;; drop table if exists tbvalcor;; drop table if exists tbvalind;; create table tbnomres ( idres int not null auto_increment, nomres varchar(12)not null, primary key tbnomres_idres (idres), index idx_tbnomres_nomres (nomres) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; create table tbcodneg ( idcodneg int not null auto_increment, nomres varchar(12) not null, codneg varchar(12) not null, tpmerc decimal(3,0) not null, primary key tbcodneg_idcodneg (idcodneg), index idx_tbcodneg_nomres (nomres), index idx_tbcodneg_codneg (codneg), index idx_tbcotneg_tpmerc (tpmerc) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; delimiter ;; drop table if exists tbcot;; create table tbcot ( idcot int not null auto_increment, tipreg decimal(2,0) not null, -- chavetxt varchar(500) not null, datprg datetime not null, codbdi varchar(2) not null, codneg varchar(12) not null, tpmerc decimal(3,0) not null, nomres varchar(12) not null, especi varchar(10) not null, prazot decimal(3,0) not null, modref varchar(4) not null, preatu decimal(13,2) null, preabe decimal(13,2) not null, premax decimal(13,2) not null, premin decimal(13,2) not null, premed decimal(13,2) not null, preult decimal(13,2) not null, preofc decimal(13,2) not null, preofv decimal(13,2) not null, totneg decimal(6,0) not null, quatot decimal(18,0) not null, voltot decimal(18,2) not null, preexe decimal(13,2) null, indopc decimal(1,0) null, datven datetime null, fatcot decimal(7,0) not null, ptoexe decimal(13,6) not null, codisi varchar(12) not null, dismes decimal(3,0) not null, processado boolean not null default false, idcotant int null, numrev int not null default 0, numerr int not null default 0, ultdatprg datetime null, datprgant datetime null, numprgant decimal(4,0) null, preatuant decimal(13,2) null, preabeant decimal(13,2) null, premaxant decimal(13,2) null, preminant decimal(13,2) null, premedant decimal(13,2) null, preultant decimal(13,2) null, preofcant decimal(13,2) null, preofvant decimal(13,2) null, totnegant decimal(6,0) null, quatotant decimal(18,0) null, voltotant decimal(18,2) null, osctotneg decimal(24,12) null, oscquatot decimal(24,12) null, oscvoltot decimal(24,12) null, oscpreatu decimal(24,12) null, oscpreabe decimal(24,12) null, oscpremax decimal(24,12) null, oscpremin decimal(24,12) null, oscpremed decimal(24,12) null, oscpreult decimal(24,12) null, dia decimal(2,0) not null, mes decimal (2,0) not null, ano decimal(4,0) not null, letra char(1) not null, primary key tbcot_idcot (idcot), -- index idx_tbcot_estudo_chavetxt (chavetxt), index idx_tbcot_datprg (datprg), index idx_tbcot_codbdi (codbdi), index idx_tbcot_codneg (codneg), index idx_tbcot_tpmerc (tpmerc), index idx_tbcot_nomres (nomres), index idx_tbcot_especi (especi), index idx_tbcot_prazot (prazot), index idx_tbcot_modref (modref), index idx_tbcot_preabe (preabe), index idx_tbcot_premax (premax), index idx_tbcot_premin (premin), index idx_tbcot_premed (premed), index idx_tbcot_preult (preult), index idx_tbcot_preatu (preatu), index idx_tbcot_preofc (preofc), index idx_tbcot_preofv (preofv), index idx_tbcot_totneg (totneg), index idx_tbcot_quatot (quatot), index idx_tbcot_voltot (voltot), index idx_tbcot_preexe (preexe), index idx_tbcot_indopc (indopc), index idx_tbcot_datven (datven), index idx_tbcot_fatcot (fatcot), index idx_tbcot_ptoexe (ptoexe), index idx_tbcot_codisi (codisi), index idx_tbcot_dismes (dismes), index idx_tbcot_ultdatprg (ultdatprg), index idx_tbcot_idcotant (idcotant), index idx_tbcot_datprgant (datprgant), index idx_tbcot_preabeant (preabeant), index idx_tbcot_premaxant (premaxant), index idx_tbcot_preminant (preminant), index idx_tbcot_premedant (premedant), index idx_tbcot_preultant (preultant), index idx_tbcot_preatuant (preatuant), index idx_tbcot_totnegant (totnegant), index idx_tbcot_quatotant (quatotant), index idx_tbcot_voltotant (voltotant), index idx_tbcot_oscpreatu (oscpreatu), index idx_tbcot_oscpreabe (oscpreabe), index idx_tbcot_oscpremax (oscpremax), index idx_tbcot_oscpremin (oscpremin), index idx_tbcot_oscpremed (oscpremed), index idx_tbcot_oscpreult (oscpreult), index idx_tbcot_osctotneg (osctotneg), index idx_tbcot_oscquatot (oscquatot), index idx_tbcot_oscvoltot (oscvoltot), -- index idx_tbcot_ano_mes_dia (ano_mes_dia), -- index idx_tbcot_ano_mes (ano_mes), index idx_tbcot_ano (ano), -- index idx_tbcot_mes_dia (mes_dia), index idx_tbcot_mes (mes), index idx_tbcot_dia (dia), index idx_tbcot_letra (letra) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; delimiter ;; drop table if exists tbcotestudo;; create table tbcotestudo ( idcot int not null auto_increment, tipreg decimal(2,0) not null, -- chavetxt varchar(500) not null, datprg datetime not null, codbdi varchar(2) not null, codneg varchar(12) not null, tpmerc decimal(3,0) not null, nomres varchar(12) not null, especi varchar(10) not null, prazot decimal(3,0) not null, modref varchar(4) not null, preabe decimal(13,2) not null, premax decimal(13,2) not null, premin decimal(13,2) not null, premed decimal(13,2) not null, preult decimal(13,2) not null, preatu decimal(13,2) not null, preofc decimal(13,2) not null, preofv decimal(13,2) not null, totneg decimal(6,0) not null, quatot decimal(18,0) not null, voltot decimal(18,2) not null, preexe decimal(13,2) null, indopc decimal(1,0) null, datven datetime null, fatcot decimal(7,0) not null, ptoexe decimal(13,6) not null, codisi varchar(12) not null, dismes decimal(3,0) not null, primary key tbcot_estudo_idcot (idcot), -- index idx_tbcot_estudo_chavetxt (chavetxt), index idx_tbcot_estudo_datprg (datprg), index idx_tbcot_estudo_codbdi (codbdi), index idx_tbcot_estudo_codneg (codneg), index idx_tbcot_estudo_tpmerc (tpmerc), index idx_tbcot_estudo_nomres (nomres), index idx_tbcot_estudo_especi (especi), index idx_tbcot_estudo_prazot (prazot), index idx_tbcot_estudo_modref (modref), index idx_tbcot_estudo_preabe (preabe), index idx_tbcot_estudo_premax (premax), index idx_tbcot_estudo_premin (premin), index idx_tbcot_estudo_premed (premed), index idx_tbcot_estudo_preult (preult), index idx_tbcot_estudo_preatu (preatu), index idx_tbcot_estudo_preofc (preofc), index idx_tbcot_estudo_preofv (preofv), index idx_tbcot_estudo_totneg (totneg), index idx_tbcot_estudo_quatot (quatot), index idx_tbcot_estudo_voltot (voltot), index idx_tbcot_estudo_preexe (preexe), index idx_tbcot_estudo_indopc (indopc), index idx_tbcot_estudo_datven (datven), index idx_tbcot_estudo_fatcot (fatcot), index idx_tbcot_estudo_ptoexe (ptoexe), index idx_tbcot_estudo_codisi (codisi), index idx_tbcot_estudo_dismes (dismes) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; create table tbctrlcarr ( idctrlcarr int not null auto_increment, grpctrl int not null, vlrctrl varchar(50) not null, primary key tbctrlcarr_idctrlcarr (idctrlcarr), index idx_tbctrlcarr_grpctrl_vlrctrl (grpctrl,vlrctrl) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; create table tbdatprg( iddatprg int not null auto_increment, datprg datetime not null, dia decimal(2,0) not null, mes decimal(2,0) not null, ano decimal(4,0) not null, letra char(1) not null, primary key tbdatprg_iddatprg (iddatprg), index idx_tbdatprg_datprg(datprg), index idx_tbdatprg_dia(dia), index idx_tbdatprg_mes(ano), index idx_tbdatprg_ano(mes), index idx_tbdatprg_letra(letra) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; create table tbtpmerc ( idtpmerc int not null auto_increment, tpmerc decimal(3,0) not null, desctpmerc varchar(100) not null, primary key tbtpmerc_idtpmerc (idtpmerc), index idx_tbtpmerc_tpmerc (tpmerc), index idx_tbtpmerc_desctpmerc (desctpmerc) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; insert into tbtpmerc (tpmerc,desctpmerc) values (010,'VISTA');; insert into tbtpmerc (tpmerc,desctpmerc) values (012,'EXERCÍCIO DE OPÇÕES DE COMPRA');; insert into tbtpmerc (tpmerc,desctpmerc) values (013,'EXERCÍCIO DE OPÇÕES DE VENDA');; insert into tbtpmerc (tpmerc,desctpmerc) values (017,'LEILÃO');; insert into tbtpmerc (tpmerc,desctpmerc) values (020,'FRACIONÁRIO');; insert into tbtpmerc (tpmerc,desctpmerc) values (030,'TERMO');; insert into tbtpmerc (tpmerc,desctpmerc) values (050,'FUTURO COM RETENÇÃO DE GANHO');; insert into tbtpmerc (tpmerc,desctpmerc) values (060,'FUTURO COM MOVIMENTAÇÃO CONTÍNUA');; insert into tbtpmerc (tpmerc,desctpmerc) values (070,'OPÇÕES DE COMPRA');; insert into tbtpmerc (tpmerc,desctpmerc) values (080,'OPÇÕES DE VENDA');; create table tbvalbdi( id char(2) not null, descr varchar(100) not null, primary key tbvalbdi_id (id) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; insert into tbvalbdi (id,descr) values ('02','LOTE PADRÃO');; insert into tbvalbdi (id,descr) values ('06','CONCORDATÁRIAS');; insert into tbvalbdi (id,descr) values ('10','DIREITOS E RECIBOS');; insert into tbvalbdi (id,descr) values ('12','FUNDOS IMOBILIÁRIOS');; insert into tbvalbdi (id,descr) values ('14','CERTIFIC. INVESTIMENTO / DEBÊNTURES / TÍTULOS DIVIDA PÚBLICA');; insert into tbvalbdi (id,descr) values ('18','OBRIGAÇÕES');; insert into tbvalbdi (id,descr) values ('22','BÔNUS (PRIVADOS)');; insert into tbvalbdi (id,descr) values ('26','APÓLICES / BÔNUS / TÍTULOS PÚBLICOS');; insert into tbvalbdi (id,descr) values ('32','EXERCÍCIO DE OPÇÕES DE COMPRA DE ÍNDICE');; insert into tbvalbdi (id,descr) values ('33','EXERCÍCIO DE OPÇÕES DE VENDA DE ÍNDICE');; insert into tbvalbdi (id,descr) values ('38','EXERCÍCIO DE OPÇÕES DE COMPRA');; insert into tbvalbdi (id,descr) values ('42','EXERCÍCIO DE OPÇÕES DE VENDA');; insert into tbvalbdi (id,descr) values ('46','LEILÃO DE TÍTULOS NÃO COTADOS');; insert into tbvalbdi (id,descr) values ('48','LEILÃO DE PRIVATIZAÇÃO');; insert into tbvalbdi (id,descr) values ('50','LEILÃO');; insert into tbvalbdi (id,descr) values ('51','LEILÃO FINOR');; insert into tbvalbdi (id,descr) values ('52','LEILÃO FINAM');; insert into tbvalbdi (id,descr) values ('53','LEILÃO FISET');; insert into tbvalbdi (id,descr) values ('54','LEILÃO DE AÇÕES EM MORA');; insert into tbvalbdi (id,descr) values ('56','VENDAS POR ALVARÁ JUDICIAL');; insert into tbvalbdi (id,descr) values ('58','OUTROS');; insert into tbvalbdi (id,descr) values ('60','PERMUTA POR AÇÕES');; insert into tbvalbdi (id,descr) values ('61','META');; insert into tbvalbdi (id,descr) values ('62','TERMO');; insert into tbvalbdi (id,descr) values ('66','DEBÊNTURES COM DATA DE VENCIMENTO ATÉ 3 ANOS');; insert into tbvalbdi (id,descr) values ('68','DEBÊNTURES COM DATA DE VENCIMENTO MAIOR QUE 3 ANOS');; insert into tbvalbdi (id,descr) values ('70','FUTURO COM MOVIMENTAÇÃO CONTÍNUA');; insert into tbvalbdi (id,descr) values ('71','FUTURO COM RETENÇÃO DE GANHO');; insert into tbvalbdi (id,descr) values ('74','OPÇÕES DE COMPRA DE ÍNDICES');; insert into tbvalbdi (id,descr) values ('75','OPÇÕES DE VENDA DE ÍNDICES');; insert into tbvalbdi (id,descr) values ('78','OPÇÕES DE COMPRA');; insert into tbvalbdi (id,descr) values ('82','OPÇÕES DE VENDA');; insert into tbvalbdi (id,descr) values ('83','DEBÊNTURES E NOTAS PROMISSÓRIAS');; insert into tbvalbdi (id,descr) values ('96','FRACIONÁRIO');; insert into tbvalbdi (id,descr) values ('99','TOTAL GERAL');; create table tbvalcor ( id decimal(2,0) not null, ind varchar(20) not null, descr varchar(100) not null, primary key tbvalcor_id (id) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; insert into tbvalcor (id,ind,descr) values (1,'US$','CORREÇÃO PELA TAXA DO DÓLAR');; insert into tbvalcor (id,ind,descr) values (2,'TJLP','CORREÇÃO PELA TJLP');; insert into tbvalcor (id,ind,descr) values (3,'TR','CORREÇÃO PELA TR');; insert into tbvalcor (id,ind,descr) values (4,'IPCR','CORREÇÃO PELO IPCR');; insert into tbvalcor (id,ind,descr) values (5,'SWA','OPÇÕES DE TROCA - SWOPTIONS');; insert into tbvalcor (id,ind,descr) values (6,'ÍNDICES (PONTOS)','OPÇÕES REFERENCIADAS EM PONTOS DE ÍNDICE');; insert into tbvalcor (id,ind,descr) values (7,'US$ (PROTEGIDAS)','CORREÇÃO PELA TAXA DO DÓLAR - OPÇÕES PROTEGIDAS');; insert into tbvalcor (id,ind,descr) values (8,'IGPM (PROTEGIDA)','CORREÇÃO PELO IGP-M - OPÇÕES PROTEGIDAS');; insert into tbvalcor (id,ind,descr) values (9,'URV','CORREÇÃO PELA URV');; create table tbvalind ( id char(2) not null, descr varchar(100) not null, primary key tbvalind_id (id) ) engine=InnoDB default charset=utf8 collate utf8_general_ci;; insert into tbvalind (id,descr) values ('01','IBOV ÍNDICE BOVESPA');; insert into tbvalind (id,descr) values ('02','IEEX ÍNDICE SETORIAL DE ENERGIA ELÉTRICA');; insert into tbvalind (id,descr) values ('03','IVBX ÍNDICE IVBX2');; insert into tbvalind (id,descr) values ('04','IBXX ÍNDICE IBRX BRASIL');; insert into tbvalind (id,descr) values ('05','ITEL ÍNDICE ITELECOM');; insert into tbvalind (id,descr) values ('06','IBXL ÍNDICE IBRX 50');; insert into tbvalind (id,descr) values ('07','MIBV MINI IBOV');; insert into tbvalind (id,descr) values ('08','IGCX ÍNDICE IGOVERNANÇA');; insert into tbvalind (id,descr) values ('10','ITAG ITAG ALONG');; /* drop procedure if exists sp_criar_tbcot_temporaria;; create procedure sp_criar_tbcot_temporaria() begin drop table if exists tbcot_temp; create table tbcot_temp ( tipreg decimal(2,0) not null, datprg datetime not null, codbdi varchar(2) not null, codneg varchar(12) not null, tpmerc decimal(3,0) not null, nomres varchar(12) not null, especi varchar(10) not null, prazot varchar(3) not null, modref varchar(4) not null, preabe decimal(13,2) not null, premax decimal(13,2) not null, premin decimal(13,2) not null, premed decimal(13,2) not null, preult decimal(13,2) not null, preofc decimal(13,2) not null, preofv decimal(13,2) not null, totneg decimal(5,0) not null, quatot decimal(18,0) not null, voltot decimal(18,2) not null, preexe decimal(13,2) not null, indopc decimal(1,0) not null, datven datetime null, fatcot decimal(7,0) not null, ptoexe decimal(13,6) not null, codisi varchar(12) not null, dismes decimal(3,0) not null, index idx_tbcot_datprg (datprg), index idx_tbcot_codneg (codneg), index idx_tbcot_tpmerc (tpmerc), index idx_tbcot_nomres (nomres) ) engine=InnoDB default charset=utf8 collate utf8_general_ci; end;; */ /* drop procedure if exists sp_criar_incluir_temporaria;; create procedure sp_criar_incluir_temporaria( atipreg decimal(2,0), adatprg datetime, acodbdi varchar(2), acodneg varchar(12), atpmerc decimal(3,0), anomres varchar(12), aespeci varchar(10), aprazot varchar(3), amodref varchar(4), apreabe decimal(13,2), apremax decimal(13,2), apremin decimal(13,2), apremed decimal(13,2), apreult decimal(13,2), apreofc decimal(13,2), apreofv decimal(13,2), atotneg decimal(5,0), aquatot decimal(18,0), avoltot decimal(18,2), apreexe decimal(13,2), aindopc decimal(1,0), adatven datetime, afatcot decimal(7,0), aptoexe decimal(13,6), acodisi varchar(12), adismes decimal(3,0)) begin insert into tbcot_temp( tipreg,datprg,codbdi,codneg,tpmerc, nomres,especi,prazot,modref,preabe, premax,premin,premed,preult,preofc, preofv,totneg,quatot,voltot,preexe, indopc,datven,fatcot,ptoexe,codisi,dismes) values( atipreg,adatprg,acodbdi,acodneg,atpmerc,anomres,aespeci,aprazot, amodref,apreabe,apremax,apremin,apremed,apreult,apreofc,apreofv,atotneg,aquatot, avoltot,apreexe,aindopc,adatven,afatcot,aptoexe,acodisi,adismes); end;; */ /* drop procedure if exists sp_apagar_tbcot_temporaria;; create procedure sp_apagar_tbcot_temporaria() begin drop table if exists tbcot_temp; end;; */ /* drop procedure if exists sp_tranferir_tbcot_temporaria;; create procedure sp_tranferir_tbcot_temporaria() begin insert into tbcot ( tipreg,datprg,codbdi,codneg,tpmerc, nomres,especi,prazot,modref,preabe, premax,premin,premed,preult,preofc, preofv,totneg,quatot,voltot,preexe, indopc,datven,fatcot,ptoexe,codisi,dismes, dia,mes,ano,letra) select t1.tipreg,t1.datprg,t1.codbdi,t1.codneg,t1.tpmerc, t1.nomres,t1.especi,t1.prazot,t1.modref,t1.preabe, t1.premax,t1.premin,t1.premed,t1.preult,t1.preofc, t1.preofv,t1.totneg,t1.quatot,t1.voltot,t1.preexe, t1.indopc,t1.datven,t1.fatcot,t1.ptoexe,t1.codisi,t1.dismes, day(t1.datprg),month(t1.datprg),year(t1.datprg),substr(t1.codneg,1,1) from tbcot_temp t1 left outer join tbcot t2 on t2.datprg = t1.datprg and t2.codneg = t1.codneg and t2.tpmerc = t1.tpmerc where t2.tipreg is null; end;; -- insert into tbcot -- call sp_tranferir_tbcot_temporaria(); /* /* select datprg,(select max(t2.datprg) from tbcot t2 where (t2.codneg = t1.codneg) and (t2.tpmerc = t1.tpmerc) and (t2.datprg < t1.datprg) group by t2.codneg, t2.tpmerc) preult from tbcot t1 where (t1.datprgant is null) */ delimiter ;; drop procedure if exists sp_selecionar_anos;; create procedure sp_selecionar_anos() begin select distinct ano from tbcot; end;; -- call sp_selecionar_anos;; drop procedure if exists sp_apagar_tbcot_temporaria;; create procedure sp_apagar_tbcot_temporaria() begin drop table if exists tbcot_temp; end;; drop function if exists fnpercentual;; create function fnpercentual( avalornovo decimal(24,12), avalorantigo decimal(24,12)) returns decimal(24,12) begin declare vresultado decimal(24,12) default 0; if ((avalorantigo is null) or (avalorantigo = 0)) then set vresultado = 0; else set vresultado = (((avalornovo / avalorantigo) - 1) * 100); end if; return vresultado; end;; delimiter ;; delimiter ;; drop procedure if exists spincluirtbcot;; create procedure spincluirtbcot( atipreg decimal(2,0), -- 01 -- achavetxt varchar(500), -- 02 adatprg datetime, -- 03 acodbdi varchar(2), -- 04 acodneg varchar(12), -- 05 atpmerc decimal(3,0), -- 06 anomres varchar(12), -- 07 aespeci varchar(10), -- 08 aprazot decimal(3,0), -- 09 amodref varchar(4), -- 10 apreatu decimal(13,2), -- 11 apreabe decimal(13,2), -- 12 apremax decimal(13,2), -- 13 apremin decimal(13,2), -- 14 apremed decimal(13,2), -- 15 apreult decimal(13,2), -- 16 apreofc decimal(13,2), -- 17 apreofv decimal(13,2), -- 18 atotneg decimal(5,0), -- 19 aquatot decimal(18,0), -- 20 avoltot decimal(18,2), -- 21 apreexe decimal(13,2), -- 22 aindopc decimal(1,0), -- 23 adatven datetime, -- 24 afatcot decimal(7,0), -- 25 aptoexe decimal(13,6), -- 26 acodisi varchar(12), -- 27 adismes decimal(3,0)) -- 28 begin -- declare vcount int default 0; declare vidcotant int default null; declare vultdatprg datetime default null; declare vdatprgant datetime default null; declare vpreabeant decimal(13,2) default 0; declare vpremaxant decimal(13,2) default 0; declare vpreminant decimal(13,2) default 0; declare vpremedant decimal(13,2) default 0; declare vpreultant decimal(13,2) default 0; declare vpreatuant decimal(13,2) default 0; declare vpreofcant decimal(13,2) default 0; declare vpreofvant decimal(13,2) default 0; declare vtotnegant decimal(13,2) default 0; declare vquatotant decimal(13,2) default 0; declare vvoltotant decimal(18,2) default 0; declare voscpreabe decimal(24,12) default 0; declare voscpremax decimal(24,12) default 0; declare voscpremin decimal(24,12) default 0; declare voscpremed decimal(24,12) default 0; declare voscpreult decimal(24,12) default 0; declare voscpreatu decimal(24,12) default 0; declare vosctotneg decimal(24,12) default 0; declare voscquatot decimal(24,12) default 0; declare voscvoltot decimal(24,12) default 0; -- declare done int default 0; -- declare cur1 cursor for select count(*) from tbcot where codneg = acodneg and tpmerc = atpmerc and especi = aespeci and prazot = aprazot and datprg = adatprg; -- declare cur2 cursor for select idcot,datprg, preatu,preabe,premax,premin,premed,preult, preofc,preofv,totneg,quatot,voltot from tbcot where codneg = acodneg and tpmerc = atpmerc and especi = aespeci and prazot = aprazot and datprg = ( select max(datprg) from tbcot where (codneg = acodneg) and (tpmerc = atpmerc) and (especi = aespeci) and (prazot = aprazot) and (datprg < adatprg)); -- declare cur3 cursor for select max(datprg) from tbcot where (datprg < adatprg); -- declare continue handler for not found set done = 1; -- open cur1; -- fetch cur1 into vcount; -- close cur1; -- if (vcount = 0) then -- set done = 0; -- open cur2; -- read_loop_1: loop -- if done then leave read_loop_1; end if; -- fetch cur2 into vidcotant,vdatprgant, vpreatuant,vpreabeant,vpremaxant,vpreminant,vpremedant,vpreultant, vpreofcant,vpreofvant,vtotnegant,vquatotant,vvoltotant; -- if (not vidcotant is null) then set voscpreatu = fnpercentual(vpreultant,vpreatuant); set voscpreabe = fnpercentual(apreabe,vpreabeant); set voscpremax = fnpercentual(apremax,vpremaxant); set voscpremin = fnpercentual(apremin,vpreminant); set voscpremed = fnpercentual(apremed,vpremedant); set voscpreult = fnpercentual(apreult,vpreultant); set vosctotneg = fnpercentual(atotneg,vtotnegant); set voscquatot = fnpercentual(aquatot,vquatotant); set voscvoltot = fnpercentual(avoltot,vvoltotant); end if; -- end loop; -- close cur2; -- set done = 0; -- open cur3; -- read_loop_2: loop -- if done then leave read_loop_2; end if; -- fetch cur3 into vultdatprg; -- end loop; -- close cur3; -- insert into tbcot( tipreg, -- chavetxt, datprg,codbdi,codneg,tpmerc, -- ok nomres,especi,prazot,modref, -- ok preatu,preabe,premax,premin,premed,preult, -- ok preofc,preofv,totneg,quatot,voltot,preexe, -- indopc,datven,fatcot,ptoexe,codisi,dismes, -- ok processado,numrev,idcotant,datprgant,ultdatprg, -- ok preatuant,preabeant,premaxant,preminant,premedant,preultant, -- ok preofcant,preofvant,totnegant,quatotant,voltotant, -- ok oscpreatu,oscpreabe,oscpremax,oscpremin,oscpremed,oscpreult, -- ok osctotneg,oscquatot,oscvoltot, -- ok dia,mes,ano,letra) -- ok values( atipreg, -- achavetxt, adatprg,acodbdi,acodneg,atpmerc, -- ok anomres,aespeci,aprazot,amodref, -- ok vpreultant,apreabe,apremax,apremin,apremed,apreult, -- ok apreofc,apreofv,atotneg,aquatot,avoltot,apreexe, -- ok aindopc,adatven,afatcot,aptoexe,acodisi,adismes, -- ok true,1,vidcotant,vdatprgant,vultdatprg, -- ok vpreatuant,vpreabeant,vpremaxant,vpreminant,vpremedant,vpreultant, -- ok vpreofcant,vpreofvant,vtotnegant,vquatotant,vvoltotant, -- ok voscpreatu,voscpreabe,voscpremax,voscpremin,voscpremed,voscpreult, -- ok vosctotneg,voscquatot,voscvoltot, -- ok day(adatprg),month(adatprg),year(adatprg),substr(acodneg,1,1)); -- ok -- end if; -- select vcount; -- end;; delimiter ;; drop procedure if exists spincluirtbcotcompleto;; create procedure spincluirtbcotcompleto( achavetxt varchar(500), -- 01 chave composta da linha original da cotação -- no arquivo texto distribuido pela bovespa atipreg decimal(2,0), -- 02 adatprg datetime, -- 03 atpmerc decimal(3,0), -- 04 anomres varchar(12), -- 05 acodneg varchar(12), -- 06 aespeci varchar(10), -- 07 aprazot decimal(3,0), -- 08 acodbdi varchar(2), -- 09 amodref varchar(4), -- 10 apreatu decimal(13,2), -- 11 apreabe decimal(13,2), -- 12 apremax decimal(13,2), -- 13 apremin decimal(13,2), -- 14 apremed decimal(13,2), -- 15 apreult decimal(13,2), -- 16 apreofc decimal(13,2), -- 17 apreofv decimal(13,2), -- 18 atotneg decimal(5,0), -- 19 aquatot decimal(18,0), -- 20 avoltot decimal(18,2), -- 21 apreexe decimal(13,2), -- 22 aindopc decimal(1,0), -- 23 adatven datetime, -- 24 afatcot decimal(7,0), -- 25 aptoexe decimal(13,6), -- 26 acodisi varchar(12), -- 27 adismes decimal(3,0), -- 28 aidcotant int, -- 29 adatprgant datetime, -- 30 aultdatprg datetime, -- 31 apreatuant decimal(13,2), -- 32 apreabeant decimal(13,2), -- 33 apremaxant decimal(13,2), -- 34 apreminant decimal(13,2), -- 35 apremedant decimal(13,2), -- 36 apreultant decimal(13,2), -- 37 apreofcant decimal(13,2), -- 38 apreofvant decimal(13,2), -- 39 atotnegant decimal(5,0), -- 40 aquatotant decimal(18,0), -- 41 avoltotant decimal(18,2), -- 42 aoscpreatu decimal(24,12), -- 43 aoscpreabe decimal(24,12), -- 44 aoscpremax decimal(24,12), -- 45 aoscpremin decimal(24,12), -- 46 aoscpremed decimal(24,12), -- 47 aoscpreult decimal(24,12), -- 48 aoscpreofc decimal(24,12), -- 49 aoscpreofv decimal(24,12), -- 50 aosctotneg decimal(24,12), -- 51 aoscquatot decimal(24,12), -- 52 aoscvoltot decimal(24,12)) -- 53 begin insert into tbcot( tipreg, -- chavetxt, datprg,codbdi,codneg,tpmerc, -- ok nomres,especi,prazot,modref, -- ok preatu,preabe,premax,premin,premed,preult, -- ok preofc,preofv,totneg,quatot,voltot,preexe, -- indopc,datven,fatcot,ptoexe,codisi,dismes, -- ok processado,numrev,idcotant,datprgant,ultdatprg, -- ok preatuant,preabeant,premaxant,preminant,premedant,preultant, -- ok preofcant,preofvant,totnegant,quatotant,voltotant, -- ok oscpreatu,oscpreabe,oscpremax,oscpremin,oscpremed,oscpreult, -- ok osctotneg,oscquatot,oscvoltot, -- ok dia,mes,ano,letra) -- ok values( atipreg, -- achavetxt, adatprg,acodbdi,acodneg,atpmerc, -- ok anomres,aespeci,aprazot,amodref, -- ok apreatu,apreabe,apremax,apremin,apremed,apreult, -- ok apreofc,apreofv,atotneg,aquatot,avoltot,apreexe, -- ok aindopc,adatven,afatcot,aptoexe,acodisi,adismes, -- ok true,1,aidcotant,adatprgant,aultdatprg, -- ok apreatuant,apreabeant,apremaxant,apreminant,apremedant,apreultant, -- ok apreofcant,apreofvant,atotnegant,aquatotant,avoltotant, -- ok aoscpreatu,aoscpreabe,aoscpremax,aoscpremin,aoscpremed,aoscpreult, -- ok aosctotneg,aoscquatot,aoscvoltot, -- ok day(adatprg),month(adatprg),year(adatprg),substr(acodneg,1,1)); -- ok end;; delimiter ;; drop procedure if exists spincluirtbcotestudo;; create procedure spincluirtbcotestudo( atipreg decimal(2,0), -- 01 achavetxt varchar(500), -- 02 chave composta da linha original da cotação -- no arquivo texto distribuido pela bovespa adatprg datetime, -- 03 acodbdi varchar(2), -- 04 acodneg varchar(12), -- 05 atpmerc decimal(3,0), -- 06 anomres varchar(12), -- 07 aespeci varchar(10), -- 08 aprazot decimal(3,0), -- 09 amodref varchar(4), -- 10 apreatu decimal(13,2), -- 11 apreabe decimal(13,2), -- 12 apremax decimal(13,2), -- 13 apremin decimal(13,2), -- 14 apremed decimal(13,2), -- 15 apreult decimal(13,2), -- 16 apreofc decimal(13,2), -- 17 apreofv decimal(13,2), -- 18 atotneg decimal(5,0), -- 19 aquatot decimal(18,0), -- 20 avoltot decimal(18,2), -- 21 apreexe decimal(13,2), -- 22 aindopc decimal(1,0), -- 23 adatven datetime, -- 24 afatcot decimal(7,0), -- 25 aptoexe decimal(13,6), -- 26 acodisi varchar(12), -- 27 adismes decimal(3,0)) -- 28 begin -- declare vcount int default 0; -- declare cur1 cursor for select count(*) from tbcotestudo where -- chavetxt = achavetxt; codneg = acodneg and tpmerc = atpmerc and especi = aespeci and prazot = aprazot and datprg = adatprg; -- open cur1; -- fetch cur1 into vcount; -- close cur1; -- if (vcount = 0) then -- insert into tbcotestudo( tipreg, -- chavetxt, datprg,codbdi,codneg,tpmerc, nomres,especi,prazot,modref,preabe, premax,premin,premed,preult,preatu,preofc, preofv,totneg,quatot,voltot,preexe, indopc,datven,fatcot,ptoexe,codisi,dismes) values( atipreg, -- achavetxt, adatprg,acodbdi,acodneg,atpmerc, anomres,aespeci,aprazot,amodref,apreabe, apremax,apremin,apremed,apreult,apreult,apreofc, apreofv,atotneg,aquatot,avoltot,apreexe, aindopc,adatven,afatcot,aptoexe,acodisi,adismes); -- end if; select vcount; end;; delimiter ;; drop procedure if exists spselectcotacaoanterior;; create procedure spselectcotacaoanterior( adatprg datetime, acodneg varchar(12), atpmerc decimal(3,0), aespeci varchar(10), aprazot decimal(3,0)) begin select idcot,datprg, preatu,preabe,premax,premin,premed,preult, preofc,preofv,totneg,quatot,voltot from tbcot where codneg = acodneg and tpmerc = atpmerc and especi = aespeci and prazot = aprazot and datprg = ( select max(datprg) from tbcot where (codneg = acodneg) and (tpmerc = atpmerc) and (especi = aespeci) and (prazot = aprazot) and (datprg < adatprg)); end;;
-- Uncomment out these lines AFTER the first time you create your database -- DELETE FROM OrderProduct; -- DELETE FROM ComputerEmployee; -- DELETE FROM EmployeeTraining; -- DELETE FROM Employee; -- DELETE FROM TrainingProgram; -- DELETE FROM Computer; -- DELETE FROM Department; -- DELETE FROM [Order]; -- DELETE FROM PaymentType; -- DELETE FROM Product; -- DELETE FROM ProductType; -- DELETE FROM Customer; -- ALTER TABLE Employee DROP CONSTRAINT [FK_EmployeeDepartment]; -- ALTER TABLE ComputerEmployee DROP CONSTRAINT [FK_ComputerEmployee_Employee]; -- ALTER TABLE ComputerEmployee DROP CONSTRAINT [FK_ComputerEmployee_Computer]; -- ALTER TABLE EmployeeTraining DROP CONSTRAINT [FK_EmployeeTraining_Employee]; -- ALTER TABLE EmployeeTraining DROP CONSTRAINT [FK_EmployeeTraining_Training]; -- ALTER TABLE Product DROP CONSTRAINT [FK_Product_ProductType]; -- ALTER TABLE Product DROP CONSTRAINT [FK_Product_Customer]; -- ALTER TABLE PaymentType DROP CONSTRAINT [FK_PaymentType_Customer]; -- ALTER TABLE [Order] DROP CONSTRAINT [FK_Order_Customer]; -- ALTER TABLE [Order] DROP CONSTRAINT [FK_Order_Payment]; -- ALTER TABLE OrderProduct DROP CONSTRAINT [FK_OrderProduct_Product]; -- ALTER TABLE OrderProduct DROP CONSTRAINT [FK_OrderProduct_Order]; -- DROP TABLE IF EXISTS OrderProduct; -- DROP TABLE IF EXISTS ComputerEmployee; -- DROP TABLE IF EXISTS EmployeeTraining; -- DROP TABLE IF EXISTS Employee; -- DROP TABLE IF EXISTS TrainingProgram; -- DROP TABLE IF EXISTS Computer; -- DROP TABLE IF EXISTS Department; -- DROP TABLE IF EXISTS [Order]; -- DROP TABLE IF EXISTS PaymentType; -- DROP TABLE IF EXISTS Product; -- DROP TABLE IF EXISTS ProductType; -- DROP TABLE IF EXISTS Customer; CREATE TABLE Department ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, [Name] VARCHAR(55) NOT NULL, Budget INTEGER NOT NULL ); CREATE TABLE Employee ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, FirstName VARCHAR(55) NOT NULL, LastName VARCHAR(55) NOT NULL, DepartmentId INTEGER NOT NULL, IsSuperVisor BIT NOT NULL DEFAULT(0), CONSTRAINT FK_EmployeeDepartment FOREIGN KEY(DepartmentId) REFERENCES Department(Id) ); CREATE TABLE Computer ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, PurchaseDate DATETIME NOT NULL, DecomissionDate DATETIME, Make VARCHAR(55) NOT NULL, Manufacturer VARCHAR(55) NOT NULL ); CREATE TABLE ComputerEmployee ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, EmployeeId INTEGER NOT NULL, ComputerId INTEGER NOT NULL, AssignDate DATETIME NOT NULL, UnassignDate DATETIME, CONSTRAINT FK_ComputerEmployee_Employee FOREIGN KEY(EmployeeId) REFERENCES Employee(Id), CONSTRAINT FK_ComputerEmployee_Computer FOREIGN KEY(ComputerId) REFERENCES Computer(Id) ); CREATE TABLE TrainingProgram ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, [Name] VARCHAR(255) NOT NULL, StartDate DATETIME NOT NULL, EndDate DATETIME NOT NULL, MaxAttendees INTEGER NOT NULL ); CREATE TABLE EmployeeTraining ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, EmployeeId INTEGER NOT NULL, TrainingProgramId INTEGER NOT NULL, CONSTRAINT FK_EmployeeTraining_Employee FOREIGN KEY(EmployeeId) REFERENCES Employee(Id), CONSTRAINT FK_EmployeeTraining_Training FOREIGN KEY(TrainingProgramId) REFERENCES TrainingProgram(Id) ); CREATE TABLE ProductType ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, [Name] VARCHAR(55) NOT NULL, IsActive BIT NOT NULL DEFAULT(1) ); CREATE TABLE Customer ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, FirstName VARCHAR(55) NOT NULL, LastName VARCHAR(55) NOT NULL ); CREATE TABLE Product ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, ProductTypeId INTEGER NOT NULL, CustomerId INTEGER NOT NULL, Price INTEGER NOT NULL, Title VARCHAR(255) NOT NULL, [Description] VARCHAR(255) NOT NULL, Quantity INTEGER NOT NULL, CONSTRAINT FK_Product_ProductType FOREIGN KEY(ProductTypeId) REFERENCES ProductType(Id), CONSTRAINT FK_Product_Customer FOREIGN KEY(CustomerId) REFERENCES Customer(Id), IsActive BIT NOT NULL DEFAULT(1) ); CREATE TABLE PaymentType ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, AcctNumber INTEGER NOT NULL, [Name] VARCHAR(55) NOT NULL, CustomerId INTEGER NOT NULL, CONSTRAINT FK_PaymentType_Customer FOREIGN KEY(CustomerId) REFERENCES Customer(Id), IsActive BIT NOT NULL DEFAULT(1) ); CREATE TABLE [Order] ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, CustomerId INTEGER NOT NULL, PaymentTypeId INTEGER, CONSTRAINT FK_Order_Customer FOREIGN KEY(CustomerId) REFERENCES Customer(Id), CONSTRAINT FK_Order_Payment FOREIGN KEY(PaymentTypeId) REFERENCES PaymentType(Id) ); CREATE TABLE OrderProduct ( Id INTEGER NOT NULL PRIMARY KEY IDENTITY, OrderId INTEGER NOT NULL, ProductId INTEGER NOT NULL, CONSTRAINT FK_OrderProduct_Product FOREIGN KEY(ProductId) REFERENCES Product(Id), CONSTRAINT FK_OrderProduct_Order FOREIGN KEY(OrderId) REFERENCES [Order](Id) ); INSERT INTO Department ([Name], Budget) VALUES ('Accounting', 32718); INSERT INTO Department ([Name], Budget) VALUES ('Manufacturing', 43700); INSERT INTO Department ([Name], Budget) VALUES ('Shipping', 19350); INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor) VALUES ('Bob', 'Ross', 1, 1); INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor) VALUES ('Jacob', 'Turner', 2, 0); INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor) VALUES ('Dwayne', 'Johnson', 3, 1); INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer) VALUES ('12/07/2018', '3/04/2019', 'Laptop', 'DELL'); INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer) VALUES ('01/05/2017', null, 'Laptop', 'IBM'); INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer) VALUES ('12/17/2016', '05/09/2019', 'Laptop', 'DELL'); INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (1, 2, '01/05/2017', null); INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (2, 3, '02/13/2018', '07/19/2019'); INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (3, 2, '07/04/2018', null); INSERT INTO TrainingProgram ([Name], StartDate, EndDate, MaxAttendees) VALUES ('How to Treat Customers', '2/5/19', '6/12/19', 25) INSERT INTO TrainingProgram ([Name], StartDate, EndDate, MaxAttendees) VALUES ('How to Tie a Tie', '1/1/19', '12/30/19', 100) INSERT INTO TrainingProgram ([Name], StartDate, EndDate, MaxAttendees) VALUES ('When to Say Hello', '4/12/19', '4/13/19', 5) INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (1,3) INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (2,2) INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (3,1) INSERT INTO Customer (FirstName, LastName) VALUES('Sebass', 'LeClass'); INSERT INTO Customer (FirstName, LastName) VALUES ('TheDude', 'Abides'); INSERT INTO Customer(FirstName, LastName) VALUES ('Liono', 'Thundercat'); INSERT INTO PaymentType (AcctNumber, [Name], CustomerId) Values (8675309, 'Visa', 1); INSERT INTO PaymentType(AcctNumber, [Name], CustomerId) Values (1234567, 'Mastercard', 2) INSERT INTO PaymentType (AcctNumber, [Name], CustomerId) Values (0932109320, 'Taco Bell Gift Card', 1) INSERT INTO [Order] (PaymentTypeId, CustomerId) Values (1,2) INSERT INTO [Order] (PaymentTypeId, CustomerId) Values (2,1) INSERT INTO [Order] (PaymentTypeId, CustomerId) Values (3,3) INSERT into ProductType ([Name]) VALUES ('Coffee Cup'); INSERT into ProductType ([Name]) VALUES ('Hat'); INSERT into ProductType ([Name]) VALUES ('Soup Bowl'); INSERT into Product (ProductTypeId, CustomerId, Price, Title, [Description], Quantity) VALUES (1, 1, 10, 'Your Favorite Mug', 'insulated travel mug', 10); INSERT into Product (ProductTypeId, CustomerId, Price, Title, [Description], Quantity) VALUES (2, 2, 5, 'Your Favorite Hat', 'Mesh-back trucker hat', 20); INSERT into Product (ProductTypeId, CustomerId, Price, Title, [Description], Quantity) VALUES (3, 3, 3, 'Your Favorite Bowl', 'No-spill bowl', 15); INSERT into OrderProduct (OrderId, ProductId) VALUES (1,2); INSERT into OrderProduct (OrderId, ProductId) VALUES (2,3); INSERT into OrderProduct (OrderId, ProductId) VALUES (3,1);
if exists (select * from INFORMATION_SCHEMA.TABLES where TABLE_NAME = 'Activities' and TABLE_TYPE = 'BASE TABLE') begin drop table dbo.Activities end create table dbo.Activities ( Id int identity(1,1) not null primary key, Start datetime not null, Description nvarchar(max) NULL, Duration time(7) not null, Completed bit not null, Contact_Id int null, JobOpening_Id int null, ) if exists (select * from INFORMATION_SCHEMA.TABLES where TABLE_NAME = 'Contacts' and TABLE_TYPE = 'BASE TABLE') begin drop table dbo.Contacts end create table dbo.Contacts ( Id int identity(1,1) not null primary key, Name nvarchar(max) null, Phone nvarchar(max) null, Email nvarchar(max) null, Notes nvarchar(max) null, Organization nvarchar(max) null, Role int not null, JobOpening_Id int null, ) if exists (select * from INFORMATION_SCHEMA.TABLES where TABLE_NAME = 'JobOpenings' and TABLE_TYPE = 'BASE TABLE') begin drop table dbo.JobOpenings end create table dbo.JobOpenings ( Id int identity(1,1) not null primary key, Url nvarchar(max) null, Title nvarchar(max) not null, Organization nvarchar(max) not null, Notes nvarchar(max) not null, AdvertisedDate datetime not null, ) create nonclustered index IX_Contact_Id on dbo.Activities ( Contact_Id ASC ) create nonclustered index IX_JobOpening_Id on dbo.Activities ( JobOpening_Id ASC ) create nonclustered index IX_JobOpening_Id on dbo.Contacts ( JobOpening_Id ASC ) alter table dbo.Activities with check add constraint [FK_dbo.Activities_dbo.Contacts_Contact_Id] foreign key(Contact_Id) references dbo.Contacts(Id) alter table dbo.Activities with check add constraint [FK_dbo.Activities_dbo.JobOpenings_JobOpening_Id] foreign key(JobOpening_Id) references dbo.JobOpenings(Id) alter table dbo.Contacts with check add constraint[FK_dbo.Contacts_dbo.JobOpenings_JobOpening_Id] foreign key (JobOpening_Id) references dbo.JobOpenings(Id)
CREATE TABLE entrada_stock ( codigo BIGSERIAL, numero VARCHAR(45) NOT NULL, data_entrada DATE NOT NULL, quantidade BIGINT NOT NULL, tipo_entrada VARCHAR(20), codigo_produto BIGINT NOT NULL, codigo_usuario BIGINT NOT NULL, PRIMARY KEY(codigo), CONSTRAINT fk_produto_stock FOREIGN KEY (codigo_produto) REFERENCES produto(codigo), CONSTRAINT fk_stock_usuario FOREIGN KEY (codigo_usuario) REFERENCES usuario(codigo) );
INSERT INTO member VALUES (1, 'Stefan', 'Fitzi', 'Bowkerst. 9, 8375 Barkly West', 'm', '1970-05-19', '1234567', '23456789'); INSERT INTO member VALUES (2, 'Stephania', 'Bontsi', 'Dahlia St. 245, 8375 Barkly West', 'f', '1989-02-24', '1234568', '23456799'); INSERT INTO event_type VALUES (1, 'Action Team', 'Weekly Action Team program'); INSERT INTO event_type VALUES (2, 'Luvo Ladies', 'Weekly Luvo Ladies program'); INSERT INTO event_type VALUES (3, 'Instrument practice', 'Practice keyboard, guitar, ...'); INSERT INTO user_role VALUES (1, 'Admin'); INSERT INTO user_role VALUES (2, 'User'); INSERT INTO user_role VALUES (3, 'ReadOnly'); INSERT INTO user_credentials VALUES (1, 'stefan.fitzi@bafnpo.org', 'secret', 1); INSERT INTO baf_event VALUES (1, 'Action Team 05.03.2019', '05.03.2019', 1); INSERT INTO baf_event VALUES (2, 'Luvo Ladies Week 9', '02.03.2019', 2);
-- switch to the content database use world_content; ALTER TABLE `skill_ability_gain` CHANGE COLUMN `level` `skillLevelReq` INT(11) NULL DEFAULT 1 ; UPDATE `skill_ability_gain` set `skillLevelReq` = 1 where `skillLevelReq` = 0 and id > 0;
---- AGGREGATFUNKTIONEN -- aggregate functions USE Northwind; SELECT UnitPrice FROM Products ORDER BY UnitPrice -- zähle, wie viele es insgesamt gibt (77) SELECT COUNT(ProductID) AS [Anzahl Produkte] FROM Products -- in DIESEM Fall kein Unterschied mit DISTINCT; ProductName ist in diesem Fall eindeutig, somit können keine doppelten Einträge weggelassen werden: SELECT COUNT(DISTINCT ProductName) AS [Anzahl Produkte] FROM Products -- in wievielen Ländern haben wir Kunden? -- nein: SELECT COUNT(Country) FROM Customers -- wieder so viele, wie Kunden! -- hier müssen wir ein DISTINCT verwenden: SELECT COUNT(DISTINCT Country) FROM Customers -- das sind weniger, als Customers; bei vielen ist keine Region eingetragen -- es werden aber alle Einträge bei Region gezählt; Doppelte werden auch gezählt! SELECT COUNT(Region) FROM Customers -- Anzahl Regionen mit DISTINCT: SELECT COUNT(DISTINCT Region) FROM Customers -- Durchschnittlicher Unitprice (28.8663) SELECT AVG(UnitPrice) AS Durchschnittspreis -- AVG = average FROM Products -- niedrigster Preis SELECT MIN(UnitPrice) FROM Products -- höchster Preis SELECT MAX(UnitPrice) FROM Products -- Summen: -- Summe ALLER Frachtkosten: SELECT SUM(Freight) FROM Orders -- 64942,69 -- SUMME Frachtkosten PRO Kunde: SELECT SUM(Freight) AS Freightsum, CustomerID, ShipCountry FROM Orders GROUP BY CustomerID, ShipCountry -- nur 89 Ergebnisse, weil 2 Kunden haben noch nichts bestellt und somit keine Frachtkosten -- bringt nix: SELECT SUM(Freight), CustomerID, OrderID FROM Orders GROUP BY CustomerID, OrderID -- Summe Frachtkosten pro Bestellnummer sind wieder genau die Frachtkosten dieser Bestellung -- wieviele Kunden gibts PRO Stadt im jeweiligen Land? -- Country, City, Anzahl Kunden SELECT * FROM Customers SELECT Country, City, COUNT(CustomerID) AS Customers FROM Customers GROUP BY Country, City -- PRO ... was? Kunden pro Stadt im jeweiligen Land ORDER BY Country, City SELECT SUM(Freight) AS SumFreight, CustomerID, OrderID FROM Orders GROUP BY CustomerID, OrderID ORDER BY SumFreight -- ASC -- DESC -- ORDER BY mit mehreren Spalten: SELECT COUNT(CustomerID) AS Kundenanzahl, Country FROM Customers GROUP BY Country ORDER BY Kundenanzahl DESC, Country ASC
BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS "AdministrApp_cliente" ( "id" integer NOT NULL, "fecha_cliente" date NOT NULL, "documento_cliente" varchar(20) NOT NULL, "nombre_cliente" varchar(100) NOT NULL, "apellido_cliente" varchar(100) NOT NULL, "celular_cliente" varchar(20) NOT NULL, "correo_cliente" varchar(100) NOT NULL, "genero_cliente" varchar(20) NOT NULL, "obs_cliente" text, "perfil_cliente" varchar(20) NOT NULL, PRIMARY KEY("id" AUTOINCREMENT) ); CREATE TABLE IF NOT EXISTS "AdministrApp_inmueble" ( "id" integer NOT NULL, "gps_inmueble" varchar(20) NOT NULL, "direccion_inmueble" varchar(100) NOT NULL, "barrio_inmueble" varchar(20) NOT NULL, "ciudad_inmueble" varchar(20) NOT NULL, PRIMARY KEY("id" AUTOINCREMENT) ); CREATE TABLE IF NOT EXISTS "AdministrApp_solicitud" ( "id" integer NOT NULL, "fechaInicia_solicitud" date NOT NULL, "obsInicia_solicitud" text NOT NULL, "fechaFinal_solicitud" date, "obsFinal_solicitud" text, "estado_solicitud" varchar(20) NOT NULL, "id_instalacion_id" bigint, "tipo_solicitud" varchar(20), PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_instalacion_id") REFERENCES "AdministrApp_instalacion"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_aporte" ( "id" integer NOT NULL, "fecha_aporte" date NOT NULL, "valor_aporte" integer NOT NULL, "obs_aporte" text NOT NULL, "id_cliente_id" bigint NOT NULL, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_cliente_id") REFERENCES "AdministrApp_cliente"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_gastooperativo" ( "id" integer NOT NULL, "fecha_gastoOperativo" date NOT NULL, "concepto_gastoOperativo" varchar(20) NOT NULL, "obs_gastoOperativo" text NOT NULL, "id_cliente_id" bigint, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_cliente_id") REFERENCES "AdministrApp_cliente"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_estado" ( "id" integer NOT NULL, "nombre_estado" varchar(20) NOT NULL, PRIMARY KEY("id" AUTOINCREMENT) ); CREATE TABLE IF NOT EXISTS "AdministrApp_estadoinstalacion" ( "id" integer NOT NULL, "fecha_estadoInstalacion" date NOT NULL, "obs_estadoInstalacion" text NOT NULL, "id_estado_id" bigint, "id_instalacion_id" bigint, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_estado_id") REFERENCES "AdministrApp_estado"("id") DEFERRABLE INITIALLY DEFERRED, FOREIGN KEY("id_instalacion_id") REFERENCES "AdministrApp_instalacion"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_plan" ( "id" integer NOT NULL, "fecha_plan" date NOT NULL, "nombre_plan" varchar(100) NOT NULL, "valor_plan" integer NOT NULL, "estado_plan" varchar(20) NOT NULL, PRIMARY KEY("id" AUTOINCREMENT) ); CREATE TABLE IF NOT EXISTS "AdministrApp_planinstalacion" ( "id" integer NOT NULL, "fecha_planInstalacion" date NOT NULL, "id_instalacion_id" bigint, "id_plan_id" bigint, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_instalacion_id") REFERENCES "AdministrApp_instalacion"("id") DEFERRABLE INITIALLY DEFERRED, FOREIGN KEY("id_plan_id") REFERENCES "AdministrApp_plan"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_pagoservicio" ( "id" integer NOT NULL, "fecha_pagoServicio" date NOT NULL, "valor_pagoServicio" integer NOT NULL, "obs_pagoServicio" text, "id_instalacion_id" bigint, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_instalacion_id") REFERENCES "AdministrApp_instalacion"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_material" ( "id" integer NOT NULL, "fecha_material" date NOT NULL, "nombre_material" varchar(100) NOT NULL, "mac_material" varchar(100) NOT NULL, "userPass_material" varchar(100), "obs_material" text NOT NULL, "estado_material" varchar(20) NOT NULL, PRIMARY KEY("id" AUTOINCREMENT) ); CREATE TABLE IF NOT EXISTS "AdministrApp_materialinstalacion" ( "id" integer NOT NULL, "fecha_materialInstalacion" date NOT NULL, "obs_materialInstalacion" text, "id_instalacion_id" bigint, "id_material_id" bigint, FOREIGN KEY("id_material_id") REFERENCES "AdministrApp_material"("id") DEFERRABLE INITIALLY DEFERRED, PRIMARY KEY("id" AUTOINCREMENT), FOREIGN KEY("id_instalacion_id") REFERENCES "AdministrApp_instalacion"("id") DEFERRABLE INITIALLY DEFERRED ); CREATE TABLE IF NOT EXISTS "AdministrApp_instalacion" ( "id" integer NOT NULL, "fecha_instalacion" date NOT NULL, "nad_instalacion" varchar(20) NOT NULL, "ip_instalacion" varchar(20) NOT NULL, "valor_instalacion" integer NOT NULL, "obs_instalacion" text NOT NULL, "id_cliente_id" bigint, "id_inmueble_id" bigint, FOREIGN KEY("id_inmueble_id") REFERENCES "AdministrApp_inmueble"("id") DEFERRABLE INITIALLY DEFERRED, FOREIGN KEY("id_cliente_id") REFERENCES "AdministrApp_cliente"("id") DEFERRABLE INITIALLY DEFERRED, PRIMARY KEY("id" AUTOINCREMENT) ); INSERT INTO "AdministrApp_cliente" VALUES (1,'2021-07-21','123456','antonio','alarcon','654123','antonioalarcon@gmail.com','Femenino','','Cliente'); INSERT INTO "AdministrApp_cliente" VALUES (2,'2021-07-21','789654','beatriz','bueno','521456','beatriz@hotmaiol.com','Femenino','','Cliente'); INSERT INTO "AdministrApp_cliente" VALUES (3,'2021-07-21','11452','Miller','riaño','625487','miller@riano.com','Masculino','','Socio'); INSERT INTO "AdministrApp_cliente" VALUES (4,'2021-07-21','2345555','Edwing','Sierra','3325548','edwing@correo.com','Masculino','','Socio'); INSERT INTO "AdministrApp_cliente" VALUES (5,'2021-07-21','963258','maria','Marquez','45211','julian@hotmail.com','Femenino','','Empleado'); INSERT INTO "AdministrApp_cliente" VALUES (6,'2021-07-21','852311','carlos','castro','452111','carlos@gmail.com','Masculino','','Cliente'); INSERT INTO "AdministrApp_cliente" VALUES (7,'2021-07-21','135141','julian','blanco','1141445','julian@hotmail.com','Masculino','','Socio'); INSERT INTO "AdministrApp_inmueble" VALUES (1,'1.0000564, 17.021748','vivienda de Antonio','Palmas','Bucaramanga'); INSERT INTO "AdministrApp_inmueble" VALUES (2,'1.4400564, 17.021748','casa de beatriz','Mirador','Giron'); INSERT INTO "AdministrApp_solicitud" VALUES (1,'2021-07-22','Solicito instalación',NULL,'','Activo',3,'Instalación'); INSERT INTO "AdministrApp_aporte" VALUES (1,'2021-07-10',220000,'Arriendo local',4); INSERT INTO "AdministrApp_aporte" VALUES (2,'2021-07-18',250000,'Ventana e instalación',3); INSERT INTO "AdministrApp_gastooperativo" VALUES (1,'2021-07-05','conbustible','cemento para la ventana',3); INSERT INTO "AdministrApp_estado" VALUES (1,'Activo'); INSERT INTO "AdministrApp_estado" VALUES (2,'En proceso'); INSERT INTO "AdministrApp_estado" VALUES (3,'Cerrado'); INSERT INTO "AdministrApp_estadoinstalacion" VALUES (1,'2021-07-13','Se requieren otros elementos,',2,1); INSERT INTO "AdministrApp_estadoinstalacion" VALUES (2,'2021-07-22','se realizan pruebas quedando en funcionamiento',1,1); INSERT INTO "AdministrApp_estadoinstalacion" VALUES (3,'2021-07-06','Ok, instalad',1,2); INSERT INTO "AdministrApp_estadoinstalacion" VALUES (4,'2021-07-22','instalado correctamente',1,3); INSERT INTO "AdministrApp_plan" VALUES (1,'2021-07-22','plan de 5 megas',40000,'Activo'); INSERT INTO "AdministrApp_plan" VALUES (2,'2021-07-22','plan de 10 megas',60000,'Activo'); INSERT INTO "AdministrApp_planinstalacion" VALUES (1,'2021-07-22',1,1); INSERT INTO "AdministrApp_planinstalacion" VALUES (2,'2021-07-06',2,2); INSERT INTO "AdministrApp_planinstalacion" VALUES (3,'2021-07-22',3,2); INSERT INTO "AdministrApp_pagoservicio" VALUES (1,'2021-07-22',40000,'pendiente 10000',1); INSERT INTO "AdministrApp_pagoservicio" VALUES (2,'2021-07-22',30000,'pendeinte 20000',2); INSERT INTO "AdministrApp_pagoservicio" VALUES (3,'2021-07-22',20000,'',3); INSERT INTO "AdministrApp_pagoservicio" VALUES (4,'2021-07-05',10000,'pago parcial',2); INSERT INTO "AdministrApp_material" VALUES (1,'2021-07-22','cable drop de 2 hilos','sin','sin','sin','Activo'); INSERT INTO "AdministrApp_material" VALUES (2,'2021-07-22','nad de 16 puertos','sin','sin','sin','Activo'); INSERT INTO "AdministrApp_material" VALUES (3,'2021-07-22','modem','hdhd-kjf-jgds-peueu','user. admin','sin','Activo'); INSERT INTO "AdministrApp_materialinstalacion" VALUES (1,'2021-07-14','20 metros',1,1); INSERT INTO "AdministrApp_materialinstalacion" VALUES (2,'2021-07-14','mac hdhd-kjf-jgds-peueu pass user. admin',1,3); INSERT INTO "AdministrApp_materialinstalacion" VALUES (3,'2021-07-22','Se deja nad en poste para el servicioo',1,2); INSERT INTO "AdministrApp_materialinstalacion" VALUES (4,'2021-07-06','Mac Pass user',2,3); INSERT INTO "AdministrApp_materialinstalacion" VALUES (5,'2021-07-06','80 metros',2,1); INSERT INTO "AdministrApp_materialinstalacion" VALUES (6,'2021-07-22','25 metros',3,1); INSERT INTO "AdministrApp_materialinstalacion" VALUES (7,'2021-07-22','mac pass user',3,3); INSERT INTO "AdministrApp_instalacion" VALUES (1,'2021-07-22','el de la esquina','192.168.1.1',0,'80 mts de drop 20 conectores',5,2); INSERT INTO "AdministrApp_instalacion" VALUES (2,'2021-07-22','otra nad','192.168.12.14',50000,'Se cobran 50.000 por estar muy lejos d ela zona',1,1); INSERT INTO "AdministrApp_instalacion" VALUES (3,'2021-07-22','otra nad en otra esq','125.147.222.12',0,'sin pagos',6,2); CREATE INDEX IF NOT EXISTS "AdministrApp_solicitud_id_instalacion_id_83a5d6a5" ON "AdministrApp_solicitud" ( "id_instalacion_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_aporte_id_cliente_id_eac2dabe" ON "AdministrApp_aporte" ( "id_cliente_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_gastooperativo_id_cliente_id_fba16236" ON "AdministrApp_gastooperativo" ( "id_cliente_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_estadoinstalacion_id_estado_id_5db9ccdb" ON "AdministrApp_estadoinstalacion" ( "id_estado_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_estadoinstalacion_id_instalacion_id_fb6ab762" ON "AdministrApp_estadoinstalacion" ( "id_instalacion_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_planinstalacion_id_instalacion_id_f36842a9" ON "AdministrApp_planinstalacion" ( "id_instalacion_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_planinstalacion_id_plan_id_23f9588f" ON "AdministrApp_planinstalacion" ( "id_plan_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_pagoservicio_id_instalacion_id_b6e097c1" ON "AdministrApp_pagoservicio" ( "id_instalacion_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_materialinstalacion_id_instalacion_id_e0310423" ON "AdministrApp_materialinstalacion" ( "id_instalacion_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_materialinstalacion_id_material_id_f00fb7d7" ON "AdministrApp_materialinstalacion" ( "id_material_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_instalacion_id_cliente_id_6e7e24f9" ON "AdministrApp_instalacion" ( "id_cliente_id" ); CREATE INDEX IF NOT EXISTS "AdministrApp_instalacion_id_inmueble_id_1fd47ecc" ON "AdministrApp_instalacion" ( "id_inmueble_id" ); COMMIT;
DELIMITER $$ USE `cci_gh_go_qa`$$ DROP PROCEDURE IF EXISTS `SPPartnerParticipantSeasons`$$ CREATE DEFINER=`madhavi`@`%` PROCEDURE `SPPartnerParticipantSeasons`(IN partnerId INT,IN participantId INT) BEGIN DECLARE goId,paxGoId INT; SET @goId = partnerId; SET @paxGoId = participantId; IF @paxGoId = '' THEN SET @paxGoId = NULL; END IF; -- =========For Add Pax Pag =============================== IF @paxGoId IS NULL THEN SELECT pgs.programName, pgs.seasonId, pgs.departmentProgramId FROM ProgramSeasons pgs INNER JOIN PartnerSeason ps ON pgs.seasonId = ps.seasonId AND pgs.departmentProgramId = ps.departmentProgramId AND ps.partnerGoId = @goId AND ps.disableAddParticipant = 0 AND pgs.AppDeadlineDate > CURRENT_TIMESTAMP AND ps.partnerSeasonStatusId = 5 AND pgs.startDate != '9999-09-09 00:00:00' AND pgs.programStatusId NOT IN (2,3,4); END IF; -- =========For Added Pax page============================= IF @paxGoId IS NOT NULL THEN SELECT pgs.programName,pgs.seasonId,pgs.departmentProgramId FROM ProgramSeasons pgs WHERE (pgs.seasonId,pgs.departmentProgramId) IN (SELECT seasonId,departmentProgramId FROM PartnerSeason ps WHERE pgs.seasonId = ps.seasonId AND ps.partnerSeasonStatusId = 5 AND pgs.departmentProgramId = ps.departmentProgramId AND ps.partnerGoId = @goId AND (ps.seasonId,ps.departmentProgramId) NOT IN (SELECT seasonId,departmentProgramId FROM `Participants` p WHERE p.seasonId = ps.seasonId AND ps.departmentProgramId = p.departmentProgramId AND p.partnerGoId = ps.partnerGoId)) -- AND pgs.startDate > CURRENT_TIMESTAMP AND pgs.AppDeadlineDate > CURRENT_TIMESTAMP AND pgs.startDate != '9999-09-09 00:00:00' AND pgs.programStatusId NOT IN (2,3,4); END IF; END$$ DELIMITER ;
--use template_db --go /* Developer : Перепечко А.В. Created : 09.03.2017 Purpose : Элементы перечислений Change list: 04.05.2017 Перепечко А.В. Переносим на PG 14.05.2017 Перепечко А.В. Приводим к единому виду обязательных атрибутов (id, descr, comm, cu, cd, ct, cu_id) */ /* Удаляем, если есть */ --if OBJECT_ID( 'dbo.dict_enum_items', 'U') is NOT NULL -- drop table dbo.dict_enum_items; drop table fos.dict_enum_items; /* Атрибуты: id - Уникальный идентификатор экземпляра dict_id - Ссылка на справочник branch_id - Ссылка на филиал code - Код name - Наименование active_flag - Признак активности: 0 - нет, 1 (default) - да description - Описание comments - Коментарии change_user - Последний изменивший change_date - Последняя дата изменений change_term - Терминал change_user_id - Ссылка на пользователя */ create table fos.dict_enum_items ( id bigint NOT NULL, -- fk here dict_enum_id bigint NOT NULL, branch_id bigint NULL, -- attributes code varchar(50) NOT NULL, name varchar(100) NOT NULL, active_flag int NOT NULL default 1, -- description and comments description varchar(500) NULL, comments varchar(1000) NULL, -- system info change_user varchar(256) NOT NULL default session_user, change_date timestamp NOT NULL default current_timestamp, change_term varchar(256) NOT NULL default inet_client_addr(), change_user_id bigint NULL, -- constraints --------------------------------------------- constraint dict_enum_items_pk primary key (id), constraint dict_enum_items_fk_dict foreign key( dict_enum_id) references fos.dict_enums(id), constraint dict_enum_items_fk_branch foreign key( branch_id) references fos.branches(id), constraint dict_enum_items_fk_cu_id foreign key( change_user_id) references fos.sys_users( id), constraint dict_enum_items_uk_code unique ( dict_enum_id, code, branch_id), constraint dict_enum_items_ch_af check( active_flag in ( 0, 1)) ) ; grant select on fos.dict_enum_items to public; grant select on fos.dict_enum_items to fos_public; comment on table fos.dict_enum_items is 'Справочник элементы перечислений'; comment on column fos.dict_enum_items.id is 'Уникальный идентификатор экземпляра'; comment on column fos.dict_enum_items.dict_enum_id is 'Ссылка на перечисление (группу)'; comment on column fos.dict_enum_items.branch_id is 'Ссылка на филиал'; comment on column fos.dict_enum_items.code is 'Код'; comment on column fos.dict_enum_items.name is 'Наименование'; comment on column fos.dict_enum_items.active_flag is 'Признак активности: 0 - нет, 1 (default) да'; comment on column fos.dict_enum_items.description is 'Описание'; comment on column fos.dict_enum_items.comments is 'Коменты'; comment on column fos.dict_enum_items.change_user is 'Изменил'; comment on column fos.dict_enum_items.change_date is 'Изменили'; comment on column fos.dict_enum_items.change_term is 'Терминал'; comment on column fos.dict_enum_items.change_user_id is 'Пользователь'; /* -- SQL запросы select * from fos.dict_enum_items; select ErrorCode, ErrorMessage from dbo.SysErrors with (NoLock) order by ErrorCode desc select * from dbo.SysSettings with (NoLock) select * from dbo.vDictionaries order by 1, 4 */
-- phpMyAdmin SQL Dump -- version 4.2.7.1 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Nov 13, 2014 at 12:27 AM -- Server version: 5.5.39 -- PHP Version: 5.4.32 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: `scrape` -- -- -------------------------------------------------------- -- -- Table structure for table `questionstats` -- CREATE TABLE IF NOT EXISTS `questionstats` ( `questionId` int(11) NOT NULL, `questionLink` text NOT NULL, `questionTitle` text NOT NULL, `questionVotes` int(11) NOT NULL, `questionViews` int(11) NOT NULL, `questionAnswers` int(11) NOT NULL, `tagId` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1652 ; -- -- Dumping data for table `questionstats` -- INSERT INTO `questionstats` (`questionId`, `questionLink`, `questionTitle`, `questionVotes`, `questionViews`, `questionAnswers`, `tagId`) VALUES (1130, '/questions/26894003/join-two-tables-to-get-counts-different-dates', 'Join two tables to get counts different dates', -3, 11, 0, 5), (1133, '/questions/26893921/adding-data-through-php-into-sql', 'Adding data through php into sql', 1, 10, 0, 5), (1136, '/questions/26893723/oracle-exadata-left-outer-join-acting-like-inner-when-using-and-on-join-condit', 'Oracle Exadata - LEFT OUTER JOIN acting like INNER when using AND on join condition', -4, 10, 0, 5), (1141, '/questions/26893694/how-to-create-your-own-query-builder', 'how to create your own query builder [on hold]', 0, 22, 1, 5), (1145, '/questions/26893628/sql-server-case-statement-multiplication', 'SQL Server : CASE statement multiplication', 0, 13, 1, 5), (1150, '/questions/26893549/mysql-append-insert-from-a-different-server', 'MySQL append/insert from a different server', -1, 12, 1, 5), (1154, '/questions/26893348/how-to-update-a-field-in-two-identical-column', 'How to update a field in two identical column', 0, 7, 0, 5), (1159, '/questions/26893336/changes-to-database-after-being-offline', 'changes to database after being offline', 0, 13, 1, 5), (1163, '/questions/26893320/joining-results-in-having-clause-from-2-different-condtition', 'joining results in having clause from 2 different condtition', -1, 38, 1, 5), (1167, '/questions/26893258/can-someone-please-explain-why-my-code-below-doesnt-work-when-i-hit-the-submit', 'Can someone please explain why my code below doesn''t work when i hit the submit button?', 0, 7, 0, 5), (1171, '/questions/26893170/sql-to-select-expiry-date-key-not-equal-to-0-and-expiry-date-key-less-than-2-mon', 'SQL to Select expiry_date_key not equal to 0 and expiry_date_key less than 2 months', 0, 10, 0, 5), (1174, '/questions/26893112/performance-strategies-for-mysql-table-larger-than-memory', 'Performance strategies for mysql table larger than memory', 0, 27, 1, 5), (1177, '/questions/26892932/c-sharp-sql-server-update-if-not-exists-insert-new-records', 'C# SQL Server Update, If not exists, insert new records', 0, 29, 4, 5), (1180, '/questions/26892853/remove-duplicates-before-insert-sql', 'Remove duplicates before insert sql', 0, 14, 1, 5), (1186, '/questions/26892838/how-to-user-left-join-with-three-tables-mysql', 'How to user Left join with three tables ?mysql', 0, 0, 0, 5), (1189, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', '\r\n ', 0, 0, 0, 5), (1191, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', 'Announcing Bosun, our new open source monitoring & alerting system', 0, 0, 0, 5), (1198, '/questions/26893974/rspec-command-returns-require-cannot-load-such-file-spec-helper-when-rak', 'Rspec command returns ''`require'': cannot load such file — spec_helper'' when rake spec does not', 1, 17, 2, 7), (1199, '/questions/26893223/ruby-project-euler-18-maximum-path-sum', 'Ruby - Project Euler # 18 - Maximum Path Sum', 0, 5, 0, 7), (1200, '/questions/26893214/spork-alternative-for-shoulda', 'spork alternative for shoulda', 0, 9, 0, 7), (1201, '/questions/26893029/localjumperror-while-verifying-java-script-alert-using-ruby-watir', 'LocalJumpError while verifying java script alert using ruby watir', 0, 12, 3, 7), (1202, '/questions/26892991/rails-reducing-queries-performed-using-includes-or-eager-load', 'Rails reducing queries performed using includes or eager load', -2, 12, 1, 7), (1203, '/questions/26892942/calculating-averages-in-ruby-name-error', 'Calculating Averages in Ruby Name Error', 0, 10, 0, 7), (1204, '/questions/26892821/going-to-the-previous-block-of-code-in-while-loop', 'going to the previous block of code in while loop', 2, 10, 0, 7), (1205, '/questions/26892673/searchkick-without-stemming', 'Searchkick without stemming', 0, 4, 0, 7), (1206, '/questions/26892353/ruby-1-8-7-readline-stdout-conflict', 'ruby 1.8.7 readline $stdout conflict', 0, 13, 1, 7), (1207, '/questions/26892043/using-a-css-id-with-f-select-in-html-slim', 'Using a CSS id with f.select in html.slim', 0, 8, 0, 7), (1208, '/questions/26891963/ruby-cronjob-not-working-with-rvm', 'ruby cronjob not working with RVM', 0, 11, 0, 7), (1209, '/questions/26891885/adopt-a-hydrant-database-problems', 'Adopt-a-Hydrant Database Problems', 0, 18, 0, 7), (1210, '/questions/26891526/undefined-method-for-nilnilclass-linking-to-profiles', 'undefined method for nil:NilClass linking to profiles', -1, 13, 1, 7), (1211, '/questions/26891372/creating-xls-files-with-images-in-ruby-unix', 'creating xls files with images in ruby (UNIX)', 1, 16, 1, 7), (1212, '/questions/26890665/gem-ransack-doesnt-return-any-results-when-searched-with-full-name', 'Gem Ransack doesn''t return any results when searched with full name', 0, 0, 0, 7), (1213, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', '\r\n ', 0, 0, 0, 7), (1214, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', 'Announcing Bosun, our new open source monitoring & alerting system', 0, 0, 0, 7), (1215, '/questions/26894009/navigating-in-html-by-xpath-in-python', 'Navigating in html by xpath in python', 0, 4, 0, 9), (1216, '/questions/26894004/how-can-i-call-columns-with-column-names-in-python', 'How can I call columns with column names in Python', 0, 6, 0, 9), (1217, '/questions/26893640/velocity-template-rendering', 'Velocity template rendering', -1, 35, 0, 10), (1218, '/questions/26893953/convert-column-into-headings-for-dataframe', 'convert column into headings for dataframe', 0, 12, 0, 9), (1219, '/questions/26892808/why-are-system-out-println-not-printing-in-my-java-class', 'Why are System.out.println not printing in my java class?', 0, 8, 0, 10), (1220, '/questions/26893937/optimizing-a-robot-vacuums-path', 'Optimizing a robot vacuum''s path', -7, 22, 0, 9), (1221, '/questions/26892129/jsp-page-as-a-links-in-tabs-method-of-jquery-ui', 'JSP page as a links in tabs method of jQuery UI', 1, 13, 0, 10), (1222, '/questions/26894016/ortp-ios-o-mach-linker-error', 'oRTP ios o-mach linker error', 0, 3, 0, 8), (1223, '/questions/26891460/passing-on-object-data-between-actions', 'passing on object data between actions', 0, 12, 0, 10), (1224, '/questions/26893885/python-comparing-classes-inside-a-self', 'Python comparing classes inside a self [on hold]', 0, 2, 0, 9), (1225, '/questions/26890727/spring-boot-issue-while-using-smvcurl-tag', 'Spring Boot - Issue while using s:mvcUrl tag', 0, 19, 1, 10), (1226, '/questions/26893984/ios-standard-location-service-to-track-vehicle-location', 'iOS Standard location service to track vehicle location', 0, 4, 0, 8), (1227, '/questions/26893870/process-hangs-on-urllib2-socket-reset', 'Process hangs on urllib2 socket reset', -7, 13, 0, 9), (1228, '/questions/26893847/my-coode-keeps-telling-me-the-name-inputed-by-the-user-is-not-defiend', 'My coode keeps telling me the name inputed by the user is not defiend [on hold]', 0, 6, 1, 9), (1229, '/questions/26893927/log-in-with-facebook-still-returns-user-although-login-was-cancelled', 'Log in with Facebook still returns user although login was cancelled', 0, 11, 0, 8), (1230, '/questions/26890162/showing-results-in-another-page-if-there-is-more-than-two-records', 'Showing results in another page if there is more than two records', 1, 35, 1, 10), (1231, '/questions/26893793/installation-of-pandas-in-ubuntu-server-failed-valueerror-missing-distributi', 'Installation of pandas in ubuntu server failed, ValueError: (''Missing distribution spec'', ''=='')', 0, 4, 0, 9), (1232, '/questions/26889940/using-an-if-statement-to-send-result-back-to-jsp', 'Using an if statement to send result back to jsp', 0, 12, 0, 10), (1233, '/questions/26893891/nsmutablearray-data-went-nil-when-uitableview-loads', 'NSMutableArray data went nil when UITableView loads', 0, 8, 1, 8), (1234, '/questions/26893755/store-file-contents-in-a-buffer-and-assign-it-to-a-pointer-in-python', 'Store file contents in a buffer and assign it to a pointer in Python', 0, 4, 0, 9), (1235, '/questions/26893877/how-can-i-disable-all-tableviewcells-interactions-but-enable-headerviews-inter', 'how can I disable all tableviewcells'' interactions but enable headerviews'' interactions in uitableview?', 0, 7, 0, 8), (1236, '/questions/26888197/am-working-struts2-and-trying-to-get-the-object-files-using-request-getpartstr', 'Am working struts2 and trying to get the object files using request.getPart(“string”)', 2, 38, 1, 10), (1237, '/questions/26893729/how-to-recover-the-navigation-toolbar-for-a-figure-after-it-has-been-removed', 'How to recover the navigation toolbar for a figure after it has been removed?', 0, 14, 0, 9), (1238, '/questions/26886796/getting-the-dynamic-id-value-from-variable', 'getting the dynamic ID value from variable', 0, 25, 1, 10), (1239, '/questions/26893807/push-notification-with-new-device', 'Push notification with new device', 0, 7, 1, 8), (1240, '/questions/26893683/determining-if-a-memory-leak-is-occurring-in-python', 'Determining if a memory leak is occurring in Python', 0, 6, 0, 9), (1241, '/questions/26893425/ios-uibarbuttonitem-custom-label-bound-to-uibarbuttonitem', 'iOS, UIBarButtonItem: Custom label bound to UIBarButtonItem', 0, 3, 0, 8), (1242, '/questions/26886078/using-javascript-in-jsp', 'Using javascript in JSP', 1, 12, 2, 10), (1243, '/questions/26893677/create-a-distorted-grid', 'Create a distorted grid', 0, 4, 0, 9), (1244, '/questions/26886073/how-does-jsp-ensure-thread-safety', 'How does jsp ensure thread safety?', 0, 31, 2, 10), (1245, '/questions/26893421/iap-how-to-detect-device-connectivity-issues', 'IAP: How to detect device connectivity issues?', 0, 5, 2, 8), (1246, '/questions/26893672/textbox-not-expanding-with-containing-frame-tkinter', 'Textbox not expanding with containing frame - TKinter', 0, 13, 0, 9), (1247, '/questions/26893394/why-use-openssl-for-fips-140-2-vs-relying-on-corecrypto-on-ios', 'Why use OpenSSL for FIPS 140-2 vs relying on CoreCrypto on iOS?', 0, 23, 3, 8), (1248, '/questions/26885964/how-to-use-if-statements-in-templates-templates-jsp', 'How to use if statements in templates templates.jsp?', 1, 7, 1, 10), (1249, '/questions/26893617/extract-from-bytearray-in-python-3', 'Extract from bytearray in Python 3', 0, 23, 0, 9), (1250, '/questions/26893350/button-in-the-center-of-a-tab-bar-ios-xcode', 'Button in the center of a tab bar iOS xcode', 0, 4, 0, 8), (1251, '/questions/26893539/appending-to-csv-title', 'Appending to csv title', 0, 0, 0, 9), (1252, '/questions/26885781/how-to-redirect-the-control-from-interceptor-to-jsp-incase-of-error-in-intercept', 'How to redirect the control from interceptor to jsp incase of error in interceptor', 0, 22, 1, 10), (1253, '/questions/26893195/fastpdfkit-select-and-highlight-text', 'FastPdfKit select and highlight text', 0, 21, 2, 8), (1254, '/questions/26885557/how-to-create-excel-file-in-web-app-project-folder-but-i-getting-the-nullpointe', 'How to create excel file in web app project folder ,but i getting the NullpointerException?', 0, 24, 0, 10), (1255, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', '\r\n ', 0, 0, 0, 9), (1256, '/questions/26893107/ios-fatal-exception-nsrangeexception-nsarraym-objectatindex-index-1', 'iOS: Fatal Exception: NSRangeException *** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]', -1, 6, 0, 8), (1257, '/questions/26884129/show-search-result-and-hide-rest-of-the-content', 'Show search result and hide rest of the content', 0, 0, 0, 10), (1258, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', 'Announcing Bosun, our new open source monitoring & alerting system', 0, 0, 0, 9), (1259, '/questions/26893057/mailcore-get-attachments-separately-from-body', 'Mailcore: Get attachments separately from body', 1, 12, 0, 8), (1260, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', '\r\n ', 0, 0, 0, 10), (1261, '/questions/26892814/how-can-a-developer-hand-over-a-web-request-to-a-native-ios-application-without', 'How can a Developer Hand Over a Web Request to a Native iOS Application without displaying an error if the application is not installed?', 0, 13, 0, 8), (1262, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', 'Announcing Bosun, our new open source monitoring & alerting system', 0, 0, 0, 10), (1263, '/questions/26892744/how-to-make-a-gif-never-stops-in-uiwebview', 'How to make a gif never stops in UIWebView?', 0, 0, 0, 8), (1264, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', '\r\n ', 0, 0, 0, 8), (1265, 'http://blog.stackoverflow.com/2014/11/announcing-bosun-our-new-open-source-monitoring-alerting-system/', 'Announcing Bosun, our new open source monitoring & alerting system', 0, 0, 0, 8), (1310, '/questions/26894117/sudoku-function-for-c-class', 'Sudoku Function for C Class', 0, 4, 0, 3), (1312, '/questions/26894115/data-segment-always-gets-0x804a018-as-a-base-virtual-address-for-various-process', 'Data segment always gets 0x804a018 as a base virtual address for various process instances', 0, 7, 0, 3), (1313, '/questions/26894033/exercise-on-jagged-arrays-in-c', 'exercise on jagged arrays in C', 0, 18, 2, 3), (1315, '/questions/26893830/printf-of-int-value-returns-only-first-character', 'printf of int value returns only first character', -1, 21, 1, 3), (1317, '/questions/26893778/c-how-to-copy-hexadecimal-value-into-array-using-memcpy', 'c how to copy hexadecimal value into array using memcpy', 0, 4, 0, 3), (1318, '/questions/26893755/store-file-contents-in-a-buffer-and-assign-it-to-a-pointer-in-python', 'Store file contents in a buffer and assign it to a pointer in Python', -1, 11, 0, 3), (1319, '/questions/26893704/program-that-calculates-average-of-a-csv-file-containing-experimental-data', 'Program that calculates average of a CSV file containing Experimental Data', -6, 26, 0, 3), (1320, '/questions/26893325/is-c-better-than-python-with-a-raspberry-pi-like-processor', 'is C better than Python with a Raspberry Pi-like processor [on hold]', -2, 19, 0, 3), (1321, '/questions/26893262/typecasting-int-to-a-struct', 'Typecasting int to a struct', 0, 28, 1, 3), (1322, '/questions/26893059/calculating-sum-of-array-elements', 'Calculating sum of array elements', 0, 18, 0, 3), (1323, '/questions/26892960/c-program-recv-error-connection-reset-by-peer', 'C Program, recv() error: Connection reset by peer', 0, 26, 1, 3), (1324, '/questions/26892946/load-data-from-file-in-c', 'Load data from file in C', -1, 42, 3, 3), (1325, '/questions/26892859/how-do-i-get-switch-to-loop-multiple-times-in-c', 'How do I get switch() to loop multiple times in C?', 1, 12, 1, 3), (1326, '/questions/26892619/stuck-in-opening-serial-port', 'Stuck in opening serial port', 0, 12, 0, 3), (1327, '/questions/26892343/overhead-for-single-threaded-openmp-vs-sequential', 'Overhead for single threaded OpenMP vs sequential', 0, 0, 0, 3), (1436, '/questions/26894063/c-error-reference-to-non-static-member-function-must-be-called', 'C++ error: reference to non-static member function must be called', -4, 13, 0, 4), (1437, '/questions/26894043/determine-the-value-recursive-function-in-c', 'Determine the value recursive function in c++', -2, 11, 1, 4), (1438, '/questions/26894036/beginning-programming-in-qt', 'beginning programming in QT', 0, 20, 1, 4), (1439, '/questions/26893963/input-validation-my-program-cannot-accept-negative-numbers-but-it-is-accepting', 'Input Validation: My Program cannot accept negative numbers but it is accepting them and I''m really confused on what to do', 0, 22, 0, 4), (1440, '/questions/26893893/generic-merge-sort-performances', 'generic merge sort performances', 2, 11, 0, 4), (1441, '/questions/26893746/denoise-algorithm-in-weave', 'Denoise algorithm in weave', 0, 21, 1, 4), (1442, '/questions/26893606/strcat-s-adds-strange-characters', 'strcat_s adds strange characters', 2, 28, 1, 4), (1443, '/questions/26893604/unused-variable-warning-different-for-auto-variables', 'unused-variable warning different for auto variables', 0, 8, 1, 4), (1444, '/questions/26893588/creating-a-static-cuda-library-to-be-linked-with-a-c-program', 'Creating a static CUDA library to be linked with a C++ program', 2, 29, 1, 4), (1445, '/questions/26893340/elegantly-removing-the-part-of-a-string-after-the-last-occurrence-of-a-character', 'Elegantly removing the part of a string after the last occurrence of a character', 0, 17, 0, 4), (1446, '/questions/26893249/c-undefined-reference-to-when-instanciating-a-template-class-object', 'C++ Undefined reference to when instanciating a template class object [duplicate]', -2, 13, 0, 4), (1447, '/questions/26893193/lnk-2005-and-lnk2001-errors-on-variables-in-global-h', 'LNK 2005 and LNK2001 errors on variables in global.h', 0, 38, 0, 4), (1448, '/questions/26892986/count-all-possible-paths-from-a-source-to-a-destination-with-exactly-k-edges', 'Count all possible paths from a source to a destination with exactly k edges [on hold]', -5, 33, 1, 4), (1449, '/questions/26892981/runtime-error-segmentation-fault', 'Runtime Error , Segmentation fault', 0, 23, 0, 4), (1450, '/questions/26892948/nested-classes-and-inheritance-within-nested-classes-c', 'Nested Classes and Inheritance within Nested Classes C++', 0, 0, 0, 4), (1451, '/questions/26894255/security-how-to-make-this-password-encryption-safe', 'Security - how to make this password encryption safe', 0, 7, 0, 6), (1452, '/questions/26894253/i-cant-update-certain-records-with-queries-using-pdo-php-sql-html', 'I can''t update certain records with queries using PDO, PHP, SQL, HTML.', 0, 3, 0, 6), (1453, '/questions/26894240/laravel-excel-exported-excel-sheet-doesnt-convert-date-values-in-column-to-date', 'Laravel-Excel exported excel sheet doesn''t convert date values in column to date', 0, 12, 1, 6), (1454, '/questions/26894199/im-trying-to-get-the-value-of-id-in-my-sql-database-and-insert-it-as-the-value-o', 'Im trying to get the value of id in my sql database and insert it as the value of my checkbox', -3, 21, 0, 6), (1455, '/questions/26894124/how-to-find-a-character-in-a-string-in-php', 'How to find a character in a string in PHP?', -1, 39, 0, 6), (1456, '/questions/26894102/when-i-click-submit-button-nothing-happens', 'When i click submit button nothing happens', 0, 12, 3, 6), (1457, '/questions/26894079/mysql-select-distinct-multiple-columns-loop-through-results', 'Mysql select distinct multiple columns loop through results', -6, 19, 0, 6), (1458, '/questions/26894042/encoding-speach-marks-in-php', 'Encoding speach marks in PHP [on hold]', 0, 19, 0, 6), (1459, '/questions/26893988/some-help-syncing-two-loops-in-php', 'Some help “syncing” two loops in PHP', 1, 12, 1, 6), (1460, '/questions/26893989/laravel-replace-property-with-another-if-it-is-0', 'Laravel replace property with another if it is 0', 0, 18, 2, 6), (1461, '/questions/26893945/syntax-error-unexpected-echo-t-echo-in-good-code', 'syntax error, unexpected ''echo'' (T_ECHO) in good code', 0, 16, 0, 6), (1462, '/questions/26893928/the-most-efficient-way-to-insert-if-doesnt-exist-else-update', 'The most efficient way to insert if doesn''t exist else update', -3, 16, 1, 6), (1463, '/questions/26893921/adding-data-through-php-into-sql', 'Adding data through php into sql', -1, 13, 0, 6), (1464, '/questions/26893912/php-sorting-algorithm-for-up-to-2-million-numbers', 'PHP sorting algorithm for up to 2 million numbers', 0, 6, 0, 6), (1465, '/questions/26893851/laravel-homestead-php-running-projects-on-computers-ip-address', 'Laravel Homestead PHP: Running projects on computer''s IP Address', 0, 0, 0, 6), (1592, '/questions/26903365/lowest-possible-latency-in-real-time-audio-processing-on-android', 'Lowest possible latency in real-time audio processing on Android', 0, 2, 0, 2), (1593, '/questions/26903360/how-to-upload-the-video-to-amazon-s3-one-by-one-in-android', 'How to upload the video to amazon s3 one by one in android?', 0, 2, 0, 2), (1594, '/questions/26903342/android-studio-package-refactoring-picks-up-old-package-name-in-debug-build', 'Android Studio package refactoring picks up old package name in debug build', 0, 4, 0, 2), (1595, '/questions/26903330/mutual-contacts-in-android-phone-book', 'Mutual contacts in android phone book', 0, 3, 0, 2), (1596, '/questions/26903329/how-to-check-if-the-library-module-need-to-update-in-android-with-gradle', 'How to check if the library module need to update in android with Gradle?', 0, 3, 0, 2), (1597, '/questions/26903273/android-filter-listview-by-ontextchanged-method', 'Android Filter ListView by onTextChanged() method', 0, 14, 0, 2), (1598, '/questions/26903272/sum-query-in-multiple-table-with-group-by-sqlite-database', 'SUM query in multiple table with group by sqlite database', 0, 5, 0, 2), (1599, '/questions/26903247/button-click-event-is-not-working-when-inflated-layout-is-used', 'Button click event is not working when inflated layout is used', 0, 23, 0, 2), (1600, '/questions/26903238/how-to-parse-soap-response-when-child-tags-have-different-name-and-no-of-tag-are', 'How to parse soap response when child tags have different name and no of tag are also different', 0, 6, 0, 2), (1601, '/questions/26903212/q-custom-fullscreen-dialog-in-activity-and-fragment', 'Q: custom fullscreen dialog in activity and fragment', -1, 7, 0, 2), (1602, '/questions/26903182/android-5-multi-user-on-tablets-and-permissions', 'Android 5 multi-user on Tablets and permissions', 0, 6, 1, 2), (1603, '/questions/26903180/android-authenticate-static-google-account-using-oauth2', 'android - authenticate static google account using oauth2', 0, 5, 0, 2), (1604, '/questions/26903129/manually-compiling-with-ant-an-android-eclipse-project', 'Manually compiling with ANT an Android eclipse project', 0, 6, 0, 2), (1605, '/questions/26903127/test-automation-on-android-application', 'test automation on android application', -1, 7, 0, 2), (1606, '/questions/26903114/android-camera-images-loaded-via-gallery-dont-show-up-in-imageview', 'Android: Camera Images Loaded Via Gallery Don''t Show Up In ImageView', 0, 12, 2, 2), (1637, '/questions/26903384/forsomething-s-something-getlist', 'for(Something s : something.getList())', 0, 12, 2, 1), (1638, '/questions/26903330/mutual-contacts-in-android-phone-book', 'Mutual contacts in android phone book', 0, 4, 0, 1), (1639, '/questions/26903324/java-util-date-parse-ebay-api-timestamp', 'Java Util date Parse ebay api timestamp', 0, 10, 1, 1), (1640, '/questions/26903321/unique-identifier-id-for-jetty-websocket-session', 'Unique Identifier ID for jetty websocket session', 0, 3, 0, 1), (1641, '/questions/26903311/iterate-through-a-list-of-lists-in-zk-framework', 'Iterate through a list of lists in ZK framework', 0, 3, 0, 1), (1642, '/questions/26903292/how-to-highlight-a-word-in-textarea-in-circular-manner', 'How to HighLight a word in TextArea in Circular manner', 0, 9, 0, 1), (1643, '/questions/26903243/java-can-i-create-generic-typed-static-classes', 'Java: Can I create Generic-typed static classes?', 0, 29, 2, 1), (1644, '/questions/26903238/how-to-parse-soap-response-when-child-tags-have-different-name-and-no-of-tag-are', 'How to parse soap response when child tags have different name and no of tag are also different', 0, 8, 0, 1), (1645, '/questions/26903237/java-converting-ints-to-strings-in-2d-array', 'Java: Converting ints to Strings in 2d array', 0, 23, 5, 1), (1646, '/questions/26903213/neet-to-start-oracle-coherance-using-tomcat', 'Neet to start Oracle Coherance using Tomcat', 0, 6, 0, 1), (1647, '/questions/26903201/using-gridbaglayout-manager-and-arranging-components', 'using Gridbaglayout manager and arranging components', 0, 5, 0, 1), (1648, '/questions/26903186/contextloader-context-initialization-failed', 'ContextLoader - Context initialization failed', 0, 16, 0, 1), (1649, '/questions/26903127/test-automation-on-android-application', 'test automation on android application', -1, 7, 0, 1), (1650, '/questions/26903116/java-servletfilter-to-rewrite-html-links', 'Java ServletFilter to rewrite HTML links', 0, 9, 0, 1), (1651, '/questions/26903049/how-to-scan-only-advertising-packet-ble', 'How to scan only Advertising Packet BLE', 0, 6, 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `relevant_tags` -- CREATE TABLE IF NOT EXISTS `relevant_tags` ( `tagId` int(11) NOT NULL, `relevantTagName` varchar(20) NOT NULL, `relevantTagId` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3351 ; -- -- Dumping data for table `relevant_tags` -- INSERT INTO `relevant_tags` (`tagId`, `relevantTagName`, `relevantTagId`) VALUES (5, 'sql-server', 1327), (5, 'join', 1331), (5, 'count', 1335), (5, 'php', 1340), (5, 'html', 1344), (5, 'oracle', 1353), (5, 'exadata', 1357), (5, 'sql-server', 1363), (5, 'sql-server', 1369), (5, 'mysql', 1375), (5, 'oracle', 1377), (5, 'database', 1388), (5, 'database-design', 1391), (5, 'offline', 1397), (5, 'sql-server', 1403), (5, 'php', 1409), (5, 'mysql', 1415), (5, 'postgresql', 1421), (5, 'mysql', 1428), (5, 'database', 1435), (5, 'performance', 1442), (5, 'asp.net', 1447), (5, 'sql-server', 1455), (5, 'sql-server', 1460), (5, 'mysql', 1466), (5, 'mysql', 1472), (5, 'sql-server', 1477), (5, 'php', 1482), (5, 'oracle', 1487), (5, 'database', 1492), (5, 'c#', 1497), (5, 'sql-server-2008', 1502), (5, 'tsql', 1505), (5, 'postgresql', 1510), (5, 'java', 1514), (5, 'join', 1516), (5, 'sql-server-2005', 1520), (5, 'asp.net', 1524), (5, 'stored-procedures', 1530), (5, 'ms-access', 1535), (5, 'select', 1539), (5, 'sqlite', 1546), (5, 'linq', 1550), (5, 'plsql', 1553), (5, '.net', 1558), (5, 'vb.net', 1565), (5, 'database-design', 1569), (5, 'performance', 1575), (5, 'sql-server-2008-r2', 1580), (5, 'group-by', 1582), (7, 'ruby-on-rails', 1605), (7, 'unit-testing', 1606), (7, 'rspec', 1607), (7, 'project-euler', 1608), (7, 'max-path', 1609), (7, 'shoulda', 1610), (7, 'spork', 1611), (7, 'testing', 1612), (7, 'cucumber', 1613), (7, 'watir', 1614), (7, 'ruby-on-rails', 1615), (7, 'ruby-on-rails', 1616), (7, 'elasticsearch', 1617), (7, 'searchkick', 1618), (7, 'stdout', 1619), (7, 'readline', 1620), (7, 'tee', 1621), (7, 'ruby-1.8.7', 1622), (7, 'html', 1623), (7, 'css', 1624), (7, 'ruby-on-rails', 1625), (7, 'cron', 1626), (7, 'ruby-on-rails', 1627), (7, 'postgresql', 1628), (7, 'ruby-on-rails-3', 1629), (7, 'nil', 1630), (7, 'ruby-on-rails', 1631), (7, 'excel', 1632), (7, 'unix', 1633), (7, 'ruby-on-rails', 1634), (7, 'ransack', 1635), (7, 'ruby-on-rails', 1636), (7, 'ruby-on-rails-3', 1637), (7, 'ruby-on-rails-4', 1638), (7, 'activerecord', 1639), (7, 'rspec', 1640), (7, 'arrays', 1641), (7, 'gem', 1642), (7, 'rubygems', 1643), (7, 'regex', 1644), (7, 'sinatra', 1645), (7, 'javascript', 1646), (7, 'hash', 1647), (7, 'rvm', 1648), (7, 'heroku', 1649), (7, 'nokogiri', 1650), (9, 'xpath', 1651), (7, 'mysql', 1652), (9, 'csv', 1653), (10, 'servlets', 1654), (7, 'devise', 1655), (10, 'velocity', 1656), (9, 'pandas', 1657), (7, 'string', 1658), (9, 'multiple-columns', 1659), (10, 'java', 1660), (7, 'ruby-on-rails-3.2', 1661), (8, 'objective-c', 1662), (9, 'pandas', 1663), (10, 'netbeans', 1664), (7, 'json', 1665), (9, 'algorithm', 1666), (8, 'rtp', 1667), (7, 'rake', 1668), (10, 'system.out', 1669), (8, 'objective-c', 1670), (9, 'artificial-intellige', 1671), (7, 'jquery', 1672), (10, 'jquery', 1673), (8, 'iphone', 1674), (9, 'bots', 1675), (7, 'ruby-on-rails-3.1', 1676), (10, 'jquery-ui', 1677), (9, 'hackerrank', 1678), (8, 'gps', 1679), (7, 'osx', 1680), (10, 'redirect', 1681), (8, 'cllocationmanager', 1682), (9, 'class', 1683), (7, 'html', 1684), (10, 'struts2', 1685), (8, 'parse.com', 1686), (9, 'self', 1687), (8, 'facebook-login', 1688), (10, 'struts', 1689), (9, 'python-2.7', 1690), (10, 'java', 1691), (8, 'uitableview', 1692), (10, 'spring', 1693), (9, 'for-loop', 1694), (8, 'nsmutablearray', 1695), (9, 'ubuntu', 1696), (10, 'spring-mvc', 1697), (8, 'uitableview', 1698), (9, 'pip', 1699), (10, 'spring-boot', 1700), (9, 'c', 1701), (8, 'objective-c', 1702), (10, 'java', 1703), (9, 'pointers', 1704), (8, 'iphone', 1705), (10, 'html', 1706), (8, 'ios8', 1707), (9, 'swig', 1708), (10, 'java', 1709), (9, 'ctypes', 1710), (8, 'apple-push-notificat', 1711), (10, 'spring-mvc', 1712), (9, 'matplotlib', 1713), (8, 'cocoa-touch', 1714), (10, 'if-statement', 1715), (9, 'garbage-collection', 1716), (8, 'uibarbuttonitem', 1717), (9, 'cpython', 1718), (10, 'java', 1719), (8, 'xcode', 1720), (10, 'servlets', 1721), (9, 'map', 1722), (8, 'swift', 1723), (9, 'transformation', 1724), (10, 'struts2', 1725), (8, 'in-app-purchase', 1726), (10, 'javascript', 1727), (9, 'coordinate', 1728), (8, 'xcode6', 1729), (9, 'tkinter', 1730), (10, 'jquery', 1731), (8, 'fips', 1732), (10, 'javascript', 1733), (9, 'string', 1734), (8, 'corecrypto', 1735), (9, 'bytearray', 1736), (8, 'objective-c', 1737), (10, 'multithreading', 1738), (9, 'list', 1739), (8, 'iphone', 1740), (10, 'thread-safety', 1741), (9, 'file', 1742), (8, 'xcode', 1743), (10, 'java', 1744), (9, 'csv', 1745), (10, 'servlets', 1746), (8, 'pdf', 1747), (9, 'file-io', 1748), (9, 'django', 1749), (10, 'java', 1750), (8, 'cgpdfdocument', 1751), (10, 'configuration', 1752), (9, 'python-2.7', 1753), (8, 'cgpdf', 1754), (10, 'struts2', 1755), (8, 'fastpdfkit', 1756), (10, 'actionresult', 1757), (9, 'numpy', 1758), (8, 'objective-c', 1759), (10, 'java', 1760), (9, 'list', 1761), (8, 'iphone', 1762), (9, 'python-3.x', 1763), (10, 'excel', 1764), (8, 'crash', 1765), (9, 'regex', 1766), (10, 'servlets', 1767), (8, 'nsarray', 1768), (9, 'google-app-engine', 1769), (10, 'jquery', 1770), (9, 'matplotlib', 1771), (8, 'objective-c', 1772), (10, 'css', 1773), (8, 'mailcore', 1774), (9, 'pandas', 1775), (10, 'ajax', 1776), (9, 'dictionary', 1777), (8, 'mailcore2', 1778), (10, 'tiles', 1779), (9, 'string', 1780), (8, 'web-applications', 1781), (10, 'java', 1782), (9, 'tkinter', 1783), (8, 'url-scheme', 1784), (9, 'flask', 1785), (10, 'servlets', 1786), (8, 'ios7', 1787), (10, 'javascript', 1788), (9, 'mysql', 1789), (10, 'html', 1790), (8, 'uiwebview', 1791), (9, 'linux', 1792), (10, 'jquery', 1793), (8, 'ios8', 1794), (9, 'arrays', 1795), (10, 'jstl', 1796), (8, 'objective-c', 1797), (9, 'csv', 1798), (10, 'spring-mvc', 1799), (8, 'iphone', 1800), (10, 'spring', 1801), (9, 'multithreading', 1802), (10, 'struts2', 1803), (8, 'xcode', 1804), (9, 'windows', 1805), (10, 'tomcat', 1806), (8, 'uitableview', 1807), (9, 'html', 1808), (10, 'java-ee', 1809), (8, 'ipad', 1810), (9, 'sqlalchemy', 1811), (10, 'ajax', 1812), (8, 'cocoa-touch', 1813), (9, 'scipy', 1814), (10, 'struts', 1815), (9, 'json', 1816), (8, 'core-data', 1817), (9, 'django-models', 1818), (10, 'mysql', 1819), (8, 'ios7', 1820), (9, 'javascript', 1821), (8, 'uiview', 1822), (10, 'eclipse', 1823), (8, 'uiviewcontroller', 1824), (10, 'el', 1825), (8, 'swift', 1826), (10, 'jsp-tags', 1827), (8, 'android', 1828), (10, 'css', 1829), (8, 'facebook', 1830), (10, 'jsf', 1831), (8, 'ios5', 1832), (10, 'session', 1833), (8, 'uiwebview', 1834), (10, 'forms', 1835), (8, 'uiscrollview', 1836), (10, 'hibernate', 1837), (8, 'javascript', 1838), (10, 'json', 1839), (8, 'ios6', 1840), (10, 'jdbc', 1841), (8, 'uinavigationcontroll', 1842), (10, 'javabeans', 1843), (8, 'uiimageview', 1844), (8, 'uibutton', 1845), (8, 'cordova', 1846), (8, 'json', 1847), (8, 'uiimage', 1848), (8, 'ios4', 1849), (3, 'arrays', 1947), (3, 'operating-system', 1949), (3, 'jagged-arrays', 1952), (3, 'codelite', 1956), (3, 'python', 1960), (3, 'pointers', 1962), (3, 'swig', 1966), (3, 'ctypes', 1968), (3, 'csv', 1972), (3, 'python', 1974), (3, 'python-2.7', 1977), (3, 'raspberry-pi', 1980), (3, 'struct', 1983), (3, 'casting', 1986), (3, 'arrays', 1990), (3, 'sockets', 1992), (3, 'send', 1994), (3, 'recv', 1997), (3, 'database', 2000), (3, 'freeze', 2003), (3, 'xbee', 2006), (3, 'pc', 2008), (3, 'multithreading', 2011), (3, 'openmp', 2013), (3, 'c++', 2017), (3, 'linux', 2019), (3, 'pointers', 2022), (3, 'arrays', 2024), (3, 'gcc', 2027), (3, 'string', 2029), (3, 'struct', 2032), (3, 'sockets', 2035), (3, 'windows', 2038), (3, 'unix', 2040), (3, 'multithreading', 2042), (3, 'malloc', 2043), (3, 'winapi', 2045), (3, 'algorithm', 2047), (3, 'java', 2049), (3, 'function', 2051), (3, 'objective-c', 2054), (3, 'assembly', 2056), (3, 'file', 2058), (3, 'python', 2060), (3, 'printf', 2063), (3, 'memory', 2065), (3, 'segmentation-fault', 2067), (3, 'pthreads', 2069), (3, 'memory-management', 2072), (4, 'libuv', 2487), (4, 'qt', 2488), (4, 'templates', 2489), (4, 'c++11', 2490), (4, 'mergesort', 2491), (4, 'image', 2492), (4, 'algorithm', 2493), (4, 'visual-c++', 2494), (4, 'visual-studio-2008', 2495), (4, 'gcc', 2496), (4, 'warnings', 2497), (4, 'auto', 2498), (4, 'unused-variables', 2499), (4, 'cuda', 2500), (4, 'string', 2501), (4, 'arrays', 2502), (4, 'class', 2503), (4, 'templates', 2504), (4, 'extern', 2505), (4, 'algorithm', 2506), (4, 'dynamic-programming', 2507), (4, 'segmentation-fault', 2508), (4, 'class', 2509), (4, 'inheritance', 2510), (4, 'nested-class', 2511), (4, 'c', 2512), (4, 'qt', 2513), (4, 'c++11', 2514), (4, 'templates', 2515), (4, 'boost', 2516), (4, 'windows', 2517), (4, 'pointers', 2518), (4, 'visual-c++', 2519), (4, 'winapi', 2520), (4, 'arrays', 2521), (4, 'stl', 2522), (4, 'linux', 2523), (4, 'opencv', 2524), (4, 'vector', 2525), (4, 'multithreading', 2526), (4, 'string', 2527), (4, 'opengl', 2528), (4, 'c#', 2529), (4, 'class', 2530), (4, 'visual-studio-2010', 2531), (4, 'gcc', 2532), (4, 'algorithm', 2533), (4, 'visual-studio', 2534), (4, 'java', 2535), (4, 'inheritance', 2536), (6, 'security', 2537), (6, 'encryption', 2538), (6, 'login', 2539), (6, 'html', 2540), (6, 'mysql', 2541), (6, 'pdo', 2542), (6, 'sql-update', 2543), (6, 'excel', 2544), (6, 'laravel-4', 2545), (6, 'laravel-excel', 2546), (6, 'sql', 2547), (6, 'file', 2548), (6, 'javascript', 2549), (6, 'mysql', 2550), (6, 'loops', 2551), (6, 'laravel', 2552), (6, 'laravel-4', 2553), (6, 'fetch', 2554), (6, 'mysql', 2555), (6, 'pdo', 2556), (6, 'html', 2557), (6, 'sql', 2558), (6, 'algorithm', 2559), (6, 'sorting', 2560), (6, 'native', 2561), (6, 'laravel-4', 2562), (6, 'ip', 2563), (6, 'mysql', 2564), (6, 'javascript', 2565), (6, 'html', 2566), (6, 'jquery', 2567), (6, 'arrays', 2568), (6, 'ajax', 2569), (6, 'sql', 2570), (6, 'wordpress', 2571), (6, 'codeigniter', 2572), (6, 'regex', 2573), (6, 'forms', 2574), (6, 'json', 2575), (6, 'apache', 2576), (6, 'database', 2577), (6, '.htaccess', 2578), (6, 'xml', 2579), (6, 'zend-framework', 2580), (6, 'symfony2', 2581), (6, 'session', 2582), (6, 'curl', 2583), (6, 'pdo', 2584), (6, 'facebook', 2585), (6, 'css', 2586), (6, 'cakephp', 2587), (6, 'laravel', 2588), (2, 'audio', 3083), (2, 'signal-processing', 3084), (2, 'audio-streaming', 3085), (2, 'video', 3086), (2, 'amazon-s3', 3087), (2, 'android-studio', 3088), (2, 'refactoring', 3089), (2, 'package', 3090), (2, 'java', 3091), (2, 'android-activity', 3092), (2, 'data', 3093), (2, 'dsa', 3094), (2, 'gradle', 3095), (2, 'listview', 3096), (2, 'android-listview', 3097), (2, 'sqlite', 3098), (2, 'select', 3099), (2, 'group-by', 3100), (2, 'sum', 3101), (2, 'java', 3102), (2, 'xml', 3103), (2, 'soap', 3104), (2, 'dialog', 3105), (2, 'android-5.0-lollipop', 3106), (2, 'android-permissions', 3107), (2, 'google-oauth', 3108), (2, 'youtube-data-api', 3109), (2, 'eclipse', 3110), (2, 'ant', 3111), (2, 'release-mode', 3112), (2, 'java', 3113), (2, 'automation', 3114), (2, 'sqa', 3115), (2, 'imageview', 3116), (2, 'android-gallery', 3117), (2, 'java', 3118), (2, 'android-layout', 3119), (2, 'eclipse', 3120), (2, 'listview', 3121), (2, 'android-intent', 3122), (2, 'sqlite', 3123), (2, 'android-activity', 3124), (2, 'android-fragments', 3125), (2, 'xml', 3126), (2, 'android-listview', 3127), (2, 'json', 3128), (2, 'google-maps', 3129), (2, 'android-asynctask', 3130), (2, 'cordova', 3131), (2, 'javascript', 3132), (2, 'facebook', 3133), (2, 'webview', 3134), (2, 'layout', 3135), (2, 'image', 3136), (2, 'android-emulator', 3137), (2, 'ios', 3138), (2, 'database', 3139), (2, 'android-edittext', 3140), (2, 'android-actionbar', 3141), (2, 'android-ndk', 3142), (1, 'loops', 3283), (1, 'for-loop', 3284), (1, 'android', 3285), (1, 'android-activity', 3286), (1, 'data', 3287), (1, 'dsa', 3288), (1, 'simpledateformat', 3289), (1, 'ebay-api', 3290), (1, 'session', 3291), (1, 'websocket', 3292), (1, 'jetty', 3293), (1, 'dropwizard', 3294), (1, 'listbox', 3295), (1, 'zk', 3296), (1, 'groupbox', 3297), (1, 'zul', 3298), (1, 'swing', 3299), (1, 'search', 3300), (1, 'jtextarea', 3301), (1, 'generics', 3302), (1, 'android', 3303), (1, 'xml', 3304), (1, 'soap', 3305), (1, 'arrays', 3306), (1, 'spring', 3307), (1, 'hibernate', 3308), (1, 'tomcat6', 3309), (1, 'layout', 3310), (1, 'gridbaglayout', 3311), (1, 'spring', 3312), (1, 'hibernate', 3313), (1, 'spring-mvc', 3314), (1, 'android', 3315), (1, 'automation', 3316), (1, 'sqa', 3317), (1, 'tomcat', 3318), (1, 'rewrite', 3319), (1, 'servlet-filters', 3320), (1, 'mod-proxy-html', 3321), (1, 'android', 3322), (1, 'bluetooth-lowenergy', 3323), (1, 'android-bluetooth', 3324), (1, 'ibeacon-android', 3325), (1, 'android', 3326), (1, 'swing', 3327), (1, 'eclipse', 3328), (1, 'spring', 3329), (1, 'hibernate', 3330), (1, 'multithreading', 3331), (1, 'arrays', 3332), (1, 'xml', 3333), (1, 'jsp', 3334), (1, 'string', 3335), (1, 'servlets', 3336), (1, 'maven', 3337), (1, 'java-ee', 3338), (1, 'mysql', 3339), (1, 'spring-mvc', 3340), (1, 'regex', 3341), (1, 'json', 3342), (1, 'tomcat', 3343), (1, 'jpa', 3344), (1, 'jdbc', 3345), (1, 'javascript', 3346), (1, 'web-services', 3347), (1, 'arraylist', 3348), (1, 'sql', 3349), (1, 'generics', 3350); -- -------------------------------------------------------- -- -- Table structure for table `tags` -- CREATE TABLE IF NOT EXISTS `tags` ( `tag_id` int(11) NOT NULL, `tag_name` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ; -- -- Dumping data for table `tags` -- INSERT INTO `tags` (`tag_id`, `tag_name`) VALUES (1, 'java'), (2, 'android'), (3, 'c'), (4, 'c++'), (5, 'sql'), (6, 'php'), (7, 'ruby'), (8, 'ios'), (9, 'python'), (10, 'jsp'); -- -- Indexes for dumped tables -- -- -- Indexes for table `questionstats` -- ALTER TABLE `questionstats` ADD PRIMARY KEY (`questionId`); -- -- Indexes for table `relevant_tags` -- ALTER TABLE `relevant_tags` ADD PRIMARY KEY (`relevantTagId`); -- -- Indexes for table `tags` -- ALTER TABLE `tags` ADD PRIMARY KEY (`tag_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `questionstats` -- ALTER TABLE `questionstats` MODIFY `questionId` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=1652; -- -- AUTO_INCREMENT for table `relevant_tags` -- ALTER TABLE `relevant_tags` MODIFY `relevantTagId` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3351; -- -- AUTO_INCREMENT for table `tags` -- ALTER TABLE `tags` MODIFY `tag_id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=12; /*!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 */;
SELECT COUNT(*) AS votes FROM kata_ratings WHERE kata_id = $1;
CREATE PROCEDURE usp_GetEmployeesFromTown(@townName VARCHAR(32)) AS SELECT e.FirstName , e.LastName FROM Employees AS e JOIN Addresses AS a ON a.AddressID = e.AddressID JOIN Towns AS t ON t.TownID = a.TownID AND t.Name = @townName EXEC dbo.usp_GetEmployeesFromTown 'Sofia'
-- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Nov 14, 2019 at 08:18 PM -- Server version: 10.3.15-MariaDB -- PHP Version: 7.3.6 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 */; -- -- Database: `muzzydb` -- CREATE DATABASE IF NOT EXISTS `muzzydb` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `muzzydb`; -- -------------------------------------------------------- -- -- Table structure for table `bookshop` -- CREATE TABLE `bookshop` ( `id` int(11) NOT NULL, `idshop` int(11) NOT NULL, `iduser` int(11) NOT NULL, `timestart` datetime DEFAULT NULL, `timeend` datetime DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `description` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `bookshop` -- INSERT INTO `bookshop` (`id`, `idshop`, `iduser`, `timestart`, `timeend`, `status`, `description`) VALUES (6, 8, 7, '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, 'Cơ bản về các nhạc cụ'), (7, 17, 8, '2019-11-07 08:00:00', '2019-11-07 10:00:00', 0, 'Nắm vững nhạc lý: Cách đọc tọa độ, bấm hợp âm, tiết tấu; Cách rải âm và quạt chả. \r\nThành thạo các điệu cơ bản: Surf nhanh - chậm, Disco, Blue, Ballad, Báo, Fox, Valse, Bolero, Slow Rock,...'), (8, 13, 9, '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, 'Khóa học sẽ giúp các học viên có một hướng đi lâu dài.\r\nHọc viên có thể dò tone, dò giai điệu và hợp âm cho bài hát từ đó có thể tự đệm và solo một bài hát.'), (9, 15, 10, '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, 'Giúp tự tin đệm đàn trên các giai điệu: Bolero, Chachacha, Slow, Disco, Twist.\r\nNắm được những kiến thức nhạc lý cơ bản để sáng tạo và đệm những bài hát yêu thích.'), (10, 9, 9, '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, 'Bằng việc tự học, tự tìm kiếm bản nhạc, tự chơi bản nhạc đó dựa trên những gì đã được học, học viên có thể khám phá được năng khiếu âm nhạc, bản năng cảm thụ âm nhạc trong chính con người mình mà có thể chưa từng khám phá.'), (11, 10, 10, '2019-11-07 14:00:00', '2019-11-07 16:00:00', 0, 'Sau khi học xong, học viên có thể nhận biết các điệu nhạc một cách chính xác khi nghe những bài nhạc thịnh hành hiện nay (Pop music)'), (12, 12, 12, '2019-11-07 08:00:00', '2019-11-07 10:00:00', 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `comment` -- CREATE TABLE `comment` ( `id` int(11) NOT NULL, `iduser` int(11) NOT NULL, `type` int(11) DEFAULT NULL, `idowner` int(11) DEFAULT NULL, `rate` int(11) DEFAULT NULL, `content` text DEFAULT NULL, `time` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `comment` -- INSERT INTO `comment` (`id`, `iduser`, `type`, `idowner`, `rate`, `content`, `time`) VALUES (13, 20, 1, 8, 4, 'TEST KN', '2019-11-12 20:59:40'), (14, 20, 1, 8, 4, 'Ahihihi', '2019-11-12 21:01:35'), (15, 1, 1, 8, 4, 'Hello KN', '2019-11-12 21:03:19'), (16, 20, 1, 8, 4, 'Ahihihi', '2019-11-12 21:03:25'), (17, 20, 1, 8, 4, 'Ahihihi', '2019-11-12 21:03:49'), (18, 20, 1, 8, 4, '9:04', '2019-11-12 21:04:51'), (19, 20, 1, 8, 4, '09:09', '2019-11-12 21:09:55'), (20, 20, 1, 8, 4, 'Test kjsfkjsđffkjsdfd', '2019-11-12 21:43:27'), (21, 1, 2, 1, 3, 'khoá học hay quá', '2019-11-12 21:54:35'), (22, 20, 2, 1, 3, 'Biết gì mà hay', '2019-11-12 21:55:23'), (23, 20, 1, 11, 4, 'asdfasdfasdf', '2019-11-12 23:09:49'), (24, 1, 1, 11, 4, 'Hello ngan', '2019-11-12 23:21:21'), (25, 20, 2, 3, 3, 'ihihi', '2019-11-12 23:21:49'), (26, 20, 3, 10, 4, 'tearch D', '2019-11-12 23:31:21'), (27, 20, 1, 10, 4, 'sadfasdsfd', '2019-11-13 13:53:16'), (28, 1, 1, 9, 4, 'test ajax cmt', '2019-11-13 13:54:14'), (29, 19, 1, 14, 4, 'test 01', '2019-11-13 13:56:16'), (30, 1, 1, 14, 4, 'hello thay ba', '2019-11-13 13:56:32'), (31, 19, 1, 14, 4, 'hello hoc tro', '2019-11-13 13:56:47'), (32, 1, 1, 14, 4, 'thay dao thay khoe khong', '2019-11-13 13:59:53'), (33, 19, 1, 14, 4, 'test reset', '2019-11-13 14:00:14'), (34, 19, 2, 3, 3, 'day hoc khong on nha', '2019-11-13 14:01:22'), (35, 1, 1, 11, 4, 'hello', '2019-11-13 21:20:08'), (36, 1, 1, 11, 4, 'hello', '2019-11-13 21:20:13'), (37, 1, 1, 11, 4, 'hello', '2019-11-13 21:20:14'), (38, 1, 1, 11, 4, 'hello', '2019-11-13 21:20:17'), (39, 1, 1, 11, 4, 'hello', '2019-11-13 21:20:18'), (40, 1, 1, 11, 4, 'sadfsdff', '2019-11-13 21:23:16'), (41, 1, 1, 11, 4, 'assd', '2019-11-13 21:24:38'), (42, 1, 1, 11, 4, 'assd', '2019-11-13 21:24:43'), (43, 1, 1, 11, 4, 'assd', '2019-11-13 21:24:44'), (44, 1, 1, 11, 4, 'assdassdfasdf', '2019-11-13 21:25:10'), (45, 1, 1, 11, 4, 'dfdsf', '2019-11-13 21:28:10'), (46, 2, 1, 9, 4, 'dfdfs', '2019-11-13 21:30:19'), (47, 2, 1, 9, 4, '', '2019-11-13 21:30:21'), (48, 2, 1, 9, 4, '', '2019-11-13 21:31:14'), (49, 2, 1, 9, 4, 'sadads', '2019-11-13 21:31:21'), (50, 2, 1, 9, 4, '', '2019-11-13 21:31:23'), (51, 2, 1, 9, 4, 'adssfasdf', '2019-11-13 21:32:12'), (52, 21, 1, 8, 4, 'tui la nguyen van hoa', '2019-11-14 23:00:10'); -- -------------------------------------------------------- -- -- Table structure for table `course` -- CREATE TABLE `course` ( `id` int(11) NOT NULL, `idinstructor` int(11) NOT NULL, `content` text NOT NULL, `timestart` datetime DEFAULT NULL, `timeend` datetime DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `address` varchar(300) DEFAULT NULL, `fee` float DEFAULT NULL, `description` text DEFAULT NULL, `rate` int(11) NOT NULL, `discount` float DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `course` -- INSERT INTO `course` (`id`, `idinstructor`, `content`, `timestart`, `timeend`, `status`, `address`, `fee`, `description`, `rate`, `discount`) VALUES (1, 7, 'Tổng quan', '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, '305 Phan Đình Phùng, Phường 15, Phú Nhuận, Hồ Chí Minh', 25, 'Cơ bản về các nhạc cụ', 3, NULL), (2, 8, 'Guitar đệm hát trong 30 ngày', '2019-11-07 08:00:00', '2019-11-07 10:00:00', 0, '17 Tô Hiến Thành, Phường 13, Quận 10, Phường 12 Quận 10 Hồ Chí Minh', 50, 'Nắm vững nhạc lý: Cách đọc tọa độ, bấm hợp âm, tiết tấu; Cách rải âm và quạt chả. \r\nThành thạo các điệu cơ bản: Surf nhanh - chậm, Disco, Blue, Ballad, Báo, Fox, Valse, Bolero, Slow Rock,...', 4, NULL), (3, 9, '\r\nGiáo trình Finger Style ngắn nhất cho một quá trình lâu dài', '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, '27- 29 Đường Số 4, Linh Chiểu, Thủ Đức, Hồ Chí Minh', 29, 'Khóa học sẽ giúp các học viên có một hướng đi lâu dài.\r\nHọc viên có thể dò tone, dò giai điệu và hợp âm cho bài hát từ đó có thể tự đệm và solo một bài hát.', 4, NULL), (4, 10, 'Dạy Đệm Organ Cấp Tốc', '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, '164 Đường Cây Trâm, Phường 8, Gò Vấp, Hồ Chí Minh', 99, 'Giúp tự tin đệm đàn trên các giai điệu: Bolero, Chachacha, Slow, Disco, Twist.\r\nNắm được những kiến thức nhạc lý cơ bản để sáng tạo và đệm những bài hát yêu thích.\r\n', 5, NULL), (5, 9, 'Học Piano dễ dàng cho người mới bắt đầu', '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, '6E1 Ngô Thời Nhiệm, Phường 7, Quận 3, Hồ Chí Minh\r\n', 49, 'Bằng việc tự học, tự tìm kiếm bản nhạc, tự chơi bản nhạc đó dựa trên những gì đã được học, học viên có thể khám phá được năng khiếu âm nhạc, bản năng cảm thụ âm nhạc trong chính con người mình mà có thể chưa từng khám phá.', 4, NULL), (6, 10, 'Những điệu nhạc căn bản dành cho Guitar Modern', '2019-11-07 14:00:00', '2019-11-07 16:00:00', 0, '1/10, khu phố 6, Thủ Đức, Bình Dương 75000', 19, 'Sau khi học xong, học viên có thể nhận biết các điệu nhạc một cách chính xác khi nghe những bài nhạc thịnh hành hiện nay (Pop music)', 3, NULL), (7, 2, 'Học làm CEO', '2019-11-11 12:59:00', '2019-11-25 00:59:00', 1, 'Quân 1, HCM', 600, 'mô tả nè', 0, NULL), (8, 20, 'DCLV', '2019-11-16 00:00:00', '2019-12-01 01:00:00', 0, 'ajsdhf', 696969, 'kasdjfhdj;osadffjhd', 0, NULL), (9, 20, 'adsfdsasf', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'asdsdfafsdd', 8, 'sdfsafasdffasfd', 0, NULL), (10, 20, 'adsf', '2019-11-12 01:00:00', '2019-12-01 02:01:00', 1, '45dsgadf', 3254350, 'adgsdsdf34sdasf', 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `discount` -- CREATE TABLE `discount` ( `id` int(11) NOT NULL, `idshop` int(11) NOT NULL, `discount` float DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `discount` -- INSERT INTO `discount` (`id`, `idshop`, `discount`) VALUES (1, 8, 95), (2, 9, 90), (3, 10, 85), (4, 11, 90), (5, 12, 90), (6, 13, 95), (7, 14, 90), (8, 15, 75), (9, 16, 80), (10, 17, 80); -- -------------------------------------------------------- -- -- Table structure for table `feedback` -- CREATE TABLE `feedback` ( `id` int(11) NOT NULL, `fullname` varchar(256) DEFAULT NULL, `email` text DEFAULT NULL, `subject` text DEFAULT NULL, `content` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `feedback` -- INSERT INTO `feedback` (`id`, `fullname`, `email`, `subject`, `content`) VALUES (1, 'Trần Minh Thiện', '3@gmail.com', 'Đánh giá dịch vụ', 'Đánh giá dịch vụ good'); -- -------------------------------------------------------- -- -- Table structure for table `joincourse` -- CREATE TABLE `joincourse` ( `id` int(11) NOT NULL, `idinstructor` int(11) NOT NULL, `idjoinuser` int(11) NOT NULL, `idcourse` int(11) DEFAULT NULL, `idschedule` int(11) DEFAULT NULL, `status` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `joincourse` -- INSERT INTO `joincourse` (`id`, `idinstructor`, `idjoinuser`, `idcourse`, `idschedule`, `status`) VALUES (1, 7, 11, 1, 7, 0), (2, 7, 12, 1, 7, 0), (3, 7, 14, 1, 7, 0), (4, 10, 12, 4, 10, 0), (5, 10, 14, 6, 12, 0), (6, 9, 14, 3, 11, 0), (7, 9, 12, 5, 9, 0), (8, 9, 11, 3, 9, 0), (9, 8, 13, 2, 8, 0); -- -------------------------------------------------------- -- -- Table structure for table `reserve` -- CREATE TABLE `reserve` ( `id` int(11) NOT NULL, `type` varchar(100) NOT NULL, `roomID` int(11) NOT NULL, `userID` int(11) NOT NULL, `startTime` time NOT NULL, `endTime` time NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `reserve` -- INSERT INTO `reserve` (`id`, `type`, `roomID`, `userID`, `startTime`, `endTime`) VALUES (1, 'shop', 10, 22, '07:00:00', '08:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `schedule` -- CREATE TABLE `schedule` ( `id` int(11) NOT NULL, `idinstructor` int(11) NOT NULL, `idshop` int(11) NOT NULL, `idcourse` int(11) NOT NULL, `timestart` datetime DEFAULT NULL, `timeend` datetime DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `fee` float DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `schedule` -- INSERT INTO `schedule` (`id`, `idinstructor`, `idshop`, `idcourse`, `timestart`, `timeend`, `status`, `fee`) VALUES (7, 7, 8, 1, '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, 25), (8, 8, 17, 2, '2019-11-07 08:00:00', '2019-11-07 10:00:00', 0, 50), (9, 9, 13, 3, '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, 29), (10, 10, 15, 4, '2019-11-07 09:00:00', '2019-11-07 11:00:00', 0, 99), (11, 9, 9, 5, '2019-11-07 09:00:00', '2019-11-07 10:00:00', 0, 49), (12, 10, 10, 6, '2019-11-07 14:00:00', '2019-11-07 16:00:00', 0, 19); -- -------------------------------------------------------- -- -- Table structure for table `shop` -- CREATE TABLE `shop` ( `id` int(11) NOT NULL, `name` varchar(45) DEFAULT NULL, `address` varchar(200) DEFAULT NULL, `dateopening` date DEFAULT NULL, `timeopen` time DEFAULT NULL, `timeclose` time DEFAULT NULL, `description` text DEFAULT NULL, `image` varchar(50) DEFAULT NULL, `idowner` int(11) DEFAULT NULL, `url_image` text DEFAULT NULL, `rate` int(11) NOT NULL, `discount` float DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `shop` -- INSERT INTO `shop` (`id`, `name`, `address`, `dateopening`, `timeopen`, `timeclose`, `description`, `image`, `idowner`, `url_image`, `rate`, `discount`) VALUES (8, 'Casanova Cafe', '305 Phan Đình Phùng, Phường 15, Phú Nhuận, Hồ Chí Minh', '2019-11-06', '08:00:00', '21:00:00', 'Test descript 1', NULL, 15, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 4, 30), (9, 'Quán Cafe Acoustic', '6E1 Ngô Thời Nhiệm, Phường 7, Quận 3, Hồ Chí Minh', '2019-11-06', '18:00:00', '00:00:00', NULL, NULL, 16, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 2, 30), (10, 'SONATA COFFEE & ACOUSTIC', '1/10, khu phố 6, Thủ Đức, Bình Dương 75000', '2019-11-06', '07:00:00', '22:00:00', NULL, NULL, 17, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 1, 30), (11, 'Phiêu Acoustic Cafe', '343/6 Tô Hiến Thành VN, Hẻm 343 Tô Hiến Thành, Phường 12, Quận 10, Hồ Chí Minh', '2019-11-06', '06:00:00', '22:15:00', NULL, NULL, 16, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 5, 30), (12, 'Say Acoustic', '60 Trần Minh Quyền, Phường 11, Quận 10, Hồ Chí Minh', '2019-11-06', '07:30:00', '22:45:00', NULL, NULL, 16, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 3, 30), (13, 'TOP COFFEE ACOUSTIC', '27- 29 Đường Số 4, Linh Chiểu, Thủ Đức, Hồ Chí Minh', '2019-11-06', '07:00:00', '22:00:00', NULL, NULL, 15, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 2, 30), (14, 'Nhặt Cafe', '30 Lý Thường Kiệt, Phường 15, Quận 10, Hồ Chí Minh 700915', '2019-11-06', '07:00:00', '21:00:00', NULL, NULL, 17, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 5, 30), (15, 'BI COFFEE ACOUSTIC', '164 Đường Cây Trâm, Phường 8, Gò Vấp, Hồ Chí Minh', '2019-11-06', '08:00:00', '22:00:00', NULL, NULL, 15, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 4, 30), (16, 'Cafe Đồng Nát Aucoustic', 'Đường Số 359, Phước Long B, Quận 9, Hồ Chí Minh', '2019-11-06', '08:00:00', '21:00:00', NULL, NULL, 17, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 2, 30), (17, 'Quán Coffee Ráng Chiều Acoustic', '17 Tô Hiến Thành, Phường 13, Quận 10, Phường 12 Quận 10 Hồ Chí Minh', '2019-11-06', '08:00:00', '22:00:00', NULL, NULL, 15, '\"/muzzy/public/image/12.jpeg\";\r\n\"/muzzy/public/image/detail_1.jpg\";\r\n\"/muzzy/public/image/detail_2.jpg\";\r\n\"/muzzy/public/image/detail_3.jpg\";\r\n\"/muzzy/public/image/detail_4.jpg\";\r\n\"/muzzy/public/image/detail_5.jpg\";\r\n\"/muzzy/public/image/detail_6.jpg\";\r\n\"/muzzy/public/image/detail_7.jpg\";\r\n\"/muzzy/public/image/detail_8.jpg\";\r\n\"/muzzy/public/image/detail_9.jpg\";\r\n\"/muzzy/public/image/detail_10.jpg\";', 3, 30); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id` int(11) NOT NULL, `fullname` varchar(50) DEFAULT NULL, `username` varchar(50) DEFAULT NULL, `password` varchar(50) DEFAULT NULL, `phonenumber` int(11) DEFAULT NULL, `address` varchar(200) DEFAULT NULL, `role` int(11) DEFAULT NULL, `imageurl` text DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id`, `fullname`, `username`, `password`, `phonenumber`, `address`, `role`, `imageurl`) VALUES (1, 'No Nut November', 'levannhat', 'nhat123', 1234569, 'Hà Nội', 1, NULL), (2, 'Vu Kieu Hai Hoa', 'vukieuhaihoa', 'hoa123', 123456, 'Hồ Chí Minh', 1, NULL), (3, 'Tran Quoc Hoa', 'tranquochoa', 'qhoa123', 123456, 'Hồ Chí Minh', 1, NULL), (4, 'Vu Khac Tinh', 'vukhactinh', 'tinh123', 123456, 'Hồ Chí Minh', 1, NULL), (5, 'Tran Thi Kim Ngan', 'tranthikimngan', 'ngan123', 123456, 'Hồ Chí Minh', 1, NULL), (6, 'Chong Duc Anh', 'chongducanh', 'anh123', 123456, 'Hồ Chí Minh', 1, NULL), (7, 'Le Van A', 'levana', 'second123', 123456, 'Hồ Chí Minh', 2, NULL), (8, 'Tran Van B', 'tranvanb', 'second123', 123456, 'Hồ Chí Minh', 2, NULL), (9, 'Nguyen Van C', 'nguyenvanc', 'second123', 123456, 'Hồ Chí Minh', 2, NULL), (10, 'Nguyen Thi D', 'nguyenthid', 'second123', 123456, 'Hồ Chí Minh', 2, NULL), (11, 'Customer A', 'customera', 'customer1234', 123456, 'Hồ Chí Minh', 4, NULL), (12, 'Customer B', 'customerb', 'customer1234', 123456, 'Hồ Chí Minh', 4, NULL), (13, 'Customer C', 'customerc', 'customer1234', 123456, 'Hồ Chí Minh', 4, NULL), (14, 'Customer D', 'customerd', 'customer1234', 123456, 'Hồ Chí Minh', 4, NULL), (15, 'Owner A', 'ownera', 'owner123', 123456, 'Hồ Chí Minh', 3, NULL), (16, 'Owner B', 'ownerb', 'owner123', 123456, 'Hồ Chí Minh', 3, NULL), (17, 'Owner C', 'ownerc', 'owner123', 123456, 'Hồ Chí Minh', 3, NULL), (18, 'Trần Minh Thiện', 'tranminhthien', '123', 123456789, 'TPHCM', 3, NULL), (19, 'Phan Tấn Trung', 'thaygiaoba', '456', 123456789, 'Sa đéc', 3, NULL), (20, 'Tran Thi Kim Ngan', 'kimngan', '123', 31279, 'Quận Cam, TP.HCM', 3, NULL), (21, 'nguyen van hoa', 'haihoa', '123', 147852369, 'xa Phước An, Hớn Quản', 4, '/muzzy/public/image/logo.jpg'), (22, 'hai gio sang', 'hoa', '123', 933544852, 'asdsfadaewradfssdasfddafs', 4, '/muzzy/public/image/gaobac.jpg'); -- -- Indexes for dumped tables -- -- -- Indexes for table `bookshop` -- ALTER TABLE `bookshop` ADD PRIMARY KEY (`id`), ADD KEY `shop_foreign_bookshop` (`idshop`), ADD KEY `user_foreign_bookshop` (`iduser`); -- -- Indexes for table `comment` -- ALTER TABLE `comment` ADD PRIMARY KEY (`id`), ADD KEY `user_foreign` (`iduser`); -- -- Indexes for table `course` -- ALTER TABLE `course` ADD PRIMARY KEY (`id`), ADD KEY `user_foreign_course` (`idinstructor`); -- -- Indexes for table `discount` -- ALTER TABLE `discount` ADD PRIMARY KEY (`id`), ADD KEY `shop_foreign_discount` (`idshop`); -- -- Indexes for table `feedback` -- ALTER TABLE `feedback` ADD PRIMARY KEY (`id`); -- -- Indexes for table `joincourse` -- ALTER TABLE `joincourse` ADD PRIMARY KEY (`id`), ADD KEY `instructor_foreign_joincourse` (`idinstructor`), ADD KEY `joinuser_foreign_joincourse` (`idjoinuser`), ADD KEY `course_foreign_joincourse` (`idcourse`), ADD KEY `schedule_foreign_joincourse` (`idschedule`); -- -- Indexes for table `reserve` -- ALTER TABLE `reserve` ADD PRIMARY KEY (`id`); -- -- Indexes for table `schedule` -- ALTER TABLE `schedule` ADD PRIMARY KEY (`id`), ADD KEY `shop_foreign_schedule` (`idshop`), ADD KEY `user_foreign_schedule` (`idinstructor`), ADD KEY `course_foreign_chedule` (`idcourse`); -- -- Indexes for table `shop` -- ALTER TABLE `shop` ADD PRIMARY KEY (`id`), ADD KEY `owner_shop_foreign` (`idowner`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `bookshop` -- ALTER TABLE `bookshop` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `comment` -- ALTER TABLE `comment` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; -- -- AUTO_INCREMENT for table `course` -- ALTER TABLE `course` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `discount` -- ALTER TABLE `discount` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `feedback` -- ALTER TABLE `feedback` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `joincourse` -- ALTER TABLE `joincourse` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `reserve` -- ALTER TABLE `reserve` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `schedule` -- ALTER TABLE `schedule` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `shop` -- ALTER TABLE `shop` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- Constraints for dumped tables -- -- -- Constraints for table `bookshop` -- ALTER TABLE `bookshop` ADD CONSTRAINT `shop_foreign_bookshop` FOREIGN KEY (`idshop`) REFERENCES `shop` (`id`), ADD CONSTRAINT `user_foreign_bookshop` FOREIGN KEY (`iduser`) REFERENCES `user` (`id`); -- -- Constraints for table `comment` -- ALTER TABLE `comment` ADD CONSTRAINT `user_foreign` FOREIGN KEY (`iduser`) REFERENCES `user` (`id`); -- -- Constraints for table `course` -- ALTER TABLE `course` ADD CONSTRAINT `user_foreign_course` FOREIGN KEY (`idinstructor`) REFERENCES `user` (`id`); -- -- Constraints for table `discount` -- ALTER TABLE `discount` ADD CONSTRAINT `shop_foreign_discount` FOREIGN KEY (`idshop`) REFERENCES `shop` (`id`); -- -- Constraints for table `joincourse` -- ALTER TABLE `joincourse` ADD CONSTRAINT `course_foreign_joincourse` FOREIGN KEY (`idcourse`) REFERENCES `course` (`id`), ADD CONSTRAINT `instructor_foreign_joincourse` FOREIGN KEY (`idinstructor`) REFERENCES `user` (`id`), ADD CONSTRAINT `joinuser_foreign_joincourse` FOREIGN KEY (`idjoinuser`) REFERENCES `user` (`id`), ADD CONSTRAINT `schedule_foreign_joincourse` FOREIGN KEY (`idschedule`) REFERENCES `schedule` (`id`); -- -- Constraints for table `schedule` -- ALTER TABLE `schedule` ADD CONSTRAINT `course_foreign_chedule` FOREIGN KEY (`idcourse`) REFERENCES `course` (`id`), ADD CONSTRAINT `shop_foreign_schedule` FOREIGN KEY (`idshop`) REFERENCES `shop` (`id`), ADD CONSTRAINT `user_foreign_schedule` FOREIGN KEY (`idinstructor`) REFERENCES `user` (`id`); -- -- Constraints for table `shop` -- ALTER TABLE `shop` ADD CONSTRAINT `owner_shop_foreign` FOREIGN KEY (`idowner`) REFERENCES `user` (`id`); 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 */;
DROP TABLE IF EXISTS rooms CASCADE; CREATE TABLE rooms( id SERIAL PRIMARY KEY NOT NULL, teacher_id INT REFERENCES teachers(id), room_name VARCHAR(255) NOT NULL, room_description VARCHAR(255) NOT NULL, start_time timestamp NOT NULL DEFAULT now(), end_time timestamp NOT NULL DEFAULT now(), link text );
insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 0, 40); insert into mensaje values (NULL,'2020-06-11', 1, 40); insert into mensaje values (NULL,'2020-06-11', 12, 30); insert into mensaje values (NULL,'2020-06-11', 9, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 9, 30); insert into mensaje values (NULL,'2020-06-11', 12, 30); insert into mensaje values (NULL,'2020-06-11', 9, 30); insert into mensaje values (NULL,'2020-06-11', 11, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 13, 30); insert into mensaje values (NULL,'2020-06-11', 11, 30); insert into mensaje values (NULL,'2020-06-11', 9, 30); insert into mensaje values (NULL,'2020-06-11', 12, 30); insert into mensaje values (NULL,'2020-06-11', 9, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 13, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 13, 30); insert into mensaje values (NULL,'2020-06-11', 13, 30); insert into mensaje values (NULL,'2020-06-11', 11, 30); insert into mensaje values (NULL,'2020-06-11', 8, 30); insert into mensaje values (NULL,'2020-06-11', 13, 30); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 28, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 30, 20); insert into mensaje values (NULL,'2020-06-11', 29, 20); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 11, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 9, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10); insert into mensaje values (NULL,'2020-06-11', 10, 10);
-- Find the makers of PCs with a processor speed of 450 MHz or more. Result set: maker. SELECT DISTINCT maker FROM product INNER JOIN PC ON product.model = PC.model WHERE PC.speed >= 450
SELECT A.DocumentoID, A.ProveedorID, B.RazonSocial, A.Serie, A.Numero, A.FechaEmisionID, C.MesID, C.AñoID FROM (TB_Compra AS A LEFT JOIN TB_Proveedor AS B ON A.ProveedorID=B.ProveedorID) LEFT JOIN TB_Fecha AS C ON A.FechaEmisionID=C.FechaID ORDER BY DocumentoID;
alter table project add handle text unique;
-- phpMyAdmin SQL Dump -- version 4.9.4 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Jul 08, 2020 at 06:15 PM -- Server version: 10.3.23-MariaDB -- PHP Version: 7.3.6 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 */; -- -- Database: `skripsit_tempatin` -- CREATE DATABASE IF NOT EXISTS `skripsit_order_tempatin` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `skripsit_order_tempatin`; -- -------------------------------------------------------- -- -- Table structure for table `buildings` -- CREATE TABLE `buildings` ( `id_building` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `building_type_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `nama_bangunan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `foto_bangunan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `jumlah_lantai` int(11) NOT NULL, `deskripsi` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `alamat` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `kota` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `provinsi` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `negara` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `kode_pos` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_tempat` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `buildings` -- INSERT INTO `buildings` (`id_building`, `user_id`, `building_type_id`, `nama_bangunan`, `foto_bangunan`, `jumlah_lantai`, `deskripsi`, `alamat`, `kota`, `provinsi`, `negara`, `kode_pos`, `status_tempat`, `created_at`, `updated_at`) VALUES (1, 7, '2', 'Wisma 76', '[\"SNOWDEN.jpg\",\"Snowden-Movie-Review-Oliver-Stone-Edward-Snowden.jpg\"]', 12, '<font size=\"5\">Sewa</font>', 'Jl. Letjen, palmerah, bogor', '151', '6', 'Indonesia', '1111', 'draft', '2020-04-03 10:38:05', '2020-07-07 08:27:37'), (2, 7, '3', 'The HOP', '[\"hop.png\",\"hop1.png\",\"hop2.png\"]', 2, '<a href=\"https://www.instagram.com/hop_bip/\">@HOP_BIP</a><div>House Of Production&nbsp;<a href=\"https://www.instagram.com/bip_inc/\">@bip_inc</a></div>', 'Jl. Ridwan Rais, Perumahan Politeknik No.7, Beji Tim., Kecamatan Beji.', '22', '9', 'Indonesia', '16422', 'publish', '2020-04-09 11:05:13', '2020-07-07 08:27:51'); -- -------------------------------------------------------- -- -- Table structure for table `building_types` -- CREATE TABLE `building_types` ( `id_building_type` bigint(20) UNSIGNED NOT NULL, `nama_tipe` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_tipe` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `building_types` -- INSERT INTO `building_types` (`id_building_type`, `nama_tipe`, `status_tipe`, `created_at`, `updated_at`) VALUES (1, 'Restoran', 'draft', '2020-04-01 12:17:49', '2020-04-01 12:17:49'), (2, 'Gedung', 'publish', '2020-04-01 12:19:06', '2020-04-01 12:20:18'), (3, 'Rumah', 'draft', '2020-04-01 12:19:20', '2020-04-01 12:19:20'), (4, 'Ruko', 'draft', '2020-04-01 12:19:32', '2020-04-01 12:19:32'); -- -------------------------------------------------------- -- -- Table structure for table `category_details` -- CREATE TABLE `category_details` ( `id_category_detail` bigint(20) UNSIGNED NOT NULL, `room_category_id` int(11) NOT NULL, `room_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `category_details` -- INSERT INTO `category_details` (`id_category_detail`, `room_category_id`, `room_id`, `created_at`, `updated_at`) VALUES (2, 7, 2, '2020-04-14 02:01:50', '2020-04-14 02:01:50'), (3, 10, 3, '2020-04-14 02:06:29', '2020-04-14 02:06:29'), (16, 7, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (17, 9, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (18, 10, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (19, 11, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (20, 12, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (27, 9, 1, '2020-07-07 17:06:22', '2020-07-07 17:06:22'); -- -------------------------------------------------------- -- -- Table structure for table `facility_categories` -- CREATE TABLE `facility_categories` ( `id_facility_category` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT 2, `nama_fasilitas` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `gambar_fasilitas` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `facility_categories` -- INSERT INTO `facility_categories` (`id_facility_category`, `user_id`, `nama_fasilitas`, `gambar_fasilitas`, `created_at`, `updated_at`) VALUES (1, 2, '24/7 Access', 'fasilitas/24_access.png', '2020-03-24 19:47:33', '2020-06-22 18:53:42'), (2, 2, 'Airconditioning Use', 'fasilitas/air_conditioner.png', '2020-03-24 19:48:23', '2020-06-22 18:57:09'), (3, 2, 'Coffee', 'fasilitas/cofee.png', '2020-03-24 19:48:40', '2020-06-22 18:57:30'), (4, 2, 'Lights and Sounds', 'fasilitas/sound.png', '2020-03-24 19:49:34', '2020-06-22 18:58:47'), (5, 2, 'Office Suite', 'fasilitas/office_suites.png', '2020-03-24 19:49:57', '2020-06-22 19:08:56'), (6, 2, 'Printer', 'fasilitas/printer.png', '2020-03-24 19:50:18', '2020-06-22 18:59:36'), (7, 2, 'Reception Area', 'fasilitas/reception_area.png', '2020-03-24 19:50:56', '2020-06-22 19:00:19'), (8, 2, 'Tea', 'fasilitas/tea.png', '2020-03-24 19:51:12', '2020-06-22 19:00:51'), (9, 2, 'Wifi Access', 'fasilitas/wifi.png', '2020-03-24 19:51:34', '2020-06-22 19:01:00'), (10, 2, 'High Speed Internet', 'fasilitas/high_speed_internet.png', '2020-03-24 19:53:42', '2020-06-22 19:01:13'), (11, 2, 'Charge Plug', 'fasilitas/charge_plug.png', '2020-06-25 01:38:55', '2020-06-25 01:38:55'); -- -------------------------------------------------------- -- -- Table structure for table `facility_details` -- CREATE TABLE `facility_details` ( `id_facility_detail` bigint(20) UNSIGNED NOT NULL, `facility_category_id` int(11) NOT NULL, `room_id` int(11) NOT NULL, `merk_fasilitas` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `foto_fasilitas` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status_fasilitas` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `facility_details` -- INSERT INTO `facility_details` (`id_facility_detail`, `facility_category_id`, `room_id`, `merk_fasilitas`, `foto_fasilitas`, `status_fasilitas`, `created_at`, `updated_at`) VALUES (3, 2, 2, '', '', '', '2020-04-14 02:01:50', '2020-04-14 02:01:50'), (4, 4, 2, '', '', '', '2020-04-14 02:01:51', '2020-04-14 02:01:51'), (5, 9, 2, '', '', '', '2020-04-14 02:01:51', '2020-04-14 02:01:51'), (6, 3, 3, '', '', '', '2020-04-14 02:06:29', '2020-04-14 02:06:29'), (7, 8, 3, '', '', '', '2020-04-14 02:06:29', '2020-04-14 02:06:29'), (8, 9, 3, '', '', '', '2020-04-14 02:06:30', '2020-04-14 02:06:30'), (53, 9, 1, NULL, NULL, NULL, '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (52, 2, 1, NULL, NULL, NULL, '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (32, 1, 4, '', '', '', '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (33, 2, 4, '', '', '', '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (34, 3, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (35, 4, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (36, 5, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (37, 6, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (38, 7, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (39, 8, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (40, 9, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (41, 10, 4, '', '', '', '2020-05-18 23:20:19', '2020-05-18 23:20:19'); -- -------------------------------------------------------- -- -- Table structure for table `forms` -- CREATE TABLE `forms` ( `id_form` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `nama_formulir` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `nama_data` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_formulir` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `forms` -- INSERT INTO `forms` (`id_form`, `user_id`, `nama_formulir`, `nama_data`, `status_formulir`, `created_at`, `updated_at`) VALUES (12, 7, 'Formulir Hop', 'Customer Hop', 'publish', '2020-04-13 01:53:41', '2020-04-13 16:38:47'), (13, 1, 'Formulir Individu', 'Individu', 'publish', '2020-04-13 01:56:17', '2020-04-13 01:56:17'), (14, 1, 'Formulir Komunitas', 'Komunitas', 'draft', '2020-04-13 01:57:15', '2020-04-13 03:22:42'); -- -------------------------------------------------------- -- -- Table structure for table `form_contents` -- CREATE TABLE `form_contents` ( `id_form_content` bigint(20) UNSIGNED NOT NULL, `order_id` int(11) NOT NULL, `form_detail_id` int(11) NOT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `form_contents` -- INSERT INTO `form_contents` (`id_form_content`, `order_id`, `form_detail_id`, `value`, `created_at`, `updated_at`) VALUES (1, 2, 65, 'Aryo', '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (2, 2, 66, '12-13 tahun', '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (3, 2, 67, 'kumpul remaja', '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (4, 3, 35, 'Aryo', '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (5, 3, 36, '12-13 tahun', '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (6, 3, 37, 'kumpul remaja', '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (7, 15, 48, 'contoh 1', '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (8, 15, 47, 'sepak bola', '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (9, 16, 48, 'contoh 1', '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (10, 16, 47, 'sepak bola', '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (11, 17, 48, 'contoh 1', '2020-07-07 20:43:43', '2020-07-07 20:43:43'), (12, 17, 47, 'sepak bola', '2020-07-07 20:43:43', '2020-07-07 20:43:43'); -- -------------------------------------------------------- -- -- Table structure for table `form_details` -- CREATE TABLE `form_details` ( `id_form_detail` bigint(20) UNSIGNED NOT NULL, `form_id` int(11) NOT NULL, `nama_kolom` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `tipe_input` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `input_awal` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `form_details` -- INSERT INTO `form_details` (`id_form_detail`, `form_id`, `nama_kolom`, `tipe_input`, `input_awal`, `status_value`, `created_at`, `updated_at`) VALUES (36, 13, 'Umur', 'checkbox', '[\"12-13 tahun\",\" 17-20 tahun\",\" 30 tahun keatas\"]', '0', '2020-06-30 20:08:30', '2020-06-30 20:08:30'), (35, 13, 'Nama', 'text', '[\"test nama\"]', '0', '2020-06-30 20:08:30', '2020-06-30 20:08:30'), (38, 14, 'Nama Komunitas', 'text', '[\"tulis nama...\"]', '1', '2020-06-30 20:08:42', '2020-06-30 20:08:42'), (48, 12, 'cek box', 'checkbox', '[\"contoh 1\",\" contoh 2\"]', '1', '2020-07-01 17:50:08', '2020-07-01 17:50:08'), (47, 12, 'Hobi', 'selection', '[\"sepak bola\",\" memasak\",\" fotografi\"]', '1', '2020-07-01 17:50:08', '2020-07-01 17:50:08'), (37, 13, 'Skill', 'selection', '[\"IT\",\" TG\",\" Elektro\"]', '0', '2020-06-30 20:08:30', '2020-06-30 20:08:30'), (46, 12, 'Tujuan Acara', 'textarea', '[\"\"]', '1', '2020-07-01 17:50:08', '2020-07-01 17:50:08'), (45, 12, 'Umur', 'radio', '[\"12 tahun\",\"13 tahun\"]', '1', '2020-07-01 17:50:08', '2020-07-01 17:50:08'), (44, 12, 'Nama', 'text', '[\"\"]', '1', '2020-07-01 17:50:08', '2020-07-01 17:50:08'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2020_03_10_053911_create_buildings_table', 1), (4, '2020_03_10_054237_create_rooms_table', 1), (5, '2020_03_10_054424_create_room_categories_table', 1), (6, '2020_03_10_054723_create_category_details_table', 1), (7, '2020_03_10_054746_create_setups_table', 1), (8, '2020_03_10_055139_create_setup_details_table', 1), (9, '2020_03_10_055206_create_building_types_table', 1), (10, '2020_03_10_070718_create_facility_categories_table', 1), (11, '2020_03_10_071303_create_facility_details_table', 1), (12, '2020_03_10_071504_create_packages_table', 1), (13, '2020_03_10_071523_create_package_details_table', 1), (14, '2020_03_10_071646_create_promos_table', 1), (15, '2020_03_10_071710_create_promo_details_table', 1), (16, '2020_03_10_071757_create_orders_table', 1), (17, '2020_03_10_071814_create_order_details_table', 1), (18, '2020_03_10_071947_create_forms_table', 1), (19, '2020_03_10_072002_create_form_details_table', 1), (20, '2020_03_10_072025_create_form_contents_table', 1), (21, '2020_03_10_072046_create_schedules_table', 1), (22, '2020_03_10_072126_create_reviews_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `orders` -- CREATE TABLE `orders` ( `id_order` bigint(20) UNSIGNED NOT NULL, `invoice_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` int(11) NOT NULL, `room_id` int(11) DEFAULT NULL, `form_id` int(11) DEFAULT NULL, `setup_id` int(11) DEFAULT NULL, `promo_detail_id` int(11) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `method_pay` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cost_total` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status_order` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `orders` -- INSERT INTO `orders` (`id_order`, `invoice_id`, `user_id`, `room_id`, `form_id`, `setup_id`, `promo_detail_id`, `start_date`, `end_date`, `method_pay`, `cost_total`, `status_order`, `created_at`, `updated_at`) VALUES (1, NULL, 3, 3, 12, NULL, NULL, NULL, NULL, NULL, '260000', 'UNPAID', '2020-07-04 21:13:56', '2020-07-04 21:13:56'), (2, NULL, 3, 3, 12, NULL, NULL, NULL, NULL, NULL, '260000', 'UNPAID', '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (3, NULL, 3, 3, 12, NULL, NULL, NULL, NULL, NULL, '260000', 'UNPAID', '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (4, NULL, 3, 1, 12, 1, 2, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:01:22', '2020-07-07 17:01:22'), (5, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:01:31', '2020-07-07 17:01:31'), (6, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:05:02', '2020-07-07 17:05:02'), (7, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:05:07', '2020-07-07 17:05:07'), (8, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:05:11', '2020-07-07 17:05:11'), (9, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:05:15', '2020-07-07 17:05:15'), (10, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:05:35', '2020-07-07 17:05:35'), (11, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:06:41', '2020-07-07 17:06:41'), (12, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 17:26:44', '2020-07-07 17:26:44'), (13, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 18:07:18', '2020-07-07 18:07:18'), (14, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, NULL, 'UNPAID', '2020-07-07 18:08:15', '2020-07-07 18:08:15'), (15, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, '860000', 'UNPAID', '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (16, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, '860000', 'UNPAID', '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (17, NULL, 3, 1, 12, 1, NULL, '2020-06-29', '2020-07-03', NULL, '860000', 'UNPAID', '2020-07-07 20:43:43', '2020-07-07 20:43:43'); -- -------------------------------------------------------- -- -- Table structure for table `order_details` -- CREATE TABLE `order_details` ( `id_order_detail` bigint(20) UNSIGNED NOT NULL, `order_id` int(11) DEFAULT NULL, `package_id` int(11) DEFAULT NULL, `schedule_id` int(11) DEFAULT NULL, `date_day` date DEFAULT NULL, `jam_mulai` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `jam_selesai` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `total_package` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `order_details` -- INSERT INTO `order_details` (`id_order_detail`, `order_id`, `package_id`, `schedule_id`, `date_day`, `jam_mulai`, `jam_selesai`, `total_package`, `created_at`, `updated_at`) VALUES (1, 1, 4, 7, NULL, '06:00', '12:00', 1, '2020-07-04 21:13:56', '2020-07-04 21:13:56'), (2, 1, 1, 7, NULL, '12:00', '13:00', 1, '2020-07-04 21:13:56', '2020-07-04 21:13:56'), (3, 2, 4, 7, NULL, '06:00', '12:00', 1, '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (4, 2, 1, 7, NULL, '12:00', '13:00', 1, '2020-07-05 03:51:46', '2020-07-05 03:51:46'), (5, 3, 4, 7, NULL, '06:00', '12:00', 1, '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (6, 3, 1, 7, NULL, '12:00', '13:00', 1, '2020-07-05 03:59:31', '2020-07-05 03:59:31'), (7, 15, 4, NULL, NULL, '10:00:00', '23:59:59', 2, '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (8, 15, 4, NULL, NULL, '00:00:00', '23:59:59', 2, '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (9, 15, 4, NULL, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (10, 15, 4, NULL, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (11, 15, 1, NULL, NULL, '06:00:00', '12:00:00', 6, '2020-07-07 18:13:49', '2020-07-07 18:13:49'), (12, 16, 4, NULL, NULL, '10:00:00', '23:59:59', 2, '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (13, 16, 4, NULL, NULL, '00:00:00', '23:59:59', 2, '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (14, 16, 4, NULL, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (15, 16, 4, NULL, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (16, 16, 1, NULL, NULL, '06:00:00', '12:00:00', 6, '2020-07-07 18:34:06', '2020-07-07 18:34:06'), (17, 17, 4, 17, NULL, '10:00:00', '23:59:59', 2, '2020-07-07 20:43:43', '2020-07-07 20:43:43'), (18, 17, 4, 18, NULL, '00:00:00', '23:59:59', 2, '2020-07-07 20:43:43', '2020-07-07 20:43:43'), (19, 17, 4, 19, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 20:43:43', '2020-07-07 20:43:43'), (20, 17, 4, 20, NULL, '06:00:00', '23:59:59', 2, '2020-07-07 20:43:43', '2020-07-07 20:43:43'), (21, 17, 1, 21, NULL, '06:00:00', '12:00:00', 6, '2020-07-07 20:43:43', '2020-07-07 20:43:43'); -- -------------------------------------------------------- -- -- Table structure for table `packages` -- CREATE TABLE `packages` ( `id_package` bigint(20) UNSIGNED NOT NULL, `nama_paket` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `durasi` int(11) NOT NULL, `status_paket` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `packages` -- INSERT INTO `packages` (`id_package`, `nama_paket`, `durasi`, `status_paket`, `created_at`, `updated_at`) VALUES (1, 'Hourly', 1, 'hour', '2020-03-31 21:02:50', '2020-03-31 21:07:57'), (2, 'Daily', 1, 'day', '2020-03-31 21:10:07', '2020-03-31 21:10:07'), (3, 'Monthly', 1, 'month', '2020-03-31 21:10:39', '2020-03-31 21:11:15'), (4, 'Half Day', 6, 'hour', '2020-04-09 11:12:57', '2020-04-09 11:12:57'); -- -------------------------------------------------------- -- -- Table structure for table `package_details` -- CREATE TABLE `package_details` ( `id_package_detail` bigint(20) UNSIGNED NOT NULL, `room_id` int(11) NOT NULL, `package_id` int(11) NOT NULL, `harga` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `package_details` -- INSERT INTO `package_details` (`id_package_detail`, `room_id`, `package_id`, `harga`, `created_at`, `updated_at`) VALUES (2, 2, 1, '60000', '2020-04-14 02:01:51', '2020-04-14 02:01:51'), (3, 3, 3, '25000', '2020-04-14 02:06:30', '2020-04-14 02:06:30'), (26, 1, 1, '40000', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (25, 1, 4, '200000', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (12, 4, 2, '200000', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (13, 4, 3, '3000000', '2020-05-18 23:20:19', '2020-05-18 23:20:19'), (14, 4, 1, '60000', '2020-05-18 23:20:19', '2020-05-18 23:20:19'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `promos` -- CREATE TABLE `promos` ( `id_promo` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `gambar_promo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `nama_promo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `diskon` int(11) DEFAULT NULL, `nominal` int(11) DEFAULT NULL, `batas_durasi_per_jam` int(11) DEFAULT NULL, `kuota` int(11) DEFAULT NULL, `deskripsi` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `role_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `room_or_building_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status_penyebaran` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `promos` -- INSERT INTO `promos` (`id_promo`, `user_id`, `gambar_promo`, `nama_promo`, `diskon`, `nominal`, `batas_durasi_per_jam`, `kuota`, `deskripsi`, `start_date`, `end_date`, `role_id`, `room_or_building_id`, `status_penyebaran`, `created_at`, `updated_at`) VALUES (1, 7, 'promo/183464.jpg', 'promo hop', NULL, 10000, 60, 10, 'apa aja dah', '2020-06-25', '2020-06-25', '1', NULL, NULL, '2020-06-25 09:13:53', '2020-06-25 09:23:57'), (2, 7, 'promo/dp.PNG', 'Promo masa &quot;new normal&quot;', NULL, 200000, 10, 100, 'Promo masa \"new normal\" untuk ruang meeting THE HOP sampai dua ratus ribu', '2020-06-25', '2020-07-09', '1', NULL, '4', '2020-06-25 09:14:53', '2020-06-25 09:24:07'), (3, 2, '', 'promo akhir bulan', 20, NULL, 24, 100, 'berlaku untuk semua ruangan. minimal penywaan selama 1 hari dan tidak berlaku kelipatan', '2020-06-28', '2020-06-28', '0', '[\"1\"]', '3', '2020-06-27 21:57:22', '2020-06-27 21:58:45'); -- -------------------------------------------------------- -- -- Table structure for table `promo_details` -- CREATE TABLE `promo_details` ( `id_promo_detail` bigint(20) UNSIGNED NOT NULL, `order_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `status_pakai` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `reviews` -- CREATE TABLE `reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `room_id` int(11) NOT NULL, `rating` int(11) NOT NULL, `deskripsi` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `rooms` -- CREATE TABLE `rooms` ( `id_room` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `building_id` int(11) NOT NULL, `form_id` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nama_ruangan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `foto_ruangan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `deskripsi` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `aturan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `kapasitas` int(11) NOT NULL, `lantai` int(11) NOT NULL, `foto_denah` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_ruangan` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `rooms` -- INSERT INTO `rooms` (`id_room`, `user_id`, `building_id`, `form_id`, `nama_ruangan`, `foto_ruangan`, `deskripsi`, `aturan`, `kapasitas`, `lantai`, `foto_denah`, `status_ruangan`, `created_at`, `updated_at`) VALUES (1, 7, 2, '[\"12\"]', 'Meeting Room HOP', '[\"mr.png\"]', 'mahasiswa 50K', 'jaga kebersihan', 4, 2, '21af424ac99862464e7d3d99674789b9.png', 'publish', '2020-06-15 09:04:31', '2020-06-15 09:04:31'); -- -------------------------------------------------------- -- -- Table structure for table `room_categories` -- CREATE TABLE `room_categories` ( `id_room_category` bigint(20) UNSIGNED NOT NULL, `nama_kategori` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `gambar_kategori` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `room_categories` -- INSERT INTO `room_categories` (`id_room_category`, `nama_kategori`, `gambar_kategori`, `created_at`, `updated_at`) VALUES (7, 'Studio', 'fa-camera', '2020-03-19 03:31:01', '2020-03-19 03:31:01'), (9, 'Meeting Room', 'fa-users', '2020-03-19 03:54:32', '2020-03-19 03:54:32'), (10, 'Co-Working Space', 'fa-laptop', '2020-03-19 03:59:32', '2020-03-20 21:47:57'), (11, 'Workshop', 'fa-area-chart', '2020-03-24 03:22:14', '2020-03-24 03:22:14'), (12, 'Family Gathering', 'fa-birthday-cake', '2020-03-24 03:23:18', '2020-03-24 03:23:18'); -- -------------------------------------------------------- -- -- Table structure for table `schedules` -- CREATE TABLE `schedules` ( `id_schedule` bigint(20) UNSIGNED NOT NULL, `room_id` int(11) NOT NULL, `hari` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `jam_buka` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `jam_tutup` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status_jadwal` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `schedules` -- INSERT INTO `schedules` (`id_schedule`, `room_id`, `hari`, `jam_buka`, `jam_tutup`, `status_jadwal`, `created_at`, `updated_at`) VALUES (20, 1, '5', '06:00:00', '23:59:59', 'public', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (19, 1, '4', '06:00:00', '23:59:59', 'public', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (18, 1, '3', '00:00:00', '23:59:59', 'public', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (17, 1, '2', '00:00:00', '23:59:59', 'public', '2020-07-07 17:06:22', '2020-07-07 17:06:22'), (21, 1, '6', '06:00:00', '23:59:59', 'public', '2020-07-07 17:06:22', '2020-07-07 17:06:22'); -- -------------------------------------------------------- -- -- Table structure for table `setups` -- CREATE TABLE `setups` ( `id_setup` bigint(20) UNSIGNED NOT NULL, `nama_setup` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `gambar_setup` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `setups` -- INSERT INTO `setups` (`id_setup`, `nama_setup`, `gambar_setup`, `created_at`, `updated_at`) VALUES (1, 'Board', 'setup/board.png', '2020-03-24 06:46:32', '2020-06-23 18:47:10'), (2, 'Classroom', 'setup/classroom.png', '2020-03-24 06:46:49', '2020-06-23 18:49:18'), (3, 'Hollow Square', 'setup/hollow_square.png', '2020-03-24 06:47:06', '2020-06-23 18:49:25'), (4, 'Reception Cocktail', 'setup/reception_cocktail.png', '2020-03-24 06:47:19', '2020-06-23 18:50:08'), (5, 'Round Banquet', 'setup/round_banquet.png', '2020-03-24 06:47:31', '2020-06-23 18:50:15'), (6, 'Theater', 'setup/theater.png', '2020-03-24 06:47:47', '2020-06-23 18:50:22'), (7, 'U-Shape', 'setup/u_shape.png', '2020-03-24 06:48:13', '2020-06-23 18:50:30'); -- -------------------------------------------------------- -- -- Table structure for table `setup_details` -- CREATE TABLE `setup_details` ( `id_setup_detail` bigint(20) UNSIGNED NOT NULL, `setup_id` int(11) NOT NULL, `room_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `setup_details` -- INSERT INTO `setup_details` (`id_setup_detail`, `setup_id`, `room_id`, `created_at`, `updated_at`) VALUES (2, 1, 3, '2020-04-14 02:06:29', '2020-04-14 02:06:29'), (13, 1, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (14, 2, 4, '2020-05-18 23:20:17', '2020-05-18 23:20:17'), (15, 3, 4, '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (16, 4, 4, '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (17, 5, 4, '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (18, 6, 4, '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (19, 7, 4, '2020-05-18 23:20:18', '2020-05-18 23:20:18'), (26, 1, 1, '2020-07-07 17:06:22', '2020-07-07 17:06:22'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id_user` bigint(20) UNSIGNED NOT NULL, `foto_profile` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nama_user` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `role_id` int(11) NOT NULL, `status_user` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id_user`, `foto_profile`, `nama_user`, `email`, `email_verified_at`, `password`, `role_id`, `status_user`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'foto/ws.png', 'Aryo', 'aryo100@gmail.com', NULL, '$2y$10$dJpPBIBhC1q1lwD2zjLnaehOaqDQJeIanUceJRACTvpJwUB855Uxi', 1, 'approved', 'MZk2zmBZeq9XwSprteN705IEGHAGyGrGkiaevi7IQkH1s4S5HvbWKifNmgNL', '2020-03-12 03:14:43', '2020-06-22 19:45:09'), (2, NULL, 'Admin', 'admin', NULL, '$2y$10$dJpPBIBhC1q1lwD2zjLnaehOaqDQJeIanUceJRACTvpJwUB855Uxi', 0, 'approved', '8lNFvxKqaHwKTeFovkPxCqR6FuNZ78geztccRbsk7bvYuWrRmg7DcUBPBh7Q', '2020-03-12 03:14:43', '2020-07-01 17:49:53'), (3, 'foto/image_picker3242888407964781859.jpg', 'yohanes', 'yohanes.manullang.tik16@mhsw.pnj.ac.id', NULL, '$2y$10$fUHcFoe5v2iXa6UtjHkOnuTv31eEgGa8OHUeYMBSjbc0YWKUJurJ2', 2, 'unapproved', 'Qt1qWFiZfV3Wkw1CAYaFouJwdjWJK06LHOQuuuxbtcHXhYePq02EgSzcCRoC', '2020-03-25 19:49:49', '2020-07-05 15:36:01'), (7, 'foto/image_picker4351936976974959254.jpg', 'hopp', 'hop@gmail.com', NULL, '$2y$10$5j23J02ljvavaNjEun.VIeaec3ZCgfBFGYaQFfz0I8GY5Y/iRiAKG', 1, 'approved', 'cHcuFx31V2kAWO176L6o9OGxeBKRgHcZ51nLKssiU7juE9JLyRmtk40uJVQd', '2020-03-25 21:15:44', '2020-07-07 17:04:20'), (10, NULL, 'AdminA', 'adminA', NULL, '$2y$10$2./FnR54luompYYya6lgy.9LSRBISVgzCFk6UJmw5T013R0tSTNde', 1, 'unapproved', NULL, '2020-06-15 08:36:33', '2020-06-15 08:43:44'), (11, 'foto/63384.jpg', 'Hid', 'hid', NULL, '$2y$10$8RHD1.tM9fonZi1H2qwb9O9bZ2nupuSKxpqlWCIqbHqa7wof7N/US', 2, 'unapproved', NULL, '2020-06-17 05:02:33', '2020-06-17 05:04:33'); -- -- Indexes for dumped tables -- -- -- Indexes for table `buildings` -- ALTER TABLE `buildings` ADD PRIMARY KEY (`id_building`); -- -- Indexes for table `building_types` -- ALTER TABLE `building_types` ADD PRIMARY KEY (`id_building_type`); -- -- Indexes for table `category_details` -- ALTER TABLE `category_details` ADD PRIMARY KEY (`id_category_detail`); -- -- Indexes for table `facility_categories` -- ALTER TABLE `facility_categories` ADD PRIMARY KEY (`id_facility_category`); -- -- Indexes for table `facility_details` -- ALTER TABLE `facility_details` ADD PRIMARY KEY (`id_facility_detail`); -- -- Indexes for table `forms` -- ALTER TABLE `forms` ADD PRIMARY KEY (`id_form`); -- -- Indexes for table `form_contents` -- ALTER TABLE `form_contents` ADD PRIMARY KEY (`id_form_content`); -- -- Indexes for table `form_details` -- ALTER TABLE `form_details` ADD PRIMARY KEY (`id_form_detail`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `orders` -- ALTER TABLE `orders` ADD PRIMARY KEY (`id_order`); -- -- Indexes for table `order_details` -- ALTER TABLE `order_details` ADD PRIMARY KEY (`id_order_detail`); -- -- Indexes for table `packages` -- ALTER TABLE `packages` ADD PRIMARY KEY (`id_package`); -- -- Indexes for table `package_details` -- ALTER TABLE `package_details` ADD PRIMARY KEY (`id_package_detail`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `promos` -- ALTER TABLE `promos` ADD PRIMARY KEY (`id_promo`); -- -- Indexes for table `promo_details` -- ALTER TABLE `promo_details` ADD PRIMARY KEY (`id_promo_detail`); -- -- Indexes for table `reviews` -- ALTER TABLE `reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `rooms` -- ALTER TABLE `rooms` ADD PRIMARY KEY (`id_room`); -- -- Indexes for table `room_categories` -- ALTER TABLE `room_categories` ADD PRIMARY KEY (`id_room_category`); -- -- Indexes for table `schedules` -- ALTER TABLE `schedules` ADD PRIMARY KEY (`id_schedule`); -- -- Indexes for table `setups` -- ALTER TABLE `setups` ADD PRIMARY KEY (`id_setup`); -- -- Indexes for table `setup_details` -- ALTER TABLE `setup_details` ADD PRIMARY KEY (`id_setup_detail`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id_user`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `buildings` -- ALTER TABLE `buildings` MODIFY `id_building` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `building_types` -- ALTER TABLE `building_types` MODIFY `id_building_type` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `category_details` -- ALTER TABLE `category_details` MODIFY `id_category_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT for table `facility_categories` -- ALTER TABLE `facility_categories` MODIFY `id_facility_category` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `facility_details` -- ALTER TABLE `facility_details` MODIFY `id_facility_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54; -- -- AUTO_INCREMENT for table `forms` -- ALTER TABLE `forms` MODIFY `id_form` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `form_contents` -- ALTER TABLE `form_contents` MODIFY `id_form_content` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `form_details` -- ALTER TABLE `form_details` MODIFY `id_form_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `orders` -- ALTER TABLE `orders` MODIFY `id_order` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `order_details` -- ALTER TABLE `order_details` MODIFY `id_order_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `packages` -- ALTER TABLE `packages` MODIFY `id_package` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `package_details` -- ALTER TABLE `package_details` MODIFY `id_package_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `promos` -- ALTER TABLE `promos` MODIFY `id_promo` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `promo_details` -- ALTER TABLE `promo_details` MODIFY `id_promo_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `reviews` -- ALTER TABLE `reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `rooms` -- ALTER TABLE `rooms` MODIFY `id_room` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `room_categories` -- ALTER TABLE `room_categories` MODIFY `id_room_category` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `schedules` -- ALTER TABLE `schedules` MODIFY `id_schedule` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `setups` -- ALTER TABLE `setups` MODIFY `id_setup` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `setup_details` -- ALTER TABLE `setup_details` MODIFY `id_setup_detail` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id_user` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; 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 */;
ALTER TABLE DIALOG ADD ( eldste_uleste_for_bruker TIMESTAMP, eldste_uleste_for_veileder TIMESTAMP, venter_pa_nav_siden TIMESTAMP, venter_pa_svar_fra_bruker TIMESTAMP, oppdatert TIMESTAMP );
/** * SQL for check exist TODOFUKEN_CD * @author TuyenVHA * @version $Id: ShisetsuTopService_checkExistTodofukenCd_Sel_01.sql 12422 2014-07-08 14:18:48Z p__toen $ */ SELECT COUNT(MCMT.TODOFUKEN_CD) FROM MA_CM_MA_TODOFUKEN MCMT WHERE MCMT.TODOFUKEN_CD = /*todofukenCd*/'01'
INSERT INTO `ecommerce_database`.`COMMENT` SET ?;
--DROP TABLES DROP TABLE platform CASCADE; DROP TABLE video_game CASCADE; DROP TYPE video_game_status_type CASCADE; CREATE TABLE platform ( platform_id SERIAL PRIMARY KEY, platform_name varchar(50) NOT NULL UNIQUE ); ALTER TABLE platform OWNER TO vg; GRANT SELECT, UPDATE, INSERT, DELETE ON TABLE "platform" TO vg; CREATE TYPE video_game_status_type as enum ('COMPLETED', 'PLAYING', 'BACKLOG'); CREATE TABLE video_game ( video_game_id SERIAL PRIMARY KEY, video_game_name varchar(50) NOT NULL, video_game_status_type character varying, date_released date NOT NULL, platform_id integer references "platform"(platform_id) ); ALTER TABLE video_game OWNER TO vg; GRANT SELECT, UPDATE, INSERT, DELETE ON TABLE "video_game" TO vg;
SELECT * FROM wallets
insert into phones values ('Jack', 1234); insert into phones values ('Lena', 3333); insert into phones values ('Mark', 9999); insert into phones values ('Anna', 7582); insert into calls values (25, 1234, 7582, 8); insert into calls values (7, 9999, 7582, 1); insert into calls values (18, 9999, 3333, 4); insert into calls values (2, 7582, 3333, 3); insert into calls values (3, 3333, 1234, 1); insert into calls values (21, 3333, 1234, 1); -- write your code in PostgreSQL 9.4 SELECT p.name from phones p, calls c where p.phone_number=caller or p.phone_number=callee group by p.name having sum(c.duration)>=10 order by p.name
# MySQL Final Project - tourist attraction guide with visitor ratings # # This file creates, populates, and runs 7 sample proof of concept queries CREATE SCHEMA IF NOT EXISTS PROJ8DB DEFAULT CHARACTER SET utf8; USE PROJ8DB; -- ----------------------------------------------------- -- Table Address -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS Address ( addressID INT UNSIGNED NOT NULL AUTO_INCREMENT, street VARCHAR(45) NOT NULL, city VARCHAR(45) NOT NULL, state VARCHAR(2) NOT NULL, zip VARCHAR(10) NOT NULL, neighborhood VARCHAR(45) NULL, CONSTRAINT PRIMARY KEY (addressID) ); -- ----------------------------------------------------- -- Table BizHour -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS BizHour ( bizHourID INT UNSIGNED NOT NULL AUTO_INCREMENT, dayOfWeek SET('Sun','Mon','Tue','Wed','Thur','Fri', 'Sat') NOT NULL, openTime TIME NOT NULL, closeTime TIME NOT NULL, CONSTRAINT PRIMARY KEY (bizHourID) ); -- ----------------------------------------------------- -- Table Attraction -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS Attraction ( attractionID INT UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(45) NOT NULL, description VARCHAR(1024) NOT NULL, cost DECIMAL(8,2) NOT NULL, addressID INT UNSIGNED NOT NULL, bizHourID INT UNSIGNED NOT NULL, CONSTRAINT PRIMARY KEY (attractionID), # creating and naming indices since these are created automatically. INDEX IDX_address_addressID_FK (addressID ASC), INDEX IDX_bizhour_bizHourID_FK (bizHourID ASC), CONSTRAINT address_addressID_FK FOREIGN KEY (addressID) REFERENCES Address (addressID), CONSTRAINT bizhour_bizHourID_FK FOREIGN KEY (bizHourID) REFERENCES BizHour (bizHourID) ); -- ----------------------------------------------------- -- Table Category -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS Category ( categoryID INT UNSIGNED NOT NULL AUTO_INCREMENT, description VARCHAR(45) NOT NULL, note VARCHAR(45) NULL, CONSTRAINT PRIMARY KEY (categoryID) ); -- ----------------------------------------------------- -- Table Visitor -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS Visitor ( visitorID INT UNSIGNED NOT NULL AUTO_INCREMENT, username VARCHAR(45) NOT NULL, CONSTRAINT PRIMARY KEY (visitorID) ); -- ----------------------------------------------------- -- Table StarLevel -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS StarLevel ( starLevelCode TINYINT UNSIGNED NOT NULL, description VARCHAR(45) NOT NULL, CONSTRAINT PRIMARY KEY (starLevelCode) ); -- ----------------------------------------------------- -- Table VisitorComment -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS VisitorComment ( visitorCommentID INT UNSIGNED NOT NULL AUTO_INCREMENT, willRecommend ENUM('Y','N') NOT NULL, comment VARCHAR(1024) NULL, commentDate TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, attractionID INT UNSIGNED NOT NULL, starLevelCode TINYINT UNSIGNED NOT NULL, visitorID INT UNSIGNED NOT NULL, CONSTRAINT PRIMARY KEY (visitorCommentID), # creating indices and naming them since these are created automatically. INDEX IDX_attraction_attractionID_FK (attractionID ASC), INDEX IDX_starLevel_starLevelCode_FK (starLevelCode ASC), INDEX IDX_visitor_visitorID_FK (visitorID ASC), CONSTRAINT attraction_attractionID_FK FOREIGN KEY (attractionID) REFERENCES Attraction (attractionID), CONSTRAINT starLevel_starLevelCode_FK FOREIGN KEY (starLevelCode) REFERENCES StarLevel (starLevelCode), CONSTRAINT visitor_visitorID_FK FOREIGN KEY (visitorID) REFERENCES Visitor (visitorID) ); -- ----------------------------------------------------- -- Table AttractionCategory -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS AttractionCategory ( attractionID INT UNSIGNED NOT NULL, categoryID INT UNSIGNED NOT NULL, CONSTRAINT PRIMARY KEY (attractionID, categoryID), # creating and naming index since this one is created automatically. INDEX IDX_category_categoryID_FK (categoryID ASC), CONSTRAINT ac_attraction_attractionID_FK FOREIGN KEY (attractionID) REFERENCES Attraction (attractionID), CONSTRAINT category_categoryID_FK FOREIGN KEY (categoryID) REFERENCES Category (categoryID) ); -- ----------------------------------------------------- -- View summaryUserRatings -- ----------------------------------------------------- CREATE OR REPLACE VIEW summaryUserRatings AS SELECT username, COUNT(*) AS countOfComments, AVG(starLevelCode) AS avgRating FROM Visitor JOIN VisitorComment USING (visitorID) GROUP BY visitorID; -- ----------------------------------------------------- -- View averageStarsForAttraction -- ----------------------------------------------------- CREATE OR REPLACE VIEW averageStarsForAttraction AS SELECT name AS attraction, COUNT(*) AS numOfComments, ROUND(AVG(starLevelCode)) AS averageStars FROM Attraction JOIN VisitorComment USING (attractionID) JOIN StarLevel USING (starLevelCode) GROUP BY attractionID; -- ----------------------------------------------------- -- View categoryTypeForAttractions -- ----------------------------------------------------- CREATE OR REPLACE VIEW categoryTypeForAttractions AS SELECT name, Category.description FROM Attraction JOIN AttractionCategory USING (attractionID) JOIN Category USING (categoryID) ORDER BY attractionID; -- ----------------------------------------------------- -- View attractionHours -- ----------------------------------------------------- CREATE OR REPLACE VIEW attractionHours AS SELECT attractionID, name, dayOfWeek, openTime, closeTime FROM Attraction JOIN bizHour USING (bizHourID); -- ----------------------------------------------------- -- begin inserting sample data -- ----------------------------------------------------- # inserting hours INSERT INTO Bizhour VALUES ('1', 'Mon,Wed,Thur,Sat,Sun', '9:00', '22:30'), ('2', 'Mon,Tue,Thur,Sat,Sun', '10:00', '17:00'), ('3', 'Mon,Tue,Wed,Thur,Sat,Sun', '7:00', '23:00'), ('4', 'Wed,Thur,Fri,Sat,Sun', '10:00', '20:00'), ('5', 'Mon,Wed,Fri,Sat,Sun', '9:30', '17:00'), ('6', 'Tue,Wed,Fri,Sat,Sun', '9:30', '17:30'), ('7', 'Mon,Tue,Wed,Thur,Sat,Sun', '7:00', '20:00'), ('8', 'Mon,Tue,Wed,Sat,Sun', '6:00', '20:00'), ('9', 'Mon,Wed,Thur,Sat,Sun', '12:00', '19:30'), ('10', 'Wed,Fri,Sat,Sun', '17:00', '20:00'); # inserting address INSERT INTO Address VALUES ('1', '400 Broad St', 'Seattle', 'WA', '98109', 'Queen Anne'), ('2', '325 5th Avenue N', 'Seattle', 'WA', '98109', 'Queen Anne'), ('3', 'Troll Ave N', 'Seattle', 'WA', '98103', 'Fremont'), ('4', '1300 1st Ave', 'Seattle', 'WA', '98101', 'Downtown'), ('5', '2001 Western Ave', 'Seattle', 'WA', '98121', 'Pioneer Square'), ('6', '1483 Alaskan Way', 'Seattle', 'WA', '98101', 'Downtown'), ('7', '2101 N Northlake Way', 'Seattle', 'WA', '98103', 'Wallingford'), ('8', '86 Pike Place', 'Seattle', 'WA', '98101', 'Downtown'), ('9', '508 Maynard Ave S', 'Seattle', 'WA', '98104', 'International District'), ('10', '1247 15th Ave E', 'Seattle', 'WA', '98112', 'Capitol Hill'); # inserting category INSERT INTO Category VALUES ('1', 'Sights & Landmarks', ''), ('2', 'Museums', ''), ('3', 'Tours', 'Land and Sea'), ('4', 'Nature & Parks', ''), ('5', 'Outdoor Activities', ''), ('6', 'Zoos & Aquariums', ''), ('7', 'Classes & Workshops', ''), ('8', 'Shopping', ''), ('9', 'Concerts & Shows', ''), ('10', 'Fun & Games', ''); # inserting visitor INSERT INTO Visitor VALUES ('1', 'petePan123'), ('2', 'mickMouse'), ('3', 'willCoyote2000'), ('4', 'cindyRella4545'), ('5', 'aliceWonder'), ('6', 'eveQueen666'), ('7', 'winPooh88'), ('8', 'tasDevil1999'), ('9', 'pepLePew'), ('10', 'rodRunner1111'); # inserting star level INSERT INTO StarLevel VALUES ('1', 'nothing worse'), ('2', 'just plain bad'), ('3', 'mediocre'), ('4', 'good'), ('5', 'totally awesome'); # inserting Attraction INSERT INTO Attraction VALUES ('1', 'Space Needle', 'The Space Needle is an observation tower in Seattle, Washington, a landmark of the Pacific Northwest, ', '23.00', '1', '1'), ('2', 'Museum of Pop Culture', 'MoPOP (earlier called EMP Museum) is a nonprofit museum, dedicated to contemporary popular culture. It was founded by Microsoft co-founder Paul Allen in 2000 as the Experience Music Project.', '25.00', '2', '2'), ('3', 'Fremont Troll', 'The Fremont Troll (also known as The Troll, or the Troll Under the Bridge) is a public sculpture sculpted by four local artists: Steve Badanes, Will Martin, Donna Walter, and Ross Whitehead. The idea of a troll living under a bridge is derived from the Scandinavian (Norwegian) fairytale Three Billy Goats Gruff.', '0', '3', '3'), ('4', 'Seattle Art Museum', 'In addition to the main art museum in Downtown Seattle, SAM maintains two other major facilities: ', '24.95', '4', '4'), ('5', 'Seattle Free Walking Tour', 'Seattle Free Walking Tours was established in 2012, inspired by the adventures and travels of the ', '0', '5', '5'), ('6', 'Seattle Aquarium', 'The Seattle Aquarium is a public aquarium opened in 1977 and located on Pier 59 on the Elliott Bay', '24.50', '6', '6'), ('7', 'Gas Works Park', 'Gas Works Park is a 19.1-acre public park on the site of the former Seattle Gas Light Company ', '0', '7', '7'), ('8', 'Pikes Place Market', 'Pike Place Market is a public market overlooking the Elliott Bay waterfront in Seattle.', '0', '8', '8'), ('9', 'Seattle Pinball Museum', 'The Seattle Pinball Museum was born from a desire to share the games with other local collectors. ', '15.00', '9', '9'), ('10', 'Shakespeare in the Park', 'Seattle Shakespeare Company is the Puget Sound region’s year-round, professional, classical theatre. The outdoor festivals featuring productions of William Shakespeare\'s plays.', '0', '10', '10'); # inserting into linking table for Attracton and Category INSERT INTO Attractioncategory VALUES ('1', '1'), ('2', '2'), ('3', '1'), ('4', '2'), ('5', '1'), ('5', '3'), ('6', '6'), ('7', '1'), ('7', '4'), ('8', '1'), ('8', '8'), ('9', '2'), ('9', '10'), ('10', '5'), ('10', '9'); # inserting comments INSERT INTO Visitorcomment VALUES ('1', 'Y', 'Space needle has such a pretty view of everything. We went around 4pm -630pm and it was perfect. We got to see the day view, the sunset and the evening views of Seattle. ', '2017-01-03', '1', '5', '1'), ('2', 'Y', 'One of Seattle\'s popular landmark Attractions. The space need is where to come if your new to Seattle. It is beautiful 360 observation deck. If your a king county or Washington resident you get a discount. You must come early because it does get busy and the line gets pretty long.', '2016-02-04', '1', '4', '3'), ('3', 'N', 'Does my review count if I haven\'t actually been up to the observation deck of the Space Needle? While we opted not go to all the way up to the top - we couldn\'t visit Seattle and not go and see this iconic structure.* It\'s not my favorite architectural gem but it\'s worth a visit to check out. ', '2014-08-12', '1', '3', '6'), ('4', 'Y', 'Admission prices are $19/pp and they can be purchased ahead of time, at Kiosks outside the Space Needle or online. You can also purchase tickets from the Chihuly Glass Garden and receive a discount if you visit both... and yes, I highly recommend both!!', '2015-10-28', '1', '4', '10'), ('5', 'N', 'This place is a must go to if you\'re in Seattle. However, ticket prices are quite steep for what you actually get to see. Makes sense since they know that tourists are willing to pay to go up the Space Needle no matter how much it is.', '2000-09-16', '1', '3', '2'), ('6', 'N', ' I was drawn by the soon-to-be-gone Star Trek special exhibit, and that was pretty cool. I\'m glad I went and saw that! The Fantasy/Sci-fi/Horror sections (which seem permanent, or at least long term) are pretty underwhelming. There are definitely some cool things in each, but given the price of admission, it\'s just really not that exciting. ', '2016-11-24', '2', '2', '6'), ('7', 'N', 'While beautiful on the outside, I\'m confused as to how the exhibits mesh with one another. ', '2011-06-08', '2', '3', '4'), ('8', 'Y', 'Lots of interesting and unique things in here. First off, the actual architecture of this place is phenomenal and stunning to look at. I guess it just recently changed, so they\'re not just focused on music anymore, but also on movies and video games!', '2013-02-13', '2', '5', '1'), ('9', 'Y', 'This museum was an awesome choice for a rainy day! I especially loved the exhibits on fantasy, sci-fi and horror. They were really well-constructed, to the point where I want to buy the curator a plate of nachos and figure out how they designed it! If you\'re a Star Wars/Middle Earth/Star Trek/horror buff, that level alone is enough to warrant a visit. ', '2016-12-03', '2', '4', '3'), ('10', 'Y', 'As an MMORPG (at least back in the day) and fantasy enthusiast, seeing a giant monster looming over you is a dream come true! David and Goliath, Gandalf and the Balrog, me and the Fremont Troll. Truly the stuff made of legends!', '2014-05-12', '3', '5', '8'), ('11', 'Y', 'I basically love that this piece is so, very Seattle. Parking in this area is difficult, so I wouldn\'t', '2009-03-02', '3', '4', '2'), ('12', 'Y', 'My friend actually found this place online while we were hanging out at Mislead & Co. since it was a few walks down we\'ve decided to check it out. We actually ended up parking at a small lot where the coffee place was located so we didn\'t have to worry about driving on the narrow streets of Troll Ave. ', '2012-11-04', '3', '4', '9'), ('13', 'Y', 'I can only think of positive things to give the Fremont Troll. In Seattle, you definitely have the coolest, most hipster sights and Attractions; the Troll is another great gem. This place can be visited at any time during the day and there will always be traffic, so be ready to wait with your camera.', '2014-05-10', '3', '5', '4'), ('14', 'Y', 'They have the nicest staffs... Even when I do something naughty, I feel like I\'m treated with respect, well maybe cause they saw me there a lot? ', '2015-10-14', '4', '3', '8'), ('15', 'Y', 'I love SAM, and I\'ve seen some really awesome exhibits here. Most recently, I joined the throng of people at one of the last days of the YSL exhibit which was incredible and definitely one of my favorites to date. ', '2016-11-12', '4', '5', '9'), ('16', 'N', 'This is one of the most pretentious art museums in the country and the middling collection is housed in a building that is more of a recycled Saks Fifth Avenue department store than a proper backdrop for art. ', '2014-08-13', '4', '1', '1'), ('17', 'Y', 'Booked both tours with Jake last Saturday and have to say it was a great intro to Pike Place and the city. Jake has passion for his business and the city, readily sharing that with all participants. ', '2016-06-18', '5', '5', '5'), ('18', 'Y', 'Free Walking Tour is a MUST DO when visiting Seattle. Shawn was our tour guide for both and we found him to be very informative and friendly. He added some humor and interesting facts about Seattle.', '2014-04-18', '5', '5', '3'), ('19', 'Y', 'We loved the Seattle 101 tour! We\'ve done free walking tours in Europe and none compared to Jake\'s in terms of his energy and sense of humor. Do this on your first day in Seattle and you\'ll walk away with a solid, customized list of things to do.', '2015-07-28', '5', '5', '10'), ('20', 'N', 'This place is not bad but I would say its more for little children than adults. They have little kiddy ponds and big cartoon-like signs...definitely more for little children to have fun and place with the animals and creature than for adults. ', '2013-09-25', '6', '2', '4'), ('21', 'N', 'Definitely not a good place if you dislike crowds or clueless parents who frequently stop, armed with their battering ram strollers and luggage sized diaper bags.', '2014-11-15', '6', '3', '2'), ('22', 'Y', 'This one is fairly small in comparison to, say, the Monterey aquarium. But I really liked the emphasis on the educational experience and the accessibility of the exhibits to a wide range of ages and sizes.', '2017-01-06', '6', '4', '5'), ('23', 'Y', 'Gas Works Park is pretty unique. It\'s like a clash of rustic steampunk, with an air of dystopian beauty, enmeshed with good ol\' fashion nature. Tall, rusting pipes, layers upon layers of graffiti, and a bay front view, how can one go wrong!', '2013-06-24', '7', '5', '6'), ('24', 'N', 'Oh Gasworks, my childhood playground, what has happened to you? Run down, swampy, full of goose poop, and not a place I feel comfortable being in during the bright hours of daylight, the Gasworks of my youth has been replaced by...sadness.', '2015-04-17', '7', '2', '9'), ('25', 'Y', 'After visiting the troll, my family headed over to Gas Works Park. This park used to be the Seattle Gas Light Company coal gasification plant. You can still see the old plant, although it is fenced so you can\'t go in. Pretty interesting to see this at the park where it\'s filled with beautiful green hills and a gorgeous view of the city.', '2012-05-15', '7', '4', '3'), ('26', 'Y', 'It was an awesome place to be really. I found the vendors were very very friendly the produce was very fresh but also quite pricey!!', '2006-12-07', '8', '4', '7'), ('27', 'Y', 'Can\'t visit Seattle without making a stop to Pike Place! Great variety of goods and produce to check out. From dried fruit stands to jams and juices, it was a fun experience walking up and down the market and checking everything out.', '2004-07-12', '8', '5', '2'), ('28', 'Y', 'I like most farmer\'s markets around the globe, even if just to people watch as I pass up buying the beautiful flowers or pricey produce. I especially like the fact that, although this is a tourist Attraction, locals also hang out here to buy stuff, to listen to a street musician.', '2005-03-19', '8', '4', '5'), ('29', 'Y', 'You just have to go and experience it yourself! Fresh fish, flowers, artisanal treats, and jewelry. Right on the water, in downtown, Pike Place is the ultimate Seattle destination. It\'s very crowded on the weekends but there are some fun finds. ', '2007-04-26', '8', '4', '1'), ('30', 'Y', 'The Pinball Museum takes me back to my childhood days of playing Ms Pacman, Dig Dug, pinball, and a bunch of other games in dark and cool arcades. Ah, good times.', '2012-05-06', '9', '5', '7'), ('31', 'Y', 'After paying the entry fee, there is no additional charge to play the machines. Non-alcoholic refreshments and sweets are available. Other than children, everyone pays the same entry fee.', '2014-03-27', '9', '4', '4'), ('32', 'Y', '15 dollars for all you can play pinball. Over 50 machines and an assortment of other games. What is there not to love?', '2015-07-15', '9', '5', '3'), ('33', 'Y', 'All you can eat pinball for one price!?! Who can say no to that, and for just a couple bucks more you can come and go as you please...all day! Very cool concept and you can even get a good bottle of beer served to you. I need to get back soon!', '2016-12-14', '9', '5', '2'), ('34', 'Y', 'This review refers more to the overall experience I had watching Hamlet in Volunteer Park. The performances were good, the ambience was superb. You could look over the tree line to the waterfront way down away, by the space needle. ', '2015-07-28', '10', '4', '9'), ('35', 'Y', 'Great summer time entertainment! Free Shakespeare in the part - great for families. Bring dinner, relax and watch some great acting!', '2014-08-19', '10', '5', '5'), ('36', 'Y', 'What can be better than a warm summer evening, your favorite people, a soft blanket, the great outdoors, and William Shakespeare?', '2016-06-17', '10', '4', '1'); # end of inserting sample data -- ----------------------------------------------------- -- begin sample queries ( 1 - 7 ) -- ----------------------------------------------------- # Query1 - list attractions having a closing time later than 6pm and open on Tuesdays. # # CREATE OR REPLACE VIEW attractionHours # AS # SELECT attractionID, name, dayOfWeek, openTime, closeTime # FROM Attraction # JOIN bizHour USING (bizHourID); SELECT * FROM attractionHours WHERE closeTime > '18:00' AND FIND_IN_SET('Tue', dayOfWeek); # Query2 - list attractions in Museum cataegory. # Query3 - list all categories which Seattle Pinball Museum belongs to. # # CREATE VIEW categoryTypeForAttractions # AS # SELECT name, Category.description # FROM Attraction # JOIN AttractionCategory USING (attractionID) # JOIN Category USING (categoryID) # ORDER BY attractionID; SELECT * FROM categoryTypeForAttractions WHERE description = 'Museums'; SELECT * FROM categoryTypeForAttractions WHERE name = 'Seattle Pinball Museum'; # Query4 - for each attraction, show # of comments and average star ratings. # # CREATE VIEW averageStarsForAttraction # AS # SELECT name AS attraction, # COUNT(*) AS numOfComments, # ROUND(AVG(starLevelCode)) AS averageStars # FROM Attraction # JOIN VisitorComment USING (attractionID) # JOIN StarLevel USING (starLevelCode) # GROUP BY attractionID; SELECT * FROM averageStarsForAttraction ORDER BY averageStars DESC; # Query5 - show attractions and their hours with star ratings greater than 4. SELECT name, dayOfWeek, openTime, closeTime FROM attractionHours # view WHERE name IN ( SELECT attraction FROM averagestarsforattraction # vew WHERE averageStars > 4 ); # Query6 - for each visitor, show # of comments they wrote and their average star ratings. # # CREATE OR REPLACE VIEW summaryUserRatings # AS # SELECT username, # COUNT(*) AS countOfComments, # AVG(starLevelCode) AS avgRating # FROM Visitor # JOIN VisitorComment USING (visitorID) # GROUP BY visitorID; SELECT * FROM summaryUserRatings ORDER BY avgRating DESC; # Query7 - show attractions and their hours located in Downtown Seattle SELECT name, dayOfWeek, openTime, closeTime FROM attractionHours # view WHERE attractionID IN ( SELECT addressID FROM Address WHERE neighborhood = 'Downtown'); # end of sample queries # end of project 8
-- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Servidor: database:3306 -- Tiempo de generación: 23-09-2019 a las 08:18:17 -- Versión del servidor: 5.7.24 -- Versión de PHP: 7.2.13 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 */; -- -- Volcado de datos para la tabla `advertiser` -- INSERT INTO `advertiser` (`id`, `name`) VALUES (1, 'Agency One'), (2, 'Agency Two'); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `advertiser` -- ALTER TABLE `advertiser` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `advertiser` -- ALTER TABLE `advertiser` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; 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 */;
DROP TABLE `#__ecwidgateway_products`;
-- List genres from db and disp num of shows linked SELECT a.name AS genre, count(b.genre_id) AS number_of_shows FROM tv_genres a JOIN tv_show_genres b ON a.id = b.genre_id GROUP BY b.genre_id ORDER BY number_of_shows DESC;
-- PRIMARY KEY CREATE TABLE const09 ( id NUMBER, name VARCHAR2(30), PRIMARY KEY (id) ); INSERT INTO const09 (id, name) VALUES (null, 'a'); INSERT INTO const09 (id, name) VALUES (1, 'a'); --INSERT INTO const09 (id, name) --VALUES (1, 'b'); commit; SELECT * FROM const09; -- FOREIGN KEY CREATE TABLE const10 ( name VARCHAR2(30), dno NUMBER(2), FOREIGN KEY (dno) REFERENCES const08_dep(dno) ); INSERT INTO const10 VALUES ('a', 10); INSERT INTO const10 VALUES ('b', 50); commit; SELECT * FROM const10; -- PRIMARY KEY, FOREIGN KEY CREATE TABLE const11 ( id NUMBER, name VARCHAR2(30), dno NUMBER(2) NOT NULL, PRIMARY KEY (id), FOREIGN KEY (dno) REFERENCES const08_dep(dno) );
-- -- creattab.sql -- -- This script creates the tables for a airline ticket reservation system -- set TERMOUT on prompt Creating tables. Please wait. -- set TERMOUT off -- -- drop tables for possible pre-existence -- DROP TABLE CUSTOMER; DROP TABLE FLIGHT_RESERVATION; DROP TABLE FLIGHT_LEG; DROP TABLE LEG_INSTANCE; DROP TABLE CREDIT_RATE; DROP TABLE CREDIT_TYPE; DROP TABLE AIRLINE; DROP TABLE AIRPLANE; DROP TABLE AIRPLANE_TYPE; DROP TABLE AIRPORT; DROP TABLE TIMEZONE; DROP TABLE RESERVATION_HISTORY; -- -- table CUSTOMER -- CREATE TABLE CUSTOMER ( SSN NUMBER(9, 0) NOT NULL, First_Name VARCHAR2(20) NOT NULL, Last_Name VARCHAR2(30) NOT NULL, Age NUMBER(3, 0) NOT NULL, Mail_Address VARCHAR2(255) NOT NULL, Phone_Num CHAR(10), Credit_Type CHAR DEFAULT 'F' NOT NULL, PRIMARY KEY (SSN) ); -- -- table RESERVATION_HISTORY -- CREATE TABLE RESERVATION_HISTORY ( CSSN NUMBER(9, 0) NOT NULL, Reservation_Date DATE NOT NULL, Flight_Num CHAR(9) NOT NULL, PRIMARY KEY (CSSN, Reservation_Date) ); -- -- table CREDIT_TYPE -- CREATE TABLE CREDIT_TYPE ( Reservations NUMBER(3) NOT NULL, Credit_Type CHAR NOT NULL, PRIMARY KEY(Reservations) ); -- -- table FLIGHT_RESERVATION -- CREATE TABLE FLIGHT_RESERVATION ( CSSN NUMBER(9, 0) NOT NULL, Reservation_Date DATE NOT NULL, Flight_Num CHAR(9) NOT NULL, Fare NUMBER(7, 2) NOT NULL, PRIMARY KEY (CSSN, Reservation_Date) ); -- -- table CREDIT_RATE -- CREATE TABLE CREDIT_RATE ( Credit_Type CHAR NOT NULL, Discount NUMBER(3, 2) DEFAULT(1.0) NOT NULL, Comments VARCHAR2(255), PRIMARY KEY (Credit_Type) ); -- -- table FLIGHT_LEG -- CREATE TABLE FLIGHT_LEG ( Flight_Num CHAR(9) NOT NULL, Departure_Airport CHAR(128) NOT NULL, Departure_Time CHAR(5) NOT NULL, Arrival_Airport CHAR(128) NOT NULL, Arrival_Time CHAR(5) NOT NULL, Weekday CHAR(4) NOT NULL, PRIMARY KEY (Flight_Num) ); -- -- table LEG_INSTATNCE -- CREATE TABLE LEG_INSTANCE ( Flight_Num CHAR(9) NOT NULL, Flight_Date DATE NOT NULL, Airplane_Id NUMBER(5) NOT NULL, Available_Seats NUMBER(3) NOT NULL, Fare NUMBER(7, 2) NOT NULL, PRIMARY KEY(Flight_Num, Flight_Date) ); -- -- table AIRLINE -- CREATE TABLE AIRLINE ( Flight_Num CHAR(9) NOT NULL, Airline VARCHAR2(128) NOT NULL, PRIMARY KEY (Flight_Num) ); -- -- table AIRPORT -- CREATE TABLE AIRPORT ( Airport_Id NUMBER(5) NOT NULL, Name VARCHAR2(128) NOT NULL, City VARCHAR2(32) NOT NULL, State CHAR(2) NOT NULL, Timezone CHAR(4) NOT NULL, Airport_Level NUMBER(2) NOT NULL, PRIMARY KEY (AIRPORT_ID) ); -- -- table TIMEZONE -- CREATE TABLE TIMEZONE ( Zone CHAR(4) NOT NULL, Difference NUMBER(1) NOT NULL, PRIMARY KEY (Zone) ); -- -- table AIRPLANE -- CREATE TABLE AIRPLANE ( Airplane_Id CHAR(15) NOT NULL, Airplane_Type CHAR(30) NOT NULL, Company VARCHAR2(128) NOT NULL, PRIMARY KEY(Airplane_Id) ); -- -- table AIRPLANE_TYPE -- CREATE TABLE AIRPLANE_TYPE ( Airplane_Type CHAR(30) NOT NULL, Airport_Level NUMBER(2) NOT NULL, Num_Seats NUMBER(3) NOT NULL, PRIMARY KEY (Airplane_Type) ); COMMIT;
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Aug 13, 2020 at 09:16 PM -- Server version: 5.7.24 -- PHP Version: 7.4.9 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: `mysql-file` -- -- -------------------------------------------------------- -- -- Table structure for table `governorates` -- CREATE TABLE `governorates` ( `id` int(11) NOT NULL, `governorates` varchar(90) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `governorates` -- INSERT INTO `governorates` (`id`, `governorates`) VALUES (1, 'القاهرة'), (2, 'الجيزة'), (3, 'الأسكندرية'), (4, 'الدقهلية'), (5, 'البحر الأحمر'), (6, 'البحيرة'), (7, 'الفيوم'), (8, 'الغربية'), (9, 'الإسماعلية'), (10, 'المنوفية'), (11, 'المنيا'), (12, 'القليوبية'), (13, 'الوادي الجديد'), (14, 'السويس'), (15, 'اسوان'), (16, 'اسيوط'), (17, 'بني سويف'), (18, 'بورسعيد'), (19, 'دمياط'), (20, 'الشرقية'), (21, 'جنوب سيناء'), (22, 'كفر الشيخ'), (23, 'مطروح'), (24, 'الأقصر'), (25, 'قنا'), (26, 'شمال سيناء'), (27, 'سوهاج'); -- -------------------------------------------------------- -- -- Table structure for table `military` -- CREATE TABLE `military` ( `id` int(11) NOT NULL, `center` varchar(90) NOT NULL, `governorate_id` int(11) NOT NULL, `military` varchar(90) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `military` -- INSERT INTO `military` (`id`, `center`, `governorate_id`, `military`) VALUES (1, 'قسم الأزبكية', 1, 'القاهرة'), (2, 'قسم الجمالية', 1, 'القاهرة'), (3, 'قسم الخليفة', 1, 'القاهرة'), (4, 'قسم الدرب الأحمر', 1, 'القاهرة'), (5, 'قسم الزيتون ', 1, 'القاهرة'), (6, 'قسم الساحل', 1, 'القاهرة'), (7, 'قسم السيدة زينب', 1, 'القاهرة'), (8, 'قسم الظاهر', 1, 'القاهرة'), (9, 'قسم المطرية', 1, 'القاهرة'), (10, 'قسم المعادي', 1, 'القاهرة'), (11, 'قسم الموسكي', 1, 'القاهرة'), (12, 'قسم الوايلي', 1, 'القاهرة'), (13, 'قسم باب الشعرية', 1, 'القاهرة'), (14, 'قسم بولاق أبو العلا', 1, 'القاهرة'), (15, 'قسم حلوان', 1, 'القاهرة'), (16, 'قسم روض الفرج', 1, 'القاهرة'), (17, 'قسم شبرا مصر', 1, 'القاهرة'), (18, 'قسم عابدين', 1, 'القاهرة'), (19, 'قسم قصر النيل', 1, 'القاهرة'), (20, 'قسم مصر الجديدة', 1, 'القاهرة'), (21, 'قسم مصر القديمة', 1, 'القاهرة'), (22, 'قسم النزهة', 1, 'القاهرة'), (23, 'قسم حدائق القبة', 1, 'القاهرة'), (24, 'قسم مدينة نصر', 1, 'القاهرة'), (25, 'قسم التبين', 1, 'القاهرة'), (26, 'قسم الشرابية', 1, 'القاهرة'), (27, 'قسم عين شمس', 1, 'القاهرة'), (28, 'قسم الزاوية الحمراء', 1, 'القاهرة'), (29, 'قسم السلام', 1, 'القاهرة'), (30, 'قسم الزمالك', 1, 'القاهرة'), (31, 'قسم منشية ناصر', 1, 'القاهرة'), (32, 'قسم البساتين', 1, 'القاهرة'), (33, 'قسم 15-مايو', 1, 'القاهرة'), (34, 'قسم طرة المعادي', 1, 'القاهرة'), (35, 'قسم ثان مدينة نصر', 1, 'القاهرة'), (36, 'قسم المرج', 1, 'القاهرة'), (37, 'قسم القاهرة الجديدة', 1, 'القاهرة'), (38, 'قسم مدينة الأمل', 1, 'القاهرة'), (39, 'قسم مدينة بدر', 1, 'القاهرة'), (40, 'مركز الشروق', 1, 'القاهرة'), (41, 'قسم التجمع الأول', 1, 'القاهرة'), (42, 'قسم أول القاهرة الجديدة', 1, 'القاهرة'), (43, 'قسم ثان القاهرة الجديدة', 1, 'القاهرة'), (44, 'قسم ثالث القاهرة', 1, 'القاهرة'), (45, 'مركز البدرشين', 2, 'الجيزة'), (46, 'مركز الجيزة', 2, 'الجيزة'), (47, 'قسم الشيخ زايد', 2, 'الجيزة'), (48, 'قسم الصف', 2, 'الجيزة'), (49, 'مركز العياط', 2, 'الجيزة'), (50, 'قسم الواحات البحرية', 2, 'الجيزة'), (51, 'قسم امبابة', 2, 'الجيزة'), (52, 'قسم الجيزة', 2, 'الجيزة'), (53, 'قسم الدقي', 2, 'الجيزة'), (54, 'قسم الأهرام', 2, 'الجيزة'), (55, 'قسم امبابة', 2, 'الجيزة'), (56, 'قسم العجوزة', 2, 'الجيزة'), (57, 'قسم بولاق الدكرور', 2, 'الجيزة'), (58, 'مركز الحوامدية', 2, 'الجيزة'), (59, 'مركز اوسيم', 2, 'الجيزة'), (60, 'مركز اطفيح', 2, 'الجيزة'), (61, 'قسم 06-أكتوبر', 2, 'الجيزة'), (62, 'قسم العمرانية', 2, 'الجيزة'), (63, 'قسم وراق الحضر', 2, 'الجيزة'), (64, 'مركز الشيخ زايد', 2, 'الجيزة'), (65, 'مركز كرداسة ', 2, 'الجيزة'), (66, 'قسم أول 6 اكتوبر', 2, 'الجيزة'), (67, 'قسم ثان 6 اكتوبر', 2, 'الجيزة'), (68, 'قسم الجمرك', 3, 'الأسكندرية'), (69, 'قسم الدخيلة', 3, 'الأسكندرية'), (70, 'قسم الرمل', 3, 'الأسكندرية'), (71, 'قسم العطارين', 3, 'الأسكندرية'), (72, 'قسم اللبان', 3, 'الأسكندرية'), (73, 'قسم المنتزه', 3, 'الأسكندرية'), (74, 'قسم المنشية', 3, 'الأسكندرية'), (75, 'قسم باب شرق', 3, 'الأسكندرية'), (76, 'قسم برج العرب', 3, 'الأسكندرية'), (77, 'قسم كرموز', 3, 'الأسكندرية'), (78, 'قسم محرم بك', 3, 'الأسكندرية'), (79, 'قسم مينا البصل', 3, 'الأسكندرية'), (80, 'قسم العامرية', 3, 'الأسكندرية'), (81, 'قسم ميناء الأسكندرية', 3, 'الأسكندرية'), (82, 'قسم سيدي جابر', 3, 'الأسكندرية'), (83, 'قسم غربال', 3, 'الأسكندرية'), (84, 'قسم أول الرمل', 3, 'الأسكندرية'), (85, 'قسم ثان الرمل', 3, 'الأسكندرية'), (86, 'مركز اجا', 4, 'المنصورة'), (87, 'مركز السنبلاوين', 4, 'المنصورة'), (88, 'مركز المنزلة', 4, 'المنصورة'), (89, 'مركز المنصورة', 4, 'المنصورة'), (90, 'قسم أول منصورة', 4, 'المنصورة'), (91, 'مركز بلقاس', 4, 'المنصورة'), (92, 'قسم ثان المنصورة ', 4, 'المنصورة'), (93, 'مركز دكرنس', 4, 'المنصورة'), (94, 'مركز شربين', 4, 'المنصورة'), (95, 'مركز طلخا', 4, 'المنصورة'), (96, 'مركز ميت غمر', 4, 'المنصورة'), (97, 'قسم المطرية ', 4, 'المنصورة'), (98, 'قسم ميت غمر', 4, 'المنصورة'), (99, 'مركز منية النصر', 4, 'المنصورة'), (100, 'مركز الجمالية', 4, 'المنصورة'), (101, 'مركز تمي الأمديد', 4, 'المنصورة'), (102, 'مركز بطرة', 4, 'المنصورة'), (103, 'مركز ميت سلسيل', 4, 'المنصورة'), (104, 'مركز بني عبيد', 4, 'المنصورة'), (105, 'مركز محلة دمنة', 4, 'المنصورة'), (106, 'مركز جمصة', 4, 'المنصورة'), (107, 'مركز نبروه', 4, 'المنصورة'), (108, 'قسم الغرقة', 5, 'قنا'), (109, 'مركز القصير', 5, 'قنا'), (110, 'مركز سفاجا', 5, 'قنا'), (111, 'قسم رأس غارب', 5, 'قنا'), (112, 'قسم مرسى علم', 5, 'قنا'), (113, 'قسم الشلاتين', 5, 'قنا'), (114, 'قسم حلايب', 5, 'قنا'), (115, 'قسم أول الغردقة', 5, 'قنا'), (116, 'قسم ثان الغردقة', 5, 'قنا'), (117, 'مركز أبو المطامير', 6, 'الأسكندرية'), (118, 'مركز أبو حمص', 6, 'الأسكندرية'), (119, 'مركز الدلنجات', 6, 'الأسكندرية'), (120, 'مركز المحمودية', 6, 'الأسكندرية'), (121, 'مركز ايتاي البارود', 6, 'الأسكندرية'), (122, 'مركز حوش عيسى', 6, 'الأسكندرية'), (123, 'قسم دمنهور', 6, 'الأسكندرية'), (124, 'مركز دمنهور', 6, 'الأسكندرية'), (125, 'مركز رشيد', 6, 'الأسكندرية'), (126, 'مركز شبراخيت', 6, 'الأسكندرية'), (127, 'مركز كفر الدوار', 6, 'الأسكندرية'), (128, 'مركز كوم حمادة', 6, 'الأسكندرية'), (129, 'مركز وادي النطرون', 6, 'الأسكندرية'), (130, 'قسم كفر الدوار', 6, 'الأسكندرية'), (131, 'مركز الرحمانية', 6, 'الأسكندرية'), (132, 'مركز ادكو', 6, 'الأسكندرية'), (133, 'مركز بدر', 6, 'الأسكندرية'), (134, 'قسم غرب النوبارية ', 6, 'الأسكندرية'), (135, 'مركز ابشواى', 7, 'الجيزة'), (136, 'مركز اطسا', 7, 'الجيزة'), (137, 'قسم الفيوم', 7, 'الجيزة'), (138, 'مركز الفيوم', 7, 'الجيزة'), (139, 'مركز سنورس', 7, 'الجيزة'), (140, 'مركز طامية', 7, 'الجيزة'), (141, 'مركز يوسف الصديق', 7, 'الجيزة'), (142, 'مركز السنطة', 8, 'طنطا'), (143, 'قسم أول المحلة', 8, 'طنطا'), (144, 'مركز المحلة وبشبيش', 8, 'طنطا'), (145, 'قسم أول طنطا', 8, 'طنطا'), (146, 'مركز بسيون', 8, 'طنطا'), (147, 'قسم ثان طنطا', 8, 'طنطا'), (148, 'مركز زفتى', 8, 'طنطا'), (149, 'مركز سمنود', 8, 'طنطا'), (150, 'مركز طنطا ومحلة مرحوم', 8, 'طنطا'), (151, 'مركز قطور', 8, 'طنطا'), (152, 'مركز كفر الزيات', 8, 'طنطا'), (153, 'قسم ثان المحلة', 8, 'طنطا'), (154, 'قسم الإسماعلية', 9, 'الزقازيق'), (155, 'مركز الإسماعيلية', 9, 'الزقازيق'), (156, 'قسم القنطرة شرق', 9, 'الزقازيق'), (157, 'قسم القنطرة غرب', 9, 'الزقازيق'), (158, 'مركز التل الكبير', 9, 'الزقازيق'), (159, 'مركز فايد', 9, 'الزقازيق'), (160, 'قسم ثان الإسماعيلية ', 9, 'الزقازيق'), (161, 'قسم ثالث الإسماعيلية', 9, 'الزقازيق'), (162, 'مركز أشمون', 10, 'طنطا'), (163, 'مركز الباجور', 10, 'طنطا'), (164, 'مركز الشهداء', 10, 'طنطا'), (165, 'مركز تلا', 10, 'طنطا'), (166, 'قسم شبين الكوم', 10, 'طنطا'), (167, 'مركز شبين الكوم', 10, 'طنطا'), (168, 'مركز قويسنا', 10, 'طنطا'), (169, 'مركز منوف', 10, 'طنطا'), (170, 'مركز بركة السبع', 10, 'طنطا'), (171, 'مركز سرس الليان', 10, 'طنطا'), (172, 'قسم السادات', 10, 'طنطا'), (173, 'قسم منوف', 10, 'طنطا'), (174, 'مركز أبو قرقاص', 11, 'المنيا'), (175, 'مركز العدوة', 11, 'المنيا'), (176, 'قسم المنيا', 11, 'المنيا'), (177, 'مركز المنيا', 11, 'المنيا'), (178, 'مركز بني مزار', 11, 'المنيا'), (179, 'مركز دير مواس', 11, 'المنيا'), (180, 'مركز سمالوط', 11, 'المنيا'), (181, 'مركز مطاي', 11, 'المنيا'), (182, 'مركز مغاغة', 11, 'المنيا'), (183, 'قسم ملوي', 11, 'المنيا'), (184, 'مركز ملوي', 11, 'المنيا'), (185, 'قسم المنيا', 11, 'المنيا'), (186, 'قسم مدينة المنيا الجديدة', 11, 'المنيا'), (187, 'مركز الخانكة ', 12, 'القاهرة'), (188, 'قسم بنها', 12, 'القاهرة'), (189, 'مركز بنها', 12, 'القاهرة'), (190, 'مركز شبرا الخيمة', 12, 'القاهرة'), (191, 'مركز شبين القناطر', 12, 'القاهرة'), (192, 'مركز طوخ وبرشوم المحلة', 12, 'القاهرة'), (193, 'مركز قليوب', 12, 'القاهرة'), (194, 'مركز القناطر الخيرية', 12, 'القاهرة'), (195, 'مركز كفر شكر', 12, 'القاهرة'), (196, 'قسم ثان شبرا الخيمة', 12, 'القاهرة'), (197, 'قسم قليوب', 12, 'القاهرة'), (198, 'قسم العبور', 12, 'القاهرة'), (199, 'قسم قها', 12, 'القاهرة'), (200, 'قسم الخانكة', 12, 'القاهرة'), (201, 'قسم الواحات الخارجة ', 13, 'أسيوط'), (202, 'قسم الواحات الداخلة', 13, 'أسيوط'), (203, 'مركز الفرافرة', 13, 'أسيوط'), (204, 'قسم باريس', 13, 'أسيوط'), (205, 'قسم عتاقة', 14, 'الزقازيق'), (206, 'قسم السويس', 14, 'الزقازيق'), (207, 'قسم الأربعين', 14, 'الزقازيق'), (208, 'قسم ميناء السويس', 14, 'الزقازيق'), (209, 'قسم فيصل', 14, 'الزقازيق'), (210, 'قسم الجناين', 14, 'الزقازيق'), (211, 'مركز ادفو', 15, 'قنا'), (212, 'قسم أسوان', 15, 'قنا'), (213, 'مركز أسوان', 15, 'قنا'), (214, 'مركز حاجر أسوان', 15, 'قنا'), (215, 'مركز نصر النوبة', 15, 'قنا'), (216, 'مركز كوم أمبو', 15, 'قنا'), (217, 'قسم حدود أسوان', 15, 'قنا'), (218, 'مركز دراو', 15, 'قنا'), (219, 'مركز أبو سمبل', 15, 'قنا'), (220, 'قسم أول أسوان', 15, 'قنا'), (221, 'قسم ثان أسوان', 15, 'قنا'), (222, 'مركز أبنوب', 16, 'أسيوط'), (223, 'مركز أبو تيج', 16, 'أسيوط'), (224, 'مركز أسيوط', 16, 'أسيوط'), (225, 'مركز البداري', 16, 'أسيوط'), (226, 'مركز القوصية', 16, 'أسيوط'), (227, 'قسم أول اسيوط', 16, 'أسيوط'), (228, 'قسم ثان أسيوط', 16, 'أسيوط'), (229, 'مركز ديروط', 16, 'أسيوط'), (230, 'مركز صدفا', 16, 'أسيوط'), (231, 'مركز منفلوط', 16, 'أسيوط'), (232, 'مركز الغنايم', 16, 'أسيوط'), (233, 'مركز ساحل سليم', 16, 'أسيوط'), (234, 'مركز الفتح', 16, 'أسيوط'), (235, 'مركز الفشن', 17, 'المنيا'), (236, 'مركز الواسطى', 17, 'المنيا'), (237, 'مركز اهناسيا', 17, 'المنيا'), (238, 'مركز ببا', 17, 'المنيا'), (239, 'قسم بني سويف', 17, 'المنيا'), (240, 'مركز بني سويف', 17, 'المنيا'), (241, 'مركز ناصر', 17, 'المنيا'), (242, 'مركز سمسطا', 17, 'المنيا'), (243, 'مركز بني سويف الجديدة', 17, 'المنيا'), (244, 'قسم الشرق', 18, 'الزقازيق'), (245, 'قسم العرب', 18, 'الزقازيق'), (246, 'قسم المناخ', 18, 'الزقازيق'), (247, 'قسم بور فؤاد', 18, 'الزقازيق'), (248, 'قسم ضواحي بور سعيد', 18, 'الزقازيق'), (249, 'مركز الزهور', 18, 'الزقازيق'), (250, 'قسم الجنوب', 18, 'الزقازيق'), (251, 'قسم ثان بور فؤاد', 18, 'الزقازيق'), (252, 'قسم مبارك', 18, 'الزقازيق'), (253, 'قسم المناصرة', 18, 'الزقازيق'), (254, 'قسم ثان الجنوب', 18, 'الزقازيق'), (255, 'قسم دمياط', 19, 'المنصورة'), (256, 'مركز دمياط', 19, 'المنصورة'), (257, 'مركز فارسكور', 19, 'المنصورة'), (258, 'مركز كفر سعد', 19, 'المنصورة'), (259, 'مركز الزرقا', 19, 'المنصورة'), (260, 'قسم رأس البر', 19, 'المنصورة'), (261, 'قسم دمياط الجديدة', 19, 'المنصورة'), (262, 'مركز أبو حماد', 20, 'الزقازيق'), (263, 'مركز أبو كبير', 20, 'الزقازيق'), (264, 'مركز الحسينية', 20, 'الزقازيق'), (265, 'قسم أول الزقازيق', 20, 'الزقازيق'), (266, 'مركز الزقازيق', 20, 'الزقازيق'), (267, 'مركز بلبيس', 20, 'الزقازيق'), (268, 'مركز ديرب نجم', 20, 'الزقازيق'), (269, 'مركز فاقوس', 20, 'الزقازيق'), (270, 'مركز كفر صقر', 20, 'الزقازيق'), (271, 'مركز منيا القمح', 20, 'الزقازيق'), (272, 'مركز ههيا', 20, 'الزقازيق'), (273, 'قسم ثان الزقازيق', 20, 'الزقازيق'), (274, 'مركز مشتول السوق', 20, 'الزقازيق'), (275, 'مركز الإبراهيمية', 20, 'الزقازيق'), (276, 'مركز القنايات', 20, 'الزقازيق'), (277, 'مركز أولاد صقر', 20, 'الزقازيق'), (278, 'قسم العاشر من رمضان', 20, 'الزقازيق'), (279, 'مركز القرين', 20, 'الزقازيق'), (280, 'قسم فاقوس', 20, 'الزقازيق'), (281, 'قسم الصالحية الجديدة', 20, 'الزقازيق'), (282, 'قسم ثان العاشر من رمضان', 20, 'الزقازيق'), (283, 'قسم الشط (راس سدر)', 21, 'الزقازيق'), (284, 'قسم الطور', 21, 'الزقازيق'), (285, 'مركز أبو زنيمة', 21, 'الزقازيق'), (286, 'قسم نويبع', 21, 'الزقازيق'), (287, 'قسم دهب', 21, 'الزقازيق'), (288, 'قسم شرم الشيخ', 21, 'الزقازيق'), (289, 'قسم سانت كاترين', 21, 'الزقازيق'), (290, 'قسم أبو زنيمة', 21, 'الزقازيق'), (291, 'قسم طابا', 21, 'الزقازيق'), (292, 'مركز البرلس', 22, 'المنصورة'), (293, 'مركز بيلا', 22, 'المنصورة'), (294, 'مركز دسوق', 22, 'المنصورة'), (295, 'قسم سيدي سالم ', 22, 'المنصورة'), (296, 'مركز فوة', 22, 'المنصورة'), (297, 'مركز قلين', 22, 'المنصورة'), (298, 'قسم كفر الشيخ', 22, 'المنصورة'), (299, 'مركز كفر الشيخ', 22, 'المنصورة'), (300, 'مركز مطوبس', 22, 'المنصورة'), (301, 'مركز الحامول', 22, 'المنصورة'), (302, 'مركز الرياض', 22, 'المنصورة'), (303, 'مركز دسوق', 22, 'المنصورة'), (304, 'قسم الحمام', 23, 'الأسكندرية'), (305, 'قسم السلوم', 23, 'الأسكندرية'), (306, 'قسم الضبعة', 23, 'الأسكندرية'), (307, 'قسم سيدي براني', 23, 'الأسكندرية'), (308, 'قسم سيوة', 23, 'الأسكندرية'), (309, 'قسم مطروح', 23, 'الأسكندرية'), (310, 'قسم مارينا', 23, 'الأسكندرية'), (311, 'مركز أرمنت', 24, 'قنا'), (312, 'مركز إسنا', 24, 'قنا'), (313, 'مركز الأقصر', 24, 'قنا'), (314, 'قسم الأقصر', 24, 'قنا'), (315, 'قسم طيبة', 24, 'قنا'), (316, 'مركز القرنة', 24, 'قنا'), (317, 'مركز أبو تشت', 25, 'قنا'), (318, 'مركز دشنا', 25, 'قنا'), (319, 'قسم قنا', 25, 'قنا'), (320, 'مركز قنا', 25, 'قنا'), (321, 'مركز قوص', 25, 'قنا'), (322, 'مركز نجع حمادي', 25, 'قنا'), (323, 'مركز نقادة', 25, 'قنا'), (324, 'مركز فرشوط', 25, 'قنا'), (325, 'مركز قفط', 25, 'قنا'), (326, 'قسم الوقف', 25, 'قنا'), (327, 'قسم ثان العريش', 26, 'الزقازيق'), (328, 'قسم بير العبد', 26, 'الزقازيق'), (329, 'مركز نخل', 26, 'الزقازيق'), (330, 'قسم رفح', 26, 'الزقازيق'), (331, 'قسم أول العريش', 26, 'الزقازيق'), (332, 'قسم ثالث العريش', 26, 'الزقازيق'), (333, 'قسم رمانة', 26, 'الزقازيق'), (334, 'قسم رابع العريش', 26, 'الزقازيق'), (335, 'مركز اخميم', 27, 'أسيوط'), (336, 'مركز البلينا', 27, 'أسيوط'), (337, 'مركز المراغة', 27, 'أسيوط'), (338, 'مركز المنشاة', 27, 'أسيوط'), (339, 'مركز دار السلام ', 27, 'أسيوط'), (340, 'مركز جرجا', 27, 'أسيوط'), (341, 'مركز ساقلته', 27, 'أسيوط'), (342, 'قسم سوهاج', 27, 'أسيوط'), (343, 'مركز سوهاج', 27, 'أسيوط'), (344, 'مركز طما', 27, 'أسيوط'), (345, 'مركز طهطا', 27, 'أسيوط'), (346, 'مركز جهينة الغربية', 27, 'أسيوط'), (347, 'قسم ثان سوهاج', 27, 'أسيوط'), (348, 'قسم جرجا', 27, 'أسيوط'), (349, 'قسم طهطا', 27, 'أسيوط'), (350, 'قسم الكوثر', 27, 'أسيوط'), (351, 'مركز العسيرات', 27, 'أسيوط'); -- -------------------------------------------------------- -- -- Table structure for table `police_stations` -- CREATE TABLE `police_stations` ( `id` int(11) NOT NULL, `station` varchar(90) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `police_stations` -- INSERT INTO `police_stations` (`id`, `station`) VALUES (1, 'قسم الإسماعلية'), (2, 'مركز الإسماعيلية'), (3, 'قسم القنطرة شرق'), (4, 'قسم القنطرة غرب'), (5, 'مركز التل الكبير'), (6, 'مركز فايد'), (7, 'قسم ثان الإسماعيلية '), (8, 'قسم ثالث الإسماعيلية'), (9, 'قسم الجمرك'), (10, 'قسم الدخيلة'), (11, 'قسم الرمل'), (12, 'قسم العطارين'), (13, 'قسم اللبان'), (14, 'قسم المنتزه ثالث'), (15, 'قسم المنتزه أول'), (16, 'قسم المنتزه ثاني'), (17, 'قسم المنشية'), (18, 'قسم باب شرق'), (19, 'قسم برج العرب'), (20, 'قسم كرموز'), (21, 'قسم محرم بك'), (22, 'قسم مينا البصل'), (23, 'قسم العامرية'), (24, 'قسم ميناء الأسكندرية'), (25, 'قسم سيدي جابر'), (26, 'قسم غربال'), (27, 'قسم أول الرمل'), (28, 'قسم ثان الرمل'), (29, 'مركز أرمنت'), (30, 'مركز إسنا'), (31, 'مركز الأقصر'), (32, 'قسم الأقصر'), (33, 'قسم طيبة'), (34, 'مركز القرنة'), (35, 'قسم الغرقة'), (36, 'مركز القصير'), (37, 'مركز سفاجا'), (38, 'قسم رأس غارب'), (39, 'قسم مرسى علم'), (40, 'قسم الشلاتين'), (41, 'قسم حلايب'), (42, 'قسم أول الغردقة'), (43, 'قسم ثان الغردقة'), (44, 'مركز أبو المطامير'), (45, 'مركز أبو حمص'), (46, 'مركز الدلنجات'), (47, 'مركز المحمودية'), (48, 'مركز ايتاي البارود'), (49, 'مركز حوش عيسى'), (50, 'قسم دمنهور'), (51, 'مركز دمنهور'), (52, 'مركز رشيد'), (53, 'مركز شبراخيت'), (54, 'مركز كفر الدوار'), (55, 'مركز كوم حمادة'), (56, 'مركز وادي النطرون'), (57, 'قسم كفر الدوار'), (58, 'مركز الرحمانية'), (59, 'مركز ادكو'), (60, 'مركز بدر'), (61, 'قسم غرب النوبارية '), (62, 'مركز البدرشين'), (63, 'مركز الجيزة'), (64, 'قسم الشيخ زايد'), (65, 'قسم الصف'), (66, 'مركز العياط'), (67, 'قسم الواحات البحرية'), (68, 'قسم امبابة'), (69, 'قسم الجيزة'), (70, 'قسم الدقي'), (71, 'قسم الأهرام'), (72, 'قسم امبابة'), (73, 'قسم العجوزة'), (74, 'قسم بولاق الدكرور'), (75, 'مركز الحوامدية'), (76, 'مركز اوسيم'), (77, 'مركز اطفيح'), (78, 'قسم 06-أكتوبر'), (79, 'قسم العمرانية'), (80, 'قسم وراق الحضر'), (81, 'مركز الشيخ زايد'), (82, 'مركز كرداسة '), (83, 'قسم أول 6 اكتوبر'), (84, 'قسم ثان 6 اكتوبر'), (85, 'مركز اجا'), (86, 'مركز السنبلاوين'), (87, 'مركز المنزلة'), (88, 'مركز المنصورة'), (89, 'قسم أول منصورة'), (90, 'مركز بلقاس'), (91, 'قسم ثان المنصورة '), (92, 'مركز دكرنس'), (93, 'مركز شربين'), (94, 'مركز طلخا'), (95, 'مركز ميت غمر'), (96, 'قسم المطرية '), (97, 'قسم ميت غمر'), (98, 'مركز منية النصر'), (99, 'مركز الجمالية'), (100, 'مركز تمي الأمديد'), (101, 'مركز بطرة'), (102, 'مركز ميت سلسيل'), (103, 'مركز بني عبيد'), (104, 'مركز محلة دمنة'), (105, 'مركز جمصة'), (106, 'مركز نبروه'), (107, 'قسم عتاقة'), (108, 'قسم السويس'), (109, 'قسم الأربعين'), (110, 'قسم ميناء السويس'), (111, 'قسم فيصل'), (112, 'قسم الجناين'), (113, 'مركز أبو حماد'), (114, 'مركز أبو كبير'), (115, 'مركز الحسينية'), (116, 'قسم أول الزقازيق'), (117, 'مركز الزقازيق'), (118, 'مركز بلبيس'), (119, 'مركز ديرب نجم'), (120, 'مركز فاقوس'), (121, 'مركز كفر صقر'), (122, 'مركز منيا القمح'), (123, 'مركز ههيا'), (124, 'قسم ثان الزقازيق'), (125, 'مركز مشتول السوق'), (126, 'مركز الإبراهيمية'), (127, 'مركز القنايات'), (128, 'مركز أولاد صقر'), (129, 'قسم العاشر من رمضان'), (130, 'مركز القرين'), (131, 'قسم فاقوس'), (132, 'قسم الصالحية الجديدة'), (133, 'قسم ثان العاشر من رمضان'), (134, 'مركز السنطة'), (135, 'قسم أول المحلة'), (136, 'مركز المحلة وبشبيش'), (137, 'قسم أول طنطا'), (138, 'مركز بسيون'), (139, 'قسم ثان طنطا'), (140, 'مركز زفتى'), (141, 'مركز سمنود'), (142, 'مركز طنطا ومحلة مرحوم'), (143, 'مركز قطور'), (144, 'مركز كفر الزيات'), (145, 'قسم ثان المحلة'), (146, 'مركز ابشواى'), (147, 'مركز اطسا'), (148, 'قسم الفيوم'), (149, 'مركز الفيوم'), (150, 'مركز سنورس'), (151, 'مركز طامية'), (152, 'مركز يوسف الصديق'), (153, 'قسم الأزبكية'), (154, 'قسم الجمالية'), (155, 'قسم الخليفة'), (156, 'قسم الدرب الأحمر'), (157, 'قسم الزيتون '), (158, 'قسم الساحل'), (159, 'قسم السيدة زينب'), (160, 'قسم الظاهر'), (161, 'قسم المطرية'), (162, 'قسم المعادي'), (163, 'قسم الموسكي'), (164, 'قسم الوايلي'), (165, 'قسم باب الشعرية'), (166, 'قسم بولاق أبو العلا'), (167, 'قسم حلوان'), (168, 'قسم روض الفرج'), (169, 'قسم شبرا مصر'), (170, 'قسم عابدين'), (171, 'قسم قصر النيل'), (172, 'قسم مصر الجديدة'), (173, 'قسم مصر القديمة'), (174, 'قسم النزهة'), (175, 'قسم حدائق القبة'), (176, 'قسم مدينة نصر'), (177, 'قسم التبين'), (178, 'قسم الشرابية'), (179, 'قسم عين شمس'), (180, 'قسم الزاوية الحمراء'), (181, 'قسم السلام'), (182, 'قسم الزمالك'), (183, 'قسم منشية ناصر'), (184, 'قسم البساتين'), (185, 'قسم 15-مايو'), (186, 'قسم طرة المعادي'), (187, 'قسم ثان مدينة نصر'), (188, 'قسم المرج'), (189, 'قسم القاهرة الجديدة'), (190, 'قسم مدينة الأمل'), (191, 'قسم مدينة بدر'), (192, 'مركز الشروق'), (193, 'قسم التجمع الأول'), (194, 'قسم أول القاهرة الجديدة'), (195, 'قسم ثان القاهرة الجديدة'), (196, 'قسم ثالث القاهرة'), (197, 'مركز الخانكة '), (198, 'قسم بنها'), (199, 'مركز بنها'), (200, 'مركز شبرا الخيمة'), (201, 'مركز شبين القناطر'), (202, 'مركز طوخ وبرشوم المحلة'), (203, 'مركز قليوب'), (204, 'مركز القناطر الخيرية'), (205, 'مركز كفر شكر'), (206, 'قسم ثان شبرا الخيمة'), (207, 'قسم قليوب'), (208, 'قسم العبور'), (209, 'قسم قها'), (210, 'قسم الخانكة'), (211, 'مركز أشمون'), (212, 'مركز الباجور'), (213, 'مركز الشهداء'), (214, 'مركز تلا'), (215, 'قسم شبين الكوم'), (216, 'مركز شبين الكوم'), (217, 'مركز قويسنا'), (218, 'مركز منوف'), (219, 'مركز بركة السبع'), (220, 'مركز سرس الليان'), (221, 'قسم السادات'), (222, 'قسم منوف'), (223, 'مركز أبو قرقاص'), (224, 'مركز العدوة'), (225, 'قسم المنيا'), (226, 'مركز المنيا'), (227, 'مركز بني مزار'), (228, 'مركز دير مواس'), (229, 'مركز سمالوط'), (230, 'مركز مطاي'), (231, 'مركز مغاغة'), (232, 'قسم ملوي'), (233, 'مركز ملوي'), (234, 'قسم المنيا'), (235, 'قسم مدينة المنيا الجديدة'), (236, 'قسم الواحات الخارجة '), (237, 'قسم الواحات الداخلة'), (238, 'مركز الفرافرة'), (239, 'قسم باريس'), (240, 'مركز ادفو'), (241, 'قسم أسوان'), (242, 'مركز أسوان'), (243, 'مركز حاجر أسوان'), (244, 'مركز نصر النوبة'), (245, 'مركز كوم أمبو'), (246, 'قسم حدود أسوان'), (247, 'مركز دراو'), (248, 'مركز أبو سمبل'), (249, 'قسم أول أسوان'), (250, 'قسم ثان أسوان'), (251, 'مركز أبنوب'), (252, 'مركز أبو تيج'), (253, 'مركز أسيوط'), (254, 'مركز البداري'), (255, 'مركز القوصية'), (256, 'قسم أول اسيوط'), (257, 'قسم ثان أسيوط'), (258, 'مركز ديروط'), (259, 'مركز صدفا'), (260, 'مركز منفلوط'), (261, 'مركز الغنايم'), (262, 'مركز ساحل سليم'), (263, 'مركز الفتح'), (264, 'مركز الفشن'), (265, 'مركز الواسطى'), (266, 'مركز اهناسيا'), (267, 'مركز ببا'), (268, 'قسم بني سويف'), (269, 'مركز بني سويف'), (270, 'مركز ناصر'), (271, 'مركز سمسطا'), (272, 'مركز بني سويف الجديدة'), (273, 'قسم الشرق'), (274, 'قسم العرب'), (275, 'قسم المناخ'), (276, 'قسم بور فؤاد'), (277, 'قسم ضواحي بور سعيد'), (278, 'مركز الزهور'), (279, 'قسم الجنوب'), (280, 'قسم ثان بور فؤاد'), (281, 'قسم مبارك'), (282, 'قسم المناصرة'), (283, 'قسم ثان الجنوب'), (284, 'قسم الشط (راس سدر)'), (285, 'قسم الطور'), (286, 'مركز أبو زنيمة'), (287, 'قسم نويبع'), (288, 'قسم دهب'), (289, 'قسم شرم الشيخ'), (290, 'قسم سانت كاترين'), (291, 'قسم أبو زنيمة'), (292, 'قسم طابا'), (293, 'قسم دمياط'), (294, 'مركز دمياط'), (295, 'مركز فارسكور'), (296, 'مركز كفر سعد'), (297, 'مركز الزرقا'), (298, 'قسم رأس البر'), (299, 'قسم دمياط الجديدة'), (300, 'مركز اخميم'), (301, 'مركز البلينا'), (302, 'مركز المراغة'), (303, 'مركز المنشاة'), (304, 'مركز دار السلام '), (305, 'مركز جرجا'), (306, 'مركز ساقلته'), (307, 'قسم سوهاج'), (308, 'مركز سوهاج'), (309, 'مركز طما'), (310, 'مركز طهطا'), (311, 'مركز جهينة الغربية'), (312, 'قسم ثان سوهاج'), (313, 'قسم جرجا'), (314, 'قسم طهطا'), (315, 'قسم الكوثر'), (316, 'مركز العسيرات'), (317, 'قسم ثان العريش'), (318, 'قسم بير العبد'), (319, 'مركز نخل'), (320, 'قسم رفح'), (321, 'قسم أول العريش'), (322, 'قسم ثالث العريش'), (323, 'قسم رمانة'), (324, 'قسم رابع العريش'), (325, 'مركز أبو تشت'), (326, 'مركز دشنا'), (327, 'قسم قنا'), (328, 'مركز قنا'), (329, 'مركز قوص'), (330, 'مركز نجع حمادي'), (331, 'مركز نقادة'), (332, 'مركز فرشوط'), (333, 'مركز قفط'), (334, 'قسم الوقف'), (335, 'مركز البرلس'), (336, 'مركز بيلا'), (337, 'مركز دسوق'), (338, 'قسم سيدي سالم '), (339, 'مركز فوة'), (340, 'مركز قلين'), (341, 'قسم كفر الشيخ'), (342, 'مركز كفر الشيخ'), (343, 'مركز مطوبس'), (344, 'مركز الحامول'), (345, 'مركز الرياض'), (346, 'مركز دسوق'), (347, 'قسم الحمام'), (348, 'قسم السلوم'), (349, 'قسم الضبعة'), (350, 'قسم سيدي براني'), (351, 'قسم سيوة'), (352, 'قسم مطروح'), (353, 'قسم مارينا'); -- -- Indexes for dumped tables -- -- -- Indexes for table `governorates` -- ALTER TABLE `governorates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `military` -- ALTER TABLE `military` ADD PRIMARY KEY (`id`), ADD KEY `governorate_id` (`governorate_id`); -- -- Indexes for table `police_stations` -- ALTER TABLE `police_stations` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `governorates` -- ALTER TABLE `governorates` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT for table `military` -- ALTER TABLE `military` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=352; -- -- AUTO_INCREMENT for table `police_stations` -- ALTER TABLE `police_stations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=354; -- -- Constraints for dumped tables -- -- -- Constraints for table `military` -- ALTER TABLE `military` ADD CONSTRAINT `military_ibfk_1` FOREIGN KEY (`governorate_id`) REFERENCES `governorates` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; 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 */;
DELETE FROM stock; DELETE from warehouse; ALTER SEQUENCE warehouse_id_seq RESTART WITH 1; ALTER SEQUENCE stock_id_seq RESTART WITH 1; INSERT INTO warehouse (id, name) VALUES (-1,'shoes'); INSERT INTO warehouse (id, name) VALUES (0,'books'); INSERT INTO warehouse (id, name) VALUES (-2,'fallos'); INSERT INTO stock (id, product, quantity, warehouse, deleted_at) VALUES (-3, -1, 12, -1, NULL), (-2, -2, 11, 0, NULL), (-1, -1, 14, -1, NULL), (0, 0, 10, 0, NULL), (-4, 4, 10, -2, NULL);
/*==============================================================*/ /* DBMS name: ORACLE Version 11g */ /* Created on: 06.11.2017 2:33:16 */ /*==============================================================*/ alter table List drop constraint "FK_LIST_PRODUCTS _PRODUCTS"; alter table List drop constraint "FK_LIST_—REATION _USER"; alter table "Order" drop constraint "FK_ORDER_BOOKING A_LIST"; alter table "Products in shop" drop constraint "FK_PRODUCTS_OWNER OF _PRODUCT"; alter table "Products in shop" drop constraint "FK_PRODUCTS_SELLES PR_SHOP"; drop index "Products belong to the list_FK"; drop index "—reation of the list_FK"; drop table List cascade constraints; drop table "Order" cascade constraints; drop table Product cascade constraints; drop index "Owner of the product_FK"; drop index "Selles products_FK"; drop table "Products in shop" cascade constraints; drop table Shop cascade constraints; drop table "User" cascade constraints; /*==============================================================*/ /* Table: List */ /*==============================================================*/ create table List ( product_name VARCHAR2(20) not null, shop_id INTEGER not null, user_email VARCHAR2(20) not null, product_quantity NUMBER(20) not null, constraint PK_LIST primary key (product_name, shop_id, user_email) ); /*==============================================================*/ /* Index: "—reation of the list_FK" */ /*==============================================================*/ create index "—reation of the list_FK" on List ( user_email ASC ); /*==============================================================*/ /* Index: "Products belong to the list_FK" */ /*==============================================================*/ create index "Products belong to the list_FK" on List ( product_name ASC, shop_id ASC ); /*==============================================================*/ /* Table: "Order" */ /*==============================================================*/ create table "Order" ( product_name VARCHAR2(20) not null, shop_id INTEGER not null, user_email VARCHAR2(20) not null, order_date DATE not null, constraint PK_ORDER primary key (product_name, shop_id, user_email) ); /*==============================================================*/ /* Table: Product */ /*==============================================================*/ create table Product ( product_name VARCHAR2(20) not null, product_tm VARCHAR2(30) not null, product_country VARCHAR2(20) not null, product_price NUMBER(8,2) not null, product_category VARCHAR2(20) not null, product_photo BLOB not null, constraint PK_PRODUCT primary key (product_name) ); /*==============================================================*/ /* Table: "Products in shop" */ /*==============================================================*/ create table "Products in shop" ( product_name VARCHAR2(20) not null, shop_id INTEGER not null, adding_date DATE not null, constraint "PK_PRODUCTS IN SHOP" primary key (product_name, shop_id) ); /*==============================================================*/ /* Index: "Selles products_FK" */ /*==============================================================*/ create index "Selles products_FK" on "Products in shop" ( shop_id ASC ); /*==============================================================*/ /* Index: "Owner of the product_FK" */ /*==============================================================*/ create index "Owner of the product_FK" on "Products in shop" ( product_name ASC ); /*==============================================================*/ /* Table: Shop */ /*==============================================================*/ create table Shop ( shop_id INTEGER not null, shop_adress VARCHAR2(40) not null, shop_name VARCHAR2(15) not null, shop_email VARCHAR2(30) not null, shop_phone NUMBER(15) not null, shop_admin_name VARCHAR2(40) not null, shop_password NUMBER(15) not null, constraint PK_SHOP primary key (shop_id) ); /*==============================================================*/ /* Table: "User" */ /*==============================================================*/ create table "User" ( user_email VARCHAR2(20) not null, user_name VARCHAR2(30) not null, user_lastname VARCHAR2(30) not null, user_password NUMBER(15) not null, constraint PK_USER primary key (user_email) ); alter table List add constraint "FK_LIST_PRODUCTS _PRODUCTS" foreign key (product_name, shop_id) references "Products in shop" (product_name, shop_id); alter table List add constraint "FK_LIST_—REATION _USER" foreign key (user_email) references "User" (user_email); alter table "Order" add constraint "FK_ORDER_BOOKING A_LIST" foreign key (product_name, shop_id, user_email) references List (product_name, shop_id, user_email); alter table "Products in shop" add constraint "FK_PRODUCTS_OWNER OF _PRODUCT" foreign key (product_name) references Product (product_name); alter table "Products in shop" add constraint "FK_PRODUCTS_SELLES PR_SHOP" foreign key (shop_id) references Shop (shop_id);
drop database if exists template2; create database if not exists template2; use template2; drop table if exists itemIT; create table itemIT( id int not null primary key auto_increment, item_name varchar(30), item_price int, item_stock int, insert_date datetime, update_date datetime); drop table if exists loginUT; create table loginUT( id int not null primary key auto_increment, login_id varchar(16) unique, login_pass varchar(16), user_name varchar(50), insert_date datetime, update_date datetime); drop table if exists userBIT; create table userBIT( id int not null primary key auto_increment, item_transaction_id int, total_price int, total_count int, user_master_id varchar(16), pay varchar(30), insert_date datetime, delete_date datetime); insert into itemIT(item_name,item_price,item_stock)values ("ノートBook",100,50); insert into loginUT(login_id,login_pass,user_name)values ("internous","internous01","test");
-- Detail SELECT * FROM ( SELECT "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" AS "RECORD TYPE CATEGORY", "ACCELA"."V_RECORD"."RECORD_TYPE" AS "RECORD TYPE", COUNT("ACCELA"."V_RECORD"."RECORD_ID") AS "Count" FROM "ACCELA"."V_RECORD" WHERE ( ("ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" IN ('License','Temporary License')) AND ("ACCELA"."V_RECORD"."STATUS" IN ('About to Expire','Active','Probation with Terms')) ) AND (("ACCELA"."V_RECORD"."AGENCY_ID" = 'BCC')) GROUP BY "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY", "ACCELA"."V_RECORD"."RECORD_TYPE" ORDER BY "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" ASC ) WHERE ROWNUM <= 100000; -- Detail Totals SELECT NULL AS "RECORD TYPE", ROUND(SUM("Count"),7) AS "Count" FROM ( SELECT * FROM ( SELECT "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" AS "RECORD TYPE CATEGORY", "ACCELA"."V_RECORD"."RECORD_TYPE" AS "RECORD TYPE", COUNT("ACCELA"."V_RECORD"."RECORD_ID") AS "Count","ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" as "__order1" FROM "ACCELA"."V_RECORD" WHERE ( ("ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" IN ('License','Temporary License')) AND ("ACCELA"."V_RECORD"."STATUS" IN ('About to Expire','Active','Probation with Terms')) ) AND (("ACCELA"."V_RECORD"."AGENCY_ID" = 'BCC')) GROUP BY "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY", "ACCELA"."V_RECORD"."RECORD_TYPE" ORDER BY "ACCELA"."V_RECORD"."RECORD_TYPE_CATEGORY" ASC ) WHERE ROWNUM <= 100000 ) q1 GROUP BY "__order1" ORDER BY "__order1";
DELIMITER $$ USE `cci_gh_go`$$ DROP PROCEDURE IF EXISTS `SPUserManagementUserSearch`$$ CREATE PROCEDURE `SPUserManagementUserSearch`(IN globalSearch VARCHAR (100),IN GoId INT(11),IN CountryId INT(5), IN Rolelist VARCHAR(50),IN DepList VARCHAR(50), IN PgmList VARCHAR(50),IN Active VARCHAR(10),IN sortField VARCHAR(50),IN sortOrder VARCHAR (10),searchFlag TINYINT(1)) BEGIN DECLARE wher LONGTEXT; DECLARE stmt LONGTEXT; DECLARE sqlstmt LONGTEXT; DECLARE stmt1 LONGTEXT; DECLARE DeptId,PrgmId,RoleId,sField VARCHAR(50); DECLARE gSearch VARCHAR(100); DECLARE CCIStaffUserID INT(11); DECLARE countId INT(5); DECLARE IsActive VARCHAR(10); DECLARE sOrder VARCHAR(10); DECLARE Flag TINYINT(1); SET @gSearch = globalSearch; SET @CCIStaffUserID = GoID; SET @DeptId = DepList; SET @PrgmId = PgmList; SET @RoleId = Rolelist; SET @countId = CountryId; SET @IsActive = Active; SET @sOrder = sortOrder; SET @sField = sortField; SET @Flag = searchFlag; IF @Flag = 0 THEN SELECT cci.cciStaffUserID FROM CCIStaffUsers cci LEFT OUTER JOIN Login l ON l.goId=cci.cciStaffUserId LEFT OUTER JOIN CCIStaffUsersCCIStaffRoles ur ON cci.cciStaffUserId=ur.cciStaffUserId LEFT OUTER JOIN CCIStaffRolesDepartments rd ON rd.cciStaffRoleId=ur.cciStaffRoleId LEFT OUTER JOIN CCIStaffRoles r ON rd.cciStaffRoleId= r.cciStaffRoleId LEFT OUTER JOIN LookupDepartments d ON rd.departmentId=d.departmentId LEFT OUTER JOIN LookupCountries c ON cci.countryId=c.countryId LEFT OUTER JOIN LookupDepartmentPrograms dp ON dp.departmentId=d.departmentId LEFT OUTER JOIN CCIStaffUserProgram csp ON csp.cciStaffUserId = cci.cciStaffUserId AND csp.lookupDepartmentProgramId = dp.lookupDepartmentProgramId WHERE LOWER(cci.firstName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(cci.lastName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(l.loginName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(l.email) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(r.cciStaffRoleName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(d.departmentName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(d.acronym) LIKE CONCAT('%',LOWER(@gSearch),'%') OR LOWER(dp.programName) LIKE CONCAT('%',LOWER(@gSearch),'%') OR c.countryName LIKE CONCAT('%',LOWER(@gSearch),'%') OR c.countryCode LIKE CONCAT('%',LOWER(@gSearch),'%') OR cci.cciStaffUserId = CAST(@gSearch AS UNSIGNED) OR cci.primaryPhone LIKE CONCAT('%',LOWER(@gSearch),'%') GROUP BY cci.cciStaffUserId ORDER BY cci.createdOn DESC; END IF; IF @Flag = 1 THEN SET @wher = ' WHERE 1=1'; IF (RoleList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (r.cciStaffRoleId,@RoleId)'); END IF; IF (DepList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (d.departmentId,@DeptId)'); END IF; IF (PgmList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (dp.lookupDepartmentProgramId,@PrgmId)'); END IF; IF (CountryId IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND c.countryId = @countId'); END IF; IF (GoId IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND cci.cciStaffUserId = @CCIStaffUserID'); END IF; IF (Active IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (l.active,@IsActive)'); END IF; IF (sortField IS NULL) THEN SET @sField = 'cci.createdOn'; END IF; IF (sortField = 'active') THEN SET @sField = 'l.active'; END IF; IF (sortOrder IS NULL) THEN SET @sOrder = 'DESC'; END IF; SET @stmt = CONCAT ('SELECT cci.cciStaffUserID FROM CCIStaffUsers cci INNER JOIN Login l ON l.goId=cci.cciStaffUserId LEFT JOIN CCIStaffUsersCCIStaffRoles ur ON cci.cciStaffUserId=ur.cciStaffUserId INNER JOIN CCIStaffRolesDepartments rd ON rd.cciStaffRoleId=ur.cciStaffRoleId INNER JOIN CCIStaffRoles r ON rd.cciStaffRoleId= r.cciStaffRoleId INNER JOIN LookupDepartments d ON rd.departmentId=d.departmentId LEFT JOIN LookupCountries c ON cci.countryId=c.countryId INNER JOIN LookupDepartmentPrograms dp ON dp.departmentId=d.departmentId LEFT JOIN CCIStaffUserProgram csp ON csp.cciStaffUserId = cci.cciStaffUserId AND csp.lookupDepartmentProgramId = dp.lookupDepartmentProgramId',@wher,' GROUP BY cci.cciStaffUserId ORDER BY',' ',@sField,' ',@sOrder); PREPARE sqlstmt FROM @stmt; EXECUTE sqlstmt; DEALLOCATE PREPARE sqlstmt; END IF; IF @Flag = 2 THEN SET @wher = ' WHERE 1=1'; IF (RoleList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (r.cciStaffRoleId,@RoleId)'); END IF; IF (DepList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (d.departmentId,@DeptId)'); END IF; IF (PgmList IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (dp.lookupDepartmentProgramId,@PrgmId)'); END IF; IF (CountryId IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND c.countryId = @countId'); END IF; IF (GoId IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND cci.cciStaffUserId = @CCIStaffUserID'); END IF; IF (Active IS NOT NULL) THEN SET @wher = CONCAT(@wher,' AND FIND_IN_SET (l.active,@IsActive)'); END IF; IF (sortField IS NULL) THEN SET @sField = 'cci.createdOn'; END IF; IF (sortField = 'active') THEN SET @sField = 'l.active'; END IF; IF (sortOrder IS NULL) THEN SET @sOrder = 'DESC'; END IF; SET @stmt1 = CONCAT ('SELECT cci.cciStaffUserID FROM CCIStaffUsers cci LEFT OUTER JOIN Login l ON l.goId=cci.cciStaffUserId LEFT OUTER JOIN CCIStaffUsersCCIStaffRoles ur ON cci.cciStaffUserId=ur.cciStaffUserId LEFT OUTER JOIN CCIStaffRolesDepartments rd ON rd.cciStaffRoleId=ur.cciStaffRoleId LEFT OUTER JOIN CCIStaffRoles r ON rd.cciStaffRoleId= r.cciStaffRoleId LEFT OUTER JOIN LookupDepartments d ON rd.departmentId=d.departmentId LEFT OUTER JOIN LookupCountries c ON cci.countryId=c.countryId LEFT OUTER JOIN LookupDepartmentPrograms dp ON dp.departmentId=d.departmentId LEFT OUTER JOIN CCIStaffUserProgram csp ON csp.cciStaffUserId = cci.cciStaffUserId AND csp.lookupDepartmentProgramId = dp.lookupDepartmentProgramId WHERE LOWER(cci.firstName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(cci.lastName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(l.loginName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(l.email) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(r.cciStaffRoleName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(d.departmentName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(d.acronym) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR LOWER(dp.programName) LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR c.countryName LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR c.countryCode LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') OR cci.cciStaffUserId = CAST(','@gSearch',' AS UNSIGNED) OR cci.primaryPhone LIKE CONCAT(','''','%','''',',LOWER(','@gSearch','),','''','%','''',') GROUP BY cci.cciStaffUserId ORDER BY cci.createdOn DESC'); SET @stmt = CONCAT ('SELECT cci.cciStaffUserID FROM CCIStaffUsers cci INNER JOIN Login l ON l.goId = cci.cciStaffUserId LEFT JOIN CCIStaffUsersCCIStaffRoles ur ON cci.cciStaffUserId=ur.cciStaffUserId INNER JOIN CCIStaffRolesDepartments rd ON rd.cciStaffRoleId=ur.cciStaffRoleId INNER JOIN CCIStaffRoles r ON rd.cciStaffRoleId= r.cciStaffRoleId INNER JOIN LookupDepartments d ON rd.departmentId=d.departmentId LEFT JOIN LookupCountries c ON cci.countryId=c.countryId INNER JOIN LookupDepartmentPrograms dp ON dp.departmentId=d.departmentId LEFT JOIN CCIStaffUserProgram csp ON csp.cciStaffUserId = cci.cciStaffUserId AND csp.lookupDepartmentProgramId = dp.lookupDepartmentProgramId INNER JOIN (',@stmt1,') AS gsresult ON gsresult.cciStaffUserID = cci.cciStaffUserId',@wher,' GROUP BY cci.cciStaffUserId ORDER BY',' ',@sField,' ',@sOrder); PREPARE sqlstmt FROM @stmt; EXECUTE sqlstmt; DEALLOCATE PREPARE sqlstmt; END IF; END$$ DELIMITER ;
-- Patients that come into the ER with a specific complaint for a specific -- date range --********************************************************************************* -- Columns Used SELECT s_PATIENT_FULL_NAME AS 'Name', s_VISIT_IDENT AS 'Acct Num', s_OUTCOME_LOCATION AS 'Outcome Loc', s_DIAGNOSIS, s_COMPLAINT AS 'Complaint', dt_ARRIVAL AS 'Arrival' -- Database Used: MEDHOST FROM dbo.JTM_GENERIC_LIST_V -- Filters WHERE (dt_ARRIVAL BETWEEN '2/1/2013' AND '3/1/2013' AND s_COMPLAINT IN ('abdominal pain', 'chest pain', 'coughing', 'fever', 'dizzines') ) --********************************************************************************* -- End Report -- Sanderson, Steven 1.8.12
CREATE TABLE public.clients ( id uuid NOT NULL, name character varying(255) NOT NULL, confluence_space_key character varying(20) NULL, CONSTRAINT clients_pkey PRIMARY KEY (id) ); CREATE TABLE public.projects ( id uuid NOT NULL, client_id uuid NOT NULL, name character varying(255) NOT NULL, confluence_space_key character varying(20) NULL, CONSTRAINT projects_pkey PRIMARY KEY (id), CONSTRAINT fk_client_id FOREIGN KEY (client_id) REFERENCES public.clients (id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE TYPE public.assignment_status AS ENUM ('planned', 'confirmed'); CREATE TABLE public.assignments ( id uuid NOT NULL, person_id character varying(255) NOT NULL, start_date date NOT NULL, end_date date, fte numeric(3, 2) NOT NULL DEFAULT 1, status assignment_status, is_project_lead boolean NOT NULL DEFAULT false, project_id uuid NOT NULL, CONSTRAINT project_assignments_pkey PRIMARY KEY (id), CONSTRAINT fk_project_id FOREIGN KEY (project_id) REFERENCES public.projects (id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION );
-- MySQL dump 10.13 Distrib 5.5.40, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: pollapp -- ------------------------------------------------------ -- Server version 5.5.40-0ubuntu0.14.04.1 /*!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 */; -- -- Table structure for table `candidatos` -- DROP TABLE IF EXISTS `candidatos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `candidatos` ( `id_candidatos` int(11) NOT NULL AUTO_INCREMENT, `id_certame` int(11) NOT NULL, `candidato` varchar(512) DEFAULT NULL, PRIMARY KEY (`id_candidatos`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `candidatos` -- LOCK TABLES `candidatos` WRITE; /*!40000 ALTER TABLE `candidatos` DISABLE KEYS */; INSERT INTO `candidatos` VALUES (1,1,'Ghiotto'),(2,1,'Na Lenha'),(3,1,'Mr Pizzo'),(4,1,'Splash'); /*!40000 ALTER TABLE `candidatos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `certames` -- DROP TABLE IF EXISTS `certames`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `certames` ( `id_certame` int(11) NOT NULL AUTO_INCREMENT, `certame` varchar(200) DEFAULT NULL, `data` datetime DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id_certame`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `certames` -- LOCK TABLES `certames` WRITE; /*!40000 ALTER TABLE `certames` DISABLE KEYS */; INSERT INTO `certames` VALUES (1,'Pizzaria','2015-02-28 00:00:00','2015-02-24 16:07:26'); /*!40000 ALTER TABLE `certames` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `votos` -- DROP TABLE IF EXISTS `votos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `votos` ( `id_candidatos` int(11) NOT NULL, `id_certame` int(11) NOT NULL, `id_votante` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `votos` -- LOCK TABLES `votos` WRITE; /*!40000 ALTER TABLE `votos` DISABLE KEYS */; INSERT INTO `votos` VALUES (2,1,'Alexandre Dias'),(2,1,'201.75.12.138'),(3,1,'Caio Pinheiro'),(2,1,'200.129.163.72'); /*!40000 ALTER TABLE `votos` ENABLE KEYS */; UNLOCK TABLES; /*!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-26 21:45:45
USE laptop_store; SELECT laptop.image AS `Image`, CONCAT( laptopbrand.laptop_brand_name, ' ', brandseries.brand_series_name, ' ', laptop.laptop_model ) AS `Laptop`, CONCAT( cpubrand.cpu_brand_name, ' ', cpu.cpu_modifier, ' ', cpu.cpu_model, ' (', cpumodel.core, ' Cores ', cpumodel.thread, ' Threads, ', cpumodel.cpu_base_freq, ' GHz', IF(cpumodel.cpu_max_freq IS NOT NULL , CONCAT(' up to ', cpumodel.cpu_max_freq, ' GHz'), '' ), ', ', cpumodel.cache, ' MB cache)' ) AS `CPU`, CONCAT( ram.ram_capacity, ' GB ', ram.ram_generation, ' ', IF (ram.ram_bus IS NOT NULL, CONCAT(ram.ram_bus, ' MHz'), '' ) ) AS `RAM`, CONCAT( CASE WHEN laptopmodel.gpu_model IS NOT NULL AND laptopmodel.gpu_option = 1 THEN CONCAT( gpubrand.gpu_brand_name, ' ', gpu.gpu_modifier, ' ', gpu.gpu_model, ' ', gpu.gpu_capacity1, ' GB / ' ) WHEN laptopmodel.gpu_model IS NOT NULL AND laptopmodel.gpu_option = 2 THEN CONCAT( gpubrand.gpu_brand_name, ' ', gpu.gpu_modifier, ' ', gpu.gpu_model, ' ', gpu.gpu_capacity2, ' GB / ' ) ELSE '' END , integratedgpu.igpu_name) AS `GPU`, IF (hdd.laptop_model IS NOT NULL, CONCAT( IF(hdd.hdd_capacity % 1024 = 0, CONCAT(ROUND(hdd.hdd_capacity / 1024, 0), ' TB'), CONCAT(hdd.hdd_capacity, ' GB') ), ' ', IF(hdd.rpm IS NOT NULL , CONCAT(hdd.rpm, ' rpm'), '' ) ), null ) AS `HDD`, IF (ssd.laptop_model IS NOT NULL, CONCAT( IF(ssd.ssd_capacity % 1024 = 0, CONCAT(ROUND(ssd.ssd_capacity / 1024, 0), ' TB'), CONCAT(ssd.ssd_capacity, ' GB') ), ' ', IF(ssdtype.ssd_type_name IS NOT NULL, ssdtype.ssd_type_name, '' ) ), null ) AS `SSD`, CONCAT( display.screen_size, ' inch ', display.resolution, ' ', display.refresh_rate, ' Hz' ) AS `Display`, CONCAT( IF (battery.cell IS NOT NULL, CONCAT(battery.cell, ' cells '), '' ), IF (battery.battery_capacity IS NOT NULL AND battery.power_unit IS NOT NULL, CONCAT(battery.battery_capacity, ' ', battery.power_unit), '' ) ) AS `Battery`, IF (laptop.os_id IS NOT NULL, operatingsystem.os_name, 'Free DOS') AS `OS`, # Use this to display price with comma on UI CONCAT(FORMAT(laptop.laptop_price, 0), ' VND') AS `Price` # Use this to sorting by price # CONCAT(laptop.laptop_price, ' VND') AS `Price` FROM laptopbrand, brandseries, laptop, operatingsystem, laptopmodel LEFT JOIN cpu ON laptopmodel.cpu_model = cpu.cpu_model LEFT JOIN cpumodel ON cpu.cpu_model = cpumodel.cpu_model LEFT JOIN cpubrand ON cpu.cpu_brand_id = cpubrand.cpu_brand_id LEFT JOIN integratedgpu ON cpumodel.igpu_id = integratedgpu.igpu_id LEFT JOIN ram ON laptopmodel.laptop_model = ram.laptop_model LEFT JOIN gpu ON laptopmodel.gpu_model = gpu.gpu_model LEFT JOIN gpubrand ON gpu.gpu_brand_id = gpubrand.gpu_brand_id LEFT JOIN ssd ON laptopmodel.laptop_model = ssd.laptop_model LEFT JOIN ssdtype ON ssd.ssd_type_id = ssdtype.ssd_type_id LEFT JOIN hdd ON laptopmodel.laptop_model = hdd.laptop_model LEFT JOIN display ON laptopmodel.laptop_model = display.laptop_model LEFT JOIN battery ON laptopmodel.laptop_model = battery.laptop_model WHERE laptopbrand.laptop_brand_id = brandseries.laptop_brand_id AND brandseries.brand_series_id = laptop.brand_series_id AND laptop.laptop_model = laptopmodel.laptop_model AND operatingsystem.os_id = laptop.os_id ORDER BY laptop.laptop_price ASC
set define off set sqlblanklines on spool CREATE_UNIT_ADMINS.log delete from unit_administrator where update_user = 'ROUTING'; insert into unit_administrator (obj_id, ver_nbr, update_user, update_timestamp, unit_number, person_id,unit_administrator_type_code,actv_to_dt,actv_frm_dt) select sys_guid(),'1','ROUTING',sysdate,a.unit_number, a.prncpl_id,a.unit_admin_type_code,actv_frm_dt,actv_to_dt from ( select unique unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from ( select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_chair union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_chair_desc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_chancellor union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_chanclr_desc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_dean union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_dean_desc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_fa union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_fa_descends union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_p_a_desc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_vc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_vc_desc union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_gdo union all select unit_number,prncpl_id,unit_admin_type_code,actv_frm_dt,actv_to_dt from temp_uh_routing_rapd ) all_admins) a where actv_to_dt > '1-Jan-2000' or actv_frm_dt is null;
-- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Jan 14, 2018 at 05:37 PM -- Server version: 10.1.19-MariaDB -- PHP Version: 5.6.28 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: `equeue` -- -- -------------------------------------------------------- -- -- Table structure for table `companies` -- CREATE TABLE `companies` ( `company_id` int(11) NOT NULL, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `category` int(11) NOT NULL, `name` varchar(255) NOT NULL, `address` varchar(255) NOT NULL, `current_queued_user_id` int(11) DEFAULT NULL, `current_queue_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `companies` -- INSERT INTO `companies` (`company_id`, `username`, `password`, `category`, `name`, `address`, `current_queued_user_id`, `current_queue_number`) VALUES (1, 'antman', 'e10adc3949ba59abbe56e057f20f883e', 0, 'mki', 'gewrgiou', NULL, 0), (2, 'antman', 'e10adc3949ba59abbe56e057f20f883e', 0, 'mki', 'gewrgiou', NULL, 0), (3, 'antman', 'e10adc3949ba59abbe56e057f20f883e', 0, 'mki', 'gewrgiou', 8, 1), (4, 'lop1234', 'e10adc3949ba59abbe56e057f20f883e', 0, 'MMKIGRUPPE', 'sdsds', NULL, 0), (5, 'fotini', 'e10adc3949ba59abbe56e057f20f883e', 1, 'mars', 'tsimiski', 8, 1); -- -------------------------------------------------------- -- -- Table structure for table `oauth_companies` -- CREATE TABLE `oauth_companies` ( `company_id` int(11) NOT NULL, `token` varchar(555) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `oauth_companies` -- INSERT INTO `oauth_companies` (`company_id`, `token`) VALUES (1, '327586da04d98c8d294110ca1aae0f9d45669ebb'), (2, 'e28721b99dce942098a8b4298342c7a6b0125566'), (3, '5582a24c3597e9e11a0b92b736417a83fe201ccf'), (4, '5582a24c3597e9e11a0b92b736417a83fe201ccf'); -- -------------------------------------------------------- -- -- Table structure for table `oauth_users` -- CREATE TABLE `oauth_users` ( `user_id` int(11) NOT NULL, `token` varchar(555) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `oauth_users` -- INSERT INTO `oauth_users` (`user_id`, `token`) VALUES (8, '3d0466bcdbb74465e96ab86ca18380966e273d39'), (9, '33af72b62f83a28df4496c5a9de274ae9321a1c9'), (10, 'eb7da1edf7a6f7e97efd8af8494d9334d182ae89'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `user_id` int(11) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users` -- INSERT INTO `users` (`user_id`, `first_name`, `last_name`, `email`, `username`, `password`) VALUES (8, 'fot', 'g', 'lol@ex.com', 'fotini', 'e10adc3949ba59abbe56e057f20f883e'), (9, 'fot', 'g', 'lol@ex.com', 'fotini', 'e10adc3949ba59abbe56e057f20f883e'), (10, 'lolcaa', 'asddff', 'ant@ex.com', 'antman123', 'e10adc3949ba59abbe56e057f20f883e'); -- -------------------------------------------------------- -- -- Table structure for table `users_companies` -- CREATE TABLE `users_companies` ( `users_companies_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `company_id` int(11) NOT NULL, `queue_number` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users_companies` -- INSERT INTO `users_companies` (`users_companies_id`, `user_id`, `company_id`, `queue_number`) VALUES (1, 8, 3, 1), (3, 8, 5, 2); -- -- Indexes for dumped tables -- -- -- Indexes for table `companies` -- ALTER TABLE `companies` ADD PRIMARY KEY (`company_id`); -- -- Indexes for table `oauth_companies` -- ALTER TABLE `oauth_companies` ADD PRIMARY KEY (`company_id`); -- -- Indexes for table `oauth_users` -- ALTER TABLE `oauth_users` ADD PRIMARY KEY (`user_id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`user_id`); -- -- Indexes for table `users_companies` -- ALTER TABLE `users_companies` ADD PRIMARY KEY (`users_companies_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `companies` -- ALTER TABLE `companies` MODIFY `company_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `oauth_companies` -- ALTER TABLE `oauth_companies` MODIFY `company_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `oauth_users` -- ALTER TABLE `oauth_users` MODIFY `user_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `user_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `users_companies` -- ALTER TABLE `users_companies` MODIFY `users_companies_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; /*!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 */;
PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE DIETARY_PROVISIONS ( Diet_code VARCHAR (6) PRIMARY KEY, Name VARCHAR (50)); INSERT INTO DIETARY_PROVISIONS VALUES('V','Vegan'); INSERT INTO DIETARY_PROVISIONS VALUES('VN','Vegetarian'); INSERT INTO DIETARY_PROVISIONS VALUES('PN','Pescatarian'); INSERT INTO DIETARY_PROVISIONS VALUES('NF','Nut free'); INSERT INTO DIETARY_PROVISIONS VALUES('EF','Egg Free'); INSERT INTO DIETARY_PROVISIONS VALUES('LF','Lactose Free'); INSERT INTO DIETARY_PROVISIONS VALUES('N','No provisions'); CREATE TABLE ITEM_DIET ( Item_id VARCHAR (6) NOT NULL, Diet_code VARCHAR (6) NOT NULL, FOREIGN KEY (Item_id) REFERENCES MENU(Item_id), FOREIGN KEY (Diet_code) REFERENCES DIETARY_PROVISION(Diet_code)); INSERT INTO ITEM_DIET VALUES('M001','LF'); INSERT INTO ITEM_DIET VALUES('M002','N'); INSERT INTO ITEM_DIET VALUES('M003','N'); INSERT INTO ITEM_DIET VALUES('M004',' N'); INSERT INTO ITEM_DIET VALUES('M006','PN'); INSERT INTO ITEM_DIET VALUES('M007','V'); INSERT INTO ITEM_DIET VALUES('M007','VN'); INSERT INTO ITEM_DIET VALUES('M008','V'); INSERT INTO ITEM_DIET VALUES('M009','PN'); INSERT INTO ITEM_DIET VALUES('M010','N'); INSERT INTO ITEM_DIET VALUES('M011','PN'); INSERT INTO ITEM_DIET VALUES('M012','N'); INSERT INTO ITEM_DIET VALUES('M013','N'); INSERT INTO ITEM_DIET VALUES('M014','PN'); INSERT INTO ITEM_DIET VALUES('M015','V'); INSERT INTO ITEM_DIET VALUES('M101','N'); INSERT INTO ITEM_DIET VALUES('M102','N'); INSERT INTO ITEM_DIET VALUES('M103','N'); INSERT INTO ITEM_DIET VALUES('M104','N'); INSERT INTO ITEM_DIET VALUES('M105','N'); INSERT INTO ITEM_DIET VALUES('M106','PN'); INSERT INTO ITEM_DIET VALUES('M107','VN'); INSERT INTO ITEM_DIET VALUES('M108','VN'); INSERT INTO ITEM_DIET VALUES('M109','PN'); INSERT INTO ITEM_DIET VALUES('M110','N'); INSERT INTO ITEM_DIET VALUES('M111','N'); INSERT INTO ITEM_DIET VALUES('M112','N'); INSERT INTO ITEM_DIET VALUES('M113','N'); INSERT INTO ITEM_DIET VALUES('M114','N'); INSERT INTO ITEM_DIET VALUES('M115','N'); INSERT INTO ITEM_DIET VALUES('M116','N'); INSERT INTO ITEM_DIET VALUES('M117','N'); INSERT INTO ITEM_DIET VALUES('M118','N'); INSERT INTO ITEM_DIET VALUES('M119','N'); INSERT INTO ITEM_DIET VALUES('M120','N'); INSERT INTO ITEM_DIET VALUES('M121','PN'); INSERT INTO ITEM_DIET VALUES('M122','PN'); INSERT INTO ITEM_DIET VALUES('M123',' PN'); INSERT INTO ITEM_DIET VALUES('M124',' PN'); INSERT INTO ITEM_DIET VALUES('M125',' PN'); INSERT INTO ITEM_DIET VALUES('M126',' N'); INSERT INTO ITEM_DIET VALUES('M127',' N'); INSERT INTO ITEM_DIET VALUES('M128',' N'); INSERT INTO ITEM_DIET VALUES('M129',' N'); INSERT INTO ITEM_DIET VALUES('M130',' N'); INSERT INTO ITEM_DIET VALUES('M131',' N'); INSERT INTO ITEM_DIET VALUES('M132',' N'); INSERT INTO ITEM_DIET VALUES('M133',' N'); INSERT INTO ITEM_DIET VALUES('M134',' N'); INSERT INTO ITEM_DIET VALUES('M135',' V'); INSERT INTO ITEM_DIET VALUES('M136',' N'); INSERT INTO ITEM_DIET VALUES('M137',' VN'); INSERT INTO ITEM_DIET VALUES('M138',' V'); INSERT INTO ITEM_DIET VALUES('M139',' VN'); INSERT INTO ITEM_DIET VALUES('M140',' V'); CREATE TABLE MENU ( Item_id VARCHAR(6) PRIMARY KEY, Item_name VARCHAR(50), Description VARCHAR (250), Category_id VARCHAR(20), Price FLOAT, FOREIGN KEY (Category_id) REFERENCES CATEGORY(Category_id)); INSERT INTO MENU VALUES('M001','Sticky Chicken Wings','Glazed in BBQ sauce.','C1',4.95); INSERT INTO MENU VALUES('M002','Crackerjack Prawns','With Sweet n Sour sauce','C1',5.95); INSERT INTO MENU VALUES('M003','Nachos','With cheese sauce, guacamole, salsa, sour cream and jalapenos','C1',4.95); INSERT INTO MENU VALUES('M004','Breaded Mushrooms','With garlic mayo dip','C1',3.95); INSERT INTO MENU VALUES('M005','Fresh Atlantic Crab claws','With honey marinated dipping sauce','C1',5.95); INSERT INTO MENU VALUES('M006','Voodoo Jumbo Shrimp','With voodoo sauce and blue cheese dipping sauce','C1',5.50); INSERT INTO MENU VALUES('M007','Deep Fried Jumbo Shrimp','With garlic mayo dip','C1',5.95); INSERT INTO MENU VALUES('M010','Golden Chicken Tenders','With honey mustard dipping sauce','C1',4.95); INSERT INTO MENU VALUES('M009','Fresh Steamed Mussels','With garlic mayo dip','C1',3.95); INSERT INTO MENU VALUES('M011','Colossal Organic Shrimp','With a zesty cocktail sauce and a lemon wedge','C1',5.95); INSERT INTO MENU VALUES('M012','Roasted Crisp Potato Skins','With sour cream and spring onions','C1',2.95); INSERT INTO MENU VALUES('M013','Stuffed Jalapeno Peppers','With cream cheese','C1',2.95); INSERT INTO MENU VALUES('M014','Deep Fried Calamari','With deep fried Tempura and Tartar sauce','C1',3.95); INSERT INTO MENU VALUES('M015','Vegan Spring Rolls','Hand rolled and indulgently deep-fried wheat pastry filled with sweet cabbage','C1',2.95); INSERT INTO MENU VALUES('M106','Fish Burger','A Cod fillet, inside a a toasted bun ','C2',5.50); INSERT INTO MENU VALUES('M107','Veggie Burger','A Spiced chipotle vegan bean burger topped with mushroom, ','C2',4.50); INSERT INTO MENU VALUES('M109','Simple Salmon','A grilled salmon fillet with green vegetables and a rich butter sauce ','C2',7.00); INSERT INTO MENU VALUES('M108','Quorn Burger','A Grilled Quorn fillet with cheese sauce in a toasted bun ','C2',6.00); INSERT INTO MENU VALUES('M110','Quarter BBQ Chicken','Smoked original Bar B Q style and finished over coal','C2',6.00); INSERT INTO MENU VALUES('M111','Half BBQ Chicken','Smoked original Bar B Q style and finished over coal','C2',8.00); INSERT INTO MENU VALUES('M112','Whole BBQ Chicken','Smoked original Bar B Q style and finished over coal','C2',12.00); INSERT INTO MENU VALUES('M113','HALF RACK Smoked Baby Back Ribs','Hand Trimmed slow smoked over hickory wood served with Bar B Q sauce','C2',8.95); INSERT INTO MENU VALUES('M115','Bar B Q Ribs and Chicken','Half a Slab of Baby back Ribs and Quarter Bar B Q Chicken','C2',13.95); INSERT INTO MENU VALUES('M116','Ribs, Chicken and Shrimp','Half a Slab of Baby back Ribs and Quarter Bar B Q Chicken and a Jumbo Shrimp','C2',16.95); INSERT INTO MENU VALUES('M117','Bar B Q Ribs and Shrimp','Full Rack of Baby back Ribs and Jumbo Shrimp','C2',12.95); INSERT INTO MENU VALUES('M118','Half Bar B Q Chicken and Shrimp','Jumbo Shrimp and Quarter Bar B Q Chicken','C2',13.95); INSERT INTO MENU VALUES('M119','Bar B Q Ribs and Chicken','Half a Slab of Baby back Ribs and Quarter Bar B Q Chicken','C2',12.95); INSERT INTO MENU VALUES('M120','Bar B Q Blowout for 2','Full Rack of Baby back Ribs and Half Bar B Q Chicken Jumbo Shrimp and French Fries','C2',18.95); INSERT INTO MENU VALUES('M121','Half Lobster Tail','Half Lobster Tail with Potatoes and Garlic Cream','C2',19.95); INSERT INTO MENU VALUES('M122','Whole Lobster Tail','Whole Lobster Tail with Potatoes and Garlic Butter','C2',20.95); INSERT INTO MENU VALUES('M123','Whole Giant Shrimp','With Garlic Butter','C2',12.95); INSERT INTO MENU VALUES('M124','Whole Atlantic Crab','Steamed with Garlic Butter','C2',13.95); INSERT INTO MENU VALUES('M125','Sea Food Combo','Half Lobster Tail with Crab Claws Mussels Clams Shrimp and Potatoes','C2',25.50); INSERT INTO MENU VALUES('M127','Bar B Q Brisket Sandwick','Premium Beef Slow Smoked with BBQ sauce and topped with Sweet Pickle','C2',9.95); INSERT INTO MENU VALUES('M128','Rump Steak','Served with French fries or rice and salad or coleslaw','C2',12.00); INSERT INTO MENU VALUES('M129','T Bone Steak','Served with French fries or rice and salad or coleslaw','C2',13.00); INSERT INTO MENU VALUES('M130','House Steak','Served with French fries or rice and salad or coleslaw','C2',9.00); INSERT INTO MENU VALUES('M131','Sirloin Steak','Served with French fries or rice and salad or coleslaw','C2',16.00); INSERT INTO MENU VALUES('M132','Ribeye Steak','Served with French fries or rice and salad or coleslaw','C2',17.95); INSERT INTO MENU VALUES('M133','Filet Steak','Served with French fries or rice and salad or coleslaw','C2',29.95); INSERT INTO MENU VALUES('M134','Lamb Steak','Served with French fries or rice and salad or coleslaw','C2',14.95); INSERT INTO MENU VALUES('M136',' Lamb Cutlets','Served with French fries or rice and salad or coleslaw','C2',13.95); INSERT INTO MENU VALUES('M137','Roasted Mixed Veg','Served with Olives and Pasta Salad','C2',11.95); INSERT INTO MENU VALUES('M138','Vegan Pizza','Served with Olives and Pasta Salad','C2',12.00); INSERT INTO MENU VALUES('M140','Chickpea Pot Roast','Served with Verduras Con Olivada','C2',10.95); INSERT INTO MENU VALUES('M201','Apple pie','Apple pie, served hot with your choice of real dairy ice cream, custard or fluffy cream.','C3',4.95); INSERT INTO MENU VALUES('M202','Chocolate fudge cake','With Belgian chocolate sauce and real dairy ice cream','C3',4.95); INSERT INTO MENU VALUES('M203','Treacle Sponge','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M204','Vanilla cheesecake','Topped with strawberry compote and served with fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M205','Chocolate Sponge','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M206','Apple Crumble','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M207','Baked Pear','With your choice of real dairy or custard','C3',4.95); INSERT INTO MENU VALUES('M208','Maple and Caramelised Bacon Ice Cream','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M209','Banana Cream Pie','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M210','Exotic Fresh Fruit Platter','With your choice of real dairy ice cream, custard or fluffy cream','C3',4.95); INSERT INTO MENU VALUES('M211','Ice Cream Sundae','With vanilla ice cream and chocolate sauce','C3',4.95); INSERT INTO MENU VALUES('M301','Coke','330ml','C4',1.60); INSERT INTO MENU VALUES('M302','Lemonade','330ml','C4',1.50); INSERT INTO MENU VALUES('M303','Fanta','330ml','C4',1.50); INSERT INTO MENU VALUES('M304','Fruit Juice','330ml','C4',1.75); INSERT INTO MENU VALUES('M306','Apple Juice','330ml','C4',1.0); INSERT INTO MENU VALUES('M307','Orange Juice','330ml','C4',1.0); INSERT INTO MENU VALUES('M308','Pineapple Juice','330ml','C4',1.0); INSERT INTO MENU VALUES('M309','Mineral Water','330ml','C4',1.60); INSERT INTO MENU VALUES('M310','Fizzy Water','330ml','C4',1.60); INSERT INTO MENU VALUES('M311','Hot Chocolate','330ml','C4',2.50); INSERT INTO MENU VALUES('M312','Tea','330ml','C4',2.50); INSERT INTO MENU VALUES('M313','Coffee','330ml','C4',2.50); INSERT INTO MENU VALUES('M314','Ice Tea','330ml','C4',1.60); INSERT INTO MENU VALUES('M315','Diet Coke','330ml','C4',1.60); INSERT INTO MENU VALUES('M316','Strawberry Daiquiri','Bacardi Carta Blanca, Green Charttreuse, Strawberry and Lime ','C4',7.90); INSERT INTO MENU VALUES('M317','Margarita- different flavours available',' Gold Tequila Blended with Fresh Lime and Triple Sec','C4',7.90); INSERT INTO MENU VALUES('M318','Mojito','White Rum Blended with Fresh Lime and Mixed with Infused Minty Syrup','C4',7.90); INSERT INTO MENU VALUES('M319','Pina Colada','Rum, Tropical Coconut Cream and Frersh Pineapple Juice','C4',7.90); INSERT INTO MENU VALUES('M320','Miami Vice','Strawberry Daiquiri on top pf a Pina Colada','C4',7.90); INSERT INTO MENU VALUES('M008','Voodoo Chicken Wings','With voodoo sauce and blue cheese dipping','C1',5.95); INSERT INTO MENU VALUES('M101','Hamburger','A tender inside a toasted bun','C2',3.00); INSERT INTO MENU VALUES('M102','Cheese Burger','A tender inside a toasted bun with a single slice of mature cheese','C2',4.00); INSERT INTO MENU VALUES('M139','Vegetarian Nut Roast','Served with Pepper Potatoes and Tofu Salad','C2',14.95); INSERT INTO MENU VALUES('M135','Vegan Steak','Served with French fries or rice and salad or coleslaw','C2',12.95); INSERT INTO MENU VALUES('M126','Pulled Pork Sandwich','Smoked Low and Slow Hand Pulled pork with French fries','C2',7.95); INSERT INTO MENU VALUES('M114','FULL RACK Smoked Baby Back Ribs','Hand Trimmed slow smoked over hickory wood served with Bar B Q sauce','C2',11.95); INSERT INTO MENU VALUES('M105','Chicken Burger','A chicken breast fillet inside a toasted bun','C2',5.50); INSERT INTO MENU VALUES('M104','Double Cheese Burger','2 tender beef patties inside a toasted bun with 2 slices of mature cheese','C2',5.00); INSERT INTO MENU VALUES('M103','Double Hamburger','2 tender beef patties inside a toasted','C2',4.00); CREATE TABLE ORDER_DETAILS ( Order_number INT(5), Item_id VARCHAR(6), Quantity INT(15), Sub_total FLOAT, FOREIGN KEY (Order_number) REFERENCES ORDERS(Order_number), FOREIGN KEY (Item_id ) REFERENCES MENU(Item_id )); INSERT INTO ORDER_DETAILS VALUES(1,'M001',2,9.50); INSERT INTO ORDER_DETAILS VALUES(1,'M102',2,8.00); INSERT INTO ORDER_DETAILS VALUES(1,'M101',1,3.00); INSERT INTO ORDER_DETAILS VALUES(2,'M203',1,4.95); INSERT INTO ORDER_DETAILS VALUES(2,'M301',3,4.80); INSERT INTO ORDER_DETAILS VALUES(2,'M104',2,10.00); INSERT INTO ORDER_DETAILS VALUES(3,'M102',2,8.00); INSERT INTO ORDER_DETAILS VALUES(3,'M108',2,12.00); INSERT INTO ORDER_DETAILS VALUES(3,'M302',2,3.00); INSERT INTO ORDER_DETAILS VALUES(3,'M301',2,3.20); INSERT INTO ORDER_DETAILS VALUES(3,'M107',3,13.50); INSERT INTO ORDER_DETAILS VALUES(4,'M140',1,10.99); INSERT INTO ORDER_DETAILS VALUES(4,'M139',1,14.95); INSERT INTO ORDER_DETAILS VALUES(4,'M301',1,1.60); INSERT INTO ORDER_DETAILS VALUES(5,'M207',1,4.95); INSERT INTO ORDER_DETAILS VALUES(5,'M317',1,7.90); INSERT INTO ORDER_DETAILS VALUES(5,'M316',1,7.90); INSERT INTO ORDER_DETAILS VALUES(5,'M211',2,9.50); INSERT INTO ORDER_DETAILS VALUES(5,'M132',1,17.95); INSERT INTO ORDER_DETAILS VALUES(5,'M134',1,14.95); INSERT INTO ORDER_DETAILS VALUES(5,'M124',1,13.95); INSERT INTO ORDER_DETAILS VALUES(6,'M123',1,12.95); INSERT INTO ORDER_DETAILS VALUES(6,'M316',1,7.90); INSERT INTO ORDER_DETAILS VALUES(6,'M125',1,25.95); INSERT INTO ORDER_DETAILS VALUES(6,'M127',1,9.95); INSERT INTO ORDER_DETAILS VALUES(7,'M136',1,13.95); INSERT INTO ORDER_DETAILS VALUES(7,'M137',2,23.90); INSERT INTO ORDER_DETAILS VALUES(8,'M001',1,4.95); INSERT INTO ORDER_DETAILS VALUES(8,'M002',1,4.95); INSERT INTO ORDER_DETAILS VALUES(9,'M201',1,4.95); INSERT INTO ORDER_DETAILS VALUES(9,'M204',1,4.95); INSERT INTO ORDER_DETAILS VALUES(9,'M206',1,4.95); INSERT INTO ORDER_DETAILS VALUES(10,'M105',1,5.5); INSERT INTO ORDER_DETAILS VALUES(10,'M102',1,4.0); INSERT INTO ORDER_DETAILS VALUES(10,'M101',1,3.0); INSERT INTO ORDER_DETAILS VALUES(10,'M301',1,1.60); INSERT INTO ORDER_DETAILS VALUES(10,'M302',1,1.50); INSERT INTO ORDER_DETAILS VALUES(10,'M309',1,1.60); INSERT INTO ORDER_DETAILS VALUES(10,'M310',1,1.60); INSERT INTO ORDER_DETAILS VALUES(10,'M311',2,5.00); CREATE TABLE STAFF ( Staff_id VARCHAR (6) PRIMARY KEY, Title VARCHAR (15), First_name VARCHAR (15), Surname VARCHAR (20), Address VARCHAR (100), Phone_no INT(15), Email VARCHAR (100)); INSERT INTO STAFF VALUES('ST001','Mr','Trevor','Gibbons','56 Jacob street, London',7743345211,'Trevor.gibbons1@live.com'); INSERT INTO STAFF VALUES('ST002','Miss','Taylor','Crayne','9a Streatham high road, London',7986786478,'Taylorcrayne@icloud.com'); INSERT INTO STAFF VALUES('ST003','Miss','Natasha','Bowler','165 Abercorn road, London',7723677980,'N.Bowler@icloud.com'); INSERT INTO STAFF VALUES('ST004','Miss','Daniella','Dixon','3 Thornton road, London',7949098435,'Dandixon34@aol.com'); INSERT INTO STAFF VALUES('ST005','Mr','Jamie','Wise','31 Aberfoyle Road, London',7946502938,'MrJamieWise@hotmail.com'); INSERT INTO STAFF VALUES('ST006','Miss','Donzaleigh','Wilson','3 Derinton street, London',7723405968,'D.Wilson@icloud.com'); INSERT INTO STAFF VALUES('ST007','Mr','Carter','Walker','1 Downing street, London',7861307748,'CartierCarter3@live.com'); INSERT INTO STAFF VALUES('ST008','Mr','Atlas','Walker','23 Lessingham Avenue, London',7963726152,'MapsOnMaps@hotmail.com'); INSERT INTO STAFF VALUES('ST009','Miss','Dior','Williams','312a Green Lane, London',7415307283,'Dior3060@outlook.com'); INSERT INTO STAFF VALUES('ST010','Mr','Christian','Osborne','77 Granton Road, London',7961509483,'ChristianDiorDior@aol.com'); INSERT INTO STAFF VALUES('ST011','Dr','Davion','Beaker','192 Pontin high street, London',7890568900,'davion.beaker@gmail.com'); INSERT INTO STAFF VALUES('ST012','Miss','Simone','Dallas','61C Greenfield lane, Croydon',7890444231,'dallassimone@icloud.com'); INSERT INTO STAFF VALUES('ST013','Mrs','Jayde','Fagan','23 Eldertree Road, London',2034569087,'jaydefagan22@aol.com'); INSERT INTO STAFF VALUES('ST014','Mr','Steven','Gold','64 Moyser Road, Croydon',7985412567,'goldiesteven@hotmail.com'); INSERT INTO STAFF VALUES('ST015','Mr','Joshua','Marks','1009 East street, London',2085188756,'Josh.mark@gmail.com'); INSERT INTO STAFF VALUES('ST016','Miss','Caroline','Summer','312 Putney Bridge road, London',7986345212,'summercaroline@aol.com'); INSERT INTO STAFF VALUES('ST017','Mr','Anton','Bell','66a Charles Drive, London',7898473909,'A.Bell@hotmail.com'); INSERT INTO STAFF VALUES('ST018','Mr','Nathaniel','Hewitt','161a London Drive, London',748951909,'Nathan.Hewitt@hotmail.com'); INSERT INTO STAFF VALUES('ST019','Mrs','Holly','Michaels','66a Mayor Street, London',7172873909,'mrsmichaels2@live.com'); INSERT INTO STAFF VALUES('ST020','Miss','Jane','Halloway','12 Jones close, London',7789563909,'Hollowaypretty1@icloud.com'); CREATE TABLE LOGIN ( Username VARCHAR (6) NOT NULL PRIMARY KEY, Password VARCHAR (6) NOT NULL, Staff_id VARCHAR (6) , Login_status VARCHAR (6) NOT NULL, FOREIGN KEY (Staff_id ) REFERENCES STAFF(Staff_id)); INSERT INTO LOGIN VALUES('TBlock123','djkfik4e9rtj','ST001','HIGH'); INSERT INTO LOGIN VALUES('T.Crayne90210','BrainyCraynie','ST002','LOW'); INSERT INTO LOGIN VALUES('Natasha_Bowler12','BashyTashy','ST003','LOW'); INSERT INTO LOGIN VALUES('Danie.Dixon','DD12345678','ST004','HIGH'); INSERT INTO LOGIN VALUES('Mr_J_Wise','Dragon29','ST005','HIGH'); INSERT INTO LOGIN VALUES('D.Wilson60','Adjkfghjr94343','ST006','LOW'); INSERT INTO LOGIN VALUES('Handsome123','Qdjkfi84e3','ST007','LOW'); INSERT INTO LOGIN VALUES('GoodLooks123','123djfirjgf','ST008','HIGH'); INSERT INTO LOGIN VALUES('CutteyDD','938SFGHH','ST009','HIGH'); INSERT INTO LOGIN VALUES('ChristianD15','D69Gkld8dn','ST010','HIGH'); INSERT INTO LOGIN VALUES('XOMAN290','J345hfjd@$','ST011','LOW'); INSERT INTO LOGIN VALUES('NappilyEverAfter','XXXLOVEXXX','ST012','HIGH'); INSERT INTO LOGIN VALUES('','ZABGKFO345','ST013','HIGH'); INSERT INTO LOGIN VALUES('SteveGold123','ODJFV$%&*32','ST014','LOW'); INSERT INTO LOGIN VALUES('JoshyMarks25','LOPEXZ34958','ST015','LOW'); INSERT INTO LOGIN VALUES('Car_Summer','DFJFZXC£%^&','ST016','HIGH'); INSERT INTO LOGIN VALUES('A_Bell29487','KDLSICMF£$%^','ST017','LOW'); INSERT INTO LOGIN VALUES('Nath_39585','DEPPIMPACT45','ST018','LOW'); INSERT INTO LOGIN VALUES('HollyMicksNIG','HLHJF$^^%$3r4','ST019','LOW'); INSERT INTO LOGIN VALUES('Hollaway1234','KVJSR394578DE','ST020','LOW'); CREATE TABLE CUSTOMER( Customer_id INT(15) PRIMARY KEY, Name VARCHAR(50), Table_number VARCHAR (5), Email VARCHAR(100)); INSERT INTO CUSTOMER VALUES(1,'Jimmy Chops','4','jimmy.chops@email.co.uk'); INSERT INTO CUSTOMER VALUES(2,'Andrew McMannus','2','a.mcmannus@email.com'); INSERT INTO CUSTOMER VALUES(3,'Elizabeth Phillips','6','e.m.phillips@email.org'); INSERT INTO CUSTOMER VALUES(4,'Alexis McRonald','9','alexis153@email.com'); INSERT INTO CUSTOMER VALUES(5,'Francesca Flapjack','1','fflapjack@email.com'); INSERT INTO CUSTOMER VALUES(6,'Bert Maclin','3','b.maclin@email.gov'); INSERT INTO CUSTOMER VALUES(7,'Paris Geller','1','p.geller@email.com'); INSERT INTO CUSTOMER VALUES(8,'Rory Gilmore','7','rory.gilmore@email.co.uk'); INSERT INTO CUSTOMER VALUES(9,'Franky Benny','10','f.benny928@email.com'); INSERT INTO CUSTOMER VALUES(10,'Mitchum Ketchup','4','m.e.ketchup@email.org'); CREATE TABLE ORDERS( Order_number INT PRIMARY KEY, Order_date Date, Time Time, Table_number VARCHAR(5), Order_completed Boolean, Staff_id VARCHAR(6), Customer_id INT(15), FOREIGN KEY (Staff_id) REFERENCES STAFF (Staff_id), FOREIGN KEY (Customer_id ) REFERENCES CUSTOMER (Customer_id ) ); INSERT INTO ORDERS VALUES(1,2002,'19:15:00','4','1','ST001',1); INSERT INTO ORDERS VALUES(2,2002,'18:30:00','2','1','ST002',2); INSERT INTO ORDERS VALUES(3,2001,'16:15:00','6','0','ST003',3); INSERT INTO ORDERS VALUES(4,2000,'15:00:00','9','1','ST004',4); INSERT INTO ORDERS VALUES(5,2000,'14:00:00','1','0','ST005',5); INSERT INTO ORDERS VALUES(6,2000,'10:15:00','3','0','ST006',6); INSERT INTO ORDERS VALUES(7,2000,'17:30:00','1','0','ST007',7); INSERT INTO ORDERS VALUES(8,1999,'13:00:00','7','1','ST008',8); INSERT INTO ORDERS VALUES(9,1999,'12:45:00','10','0','ST009',9); INSERT INTO ORDERS VALUES(10,1998,'12:30:00','4','1','ST010',10); CREATE TABLE CATEGORY( Category_id VARCHAR (20) PRIMARY KEY, Name VARCHAR (15)); INSERT INTO CATEGORY VALUES('C1','Starter'); INSERT INTO CATEGORY VALUES('C2','Main'); INSERT INTO CATEGORY VALUES('C3','Dessert'); INSERT INTO CATEGORY VALUES('C4','Drinks'); COMMIT;
SELECT COUNT(Situation_ID) FROM Situations;
CREATE TABLE COMMITS ( ID BIGINT AUTO_INCREMENT PRIMARY KEY, AUTHOR VARCHAR(63), TIMESTAMP DATETIME, PARENT_ID LONG ); CREATE TABLE BRANCHES ( NAME VARCHAR(63) NOT NULL PRIMARY KEY, COMMIT_ID LONG NOT NULL REFERENCES COMMITS(ID) ); CREATE TABLE ENVIRONMENTS ( COMMIT_ID BIGINT NOT NULL REFERENCES COMMITS(ID), NAME VARCHAR(63) NOT NULL, DISABLED BOOL NOT NULL, ABSTRACTED BOOL, DESCRIPTION VARCHAR(255), PARENTS VARCHAR(255), LABELS VARCHAR(255), PRIMARY KEY (COMMIT_ID, NAME) ); CREATE TABLE HOST_GROUPS ( COMMIT_ID BIGINT NOT NULL REFERENCES COMMITS(ID), ENV VARCHAR(63) NOT NULL, NAME VARCHAR(63) NOT NULL, DISABLED BOOL NOT NULL, OVERRIDE BOOL, DESCRIPTION VARCHAR(255), HOSTS VARCHAR(1024), INHERITS VARCHAR(255), INHERITS_RETIRED VARCHAR(255), PRIMARY KEY (COMMIT_ID, ENV, NAME) ); CREATE TABLE HOSTS ( COMMIT_ID BIGINT NOT NULL REFERENCES COMMITS(ID), ENV VARCHAR(63) NOT NULL, NAME VARCHAR(63) NOT NULL, DISABLED BOOL NOT NULL, USER VARCHAR(63), PORT SMALLINT, CHANNEL VARCHAR(15), RETIRED BOOL, LABELS VARCHAR(1024), DESCRIPTION VARCHAR(255), PRIMARY KEY (COMMIT_ID, ENV, NAME) ); CREATE TABLE PROJECTS ( COMMIT_ID BIGINT NOT NULL REFERENCES COMMITS(ID), NAME VARCHAR(63) NOT NULL, DISABLED BOOL NOT NULL, ABSTRACTED BOOL, NAME_GENERATOR VARCHAR(255), VARIABLE_GROUP_GENERATOR VARCHAR(255), PROJECT_KEY VARCHAR(63), ACTIVE_IN_ENV VARCHAR(63), DESCRIPTION VARCHAR(255), PARENTS VARCHAR(255), PLAYBOOK_NAME VARCHAR(63), PROJECT_WHEN VARCHAR(255), INCLUDED_IN_ENV VARCHAR(255), INCLUDED_ONLY_IN_ENV VARCHAR(255), EXCLUDED_IN_ENV VARCHAR(255), SHARING VARCHAR(1024), PRIMARY KEY (COMMIT_ID, NAME) ); CREATE TABLE ASSIGNMENTS ( COMMIT_ID BIGINT NOT NULL REFERENCES COMMITS(ID), VARIABLE_KEY VARCHAR(255) NOT NULL, DISABLED BOOL NOT NULL, ENV VARCHAR(63), PROJECT VARCHAR(63), SCOPE VARCHAR(31), VARIABLE_INFO VARCHAR(2048), PRIMARY KEY (COMMIT_ID, VARIABLE_KEY) ); CREATE TABLE BUILDS ( ID BIGINT AUTO_INCREMENT PRIMARY KEY, PARENT_ID BIGINT NULL REFERENCES BUILDS(ID), DEPLOY_USER_NAME VARCHAR(63) NULL, JOB_NAME VARCHAR(63) NOT NULL, ENV_NAME VARCHAR(63) NOT NULL, PROJECT_NAME VARCHAR(63) NOT NULL, JENKINS_BUILD BOOL NOT NULL, RECORD_COMMIT_ID BIGINT NULL REFERENCES COMMITS(ID), CONFIG_COMMIT_HASH VARCHAR(63) NULL, PLAYS VARCHAR(255) NOT NULL, TASKS_TO_SKIP VARCHAR(255) NOT NULL, SERVERS VARCHAR(4095) NOT NULL, STARTED_TIME DATETIME NOT NULL, FINISHED_TIME DATETIME NULL, FAILED BOOL NULL, FAILED_TYPE VARCHAR(63) NULL, FAILED_MESSAGE VARCHAR(4095) NULL, PROJECT_COMMIT_BRANCH VARCHAR(63) NULL, PROJECT_COMMIT_HASH VARCHAR(63) NULL, PROJECT_COMMIT_EMAIL VARCHAR(63) NULL, PROJECT_COMMIT_DETAIL VARCHAR(4095) NULL, PROJECT_COMMIT_DATE DATETIME NULL, USER_PARAMETERS text NULL ); CREATE TABLE CONFIG ( ID BIGINT AUTO_INCREMENT PRIMARY KEY, ENV_NAME VARCHAR(63) NULL, PROJECT_NAME VARCHAR(63) NULL, NAMESPACE VARCHAR(63) NOT NULL, CONFIG_KEY VARCHAR(127) NOT NULL, CONFIG_VALUE LONGTEXT NULL, LOCKED_BY VARCHAR(127) NULL, LOCKED_TIME DATETIME NULL ); CREATE UNIQUE INDEX CONFIG_UNIQUE_KEYS_INDEX ON CONFIG(ENV_NAME, PROJECT_NAME, NAMESPACE, CONFIG_KEY);
--网关路由表 DROP TABLE IF EXISTS gateway_route; CREATE TABLE gateway_route ( id VARCHAR(20) PRIMARY KEY, route_id VARCHAR(100) NOT NULL, uri VARCHAR(100) NOT NULL, predicates TEXT NOT NULL, filters TEXT, orders INT, description VARCHAR(500), status VARCHAR(1) DEFAULT 'Y', created_time TIMESTAMP NOT NULL DEFAULT now(), updated_time TIMESTAMP NOT NULL DEFAULT now(), created_by VARCHAR(100) NOT NULL, updated_by VARCHAR(100) NOT NULL ); CREATE UNIQUE INDEX ux_gateway_routes_uri ON gateway_route (uri); COMMENT ON TABLE gateway_route IS '用户表'; COMMENT ON COLUMN gateway_route.id IS 'id'; COMMENT ON COLUMN gateway_route.route_id IS '路由id'; COMMENT ON COLUMN gateway_route.uri IS 'uri路径'; COMMENT ON COLUMN gateway_route.predicates IS '判定器'; COMMENT ON COLUMN gateway_route.filters IS '过滤器'; COMMENT ON COLUMN gateway_route.orders IS '排序'; COMMENT ON COLUMN gateway_route.status IS '状态:Y-有效,N-无效'; COMMENT ON COLUMN gateway_route.description IS '描述信息'; COMMENT ON COLUMN gateway_route.created_time IS '创建时间'; COMMENT ON COLUMN gateway_route.updated_time IS '更新时间'; COMMENT ON COLUMN gateway_route.created_by IS '创建人'; COMMENT ON COLUMN gateway_route.updated_by IS '更新人';
-- phpMyAdmin SQL Dump -- version 4.9.0.1 -- https://www.phpmyadmin.net/ -- -- Hôte : 127.0.0.1 -- Généré le : mar. 22 oct. 2019 à 11:15 -- Version du serveur : 10.3.16-MariaDB -- Version de PHP : 7.1.30 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 données : `agriparc_db` -- -- -------------------------------------------------------- -- -- Structure de la table `agriculteur` -- CREATE TABLE `agriculteur` ( `id` int(11) NOT NULL, `nom` varchar(45) NOT NULL, `prenom` varchar(45) NOT NULL, `adresse` varchar(500) NOT NULL, `telephone` varchar(45) NOT NULL, `gaec_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Déchargement des données de la table `agriculteur` -- INSERT INTO `agriculteur` (`id`, `nom`, `prenom`, `adresse`, `telephone`, `gaec_id`) VALUES (1, 'FOURNIER', 'Jean-Michel', 'Route de la Motte, 67000 Strasbourg', '0696784884', 1), (2, 'LEROUX', 'Jean-Claude', 'Route de la Tour de Salvagny, 67000 Strasbourg', '0699784554', 1), (3, 'CAULIER', 'Jean-Yves', 'Route de la Charrue, 67000 Strasbourg', '0699734574', 1); -- -------------------------------------------------------- -- -- Structure de la table `gaec` -- CREATE TABLE `gaec` ( `id` int(11) NOT NULL, `nom_gaec` varchar(45) NOT NULL, `siret` varchar(45) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Déchargement des données de la table `gaec` -- INSERT INTO `gaec` (`id`, `nom_gaec`, `siret`) VALUES (1, 'Gaec des sables rouges', '80295478500028'), (2, 'Gaec du Rouillat', '80295628516067'); -- -------------------------------------------------------- -- -- Structure de la table `materiel` -- CREATE TABLE `materiel` ( `id` int(11) NOT NULL, `nom` varchar(45) NOT NULL, `description` varchar(500) DEFAULT NULL, `position_gps` varchar(45) NOT NULL, `statut` varchar(45) NOT NULL, `gaec_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Déchargement des données de la table `materiel` -- INSERT INTO `materiel` (`id`, `nom`, `description`, `position_gps`, `statut`, `gaec_id`) VALUES (1, 'Tracteur Massey Ferguson', 'BARRE OSCILLANTE : Oui CHARGEUR FAUCHEUX PRETISGE 120 ANNEE 2008 CIRCUIT CENTRE : OUVERT DISTRIBUTEUR CDE MANUELLE : 2 ETAT MECANIQUE : MOYEN ETAT POSTE CONDUITE : BON INVERSEUR : HYDRAULIQUE NOMBRE CYLINDRE : 4 NOMBRE DE GAMME : 4 NOMBRE DE VITESSE : 6 PITON : Oui PRISE DE FORCE ARRIERE : 540/1000 RELEVAGE : ELECTRONIQUE SIEGE : PNEUMATIQUE SUSPENSION : MECANIQUE TRANSMISSION : SEMI POWER SHIFT TYPE JANTE ARRIERE : FIXE TYPE JANTE AVANT : PONTET', '7.7521113,48.5734053', 'DISPONIBLE', 1), (2, 'Suceuse à grains KongSkilde', 'Suceuse à grains 300T debit 15t/HR', '7.7521123,48.5734030', 'NON DISPONIBLE', 1), (3, 'Moissonneuse Batteuse New Holland', 'BATTEUR : + TIRE PAILLE\r\nBATTEUR REGIME : SIMPLE\r\nCAISSON A CORRECTION DE DEVERS : OUI\r\nCAPACITE DE TREMIE : 7200,00\r\nCROCHET REMORQUE : A BROCHE\r\nEQUIPEMENT MAIS SUR BATTEUR : OUI\r\nEQUIPEMENT MAIS SUR BROYEUR : OUI\r\nETAT COUPE : BON\r\nETAT GENERAL : BON\r\nETAT MECANIQUE : BON\r\nGRILLE A REGLAGE : MANUEL\r\nMARQUE CHARIOT : NEW HOLLAND\r\nMARQUE COUPE : NEW HOLLAND\r\nNOMBRE DE VITESSE : 4', '7.7521143,48.5734093', 'DISPONIBLE', 1), (4, 'Charrue Gregoire-Besson', 'LARGEUR TRAVAIL : VARILARGE MECANIQE\r\nROUE DE TRANSPORT : MIXTE LATERALE', '7.7521173,48.5734056', 'DISPONIBLE', 1); -- -------------------------------------------------------- -- -- Structure de la table `reservation` -- CREATE TABLE `reservation` ( `id` int(11) NOT NULL, `date_debut` datetime DEFAULT NULL, `date_fin` datetime DEFAULT NULL, `materiel_id` int(11) NOT NULL, `agriculteur_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Index pour les tables déchargées -- -- -- Index pour la table `agriculteur` -- ALTER TABLE `agriculteur` ADD PRIMARY KEY (`id`,`gaec_id`), ADD KEY `fk_Agriculteur_gaec_idx` (`gaec_id`); -- -- Index pour la table `gaec` -- ALTER TABLE `gaec` ADD PRIMARY KEY (`id`); -- -- Index pour la table `materiel` -- ALTER TABLE `materiel` ADD PRIMARY KEY (`id`,`gaec_id`), ADD KEY `fk_materiel_gaec1_idx` (`gaec_id`); -- -- Index pour la table `reservation` -- ALTER TABLE `reservation` ADD PRIMARY KEY (`id`,`materiel_id`,`agriculteur_id`), ADD KEY `fk_reservation_materiel1_idx` (`materiel_id`), ADD KEY `fk_reservation_agriculteur1_idx` (`agriculteur_id`); -- -- AUTO_INCREMENT pour les tables déchargées -- -- -- AUTO_INCREMENT pour la table `agriculteur` -- ALTER TABLE `agriculteur` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT pour la table `gaec` -- ALTER TABLE `gaec` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT pour la table `materiel` -- ALTER TABLE `materiel` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT pour la table `reservation` -- ALTER TABLE `reservation` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- Contraintes pour les tables déchargées -- -- -- Contraintes pour la table `agriculteur` -- ALTER TABLE `agriculteur` ADD CONSTRAINT `fk_Agriculteur_gaec` FOREIGN KEY (`gaec_id`) REFERENCES `gaec` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Contraintes pour la table `materiel` -- ALTER TABLE `materiel` ADD CONSTRAINT `fk_materiel_gaec1` FOREIGN KEY (`gaec_id`) REFERENCES `gaec` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; -- -- Contraintes pour la table `reservation` -- ALTER TABLE `reservation` ADD CONSTRAINT `fk_reservation_agriculteur1` FOREIGN KEY (`agriculteur_id`) REFERENCES `agriculteur` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, ADD CONSTRAINT `fk_reservation_materiel1` FOREIGN KEY (`materiel_id`) REFERENCES `materiel` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION; 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 */;
CREATE TABLE IF NOT EXISTS organisation ( id uuid, orgname text, address text, active boolean, createdate timestamp, updatedate timestamp, owner text, establishmentdate timestamp, PRIMARY KEY(id) );
/* Navicat MySQL Data Transfer Source Server : ljh Source Server Version : 50714 Source Host : localhost:3306 Source Database : springboot-2 Target Server Type : MYSQL Target Server Version : 50714 File Encoding : 65001 Date: 2019-02-24 16:55:04 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `item` -- ---------------------------- DROP TABLE IF EXISTS `item`; CREATE TABLE `item` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(64) NOT NULL DEFAULT '', `price` double(10,0) NOT NULL DEFAULT '0', `description` varchar(500) NOT NULL DEFAULT '', `sales` int(11) NOT NULL DEFAULT '0', `img_url` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of item -- ---------------------------- INSERT INTO `item` VALUES ('7', 'iphone99', '800', '最好用的苹果手机', '103', 'https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=3974550569,4161544558&fm=27&gp=0.jpg'); INSERT INTO `item` VALUES ('9', 'iphone8', '600', '第二好用的苹果手机', '88', 'https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1489148828,1224802904&fm=26&gp=0.jpg'); -- ---------------------------- -- Table structure for `item_stock` -- ---------------------------- DROP TABLE IF EXISTS `item_stock`; CREATE TABLE `item_stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `stock` int(11) NOT NULL DEFAULT '0', `item_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of item_stock -- ---------------------------- INSERT INTO `item_stock` VALUES ('5', '88', '7'); INSERT INTO `item_stock` VALUES ('7', '200', '9'); -- ---------------------------- -- Table structure for `order_info` -- ---------------------------- DROP TABLE IF EXISTS `order_info`; CREATE TABLE `order_info` ( `id` varchar(32) NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `item_id` int(11) NOT NULL DEFAULT '0', `promo_id` int(11) NOT NULL DEFAULT '0', `item_price` double NOT NULL DEFAULT '0', `amount` int(11) NOT NULL DEFAULT '0', `order_price` double NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of order_info -- ---------------------------- INSERT INTO `order_info` VALUES ('2019021800000000', '7', '7', '0', '0', '0', '0'); INSERT INTO `order_info` VALUES ('2019021800000100', '7', '7', '0', '800', '1', '800'); INSERT INTO `order_info` VALUES ('2019021800000200', '7', '7', '0', '800', '1', '800'); INSERT INTO `order_info` VALUES ('2019021800000300', '7', '7', '0', '800', '1', '800'); INSERT INTO `order_info` VALUES ('2019021800000400', '7', '7', '0', '800', '1', '800'); INSERT INTO `order_info` VALUES ('2019021800000500', '7', '7', '0', '800', '1', '800'); INSERT INTO `order_info` VALUES ('2019021800000600', '7', '7', '1', '100', '1', '100'); INSERT INTO `order_info` VALUES ('2019021800000700', '7', '7', '1', '100', '1', '100'); -- ---------------------------- -- Table structure for `promo` -- ---------------------------- DROP TABLE IF EXISTS `promo`; CREATE TABLE `promo` ( `id` int(11) NOT NULL AUTO_INCREMENT, `promo_name` varchar(255) NOT NULL DEFAULT '', `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `item_id` int(11) NOT NULL DEFAULT '0', `promo_item_price` double NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of promo -- ---------------------------- INSERT INTO `promo` VALUES ('1', 'iphone4抢购活动', '2019-02-18 02:32:00', '2019-02-20 00:00:00', '7', '100'); -- ---------------------------- -- Table structure for `sequence_info` -- ---------------------------- DROP TABLE IF EXISTS `sequence_info`; CREATE TABLE `sequence_info` ( `name` varchar(255) NOT NULL, `current_value` int(11) NOT NULL DEFAULT '0', `step` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of sequence_info -- ---------------------------- INSERT INTO `sequence_info` VALUES ('order_info', '8', '1'); -- ---------------------------- -- Table structure for `user_info` -- ---------------------------- DROP TABLE IF EXISTS `user_info`; CREATE TABLE `user_info` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(64) NOT NULL DEFAULT '', `gender` tinyint(4) NOT NULL DEFAULT '0' COMMENT '//1代表男性,2代表女性', `age` int(11) NOT NULL DEFAULT '0', `telphone` varchar(255) NOT NULL DEFAULT '', `register_mode` varchar(255) NOT NULL DEFAULT '' COMMENT '//byphone,bywechat,byalipay', `third_party_id` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `telphone_unique_index` (`telphone`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of user_info -- ---------------------------- INSERT INTO `user_info` VALUES ('1', '第一个用户', '1', '30', '13521234859', 'byphone', ''); INSERT INTO `user_info` VALUES ('7', 'teambition', '1', '20', '13612345678', 'byphone', ''); -- ---------------------------- -- Table structure for `user_password` -- ---------------------------- DROP TABLE IF EXISTS `user_password`; CREATE TABLE `user_password` ( `id` int(11) NOT NULL AUTO_INCREMENT, `encrypt_password` varchar(128) NOT NULL DEFAULT '', `user_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of user_password -- ---------------------------- INSERT INTO `user_password` VALUES ('1', 'ddlsjfjfjfjlf', '1'); INSERT INTO `user_password` VALUES ('4', '4QrcOUm6Wau+VuBX8g+IPg==', '7');
SELECT DISTINCT pum.pum_name FROM PUMs pum, Teams team WHERE (pum.buyer_one IN (SELECT t.team_id FROM Teams t WHERE t.team_wc_count>0)) AND (pum.buyer_two IS NULL OR pum.buyer_two IN (SELECT t.team_id FROM Teams t WHERE t.team_wc_count>0)) AND (pum.buyer_three IS NULL OR pum.buyer_three IN (SELECT t.team_id FROM Teams t WHERE t.team_wc_count>0)) AND (pum.buyer_four IS NULL OR pum.buyer_four IN (SELECT t.team_id FROM Teams t WHERE t.team_wc_count>0)) -- A buyer of PUM can either be null or has to have a world championship. -- So we are looking for PUMs which all of their buyers are either null or have championship.
/*code to create the database*/ DROP TABLE IF EXISTS demotable; CREATE TABLE user( id INTEGER PRIMARY KEY AUTOINCREMENT, username TEXT NOT NULL, password TEXT NOT NULL );
create or replace function my_function return number as roundedValue number; sysdatetime date; begin sysdatetime := sysdate; select ROUND(2.34) into roundedValue from dual; dbms_output.put_line(roundedValue); return roundedValue; end my_function;
/* Clears all the rows from the fantasy table */ delete from public.fantasy; delete from public.fantasy_prev;
create or replace PROCEDURE Precio_menor IS --cursor para recoger las cantidades, y los codigos de los productos de mi empresa CURSOR V_NUM_PROD IS SELECT CDPRODUCTO, NMCANTIDAD FROM salvarez_prueba.TSIM_PROD_X_EMPRESA WHERE CDEMPRESA = '21'; --Codigo de la empresa del profe V_COD_EMPRESA SALVAREZ_PRUEBA.TSIM_PROD_X_EMPRESA.CDEMPRESA%TYPE; --cantida que voy a comprar simpre V_CANT SALVAREZ_PRUEBA.TSIM_PROD_X_EMPRESA.NMCANTIDAD%TYPE; --Mensaje de error V_ERROR VARCHAR2(200); --Variable para el precio V_PRECIO SALVAREZ_PRUEBA.TSIM_PROD_X_EMPRESA.PSVENTA%TYPE; --Variable para el codigo de mi empresa V_COD_MY_EMP SALVAREZ_PRUEBA.TSIM_PROD_X_EMPRESA.CDEMPRESA%TYPE := '21'; -- codigo de los productos V_COD_PROD SALVAREZ_PRUEBA.TSIM_PROD_X_EMPRESA.CDPRODUCTO%TYPE; -- Controlar errores: /*err_num varchar(500); err_msg varchar(500);*/ BEGIN OPEN V_NUM_PROD; LOOP FETCH V_NUM_PROD INTO V_COD_PROD,V_CANT; EXIT WHEN V_NUM_PROD%NOTFOUND; SELECT CDEMPRESA,PSVENTA INTO V_COD_EMPRESA,V_PRECIO FROM salvarez_prueba.TSIM_PROD_X_EMPRESA WHERE PSVENTA = (SELECT MIN(PSVENTA) FROM salvarez_prueba.TSIM_PROD_X_EMPRESA WHERE CDPRODUCTO = V_COD_PROD AND NMCANTIDAD>= 3) AND CDPRODUCTO = V_COD_PROD AND CDEMPRESA <> V_COD_MY_EMP AND CDEMPRESA <> '00002' AND NMCANTIDAD >= 3 AND ROWNUM = 1; SALVAREZ_PRUEBA.SP_COMPRAR_PROD(V_COD_EMPRESA, V_COD_PROD,2,V_ERROR); IF(V_CANT>=5) THEN V_PRECIO := V_PRECIO * 1.10; ELSE V_PRECIO := V_PRECIO * 1.05; END IF; SALVAREZ_PRUEBA.SP_CAMBIO_VALOR_PROD(V_COD_PROD,V_PRECIO,V_ERROR); END LOOP; CLOSE V_NUM_PROD; /*EXCEPTION WHEN NO_DATA_FOUND THEN dbms_output.put_line('El cursor no encuentra valores'); when TOO_MANY_ROWS THEN dbms_output.put_line('EL cursor devuelve muchas mas filas. Maloo'); WHEN OTHERS THEN err_num:= SQLCODE; err_msg:=SQLERRM; dbms_output.put_line('El error es el numero: ' || TO_CHAR(err_num) || ' El mensaje es: ' || err_msg);*/ END Precio_menor;
/*https://platform.stratascratch.com/coding-question?id=10046&python=*/ select state,count(*) as cstars from yelp_business where stars = 5 group by state order by cstars desc ,state limit 5;
DECLARE TYPE T_CURSOR IS REF CURSOR; CUR_TAB T_CURSOR; S_NEW_TAB_NAME VARCHAR2(30); S_RENAME_TAB_SQL VARCHAR2(5000) := ''; BEGIN FOR CUR_TAB IN (SELECT TABLE_NAME FROM USER_TABLES T WHERE T.TABLE_NAME LIKE 'FM$$/_%' ESCAPE '/') LOOP S_RENAME_TAB_SQL := ' DROP TABLE ' || CUR_TAB.TABLE_NAME||' CASCADE CONSTRAINTS PURGE'; EXECUTE IMMEDIATE S_RENAME_TAB_SQL; END LOOP; EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.put_line('ERROR:'||SQLCODE); END; /
DROP table task if exists ; DROP table user if exists ; CREATE TABLE task( id INTEGER IDENTITY, create_date DATE NOT NULL, task_name varchar(200) NOT NULL, task_type varchar(200) NOT NULL, assigned_to INTEGER , status varchar(200) NOT NULL ); CREATE TABLE user( id INTEGER IDENTITY, user_name varchar(200) NOT NULL ); insert into task(create_date,task_name,task_type,status) values('2015-08-29','new task1','Normal','New'); insert into task(create_date,task_name,task_type,status) values('2015-08-29','new task2','Normal','Processing');
drop database if exists cinema; create database cinema DEFAULT CHARSET utf8;
alter table bonuses add column bonus_code character varying (1000);
DROP TABLE IF EXISTS rank; CREATE TABLE IF NOT EXISTS rank ( gid BIGINT UNSIGNED NOT NULL UNIQUE, data MEDIUMBLOB NOT NULL ) CHARACTER SET = utf8 ENGINE = InnoDB; DELIMITER $$ DROP PROCEDURE IF EXISTS add_rank$$ CREATE PROCEDURE add_rank (IN param1 BIGINT UNSIGNED, IN param2 MEDIUMBLOB) BEGIN INSERT INTO rank(gid, data) VALUES(param1, param2); END$$ DROP PROCEDURE IF EXISTS find_rank$$ CREATE PROCEDURE find_rank (IN param1 BIGINT UNSIGNED) BEGIN SELECT data FROM rank WHERE gid = param1; END$$ DROP PROCEDURE IF EXISTS update_rank$$ CREATE PROCEDURE update_rank (IN param1 BIGINT UNSIGNED, IN param2 MEDIUMBLOB) BEGIN UPDATE rank SET data = param2 WHERE gid = param1; END$$ DROP PROCEDURE IF EXISTS get_rank$$ CREATE PROCEDURE get_rank (IN param1 BIGINT UNSIGNED) BEGIN SELECT data FROM rank WHERE gid = param1; END$$ DROP PROCEDURE IF EXISTS get_ranks$$ CREATE PROCEDURE get_ranks () BEGIN SELECT gid, data FROM rank; END$$ DELIMITER ;
# Profil : recupération des types SELECT `pk_type_doc`, `label_type_doc`, `detail_type_doc`, `niveau_type_doc`, `time_type_doc` FROM `type_doc` WHERE `fk_client` = :client AND `fk_monde` = :monde AND `fk_champ` = :champ AND `fk_categorie_doc` = :categorie AND `niveau_type_doc` <= :niveau;
select distinct city from station where city like '%a' or city like '%e' or city like'%i' or city like'%o' or city like'%u';
DROP TABLE IF EXISTS `XXX_flexint_flexinttabelle`; ##b_dump## DROP TABLE IF EXISTS `XXX_papoo_flexint_texte_lang`; ##b_dump##
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Apr 14, 2021 at 10:39 AM -- Server version: 10.4.17-MariaDB -- PHP Version: 8.0.0 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: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `myprivates` -- CREATE TABLE `myprivates` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `story` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `myprivates` -- INSERT INTO `myprivates` (`id`, `email`, `title`, `story`, `created_at`, `updated_at`) VALUES (6, 'dy19@test.com', 'Dinesh', 'yadav', '2021-04-12 02:04:01', '2021-04-12 02:04:01'), (8, 'dy19@test.com', 'dkdk', 'yadavvvv', '2021-04-12 02:11:39', '2021-04-12 02:11:39'), (24, 'param@test.com', '1', 'param jeet', '2021-04-13 02:43:21', '2021-04-13 02:45:44'), (27, 'dy28@test.com', 'ss', 'dd', '2021-04-13 03:23:36', '2021-04-13 03:23:36'), (28, 'dkdineshyadav28@gmail.com', 'celebrity portfolio', 'He wondered if he should disclose the truth to his friends. It would be a risky move. Yes, the truth would make things a lot easier if they all stayed on the same page, but the truth might fracture the group..', '2021-04-13 03:45:10', '2021-04-13 04:31:27'), (29, 'dkdineshyadav28@gmail.com', 'ddddd', 'yyyyyyyy', '2021-04-13 06:19:29', '2021-04-13 06:19:29'), (32, 'kajal@test.com', 'celebrity portfolio', 'Balloons are pretty and come in different colors, different shapes, different sizes, and they can even adjust sizes as needed. But don\'t make them too', '2021-04-13 06:50:51', '2021-04-13 06:50:51'), (33, 'dy19@test.com', 'cr7', 'Cristiano Ronaldo cr7 cr7', '2021-04-13 21:44:55', '2021-04-13 21:47:45'); -- -- Indexes for dumped tables -- -- -- Indexes for table `myprivates` -- ALTER TABLE `myprivates` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `myprivates` -- ALTER TABLE `myprivates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; 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 */;
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 30, 2020 at 07:26 PM -- Server version: 10.4.11-MariaDB -- PHP Version: 7.2.31 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: `db_foto` -- -- -------------------------------------------------------- -- -- Table structure for table `tb_bayar` -- CREATE TABLE `tb_bayar` ( `id_bayar` int(10) NOT NULL, `id_pesan` int(10) NOT NULL, `user_id` int(10) NOT NULL, `id_paket` int(10) NOT NULL, `tgl_konfir` date NOT NULL, `dp` int(10) NOT NULL, `sisa` int(10) NOT NULL, `upload_slip` varchar(500) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_bayar` -- INSERT INTO `tb_bayar` (`id_bayar`, `id_pesan`, `user_id`, `id_paket`, `tgl_konfir`, `dp`, `sisa`, `upload_slip`) VALUES (15, 61, 23, 3, '2020-08-30', 1500000, 0, 'webinar1.png'), (16, 63, 23, 6, '2020-08-30', 3000000, 0, 'erdkosmetik.png'), (17, 65, 23, 6, '2020-08-30', 1000000, 2000000, 'danau ranau.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `tb_detail_pesan_reg` -- CREATE TABLE `tb_detail_pesan_reg` ( `id_pesan` int(10) NOT NULL, `id_paket` int(10) NOT NULL, `user_id` int(10) NOT NULL, `tgl_pesan` datetime NOT NULL, `tgl_main` date NOT NULL, `jam_main` varchar(20) NOT NULL, `total` int(10) NOT NULL, `status` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_detail_pesan_reg` -- INSERT INTO `tb_detail_pesan_reg` (`id_pesan`, `id_paket`, `user_id`, `tgl_pesan`, `tgl_main`, `jam_main`, `total`, `status`) VALUES (59, 3, 23, '2020-08-30 22:01:48', '2020-08-30', '10 - 11', 1500000, 0), (60, 3, 23, '2020-08-30 22:34:27', '2020-08-30', '8 - 9', 1500000, 0), (61, 3, 23, '2020-08-30 22:36:23', '2020-08-30', '9 - 10', 1500000, 0), (63, 6, 23, '2020-08-30 23:24:47', '2020-09-01', 'paket', 3000000, 0), (64, 7, 23, '2020-08-30 23:40:44', '2020-08-30', 'paket', 300000, 0), (65, 6, 23, '2020-08-30 23:45:46', '2020-09-02', 'paket', 3000000, 0); -- -------------------------------------------------------- -- -- Table structure for table `tb_foto` -- CREATE TABLE `tb_foto` ( `id_foto` int(10) NOT NULL, `upload_foto` varchar(300) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_foto` -- INSERT INTO `tb_foto` (`id_foto`, `upload_foto`) VALUES (2, '_DSC1714 copy.jpg'), (3, '_DSC1797 copy.jpg'), (4, '_DSC4819 copy.jpg'), (5, '_DSC1907 copy.jpg'), (6, '_DSC1889 copy.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `tb_paket` -- CREATE TABLE `tb_paket` ( `id_paket` int(10) NOT NULL, `nama_paket` varchar(50) NOT NULL, `harga` int(10) NOT NULL, `rincian` text NOT NULL, `jenis` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_paket` -- INSERT INTO `tb_paket` (`id_paket`, `nama_paket`, `harga`, `rincian`, `jenis`) VALUES (1, 'paket PREWEDDING DI studio', 2000000, '3 Cetak foto + bingkai ukuran 21R5 cetak foto ukuran 4R + bingkaiSoft Copy', 0), (2, 'prewedd and wedding', 3700000, '', 0), (3, 'reguler', 1500000, '', 1), (4, 'foto baby face', 300000, '- 5 pose , 1 tema.- 2 edit1 Bingkai, Cetak ukuran 14 cm x 19cm , 1 CD Soft copy', 1), (5, 'paket keluarga', 500000, '2 bingkai 20R *(single frame)cetak ukuran 35cm x 45cm&nbsp;1 CD soft Copy', 1), (6, 'PREWEDDING', 3000000, 'Sesuai lokasi', 0), (7, 'paket wisuda', 300000, 'cetak sama bingkai 2', 0); -- -------------------------------------------------------- -- -- Table structure for table `tb_pesan` -- CREATE TABLE `tb_pesan` ( `id_pesan` int(10) NOT NULL, `user_id` int(10) NOT NULL, `nama_penerima` varchar(50) NOT NULL, `no_hp` varchar(20) NOT NULL, `alamat` varchar(300) NOT NULL, `status` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_pesan` -- INSERT INTO `tb_pesan` (`id_pesan`, `user_id`, `nama_penerima`, `no_hp`, `alamat`, `status`) VALUES (58, 23, 'rahmat', '0846329834', 'pandeglang ijo lumut', 0), (61, 23, 'rahmat', '0846329834', 'pandeglang besar', 3), (62, 23, 'rahmat', '0846329834', 'pandeglang', 0), (63, 23, 'rahmat', '0846329834', 'pandeglang', 3), (64, 23, 'rahmat', '0846329834', 'pandeglang', 0), (65, 23, 'rahmat', '0846329834', 'pandeglang', 1); -- -------------------------------------------------------- -- -- Table structure for table `tb_profil` -- CREATE TABLE `tb_profil` ( `id_profil` int(10) NOT NULL, `nama_brand` varchar(300) NOT NULL, `photo` varchar(300) NOT NULL, `keterangan` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_profil` -- INSERT INTO `tb_profil` (`id_profil`, `nama_brand`, `photo`, `keterangan`) VALUES (1, 'foto studio banten fhdfh', 'profil.jpg', '<p>foto studio terletak di provinsi banten,kami melayani pemesanan&nbsp;</p>'); -- -------------------------------------------------------- -- -- Table structure for table `tb_rekening` -- CREATE TABLE `tb_rekening` ( `id_rek` int(10) NOT NULL, `nama_bank` varchar(50) NOT NULL, `atas_nama` varchar(50) NOT NULL, `no_rek` int(40) NOT NULL, `gambar` varchar(400) NOT NULL, `status` enum('on','off') NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tb_rekening` -- INSERT INTO `tb_rekening` (`id_rek`, `nama_bank`, `atas_nama`, `no_rek`, `gambar`, `status`) VALUES (1, 'Bri', 'Eza ', 2147483647, 'logo-bri.png', 'on'); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `user_id` int(10) NOT NULL, `nama_lengkap` varchar(50) NOT NULL, `alamat` varchar(200) NOT NULL, `email` varchar(50) NOT NULL, `no_telp` varchar(15) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(40) NOT NULL, `level` enum('customer','admin') NOT NULL, `status` enum('on','off') NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user` -- INSERT INTO `user` (`user_id`, `nama_lengkap`, `alamat`, `email`, `no_telp`, `username`, `password`, `level`, `status`) VALUES (16, 'diki ', 'serang ', 'dikimistak@gmail.com', '082186099606', 'diki', '43b93443937ea642a9a43e77fd5d8f77', 'customer', 'on'), (17, 'admin ', 'sempu masjid', 'admin@gmail.com', '082186099606', 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin', 'on'), (18, 'juple', 'serang raya', 'nanang@gmail.com', '970787665', 'juple', 'e61ad86ce2888bd03094ef69e6510e8a', 'customer', 'on'), (19, 'nanang', 'serang', 'nanang@gmail.com', '0988797', 'nanang', 'cc8839950896aa17b3224887089241ba', 'customer', 'on'), (20, 'andryan syah', 'pandeglang', 'andreaan.zomelle@gmail.com', '085386473822', 'andryan', '4b947a68a5b5eba0a688f7b89b3ff54d', 'customer', 'on'), (21, 'nazil', 'tangerang', 'nazil06@gmail.com', '98340202', 'nazil06', '827ccb0eea8a706c4c34a16891f84e7b', 'customer', 'on'), (22, 'fahmi', 'rangkas ', 'fahmidodol@gmail.com', '-62', 'fahmi', 'f11d50d63d3891a44c332e46d6d7d561', 'customer', 'on'), (23, 'rahmat', 'pandeglang', 'djhsasjf@gmail.com', '0846329834', 'rahmat', 'af2a4c9d4c4956ec9d6ba62213eed568', 'customer', 'on'), (24, 'ded', 'pandeglang', 'djhsasjf@gmail.com', '478932022', 'dede', '3278c5c5e6aaa2a7a2163ea942470760', 'customer', 'on'), (25, 'ian ferdi', 'pandeglang', 'ianferdie@gmail.com', '4857444849', 'ian', '24595ae5d0efcfff2020365dc4032287', 'customer', 'on'), (26, 'deni m', 'Pandeglang', 'deni94m@gmai.com', '0567474442', 'deni', 'bc1b7b3ea9c0ad959fd9d0309f3931f7', 'customer', 'on'); -- -- Indexes for dumped tables -- -- -- Indexes for table `tb_bayar` -- ALTER TABLE `tb_bayar` ADD PRIMARY KEY (`id_bayar`); -- -- Indexes for table `tb_foto` -- ALTER TABLE `tb_foto` ADD PRIMARY KEY (`id_foto`); -- -- Indexes for table `tb_paket` -- ALTER TABLE `tb_paket` ADD PRIMARY KEY (`id_paket`); -- -- Indexes for table `tb_pesan` -- ALTER TABLE `tb_pesan` ADD PRIMARY KEY (`id_pesan`); -- -- Indexes for table `tb_profil` -- ALTER TABLE `tb_profil` ADD PRIMARY KEY (`id_profil`); -- -- Indexes for table `tb_rekening` -- ALTER TABLE `tb_rekening` ADD PRIMARY KEY (`id_rek`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`user_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `tb_bayar` -- ALTER TABLE `tb_bayar` MODIFY `id_bayar` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `tb_foto` -- ALTER TABLE `tb_foto` MODIFY `id_foto` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tb_paket` -- ALTER TABLE `tb_paket` MODIFY `id_paket` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `tb_pesan` -- ALTER TABLE `tb_pesan` MODIFY `id_pesan` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66; -- -- AUTO_INCREMENT for table `tb_profil` -- ALTER TABLE `tb_profil` MODIFY `id_profil` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tb_rekening` -- ALTER TABLE `tb_rekening` MODIFY `id_rek` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `user_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; 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 */;
-- +migrate up CREATE TABLE IF NOT EXISTS "public"."room_events" ( "id" serial, "room_id" integer, "type" text, "data" text, "timestamp" timestamp without time zone, PRIMARY KEY ("id") ); -- +migrate down DROP TABLE IF EXISTS "public"."room_events";
-- USE cci_gh_go_qa; SET FOREIGN_KEY_CHECKS= 0; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- Truncating Season Module tables. -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ TRUNCATE TABLE `SeasonWPConfiguration` ; TRUNCATE TABLE `SeasonWnTSpringDetails` ; TRUNCATE TABLE `SeasonWnTWinterDetails` ; TRUNCATE TABLE `SeasonWnTSummerDetails` ; TRUNCATE TABLE `SeasonCAPDetails` ; TRUNCATE TABLE `SeasonWPAllocation` ; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- Season Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ INSERT INTO `Season` (seasonId,seasonName,seasonFullName,departmentId,createdBy,modifiedBy) VALUES (8,'WP 2009','WP 2009',2,1,1), (9,'WP 2010','WP 2010',2,1,1), (10,'WP 2011','WP 2011',2,1,1), (11,'WP 2012','WP 2012',2,1,1), (12,'WP 2013','WP 2013',2,1,1), (13,'WP 2014','WP 2014',2,1,1), (14,'WP 2015','WP 2015',2,1,1), (15,'WP 2016','WP 2016',2,1,1); UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(7)) WHERE seasonId= 8; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(33,34,35,59) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 9; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(45,46,51,58) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 10; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(57,62,66,68) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 11; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(71,72,73,77) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 12; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(79,80,86,87) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 13; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(90,91,93,95) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 14; UPDATE `Season` SET `seasonStatusId` = (SELECT `SeasonStatusID` FROM `cci_go`.`Season` WHERE `SeasonID` IN(96,97,98) ORDER BY `SeasonStatusID` ASC LIMIT 1) WHERE seasonId= 15; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonWPConfiguration Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ INSERT INTO `SeasonWPConfiguration` (seasonId,createdBy,modifiedBy) VALUES (8,1,1), (9,1,1), (10,1,1), (11,1,1), (12,1,1), (13,1,1), (14,1,1), (15,1,1); UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (7)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (7)) WHERE seasonId = 8; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (33,34,35,59)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (33,34,35,59)) WHERE seasonId = 9; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (45,46,51,58)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (45,46,51,58)) WHERE seasonId = 10; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (57,62,66,68)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (57,62,66,68)) WHERE seasonId = 11; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (71,72,73,77)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (71,72,73,77)) WHERE seasonId = 12; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (79,80,86,87)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (79,80,86,87)) WHERE seasonId = 13; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (90,91,93,95)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (90,91,93,95)) WHERE seasonId = 14; UPDATE `SeasonWPConfiguration` SET seasonStartDate = (SELECT MIN(StartDate) FROM `cci_go`.`Season` WHERE SeasonID IN (96,97,98)), seasonEndDate = (SELECT MAX(EndDate) FROM `cci_go`.`Season` WHERE SeasonID IN (96,97,98)) WHERE seasonId = 15; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonWnTSpringDetails` Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ -- Remove NOT NULL for seasonId in SeasonWnTSpringDetails table. INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`seasonId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) VALUES (1,8,'W&T - Spring - 2009','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00',0,0,2,'2015-07-24 08:11:47',1,'2015-07-24 08:11:47',1); INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 34; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 9 WHERE `SeasonWnTSpringDetailsId`= 34; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 46; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 10 WHERE `SeasonWnTSpringDetailsId`= 46; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 62; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 11 WHERE `SeasonWnTSpringDetailsId`= 62; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 72; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 12 WHERE `SeasonWnTSpringDetailsId`= 72; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 80; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 13 WHERE `SeasonWnTSpringDetailsId`= 80; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 91; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 14 WHERE `SeasonWnTSpringDetailsId`= 91; INSERT INTO `SeasonWnTSpringDetails`(`seasonWnTSpringDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 97; UPDATE `SeasonWnTSpringDetails` SET `seasonId` = 15 WHERE `SeasonWnTSpringDetailsId`= 97; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonWnTWinterDetails Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ -- Remove NOT NULL for seasonId in SeasonWnTWinterDetails table. INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`seasonId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) VALUES (1,8,'W&T - Winter - 2009','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00',0,0,2,'2015-07-24 08:18:41',1,'2015-07-24 08:18:41',1); INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 33; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 9 WHERE `SeasonWnTWinterDetailsId`= 33; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 45; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 10 WHERE `SeasonWnTWinterDetailsId`= 45; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 57; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 11 WHERE `SeasonWnTWinterDetailsId`= 57; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 71; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 12 WHERE `SeasonWnTWinterDetailsId`= 71; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 79; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 13 WHERE `SeasonWnTWinterDetailsId`= 79; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 90; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 14 WHERE `SeasonWnTWinterDetailsId`= 90; INSERT INTO `SeasonWnTWinterDetails`(`seasonWnTWinterDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 96; UPDATE `SeasonWnTWinterDetails` SET `seasonId` = 15 WHERE `SeasonWnTWinterDetailsId`= 96; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonWnTSummerDetails Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ -- Remove NOT NULL for seasonId in SeasonWnTSummerDetails table. INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 7; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 8 WHERE `SeasonWnTSummerDetailsId`= 7; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 35; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 9 WHERE `SeasonWnTSummerDetailsId`= 35; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 51; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 10 WHERE `SeasonWnTSummerDetailsId`= 51; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 66; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 11 WHERE `SeasonWnTSummerDetailsId`= 66; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 73; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 12 WHERE `SeasonWnTSummerDetailsId`= 73; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 87; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 13 WHERE `SeasonWnTSummerDetailsId`= 87; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 93; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 14 WHERE `SeasonWnTSummerDetailsId`= 93; INSERT INTO `SeasonWnTSummerDetails`(`seasonWnTSummerDetailsId`,`programName`,`startDate`,`endDate`,`applicationDeadlineDate`,`isJobBoardOpen`,`maxPendingJobApps`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`IsJobBoardOpen`,`MaxPendingJobApps`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 98; UPDATE `SeasonWnTSummerDetails` SET `seasonId` = 15 WHERE `SeasonWnTSummerDetailsId`= 98; /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonCAPDetails Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ -- Remove NOT NULL for seasonId in SeasonCAPDetails table. INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`seasonId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) VALUES (1,8,'CAP-2009','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00',2,'2015-07-24 07:14:19',1,'2015-07-24 07:14:19',1); INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 59; UPDATE `SeasonCAPDetails` SET `seasonId` = 9 WHERE `seasonCAPDetailsId`= 59; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 58; UPDATE `SeasonCAPDetails` SET `seasonId` = 10 WHERE `seasonCAPDetailsId`= 58 ; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 68; UPDATE `SeasonCAPDetails` SET `seasonId` = 11 WHERE `seasonCAPDetailsId`= 68 ; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 77; UPDATE `SeasonCAPDetails` SET `seasonId` = 12 WHERE `seasonCAPDetailsId`= 77 ; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 86; UPDATE `SeasonCAPDetails` SET `seasonId` = 13 WHERE `seasonCAPDetailsId`= 86; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) SELECT `SeasonID`,`SeasonFullName`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`StartDate`,`EndDate`,`ApplicationDeadlineDate`,`SeasonStatusID`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy` FROM `cci_go`.`Season` WHERE `SeasonID` = 95; UPDATE `SeasonCAPDetails` SET `seasonId` = 14 WHERE `seasonCAPDetailsId`= 95; INSERT INTO `SeasonCAPDetails`(`seasonCAPDetailsId`,`seasonId`,`programName`,`internStartDate`,`internEndDate`,`internAppDeadlineDate`,`traineeStartDate`,`traineeEndDate`,`traineeAppDeadlineDate`,`programStatusId`,`createdOn`,`createdBy`,`modifiedOn`,`modifiedBy`) VALUES (2,15,'CAP-2016','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00','9999-09-09 00:00:00',2,'2015-07-24 07:14:23',1,'2015-07-24 07:14:23',1); /*------------------------------------------------------------------------------------------------------------------------------------------------------------- SeasonWPAllocation Migration -------------------------------------------------------------------------------------------------------------------------------------------------------------*/ INSERT INTO `SeasonWPAllocation` (`seasonId`,`departmentProgramOptionId`) VALUES (8,10), (8,11), (8,12), (8,13), (8,14), (8,15), (8,16), (8,17), (8,18), (8,19), (8,20), (9,10), (9,11), (9,12), (9,13), (9,14), (9,15), (9,16), (9,17), (9,18), (9,19), (9,20), (10,10), (10,11), (10,12), (10,13), (10,14), (10,15), (10,16), (10,17), (10,18), (10,19), (10,20), (11,10), (11,11), (11,12), (11,13), (11,14), (11,15), (11,16), (11,17), (11,18), (11,19), (11,20), (12,10), (12,11), (12,12), (12,13), (12,14), (12,15), (12,16), (12,17), (12,18), (12,19), (12,20), (13,10), (13,11), (13,12), (13,13), (13,14), (13,15), (13,16), (13,17), (13,18), (13,19), (13,20), (14,10), (14,11), (14,12), (14,13), (14,14), (14,15), (14,16), (14,17), (14,18), (14,19), (14,20), (15,10), (15,11), (15,12), (15,13), (15,14), (15,15), (15,16), (15,17), (15,18), (15,19), (15,20); UPDATE `SeasonWPAllocation` SET createdBy =1, modifiedBy =1; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 8 AND os.`SeasonID` = 7; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 8 AND os.`SeasonID` = 7; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 8 AND os.`SeasonID` = 7; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 13 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 14 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 15 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 16 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 17 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 18 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 19 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` SET `maxPax`= 0 WHERE `departmentProgramOptionId` = 20 AND `seasonId` = 8; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 35; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 35; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 35; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 34; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 34; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 34; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 33; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 33; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 33; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 59; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 9 AND os.`SeasonID` = 59; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 51; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 51; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 51; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 45; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 45; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 45; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 46; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 46; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 46; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 58; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 10 AND os.`SeasonID` = 58; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 66; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 66; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 66; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 57; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 57; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 57; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 62; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 62; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 62; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 68; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 11 AND os.`SeasonID` = 68; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 73; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 73; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 73; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 71; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 71; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 71; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 72; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 72; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 72; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 77; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 12 AND os.`SeasonID` = 77; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 87; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 87; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 87; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 79; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 79; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 79; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 80; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 80; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 80; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 86; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 13 AND os.`SeasonID` = 86; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 93; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 93; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 93; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 90; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 90; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 90; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 91; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 91; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 91; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationInternFP`+ os.`AllocationInternSP` WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 95; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationTraineeFP`+ os.`AllocationTraineeSP` WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 14 AND os.`SeasonID` = 95; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 10 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 98; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 11 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 98; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 12 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 98; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 13 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 96; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 14 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 96; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 15 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 96; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationJobFair` WHERE swpa.`departmentProgramOptionId` = 16 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 97; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationSelfPlaced` WHERE swpa.`departmentProgramOptionId` = 17 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 97; UPDATE `SeasonWPAllocation` swpa,`cci_go`.`Season` os SET swpa.`maxPax`= os.`AllocationDirectPlacement` WHERE swpa.`departmentProgramOptionId` = 18 AND swpa.`seasonId` = 15 AND os.`SeasonID` = 97; UPDATE `SeasonWPAllocation` swpa SET swpa.`maxPax`=0 WHERE swpa.`departmentProgramOptionId` = 19 AND swpa.`seasonId` = 15; UPDATE `SeasonWPAllocation` swpa SET swpa.`maxPax`=0 WHERE swpa.`departmentProgramOptionId` = 20 AND swpa.`seasonId` = 15; SET FOREIGN_KEY_CHECKS= 1;
DROP TABLE IF EXISTS test.reserved_word_table; CREATE TABLE test.reserved_word_table (`index` UInt8) ENGINE = MergeTree ORDER BY `index`; DETACH TABLE test.reserved_word_table; ATTACH TABLE test.reserved_word_table; DROP TABLE test.reserved_word_table;
-- -- Script was generated by Devart dbForge Studio 2020 for MySQL, Version 9.0.791.0 -- Product home page: http://www.devart.com/dbforge/mysql/studio -- Script date 28/11/2022 23:00:36 -- Server version: 10.2.36 -- Client version: 4.1 -- SET NAMES 'utf8'; INSERT INTO mpc.settings(id, recaptcha, force_ssl, login_type, css_sample, us_css1, us_css2, us_css3, css1, css2, css3, site_name, language, track_guest, site_offline, force_pr, reserved1, reserverd2, custom1, custom2, custom3, glogin, fblogin, gid, gsecret, gredirect, ghome, fbid, fbsecret, fbcallback, graph_ver, finalredir, req_cap, req_num, min_pw, max_pw, min_un, max_un, messaging, snooping, echouser, wys, change_un) VALUES (1, 0, 0, '', 1, '../users/css/color_schemes/bootstrap.min.css', '../users/css/sb-admin.css', '../users/css/blank.css', '', '', '', 'MPConnect', 'en', 1, 0, 0, '', '', '', '', '', 0, 0, 'Google ID Here', 'Google Secret Here', 'http://localhost/userspice/users/oauth_success.php', 'http://app.mpc.org.br/', 'FB ID Here', 'FB Secret Here', 'http://localhost/userspice/users/fb-callback.php', 'v2.2', 'account.php', 1, 1, 6, 20, 2, 40, 1, 1, 0, 1, 0);
-- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 28, 2014 at 02:17 AM -- Server version: 5.1.36 -- PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!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: `wi3_brugere_og_roller` -- -- -------------------------------------------------------- -- -- Table structure for table `bruger` -- DROP TABLE IF EXISTS `bruger`; CREATE TABLE IF NOT EXISTS `bruger` ( `bruger_id` int(11) NOT NULL AUTO_INCREMENT, `bruger_username` varchar(50) NOT NULL, `bruger_password` varchar(50) NOT NULL, `bruger_navn` varchar(50) NOT NULL, `fk_rolle_id` int(11) NOT NULL, PRIMARY KEY (`bruger_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- Dumping data for table `bruger` -- INSERT INTO `bruger` (`bruger_id`, `bruger_username`, `bruger_password`, `bruger_navn`, `fk_rolle_id`) VALUES (1, 'chuck_norris', '1234', 'Chuck Norris', 1), (2, 'kermit', '1234', 'Kermit', 2), (3, 'cookie_monster', '1234', 'Cookie Monster', 2), (4, 'big_bird', '1234', 'Big Bird', 2), (5, 'elmo', '1234', 'Elmo', 3), (6, 'miss_piggy', '1234', 'Miss Piggy', 3); -- -------------------------------------------------------- -- -- Table structure for table `rettighed` -- DROP TABLE IF EXISTS `rettighed`; CREATE TABLE IF NOT EXISTS `rettighed` ( `rettighed_id` int(11) NOT NULL AUTO_INCREMENT, `rettighed_navn` varchar(50) NOT NULL, `rettighed_kodenavn` varchar(50) NOT NULL, PRIMARY KEY (`rettighed_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ; -- -- Dumping data for table `rettighed` -- INSERT INTO `rettighed` (`rettighed_id`, `rettighed_navn`, `rettighed_kodenavn`) VALUES (1, 'Administration: Opret brugere', 'admin_opret_brugere'), (2, 'Administration: Rediger brugere', 'admin_rediger_brugere'), (3, 'Administration: Slet brugere', 'admin_slet_brugere'), (4, 'Administration: Deaktiver brugere', 'admin_deaktiver_brugere'), (5, 'Administration: Skift medlemmers brugernavn', 'admin_skift_medlemmers_username'), (6, 'Administration: Skift moderatorers brugernavn', 'admin_skift_moderators_username'), (7, 'Administration: Rediger spil', 'admin_rediger_spil'), (8, 'Administration: Slet spil', 'admin_slet_spil'), (9, 'Administration: Deaktiver spil', 'admin_deaktiver_spil'), (10, 'Administration: Deaktiver specifikke downloads', 'admin_deaktiver_specifikke_downloads'), (11, 'Administration: Rediger medlemmers kommentarer', 'admin_rediger_medlemmers_kommentarer'), (12, 'Administration: Slet medlemmers kommentarer', 'admin_slet_medlemmers_kommentarer'), (13, 'Administration: Rediger moderatorers kommentarer', 'admin_rediger_moderatorers_kommentarer'), (14, 'Administration: Slet moderatorers kommentarer', 'admin_slet_moderatorers_kommentarer'), (15, 'Registrer profil', 'registrer_profil'), (16, 'Upload spil', 'upload_spil'), (17, 'Rediger egne spil', 'rediger_egne_spil'), (18, 'Slet egne spil', 'slet_egne_spil'), (19, 'Rate spil', 'rate_spil'), (20, 'Download spil', 'download_spil'), (21, 'Læs kommentarer', 'laes_kommentarer'), (22, 'Skriv kommentarer', 'skriv_kommentarer'), (23, 'Tilmeld og frameld nyhedsbrev', 'tilmeld_og_frameld_nyhedsbrev'), (24, 'Spil online', 'spil_online'); -- -------------------------------------------------------- -- -- Table structure for table `rolle` -- DROP TABLE IF EXISTS `rolle`; CREATE TABLE IF NOT EXISTS `rolle` ( `rolle_id` int(11) NOT NULL AUTO_INCREMENT, `rolle_navn` varchar(50) NOT NULL, PRIMARY KEY (`rolle_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Dumping data for table `rolle` -- INSERT INTO `rolle` (`rolle_id`, `rolle_navn`) VALUES (1, 'Admin'), (2, 'Moderator'), (3, 'Medlem'), (4, 'Gæst'); -- -------------------------------------------------------- -- -- Table structure for table `rolle_og_rettighed` -- DROP TABLE IF EXISTS `rolle_og_rettighed`; CREATE TABLE IF NOT EXISTS `rolle_og_rettighed` ( `fk_rolle_id` int(11) NOT NULL, `fk_rettighed_id` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `rolle_og_rettighed` -- INSERT INTO `rolle_og_rettighed` (`fk_rolle_id`, `fk_rettighed_id`) VALUES (1, 1), (1, 2), (1, 3), (1, 14), (1, 13), (1, 12), (1, 11), (1, 10), (1, 9), (1, 8), (1, 7), (1, 6), (1, 5), (1, 4), (1, 20), (1, 21), (1, 22), (2, 2), (2, 3), (2, 4), (2, 5), (2, 7), (2, 9), (2, 10), (2, 11), (2, 20), (2, 21), (2, 22), (3, 16), (3, 17), (3, 20), (3, 21), (3, 22), (4, 15), (4, 19), (1, 24), (4, 23), (3, 23), (2, 24), (3, 24);
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1:3307 -- Tiempo de generación: 02-10-2021 a las 01:31:33 -- Versión del servidor: 10.4.13-MariaDB -- Versión de PHP: 7.4.9 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 */; -- -- Base de datos: `prueba` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `parametrizaciones` -- DROP TABLE IF EXISTS `parametrizaciones`; CREATE TABLE IF NOT EXISTS `parametrizaciones` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `valor` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `descripcion` text COLLATE utf8_unicode_ci NOT NULL, `tipo` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL, `state` tinyint(4) NOT NULL DEFAULT 1, `padre_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcado de datos para la tabla `parametrizaciones` -- INSERT INTO `parametrizaciones` (`id`, `nombre`, `valor`, `descripcion`, `tipo`, `created_at`, `updated_at`, `state`, `padre_id`) VALUES (1, 'Mujer', 'Mujer', 'TIPO GENERO', 'GENERO', '2021-10-01 04:17:13', NULL, 1, NULL), (2, 'Hombre', 'Hombre', 'TIPO GENERO', 'GENERO', '2021-10-01 04:17:32', NULL, 1, NULL), (3, 'Ninguno', 'Ninguno', '¿Tienes algún hobby?', 'HOBBY', '2021-10-01 04:18:43', NULL, 1, NULL), (4, 'Deporte', 'Deporte', '¿Tienes algún hobby?', 'HOBBY', '2021-10-01 04:18:57', NULL, 1, NULL), (5, 'Musical', 'Musical', '¿Tienes algún hobby?', 'HOBBY', '2021-10-01 04:19:13', NULL, 1, NULL), (6, 'Cocina', 'Cocina', '¿Tienes algún hobby?', 'HOBBY', '2021-10-01 04:19:27', NULL, 1, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `preguntas` -- DROP TABLE IF EXISTS `preguntas`; CREATE TABLE IF NOT EXISTS `preguntas` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `genero` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `hobby` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `tiempo` int(11) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL, `state` tinyint(4) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcado de datos para la tabla `preguntas` -- INSERT INTO `preguntas` (`id`, `nombre`, `genero`, `hobby`, `tiempo`, `created_at`, `updated_at`, `state`) VALUES (17, 'prueba2', 'Hombre', 'Ninguno', 0, '2021-10-02 00:13:19', NULL, 1), (16, 'prueba6', 'Hombre', 'Ninguno', 0, '2021-10-01 23:13:53', NULL, 1), (15, 'prueba6', 'Hombre', 'Ninguno', 0, '2021-10-01 20:15:48', NULL, 1), (14, 'prueba5', 'Mujer', 'Ninguno', 0, '2021-10-01 20:15:26', NULL, 1), (13, 'prueba4', 'Hombre', 'Ninguno', 0, '2021-10-01 20:15:03', NULL, 1), (12, 'prueba3', 'Mujer', 'Deporte', 1, '2021-10-01 20:14:26', NULL, 1), (10, 'prueba1', 'Hombre', 'Ninguno', 0, '2021-10-01 17:46:33', NULL, 1), (11, 'prueba2', 'Hombre', 'Ninguno', 0, '2021-10-01 20:07:51', NULL, 1); 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 */;
select count_big(*) from CorpDB.dbo.OrderHeader; select count_big(*) from CorpDB.dbo.OrderDetail; select count_big(*) from CorpDB.dbo.Customer; select count_big(*) from CorpDB.dbo.OrderHeader cross join CorpDB.dbo.OrderDetail; select count_big(*) * (select count_big(*) from CorpDB.dbo.Customer) from CorpDB.dbo.OrderHeader cross join CorpDB.dbo.OrderDetail; select count_big(*) from CorpDB.dbo.OrderHeader oh cross join CorpDB.dbo.OrderDetail od cross join CorpDb.dbo.Customer c where oh.OrderId = od.OrderId; select count_big(*) from CorpDB.dbo.OrderHeader oh cross join CorpDB.dbo.OrderDetail od cross join CorpDb.dbo.Customer c where oh.OrderId = od.OrderId and oh.CustomerId = c.CustomerID; select count_big(*) from CorpDB.dbo.OrderHeader oh cross join CorpDB.dbo.OrderDetail od cross join CorpDb.dbo.Customer c where oh.OrderId = od.OrderId and oh.CustomerId = c.CustomerID and c.State = 'CA'; select count_big(*) from ( select count_big(*) cnt from CorpDB.dbo.OrderHeader oh cross join CorpDB.dbo.OrderDetail od cross join CorpDb.dbo.Customer c where oh.OrderId = od.OrderId and oh.CustomerId = c.CustomerID and c.State = 'CA' group by od.ProductId ) gb; select count_big(*) from CorpDB.dbo.OrderHeader oh cross join CorpDB.dbo.OrderDetail od cross join CorpDb.dbo.Customer c where oh.OrderId = od.OrderId and oh.CustomerId = c.CustomerID and c.State = 'CA' group by od.ProductId having sum(Quantity) >= 20;
use Base_Datos_I; drop table if exists agenda; create table agenda( nombre varchar(20), domicilio varchar(30), telefono varchar(11) ); describe agenda; insert into agenda(nombre,domicilio,telefono) values('Juan Perez','Mariscal 123', '123456'); insert into agenda(nombre,domicilio,telefono) values('Pedro Moran','Lopez 123', '7891234'); insert into agenda(nombre, domicilio,telefono) values( 'Mirian Gonzalez','Rodriguez 222','123789'); insert into agenda(nombre, domicilio,telefono) values( 'Fernando Lopez','Francia 111','456789'); select * from agenda; select * from agenda where nombre='Pedro Moran'; select * from agenda where domicilio='Francia 111'; select * from agenda where telefono='456789'; drop table agenda;
insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(1,2,'Ayalon Azlan','majadra',45,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591733744/personal_Ayalon/Majadra-1.jpg.839x0_q71_crop-scale_y7lti9.jpg', 1,0,1) insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(2,2,'Ayalon Azlan','Sour Cream Chip Muffins',70,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591734785/personal_Ayalon/exps10111_MRR143297C09_10_2b-696x696_igmveo.jpg', 1,1,1) insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(3,2,'Ayalon Azlan','Caramel Pecan Rolls',35,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591735121/personal_Ayalon/Caramel-Pecan-Rolls_EXPS_BMZ17_3319_C10_28_2b-696x696_gqhpba.jpg', 1,1,1) insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(4,1,'Daniel kolbasov ','Peach Smoothie',5,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591735292/personal_Ayalon/exps20930_HR143571C09_16_1b-696x696_qsxpdk.jpg', 1,0,1) insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(5,1,'Daniel kolbasov ','Grilled Apple Tossed Salad',25,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591735508/personal_Ayalon/Grilled-Apple-Tossed-Salad_EXPS_SDAS17_33475_B04_06_4b-696x696_ablivb.jpg', 1,0,1) insert into personalRecipes(recipe_id,[user_id],author,recipe_name,durationTime,[image],vegetarian,gluten,vegan) values(6,1,'Daniel kolbasov ','pizza',45,'https://res.cloudinary.com/du8fkyylb/image/upload/v1591735634/personal_Ayalon/BLT-Pizza_exps18811_TG133212B05_24_3b_RMS-696x696_xioovu.jpg', 1,1,1)
use musicstore; -- Levenshtein distance drop function if exists levenshtein; DELIMITER // create function levenshtein( s1 varchar(255), s2 varchar(255) ) returns int deterministic begin declare s1_len, s2_len, i, j, c, c_temp, cost int; declare s1_char char; -- max strlen=255 declare cv0, cv1 varbinary(256); set s1_len = char_length(s1), s2_len = char_length(s2), cv1 = 0x00, j = 1, i = 1, c = 0; if s1 = s2 then return 0; -- deal with NULL imputs elseif s1 is NULL and s2 is NULL then return 0; elseif s1 is NULL then return s2_len + 1; elseif s2 is NULL then return s1_len + 1; -- I'm assuming that to change a zero lenght chain into NULL takes 1 additional step -- elseif s1_len = 0 then return s2_len; elseif s2_len = 0 then return s1_len; else while j <= s2_len do set cv1 = concat(cv1, unhex(hex(j))), j = j + 1; end while; while i <= s1_len do set s1_char = substring(s1, i, 1), c = i, cv0 = unhex(hex(i)), j = 1; while j <= s2_len do set c = c + 1; if s1_char = substring(s2, j, 1) then set cost = 0; else set cost = 1; end if; set c_temp = conv(hex(substring(cv1, j, 1)), 16, 10) + cost; if c > c_temp then set c = c_temp; end if; set c_temp = conv(hex(substring(cv1, j+1, 1)), 16, 10) + 1; if c > c_temp then set c = c_temp; end if; set cv0 = concat(cv0, unhex(hex(c))), j = j + 1; end while; set cv1 = cv0, i = i + 1; end while; end if; return c; end; // DELIMITER ; -- Levenshtein ratio drop function if exists levenshtein_ratio; DELIMITER // create function levenshtein_ratio( s1 varchar(255), s2 varchar(255) ) returns int deterministic begin declare s1_len, s2_len, max_len int; set s1_len = length(s1), s2_len = length(s2); if s1_len > s2_len then set max_len = s1_len; else set max_len = s2_len; end if; -- dealing with zero lengths and nulls if s1 is NULL and s2 is NULL then return 1; elseif s1 = s2 then return 1; elseif s1 is NULL or s2 is NULL then return 0; end if; -- return round((1 - levenshtein(s1, s2) / max_len) * 100); end; // DELIMITER ; -- test function select levenshtein_ratio('aaa','bbb') from dual; select levenshtein_ratio('babe','jfjkbeckkkhkhg') from dual; select levenshtein_ratio('', '') from dual; select levenshtein_ratio(null, null) from dual; select levenshtein_ratio('', null) from dual; select levenshtein_ratio(null, '') from dual; select levenshtein_ratio('nada', null) from dual; select levenshtein_ratio(null, 'full') from dual; select levenshtein('', '') from dual; select levenshtein(null, null) from dual; select levenshtein('', null) from dual; select levenshtein(null, '') from dual; select levenshtein('nada', null) from dual; select levenshtein(null, 'full') from dual; -- k-nearest neighbours drop table if exists knn_summary; create table knn_summary as select a.CustomerID, a.Country, a.SupportRepId, case when b.total is null then 0 else b.total end as TotalAmount from Customer a left join (select CustomerID, sum(Total) as total from Invoice group by CustomerID) b on a.CustomerID = b.CustomerID; -- adding similar music taste condition -- first we create a separate table collecting the music genres purchased by each customer drop table if exists music_taste; create table music_taste as select i.CustomerId, t.GenreId, sum(l.Quantity) as GenreQ from invoiceline l left join (select CustomerId, InvoiceId from invoice) i on i.InvoiceId = l.InvoiceId left join (select TrackId, GenreId from track) t on t.TrackId = l.TrackId group by i.CustomerId, t.GenreId order by i.CustomerId; CREATE INDEX idx_mt_cust ON music_taste (CustomerId); -- (as it happens that every customer has a same ammount historic of 38 tracks purchased there's no need to regularisation) -- to get to a score of similarity between two customers: -- we create a temp table for the music taste of customer A -- then we join to that table the same info from customer B, to compare their purchases on same genres -- finally we set a score adding the minimum amount shared for each gender, obtaining a final score of similarity drop procedure if exists obtain_similarity; DELIMITER // create procedure obtain_similarity( id1 int, id2 int ) begin drop table if exists temp_taste; create table temp_taste as select * from music_taste t where t.CustomerId = id1; drop table if exists temp_score; create table temp_score as select tt.GenreId, tt.GenreQ as GenreQ_ref, c.GenreQ from temp_taste tt inner join (select GenreId, GenreQ, CustomerId from music_taste where CustomerId = id2) c on c.GenreId = tt.GenreId; drop table if exists temp_result; create table temp_result as select GenreId, case when GenreQ_ref < GenreQ then GenreQ_ref else GenreQ end as Score from temp_score; set @score = (select sum(Score) as similarity from temp_result); -- house cleaning before ending drop table if exists temp_result; drop table if exists temp_score; drop table if exists temp_taste; end; // DELIMITER ; -- test procedure call obtain_similarity(8, 1); select @score; call obtain_similarity(1, 8); select @score; call obtain_similarity(1, 1); select @score; -- the top score is 38, as is the maximum possible number of shared files -- adding the score to the similarity function -- easiest way is to create first a table to score all costumers against Costumer 1 alter table knn_summary drop column score_vs_id_1; alter table knn_summary add column score_vs_id_1 int default 0; drop procedure if exists rec_score_vs_id_1; DELIMITER // create procedure rec_score_vs_id_1() begin set @count = 1; while @count < 59 do call obtain_similarity(1, @count); update knn_summary set score_vs_id_1 = @score where CustomerID = @count; set @count = @count + 1; end while; end; // DELIMITER ; call rec_score_vs_id_1(); -- then to add the metric to the function (+10 points maximum): select z.*, country_sim + support_sim + amount_sim + score_sim as similarity from ( select *, case when Country = 'Brazil' then 3 else 0 end as country_sim, case when SupportRepID = 3 then 1 else 0 end as support_sim, round(6 * (1 - abs(TotalAmount - 39.62)/greatest(TotalAmount,39.62))) as amount_sim, round(score_vs_id_1 * 10/38) as score_sim from knn_summary where CustomerId != 1 ) z order by similarity desc limit 3; -- -- -- create a procedure that for each client calculates its most similar customers -- Basically would be to run the same as before but for any given customer -- first the summary table drop table if exists knn_summary; create table knn_summary as select a.CustomerID, a.Country, a.SupportRepId, case when b.total is null then 0 else b.total end as TotalAmount from Customer a left join (select CustomerID, sum(Total) as total from Invoice group by CustomerID) b on a.CustomerID = b.CustomerID; -- table collecting the music genres purchased by each customer drop table if exists music_taste; create table music_taste as select i.CustomerId, t.GenreId, sum(l.Quantity) as GenreQ from invoiceline l left join (select CustomerId, InvoiceId from invoice) i on i.InvoiceId = l.InvoiceId left join (select TrackId, GenreId from track) t on t.TrackId = l.TrackId group by i.CustomerId, t.GenreId order by i.CustomerId; CREATE INDEX idx_mt_cust ON music_taste (CustomerId); -- the similarity procedure drop procedure if exists obtain_similarity; DELIMITER // create procedure obtain_similarity( id1 int, id2 int ) begin drop table if exists temp_taste; create table temp_taste as select * from music_taste t where t.CustomerId = id1; drop table if exists temp_score; create table temp_score as select tt.GenreId, tt.GenreQ as GenreQ_ref, c.GenreQ from temp_taste tt inner join (select GenreId, GenreQ, CustomerId from music_taste where CustomerId = id2) c on c.GenreId = tt.GenreId; drop table if exists temp_result; create table temp_result as select GenreId, case when GenreQ_ref < GenreQ then GenreQ_ref else GenreQ end as Score from temp_score; set @score = (select sum(Score) as similarity from temp_result); -- house cleaning before ending drop table if exists temp_result; drop table if exists temp_score; drop table if exists temp_taste; end; // DELIMITER ; -- and the final procedures that gives the result for any given customer drop procedure if exists rec_score_vs_other; DELIMITER $$ create procedure rec_score_vs_other(id_other int) begin set @count = 1; while @count < 59 do call obtain_similarity(id_other, @count); update knn_summary set score_vs_other = @score where CustomerID = @count; set @count = @count + 1; end while; end; $$ DELIMITER ; drop procedure if exists most_similar; DELIMITER // create procedure most_similar(id_other int) begin alter table knn_summary add column score_vs_other int default 0; call rec_score_vs_other(id_other); -- adjust the similarity function for any given customer: set @country = (select Country from knn_summary where CustomerId = id_other); set @supp = (select SupportRepID from knn_summary where CustomerId = id_other); set @Amount = (select TotalAmount from knn_summary where CustomerId = id_other); select z.*, country_sim + support_sim + amount_sim + score_sim as similarity from ( select *, case when Country = @country then 3 else 0 end as country_sim, case when SupportRepID = @Supp then 1 else 0 end as support_sim, round(6 * (1 - abs(TotalAmount - @Amount )/greatest(TotalAmount, @Amount))) as amount_sim, round(score_vs_other * 10/38) as score_sim from knn_summary where CustomerId != id_other) z order by similarity desc limit 3; end; // DELIMITER ; -- if necessary: alter table knn_summary drop column score_vs_other; call most_similar(11); -- Transitive Closure # -- create table karate drop table if exists karate; create table karate ( f1 int, f2 int); -- data dump insert into karate(f1,f2) values(2,1); insert into karate(f1,f2) values(3,1); insert into karate(f1,f2) values(3,2); insert into karate(f1,f2) values(4,1); insert into karate(f1,f2) values(4,2); insert into karate(f1,f2) values(4,3); insert into karate(f1,f2) values(5,1); insert into karate(f1,f2) values(6,1); insert into karate(f1,f2) values(7,1); insert into karate(f1,f2) values(7,5); insert into karate(f1,f2) values(7,6); insert into karate(f1,f2) values(8,1); insert into karate(f1,f2) values(8,2); insert into karate(f1,f2) values(8,3); insert into karate(f1,f2) values(8,4); insert into karate(f1,f2) values(9,1); insert into karate(f1,f2) values(9,3); insert into karate(f1,f2) values(10,3); insert into karate(f1,f2) values(11,1); insert into karate(f1,f2) values(11,5); insert into karate(f1,f2) values(11,6); insert into karate(f1,f2) values(12,1); insert into karate(f1,f2) values(13,1); insert into karate(f1,f2) values(13,4); insert into karate(f1,f2) values(14,1); insert into karate(f1,f2) values(14,2); insert into karate(f1,f2) values(14,3); insert into karate(f1,f2) values(14,4); insert into karate(f1,f2) values(17,6); insert into karate(f1,f2) values(17,7); insert into karate(f1,f2) values(18,1); insert into karate(f1,f2) values(18,2); insert into karate(f1,f2) values(20,1); insert into karate(f1,f2) values(20,2); insert into karate(f1,f2) values(22,1); insert into karate(f1,f2) values(22,2); insert into karate(f1,f2) values(26,24); insert into karate(f1,f2) values(26,25); insert into karate(f1,f2) values(28,3); insert into karate(f1,f2) values(28,24); insert into karate(f1,f2) values(28,25); insert into karate(f1,f2) values(29,3); insert into karate(f1,f2) values(30,24); insert into karate(f1,f2) values(30,27); insert into karate(f1,f2) values(31,2); insert into karate(f1,f2) values(31,9); insert into karate(f1,f2) values(32,1); insert into karate(f1,f2) values(32,25); insert into karate(f1,f2) values(32,26); insert into karate(f1,f2) values(32,29); insert into karate(f1,f2) values(33,3); insert into karate(f1,f2) values(33,9); insert into karate(f1,f2) values(33,15); insert into karate(f1,f2) values(33,16); insert into karate(f1,f2) values(33,19); insert into karate(f1,f2) values(33,21); insert into karate(f1,f2) values(33,23); insert into karate(f1,f2) values(33,24); insert into karate(f1,f2) values(33,30); insert into karate(f1,f2) values(33,31); insert into karate(f1,f2) values(33,32); insert into karate(f1,f2) values(34,9); insert into karate(f1,f2) values(34,10); insert into karate(f1,f2) values(34,14); insert into karate(f1,f2) values(34,15); insert into karate(f1,f2) values(34,16); insert into karate(f1,f2) values(34,19); insert into karate(f1,f2) values(34,20); insert into karate(f1,f2) values(34,21); insert into karate(f1,f2) values(34,23); insert into karate(f1,f2) values(34,24); insert into karate(f1,f2) values(34,27); insert into karate(f1,f2) values(34,28); insert into karate(f1,f2) values(34,29); insert into karate(f1,f2) values(34,30); insert into karate(f1,f2) values(34,31); insert into karate(f1,f2) values(34,32); insert into karate(f1,f2) values(34,33); -- transitive closure drop procedure if exists proc_karate_transitive_closure; DELIMITER // create procedure proc_karate_transitive_closure(initialid int) begin set @initialid = initialid; drop table if exists karate_tc; create table karate_tc as select @initialid as id from dual; alter table karate_tc add column distance int default 0; select * from karate_tc; set @dist = 0; repeat set @dist = @dist + 1; insert into karate_tc(id, distance) select distinct f1 as id, @dist from karate where f2 in (select id from karate_tc) and f1 not in (select id from karate_tc) union distinct select distinct f2 as id, @dist from karate where f1 in (select id from karate_tc) and f2 not in (select id from karate_tc); until row_count() = 0 end repeat; end; // DELIMITER ; -- added a distance column to the table result of the procedure -- then to limit the result to a distance there's only to select whith a limitation on distance -- test transitive closure call proc_karate_transitive_closure(1); select count(*) from karate_tc where distance <= 3; call proc_karate_transitive_closure(11); select count(*) from karate_tc where distance <= 2;
--============================================================================== --Copyright (c)2006-2007 JiangXi Jict Software Technologies Co., Ltd. --All right reserved. --============================================================================== --============================================================================== --创建EWCM组件数据库表 --适用数据库 --postgresql 8.0以上 --定义: --序列后缀使用sqe --时间:2010-10-12 --维护人:<a hrfe="hhywangwei@gmail.com">王伟</a> --============================================================================== --============================================================================== --component_counter:访问次数 --component_counterlog:访问日志 --component_comment:评论 --component_comment_counter:次数信息 --component_comment_reply:评论回复 --component_auth_user:用户 --component_auth_userinfo:用户信息 --plugin_interaction:政民互动 --plugin_interaction_speak:正民互动评论 --plugin_interaction_backratio:统计信件回帖率(单位) --plugin_online_advisory:在线咨询 --序列 --seq_component_counter_log_id --seq_component_comment_id --seq_component_comment_reply_id --seq_plugin_interaction_id --seq_plugin_initeraction_speak_id --seq_plugin_online_advisory_id --============================================================================== -------------------------------------------------------------------------------- --删除存在的表(Drop already exists table and sequence) -------------------------------------------------------------------------------- DROP TABLE component_counter; DROP TABLE component_counter_log; DROP TABLE component_comment_counter; DROP TABLE component_comment; DROP TABLE component_comment_reply; DROP TABLE component_auth_user; DROP TABLE component_auth_userinfo; DROP TABLE plugin_interaction; DROP TABLE plugin_interaction_speak; DROP TABLE plugin_interaction_backratio; DROP TABLE plugin_online_advisory; DROP Sequence seq_component_counter_log_id; DROP Sequence seq_component_comment_id; DROP Sequence seq_component_comment_reply_id; DROP Sequence seq_plugin_interaction_id; DROP Sequence seq_plugin_interaction_speak_id; DROP Sequence seq_plugin_online_advisory_id; -------------------------------------------------------------------------------- --创建序列(create sequence) -------------------------------------------------------------------------------- CREATE SEQUENCE seq_component_counter_log_id START WITH 1 INCREMENT BY 1 CACHE 10; CREATE SEQUENCE seq_component_comment_id START WITH 1 INCREMENT BY 1 CACHE 10; CREATE SEQUENCE seq_component_comment_reply_id START WITH 1 INCREMENT BY 1 CACHE 10; CREATE SEQUENCE seq_plugin_interaction_id START WITH 1 INCREMENT BY 1 CACHE 10; CREATE SEQUENCE seq_plugin_interaction_speak_id START WITH 1 INCREMENT BY 1 CACHE 10; CREATE SEQUENCE seq_plugin_online_advisory_id START WITH 1 INCREMENT BY 1 CACHE 10; ------------------------------------------------------------------------------- --component_counter:访问次数表 --article_id:文章编号(主键) --channel_id:频道编号 --count:访问次数 CREATE TABLE component_counter ( article_id int NOT NULL, counter integer NOT NULL, CONSTRAINT pk_component_counter PRIMARY KEY (article_id) ); ------------------------------------------------------------------------------- --component_counter_log:访问日志 --id:日志编号(主键) --article_id:文章编号 --ip:访问的ip地址 --date:访问时间 CREATE TABLE component_counter_log ( id bigint NOT NULL default nextval('seq_component_counter_log_id'), article_id int NOT NULL, ip varchar(25) NOT NULL, date timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT pk_component_counter_log PRIMARY KEY (id) ); ------------------------------------------------------------------------------- --component_comment_counter:评论次数 --article_id:文章编号 --comment_count:评论次数(审核后的次数) --person_count:评论人次(所有参与人次,包括回复的) CREATE TABLE component_comment_counter ( article_id int NOT NULL, comment_counter int NOT NULL, person_counter int NOT NULL, CONSTRAINT pk_component_comment_counter PRIMARY KEY (article_id) ); ------------------------------------------------------------------------------- --component_comment:评论 --id:评论编号(主键) --article_id:评论编号 --username:用户名 --ip:用户ip地址 --conent:评论类容 --date:评论时间 CREATE TABLE component_comment ( id bigint NOT NULL default nextval('seq_component_comment_id'), article_id int NOT NULL, username varchar(20) NOT NULL, ip varchar(25) NOT NULL, content text, date timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT pk_component_comment PRIMARY KEY (id) ); ------------------------------------------------------------------------------- --component_comment_reply:评论回复 --id:评论回复编号(主键) --comment_id:评论文章编号 --username:用户名 --ip:用户ip地址 --conent:评论类容 --date:评论时间 CREATE TABLE component_comment_reply ( id bigint NOT NULL default nextval('seq_component_comment_reply_id'), article_id int NOT NULL, comment_id bigint NOT NULL, username varchar(20) NOT NULL, ip varchar(25) NOT NULL, content text, date timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT pk_component_comment_reply PRIMARY KEY (id) ); -------------------------------------------------------------------------------- --component_auth_user:用户 --username:用户名 --name:呢称 --password:密码 --email:电子邮件 --address:家庭地址 --phone:电话 --mphone:手机 --id_card:证号 --register_date: CREATE TABLE component_auth_user ( username varchar(20) NOT NULL, name varchar(20) NOT NULL, password varchar(20) NOT NULL, email varchar(100) NOT NULL, register_date timestamp without time zone NOT NULL DEFAULT now(), enabled boolean DEFAULT true, CONSTRAINT pk_component_auth_user PRIMARY KEY (username) ); -------------------------------------------------------------------------------- --component_auth_userinfo:用户 --username:用户名 --name:呢称 --realname:真实姓名 --sex:性别 --birthday:生日 --education:教育 --zip:邮政编码 --address:家庭地址 --phone:电话 --mphone:手机 CREATE TABLE component_auth_userinfo ( username varchar(20) NOT NULL, name varchar(20) NOT NULL, realname varchar(20), sex int default 0, birth_year int default -1, birth_month int default -1, birth_day int default -1, education int default 0, zip varchar(10), address varchar(100), phone varchar(20), mphone varchar(20), CONSTRAINT pk_component_auth_userinfo PRIMARY KEY (username) ); -------------------------------------------------------------------------------- --plugin_interaction:政名互动 --username:用户名 --title:标题 --content:内容 --replay:回复 --type:互动类型(1:咨询,2:投诉,3:建言) --checked:审核 --state:处理状态 --organ_id:部门编号 --ip:ip地址 --date:日期 CREATE TABLE plugin_interaction ( id int NOT NULL DEFAULT nextval('seq_plugin_interaction_id'), username varchar(20) NOT NULL, name varchar(20) NOT NULL, title varchar(255) NOT NULL, content text NOT NULL, replay text, type int NOT NULL, state int NOT NULL DEFAULT 0, checked boolean NOT NULL DEFAULT false, organ_id int NOT NULL, organ_name varchar(255) NOT NULL, ip varchar(20), counter integer NOT NULL DEFAULT 0, date timestamp without time zone NOT NULL DEFAULT now(), replay_date timestamp without time zone, tel varchar(255), CONSTRAINT pk_plugin_interaction PRIMARY KEY (id) ); -------------------------------------------------------------------------------- --plugin_interaction_speak:政名互动 --username:用户名 --title:标题 --content:内容 --replay:回复 --type:互动类型(1:咨询,2:投诉,3:建言) --verify:审核 --organ_id:部门编号 CREATE TABLE plugin_interaction_speak ( id int NOT NULL DEFAULT nextval('seq_plugin_interaction_speak_id'), username varchar(20) NOT NULL, name varchar(20) NOT NULL, content text NOT NULL, interaction_id int NOT NULL, checked boolean NOT NULL DEFAULT false, ip varchar(20), date timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT pk_plugin_interaction_speak PRIMARY KEY (id) ); -------------------------------------------------------------------------------- --plugin_interaction_backratio:部门回复率 --id:单位编号 --ratio:回帖比率 --no_ratio:未回帖率 CREATE TABLE plugin_interaction_backratio ( id int NOT NULL, ratio int NOT NULL, no_ratio int NOT NULL, CONSTRAINT pk_plugin_interaction_backratio PRIMARY KEY (id) ); --component_online_advisory:在线咨询 --username:用户名 --name:用户昵称 --title:标题 --content:内容 --replay:回复 --state:处理状态 --organ_id:部门编号 --matter_id:咨询事项编号 --ip:ip地址 --date:日期 CREATE TABLE plugin_online_advisory( id int NOT NULL DEFAULT nextval('seq_plugin_online_advisory_id'), username varchar(20) NOT NULL, name varchar(20) NOT NULL, title varchar(40) NOT NULL, content text NOT NULL, replay text, state int NOT NULL DEFAULT 0, organ_id int NOT NULL, matter_id int NOT NULL, ip varchar(20), date timestamp without time zone NOT NULL DEFAULT now(), replay_date timestamp without time zone, checked boolean DEFAULT false, CONSTRAINT pk_plugin_online_advisory PRIMARY KEY (id) ); -------------------------------------------------------------------------------- --外键(FK) -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- --索引(Index) -------------------------------------------------------------------------------- CREATE INDEX index_component_counter_log ON component_counter_log USING btree (article_id); CREATE INDEX index_component_comment_article_id ON component_comment USING btree (article_id); CREATE INDEX index_component_comment_reply_comment_id ON component_comment_reply USING btree (comment_id); CREATE INDEX index_plugin_interaction_username ON plugin_interaction USING btree (username); CREATE INDEX index_plugin_interaction_organ_id ON plugin_interaction USING btree (organ_id); CREATE INDEX index_plugin_interaction_speak_interaction_id ON plugin_interaction_speak USING btree (interaction_id); CREATE INDEX index_plugin_interaction_speak_username ON plugin_interaction_speak USING btree (username); CREATE INDEX index_plugin_online_advisory_username ON plugin_online_advisory USING btree (username);
alter table payment_methods add column enabled tinyint; update payment_methods set enabled = 1; alter table payment_methods modify column enabled tinyint not null;
ALTER TABLE COMM_BATCH_CORRESP MODIFY BATCH_CORRESPONDENCE_TYPE_CODE NULL / ALTER TABLE COMM_BATCH_CORRESP ADD IACUC_BATCH_CORRESP_TYPE_CODE VARCHAR2(3) NULL /
alter table dbo.usageData drop column MeterCategory alter table dbo.usageData add foreign key(MeterId) references dbo.meterMapping(MeterId) alter table dbo.usageData add foreign key(SubscriptionGuid) references dbo.subscriptions(SubscriptionGuid)
SELECT TABLE_NAME , TABLE_TYPE , ENGINE , VERSION , ROW_FORMAT , TABLE_ROWS , AVG_ROW_LENGTH , DATA_LENGTH FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'books'; SELECT TABLE_NAME , COLUMN_NAME , ORDINAL_POSITION , COLUMN_DEFAULT , IS_NULLABLE , DATA_TYPE FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'books';
-- phpMyAdmin SQL Dump -- version 4.6.6deb5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Apr 19, 2020 at 01:00 PM -- Server version: 5.7.29-0ubuntu0.18.04.1 -- PHP Version: 7.2.24-0ubuntu0.18.04.4 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: `logininfo` -- -- -------------------------------------------------------- -- -- Table structure for table `logininfo` -- CREATE TABLE `logininfo` ( `SlNo` bigint(20) UNSIGNED NOT NULL, `Username` varchar(30) NOT NULL, `Password` varchar(30) NOT NULL, `Usertype` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `logininfo` -- INSERT INTO `logininfo` (`SlNo`, `Username`, `Password`, `Usertype`) VALUES (1, 'ComputerScience', 'CS2020@cet', 'Department'), (2, 'Electronics', 'EC2020@cet', 'Department'), (3, 'Electrical', 'EE2020@cet', 'Department'), (4, 'Mechanical', 'ME2020@cet', 'Department'), (5, 'Industrial', 'IE2020@cet', 'Department'), (6, 'Civil', 'CE2020@cet', 'Department'), (7, 'Admin', 'Admin@cet', 'Principal'); -- -- Indexes for dumped tables -- -- -- Indexes for table `logininfo` -- ALTER TABLE `logininfo` ADD UNIQUE KEY `SlNo` (`SlNo`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `logininfo` -- ALTER TABLE `logininfo` MODIFY `SlNo` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; /*!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 */;
alter table credit_vintage alter column units type numeric; alter table account_balance alter column liquid_balance type numeric; alter table account_balance alter column burnt_balance type numeric;
/*==============================================================*/ /* DBMS name: MySQL 5.0 */ /* Created on: 26/7/2016 7:02:07 PM */ /*==============================================================*/ drop table if exists AUTOCOMPLETE; drop table if exists BAIRROS; drop table if exists CIDADE; drop table if exists DIAS_SEMANA; drop table if exists DISTRIBUIDORA; drop table if exists DISTRIBUIDORA_BAIRRO_ENTREGA; drop table if exists DISTRIBUIDORA_HORARIO_DIA_ENTRE; drop table if exists MOTIVOS_RECUSA; drop table if exists PEDIDO; drop table if exists PEDIDO_ITEM; drop table if exists PEDIDO_MOTIVOS_RECUSA; drop table if exists PRODUTOS; drop table if exists PRODUTOS_DISTRIBUIDORA; drop table if exists USUARIO; /*==============================================================*/ /* Table: AUTOCOMPLETE */ /*==============================================================*/ create table AUTOCOMPLETE ( ID_AUTO bigint not null auto_increment, TERMO Varchar(100), NUM_RANK bigint, primary key (ID_AUTO) ) auto_increment = 1; /*==============================================================*/ /* Table: BAIRROS */ /*==============================================================*/ create table BAIRROS ( COD_BAIRRO INT4 not null auto_increment, COD_CIDADE INT4, DESC_BAIRRO TEXT not null, primary key (COD_BAIRRO) ) auto_increment = 1; /*==============================================================*/ /* Table: CIDADE */ /*==============================================================*/ create table CIDADE ( COD_CIDADE INT4 not null auto_increment, DESC_CIDADE TEXT not null, primary key (COD_CIDADE) ) auto_increment = 1; /*==============================================================*/ /* Table: DIAS_SEMANA */ /*==============================================================*/ create table DIAS_SEMANA ( COD_DIA INT4 not null auto_increment, DESC_DIA TEXT, primary key (COD_DIA) ) auto_increment = 1; /*==============================================================*/ /* Table: DISTRIBUIDORA */ /*==============================================================*/ create table DISTRIBUIDORA ( ID_DISTRIBUIDORA INT4 not null auto_increment, COD_CIDADE INT4, DESC_RAZAO_SOCIAL TEXT, DESC_NOME_ABREV TEXT, VAL_ENTREGA_MIN NUMERIC(12,2), DESC_TELEFONE VARCHAR(50), DESC_ENDERECO TEXT, NUM_ENDEREC VARCHAR(10), DESC_COMPLEMENTO TEXT, VAL_TELE_ENTREGA NUMERIC(12,2), FLAG_CUSTOM char(1), FLAG_ATIVO char(1), DESC_LOGIN varchar(45), DESC_SENHA varchar(45), FLAG_ATIVO_MASTER char(1), DESC_MAIL text, primary key (ID_DISTRIBUIDORA) ) auto_increment = 1; /*==============================================================*/ /* Table: DISTRIBUIDORA_BAIRRO_ENTREGA */ /*==============================================================*/ create table DISTRIBUIDORA_BAIRRO_ENTREGA ( ID_DISTR_BAIRRO INT4 not null auto_increment, COD_BAIRRO INT4 not null, ID_DISTRIBUIDORA INT4 not null, VAL_TELE_ENTREGA NUMERIC(12,2), FLAG_TELEBAIRRO char(1), primary key (ID_DISTR_BAIRRO) ) auto_increment = 1; /*==============================================================*/ /* Table: DISTRIBUIDORA_HORARIO_DIA_ENTRE */ /*==============================================================*/ create table DISTRIBUIDORA_HORARIO_DIA_ENTRE ( ID_HORARIO INT4 not null auto_increment, ID_DISTRIBUIDORA INT4 not null, COD_DIA INT4 not null, ID_DISTR_BAIRRO INT4, HORARIO_INI TIME, HORARIO_FIM TIME, primary key (ID_HORARIO) ) auto_increment = 1; /*==============================================================*/ /* Table: MOTIVOS_RECUSA */ /*==============================================================*/ create table MOTIVOS_RECUSA ( COD_MOTIVO INT4 not null auto_increment, DESC_MOTIVO TEXT not null, primary key (COD_MOTIVO) ) auto_increment = 1; /*==============================================================*/ /* Table: PEDIDO */ /*==============================================================*/ create table PEDIDO ( ID_PEDIDO INT8 not null auto_increment, ID_DISTRIBUIDORA INT4, ID_USUARIO INT8, DATA_PEDIDO datetime, FLAG_STATUS CHAR(1), VAL_TOTALPROD NUMERIC(12,2), VAL_ENTREGA NUMERIC(12,2), DATA_PEDIDO_ACEITO datetime, NUM_PED INT8, COD_BAIRRO INT4, DESC_ENDERECO_ENTREGA TEXT, NUM_TELEFONECONTATO_CLIENTE VARCHAR(50), TEMPO_ESTIMADO_ENTREGA TIME, primary key (ID_PEDIDO) ) auto_increment = 1; /*==============================================================*/ /* Table: PEDIDO_ITEM */ /*==============================================================*/ create table PEDIDO_ITEM ( ID_PEDIDO_ITEM int(8) not null auto_increment, ID_PEDIDO INT8 not null, SEQ_ITEM INT4 not null, VAL_UNIT NUMERIC(12,2), ID_PROD INT4 not null, QTD_PROD INT8, primary key (ID_PEDIDO_ITEM) ) auto_increment = 1; /*==============================================================*/ /* Table: PEDIDO_MOTIVOS_RECUSA */ /*==============================================================*/ create table PEDIDO_MOTIVOS_RECUSA ( ID_PEDIDO_MOTIVO_RECUSA INT8 not null auto_increment, ID_PEDIDO INT8 not null, COD_MOTIVO INT4 not null, primary key (ID_PEDIDO_MOTIVO_RECUSA) ) auto_increment = 1; /*==============================================================*/ /* Table: PRODUTOS */ /*==============================================================*/ create table PRODUTOS ( ID_PROD INT4 not null auto_increment, DESC_PROD TEXT not null, DESC_ABREVIADO VARCHAR(100) not null, FLAG_ATIVO CHAR(1) not null, primary key (ID_PROD) ) auto_increment = 1; /*==============================================================*/ /* Table: PRODUTOS_DISTRIBUIDORA */ /*==============================================================*/ create table PRODUTOS_DISTRIBUIDORA ( ID_PROD_DIST int(4) not null auto_increment, ID_PROD INT4 not null, ID_DISTRIBUIDORA INT4 not null, VAL_PROD NUMERIC(12,2), FLAG_ATIVO CHAR(1), primary key (ID_PROD_DIST) ) auto_increment = 1; /*==============================================================*/ /* Table: USUARIO */ /*==============================================================*/ create table USUARIO ( ID_USUARIO INT8 not null auto_increment, DESC_NOME TEXT, DESC_TELEFONE VARCHAR(50), COD_BAIRRO INT4, COD_CIDADE INT4, DESC_ENDERECO TEXT, DESC_USER VARCHAR(50), DESC_SENHA VARCHAR(50), DESC_EMAIL VARCHAR(150), ID_CIDADE INT4, DESC_CARTAO VARCHAR(20), primary key (ID_USUARIO) ) auto_increment = 1; alter table BAIRROS add constraint FK_REFERENCE_21 foreign key (COD_CIDADE) references CIDADE (COD_CIDADE) on delete restrict on update restrict; alter table DISTRIBUIDORA add constraint FK_REFERENCE_6 foreign key (COD_CIDADE) references CIDADE (COD_CIDADE) on delete restrict on update restrict; alter table DISTRIBUIDORA_BAIRRO_ENTREGA add constraint FK_REFERENCE_3 foreign key (COD_BAIRRO) references BAIRROS (COD_BAIRRO) on delete restrict on update restrict; alter table DISTRIBUIDORA_BAIRRO_ENTREGA add constraint FK_REFERENCE_4 foreign key (ID_DISTRIBUIDORA) references DISTRIBUIDORA (ID_DISTRIBUIDORA) on delete restrict on update restrict; alter table DISTRIBUIDORA_HORARIO_DIA_ENTRE add constraint FK_REFERENCE_20 foreign key (ID_DISTR_BAIRRO) references DISTRIBUIDORA_BAIRRO_ENTREGA (ID_DISTR_BAIRRO) on delete restrict on update restrict; alter table DISTRIBUIDORA_HORARIO_DIA_ENTRE add constraint FK_REFERENCE_8 foreign key (COD_DIA) references DIAS_SEMANA (COD_DIA) on delete restrict on update restrict; alter table PEDIDO add constraint FK_REFERENCE_13 foreign key (ID_DISTRIBUIDORA) references DISTRIBUIDORA (ID_DISTRIBUIDORA) on delete restrict on update restrict; alter table PEDIDO add constraint FK_REFERENCE_15 foreign key (COD_BAIRRO) references BAIRROS (COD_BAIRRO) on delete restrict on update restrict; alter table PEDIDO add constraint FK_REFERENCE_17 foreign key (ID_USUARIO) references USUARIO (ID_USUARIO) on delete restrict on update restrict; alter table PEDIDO_ITEM add constraint FK_REFERENCE_14 foreign key (ID_PEDIDO) references PEDIDO (ID_PEDIDO) on delete restrict on update restrict; alter table PEDIDO_ITEM add constraint FK_REFERENCE_16 foreign key (ID_PROD) references PRODUTOS (ID_PROD) on delete restrict on update restrict; alter table PEDIDO_MOTIVOS_RECUSA add constraint FK_REFERENCE_18 foreign key (COD_MOTIVO) references MOTIVOS_RECUSA (COD_MOTIVO) on delete restrict on update restrict; alter table PEDIDO_MOTIVOS_RECUSA add constraint FK_REFERENCE_19 foreign key (ID_PEDIDO) references PEDIDO (ID_PEDIDO) on delete restrict on update restrict; alter table PRODUTOS_DISTRIBUIDORA add constraint FK_REFERENCE_1 foreign key (ID_PROD) references PRODUTOS (ID_PROD) on delete restrict on update restrict; alter table PRODUTOS_DISTRIBUIDORA add constraint FK_REFERENCE_2 foreign key (ID_DISTRIBUIDORA) references DISTRIBUIDORA (ID_DISTRIBUIDORA) on delete restrict on update restrict; alter table USUARIO add constraint FK_REFERENCE_5 foreign key (COD_BAIRRO) references BAIRROS (COD_BAIRRO) on delete restrict on update restrict; alter table USUARIO add constraint FK_REFERENCE_7 foreign key (COD_CIDADE) references CIDADE (COD_CIDADE) on delete restrict on update restrict;
SELECT '{{team}}' AS team, CASE WHEN quarter = '1' THEN '1st' WHEN quarter = '2' THEN '2nd' WHEN quarter = '3' THEN '3rd' WHEN quarter = '4' THEN '4th' ELSE 'OT' END as quarter, COUNT(touchdown_id)as touchdowns FROM benn.nfl_touchdowns WHERE team = '{{team}}' GROUP BY 1,2 ORDER BY 2 LIMIT 2 {% form %} team: type: select default: SFO options: [ [SFO, SFO], [NYG, NYG], [OAK, OAK], [PIT, PIT] ] {% endform %}
DELIMITER $$ USE `cci_gh_go_qa`$$ DROP PROCEDURE IF EXISTS `SPAdminWQFieldStaffPendingApproval`$$ CREATE DEFINER=`madhavi`@`%` PROCEDURE `SPAdminWQFieldStaffPendingApproval`(IN typeId INT(3), IN categoryId INT(3), IN cciStaffUserId INT, roletype VARCHAR(45)) BEGIN DECLARE GoId,tId,cId INT; DECLARE rType VARCHAR(45); SET @GoId = cciStaffUserId; SET @tId = typeId; SET @cId = categoryId; SET @rType = roleType; SELECT fs.`fieldStaffGoId`, fs.`firstName`, fs.`lastName`, fsss.`fieldStaffTypeName` AS Role, fst.`fieldStaffStatusName` AS STATUS, fs.`submittedDate` AS submittedDate, fs.`phone`, l.email, fs.`currentCity`, ls.`stateName`, fs.`currentZipCode`, CURRENT_TIMESTAMP AS followUpdate FROM `FieldStaff` fs INNER JOIN `Login` l ON l.goId = fs.`fieldStaffGoId` AND fs.`fieldStaffStatusId` = 2 INNER JOIN `FieldStaffStatus` fst ON fst.`fieldStaffStatusId` = fs.`fieldStaffStatusId` INNER JOIN `FieldStaffType` fsss ON fsss.`fieldStaffTypeId` = fs.`fieldStaffTypeId` INNER JOIN `LookupUSStates` ls ON ls.`usStatesId` = fs.`currentStateId` WHERE fs.`fieldStaffGoId` IN (SELECT `targetGoId` FROM `AdminWorkQueue` WHERE `adminWQTypeId` = @tId AND `adminWQCategoryId` = @cId AND `cciStaffUserGoId` = @GoId AND targetRoleType = @rType GROUP BY targetGoId); END$$ DELIMITER ;
CREATE TABLE supplier ( supplierid BIGSERIAL NOT NULL PRIMARY KEY, name VARCHAR(50) NOT NULL, Email VARCHAR(20) NOT NULL ); CREATE TABLE products ( serial_no BIGSERIAL NOT NULL PRIMARY KEY, name Varchar(50) NOT NULL, category VARCHAR(100) NOT NULL, price VARCHAR NOT NULL, supplierid INT, FOREIGN KEY (supplierid) REFERENCES supplier(supplierid) ); CREATE TABLE customer ( customerid BIGSERIAL NOT NULL PRIMARY KEY, name Varchar(50) NOT NULL, gender VARCHAR(20) NOT NULL, phone_number INT NOT NULL, district VARCHAR(100) NOT NULL, joining_date DATE NOT NULL ); CREATE TABLE changeproduct ( id BIGSERIAL NOT NULL PRIMARY KEY, date DATE NOT NULL, product_change_name VARCHAR(100) NOT NULL, change_product_No INT NOT NULL, serial_no INT, CONSTRAINT FK_productchangeproduct FOREIGN KEY (serial_no) REFERENCES products(serial_no) ); CREATE TABLE p_order ( orderid BIGSERIAL NOT NULL PRIMARY KEY, order_date DATE NOT NULL, delivery_date DATE NOT NULL, serial_no INT, FOREIGN KEY (serial_no) REFERENCES products(serial_no), customerid INT, FOREIGN KEY (customerid) REFERENCES customer(customerid) ); CREATE TABLE employee ( employeeid BIGSERIAL NOT NULL PRIMARY KEY, name Varchar(50) NOT NULL, gender VARCHAR(20) NOT NULL, phone_number INT NOT NULL, district VARCHAR(100) NOT NULL, salary VARCHAR NOT NULL, joining_date DATE NOT NULL, branch VARCHAR(100) NOT NULL ); CREATE TABLE shipping ( id BIGSERIAL NOT NULL PRIMARY KEY, shipping_date DATE NOT NULL, courrier_service VARCHAR(100) NOT NULL, customerid BIGINT, FOREIGN KEY (customerid) REFERENCES customer(customerid) );
const char* const VixlJniHelpersResults[] = { " 0: e92d 4de0 stmdb sp!, {r5, r6, r7, r8, sl, fp, lr}\n", " 4: ed2d 8a10 vpush {s16-s31}\n", " 8: b089 sub sp, #36 ; 0x24\n", " a: 9000 str r0, [sp, #0]\n", " c: 9121 str r1, [sp, #132] ; 0x84\n", " e: ed8d 0a22 vstr s0, [sp, #136] ; 0x88\n", " 12: 9223 str r2, [sp, #140] ; 0x8c\n", " 14: 9324 str r3, [sp, #144] ; 0x90\n", " 16: b088 sub sp, #32\n", " 18: f5ad 5d80 sub.w sp, sp, #4096 ; 0x1000\n", " 1c: 9808 ldr r0, [sp, #32]\n", " 1e: 981f ldr r0, [sp, #124] ; 0x7c\n", " 20: 9821 ldr r0, [sp, #132] ; 0x84\n", " 22: 98ff ldr r0, [sp, #1020] ; 0x3fc\n", " 24: f8dd 0400 ldr.w r0, [sp, #1024] ; 0x400\n", " 28: f8dd cffc ldr.w ip, [sp, #4092] ; 0xffc\n", " 2c: f50d 5c80 add.w ip, sp, #4096 ; 0x1000\n", " 30: f8dc c000 ldr.w ip, [ip]\n", " 34: f8d9 c200 ldr.w ip, [r9, #512] ; 0x200\n", " 38: f8dc 0080 ldr.w r0, [ip, #128] ; 0x80\n", " 3c: 9008 str r0, [sp, #32]\n", " 3e: 901f str r0, [sp, #124] ; 0x7c\n", " 40: 9021 str r0, [sp, #132] ; 0x84\n", " 42: 90ff str r0, [sp, #1020] ; 0x3fc\n", " 44: f8cd 0400 str.w r0, [sp, #1024] ; 0x400\n", " 48: f8cd cffc str.w ip, [sp, #4092] ; 0xffc\n", " 4c: f84d 5d04 str.w r5, [sp, #-4]!\n", " 50: f50d 5580 add.w r5, sp, #4096 ; 0x1000\n", " 54: f8c5 c004 str.w ip, [r5, #4]\n", " 58: f85d 5b04 ldr.w r5, [sp], #4\n", " 5c: f04f 0cff mov.w ip, #255 ; 0xff\n", " 60: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " 64: f06f 4c7f mvn.w ip, #4278190080 ; 0xff000000\n", " 68: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " 6c: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " 70: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " 74: 900c str r0, [sp, #48] ; 0x30\n", " 76: f8dd c030 ldr.w ip, [sp, #48] ; 0x30\n", " 7a: f8cd c034 str.w ip, [sp, #52] ; 0x34\n", " 7e: f50d 5c80 add.w ip, sp, #4096 ; 0x1000\n", " 82: f8c9 c200 str.w ip, [r9, #512] ; 0x200\n", " 86: f8c9 d200 str.w sp, [r9, #512] ; 0x200\n", " 8a: f8d0 c030 ldr.w ip, [r0, #48] ; 0x30\n", " 8e: 47e0 blx ip\n", " 90: f8dd c02c ldr.w ip, [sp, #44] ; 0x2c\n", " 94: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " 98: f8d9 c200 ldr.w ip, [r9, #512] ; 0x200\n", " 9c: f8cd c02c str.w ip, [sp, #44] ; 0x2c\n", " a0: f8dd c02c ldr.w ip, [sp, #44] ; 0x2c\n", " a4: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " a8: 4648 mov r0, r9\n", " aa: f8cd 9030 str.w r9, [sp, #48] ; 0x30\n", " ae: 4684 mov ip, r0\n", " b0: f1bc 0f00 cmp.w ip, #0\n", " b4: bf18 it ne\n", " b6: f10d 0c30 addne.w ip, sp, #48 ; 0x30\n", " ba: f10d 0c30 add.w ip, sp, #48 ; 0x30\n", " be: f1bc 0f00 cmp.w ip, #0\n", " c2: bf0c ite eq\n", " c4: 2000 moveq r0, #0\n", " c6: a80c addne r0, sp, #48 ; 0x30\n", " c8: f8dd c040 ldr.w ip, [sp, #64] ; 0x40\n", " cc: f1bc 0f00 cmp.w ip, #0\n", " d0: bf18 it ne\n", " d2: f10d 0c40 addne.w ip, sp, #64 ; 0x40\n", " d6: f8cd c030 str.w ip, [sp, #48] ; 0x30\n", " da: f1bc 0f00 cmp.w ip, #0\n", " de: bf0c ite eq\n", " e0: 2000 moveq r0, #0\n", " e2: 4668 movne r0, sp\n", " e4: f1bc 0f00 cmp.w ip, #0\n", " e8: bf0c ite eq\n", " ea: 2000 moveq r0, #0\n", " ec: f20d 4001 addwne r0, sp, #1025 ; 0x401\n", " f0: f1bc 0f00 cmp.w ip, #0\n", " f4: bf18 it ne\n", " f6: f20d 4c01 addwne ip, sp, #1025 ; 0x401\n", " fa: f8d9 c0a4 ldr.w ip, [r9, #164] ; 0xa4\n", " fe: f1bc 0f00 cmp.w ip, #0\n", " 102: d171 bne.n 1e8 <VixlJniHelpers+0x1e8>\n", " 104: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 108: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 10c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 110: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 114: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 118: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 11c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 120: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 124: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 128: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 12c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 130: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 134: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 138: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 13c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 140: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 144: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 148: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 14c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 150: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 154: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 158: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 15c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 160: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 164: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 168: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 16c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 170: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 174: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 178: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 17c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 180: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 184: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 188: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 18c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 190: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 194: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 198: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 19c: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1a0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1a4: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1a8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1ac: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1b0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1b4: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1b8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1bc: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1c0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1c4: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1c8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1cc: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1d0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1d4: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1d8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1dc: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1e0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1e4: f000 b802 b.w 1ec <VixlJniHelpers+0x1ec>\n", " 1e8: f000 b81b b.w 222 <VixlJniHelpers+0x222>\n", " 1ec: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1f0: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1f4: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1f8: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 1fc: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 200: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 204: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 208: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n", " 20c: f50d 5d80 add.w sp, sp, #4096 ; 0x1000\n", " 210: b008 add sp, #32\n", " 212: b009 add sp, #36 ; 0x24\n", " 214: ecbd 8a10 vpop {s16-s31}\n", " 218: e8bd 4de0 ldmia.w sp!, {r5, r6, r7, r8, sl, fp, lr}\n", " 21c: f8d9 8034 ldr.w r8, [r9, #52] ; 0x34\n", " 220: 4770 bx lr\n", " 222: 4660 mov r0, ip\n", " 224: f8d9 c2e8 ldr.w ip, [r9, #744] ; 0x2e8\n", " 228: 47e0 blx ip\n", nullptr }; const char* const VixlLoadFromOffsetResults[] = { " 0: 68e2 ldr r2, [r4, #12]\n", " 2: f8d4 2fff ldr.w r2, [r4, #4095] ; 0xfff\n", " 6: f504 5280 add.w r2, r4, #4096 ; 0x1000\n", " a: 6812 ldr r2, [r2, #0]\n", " c: f504 1280 add.w r2, r4, #1048576 ; 0x100000\n", " 10: f8d2 20a4 ldr.w r2, [r2, #164] ; 0xa4\n", " 14: f44f 5280 mov.w r2, #4096 ; 0x1000\n", " 18: f2c0 0210 movt r2, #16\n", " 1c: 4422 add r2, r4\n", " 1e: 6812 ldr r2, [r2, #0]\n", " 20: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 24: f2c0 0c10 movt ip, #16\n", " 28: 4464 add r4, ip\n", " 2a: 6824 ldr r4, [r4, #0]\n", " 2c: 89a2 ldrh r2, [r4, #12]\n", " 2e: f8b4 2fff ldrh.w r2, [r4, #4095] ; 0xfff\n", " 32: f504 5280 add.w r2, r4, #4096 ; 0x1000\n", " 36: 8812 ldrh r2, [r2, #0]\n", " 38: f504 1280 add.w r2, r4, #1048576 ; 0x100000\n", " 3c: f8b2 20a4 ldrh.w r2, [r2, #164] ; 0xa4\n", " 40: f44f 5280 mov.w r2, #4096 ; 0x1000\n", " 44: f2c0 0210 movt r2, #16\n", " 48: 4422 add r2, r4\n", " 4a: 8812 ldrh r2, [r2, #0]\n", " 4c: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 50: f2c0 0c10 movt ip, #16\n", " 54: 4464 add r4, ip\n", " 56: 8824 ldrh r4, [r4, #0]\n", " 58: e9d4 2303 ldrd r2, r3, [r4, #12]\n", " 5c: e9d4 23ff ldrd r2, r3, [r4, #1020] ; 0x3fc\n", " 60: f504 6280 add.w r2, r4, #1024 ; 0x400\n", " 64: e9d2 2300 ldrd r2, r3, [r2]\n", " 68: f504 2280 add.w r2, r4, #262144 ; 0x40000\n", " 6c: e9d2 2329 ldrd r2, r3, [r2, #164] ; 0xa4\n", " 70: f44f 6280 mov.w r2, #1024 ; 0x400\n", " 74: f2c0 0204 movt r2, #4\n", " 78: 4422 add r2, r4\n", " 7a: e9d2 2300 ldrd r2, r3, [r2]\n", " 7e: f44f 6c80 mov.w ip, #1024 ; 0x400\n", " 82: f2c0 0c04 movt ip, #4\n", " 86: 4464 add r4, ip\n", " 88: e9d4 4500 ldrd r4, r5, [r4]\n", " 8c: f8dc 000c ldr.w r0, [ip, #12]\n", " 90: f5a4 1280 sub.w r2, r4, #1048576 ; 0x100000\n", " 94: f8d2 20a4 ldr.w r2, [r2, #164] ; 0xa4\n", " 98: f994 200c ldrsb.w r2, [r4, #12]\n", " 9c: 7b22 ldrb r2, [r4, #12]\n", " 9e: f9b4 200c ldrsh.w r2, [r4, #12]\n", nullptr }; const char* const VixlStoreToOffsetResults[] = { " 0: 60e2 str r2, [r4, #12]\n", " 2: f8c4 2fff str.w r2, [r4, #4095] ; 0xfff\n", " 6: f504 5c80 add.w ip, r4, #4096 ; 0x1000\n", " a: f8cc 2000 str.w r2, [ip]\n", " e: f504 1c80 add.w ip, r4, #1048576 ; 0x100000\n", " 12: f8cc 20a4 str.w r2, [ip, #164] ; 0xa4\n", " 16: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 1a: f2c0 0c10 movt ip, #16\n", " 1e: 44a4 add ip, r4\n", " 20: f8cc 2000 str.w r2, [ip]\n", " 24: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 28: f2c0 0c10 movt ip, #16\n", " 2c: 44a4 add ip, r4\n", " 2e: f8cc 4000 str.w r4, [ip]\n", " 32: 81a2 strh r2, [r4, #12]\n", " 34: f8a4 2fff strh.w r2, [r4, #4095] ; 0xfff\n", " 38: f504 5c80 add.w ip, r4, #4096 ; 0x1000\n", " 3c: f8ac 2000 strh.w r2, [ip]\n", " 40: f504 1c80 add.w ip, r4, #1048576 ; 0x100000\n", " 44: f8ac 20a4 strh.w r2, [ip, #164] ; 0xa4\n", " 48: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 4c: f2c0 0c10 movt ip, #16\n", " 50: 44a4 add ip, r4\n", " 52: f8ac 2000 strh.w r2, [ip]\n", " 56: f44f 5c80 mov.w ip, #4096 ; 0x1000\n", " 5a: f2c0 0c10 movt ip, #16\n", " 5e: 44a4 add ip, r4\n", " 60: f8ac 4000 strh.w r4, [ip]\n", " 64: e9c4 2303 strd r2, r3, [r4, #12]\n", " 68: e9c4 23ff strd r2, r3, [r4, #1020] ; 0x3fc\n", " 6c: f504 6c80 add.w ip, r4, #1024 ; 0x400\n", " 70: e9cc 2300 strd r2, r3, [ip]\n", " 74: f504 2c80 add.w ip, r4, #262144 ; 0x40000\n", " 78: e9cc 2329 strd r2, r3, [ip, #164] ; 0xa4\n", " 7c: f44f 6c80 mov.w ip, #1024 ; 0x400\n", " 80: f2c0 0c04 movt ip, #4\n", " 84: 44a4 add ip, r4\n", " 86: e9cc 2300 strd r2, r3, [ip]\n", " 8a: f44f 6c80 mov.w ip, #1024 ; 0x400\n", " 8e: f2c0 0c04 movt ip, #4\n", " 92: 44a4 add ip, r4\n", " 94: e9cc 4500 strd r4, r5, [ip]\n", " 98: f8cc 000c str.w r0, [ip, #12]\n", " 9c: f5a4 1c80 sub.w ip, r4, #1048576 ; 0x100000\n", " a0: f8cc 20a4 str.w r2, [ip, #164] ; 0xa4\n", " a4: 7322 strb r2, [r4, #12]\n", nullptr }; std::map<std::string, const char* const*> test_results; void setup_results() { test_results["VixlJniHelpers"] = VixlJniHelpersResults; test_results["VixlStoreToOffset"] = VixlStoreToOffsetResults; test_results["VixlLoadFromOffset"] = VixlLoadFromOffsetResults; }