Why several AppleID records in the keychain?

I have several pairs of folders in my keychain for my AppleID and wonder why.

Maybe because you use Apple ID in different places?

1. the present forum

2 app Store

3 iTunes Store

4 iCloud

5. etc...

Tags: Mac OS & System Software

Similar Questions

  • Committing the order with several UoWs recorded in the external controller of JTA?

    Hello

    Our architecture deals with the J2EE application using multiple mappings (several sessions and UoWs).

    I would like to know if the order of the UoWs are saved in the controller of the outer transaction is the
    even order the UoW are engaged when the validation of the JTA global transaction? Is it guaranteed by TopLink (or spec JTA)?

    Kind regards

    gerardce

    I don't think that there is nothing specifying ordering in the spec. This kind of request of documentation are better serve as a test.

  • All records in a block of tabular data of several records in the shadow

    I have a block of tabular data of several recordings and would like all the other records in the data block to have a shaded background color. How do I would accomplish this? (Excel worksheet attached that shows what I'm trying to do with a block of data Oracle Form)

    I don't know how to control the background color of the current record, but this is NOT what I'm asking.

    In the event where you fill your block using EXECUTE_QUERY you can do the following:

    -Create a Visual attribute with the desired colors and name it VA_BACKGROUND

    -Create a parameter named P_BANDING

    -Put the following code in your PRE-QUERY-trigger:

    :PARAMETER.P_BANDING:=1;
    

    -Put the following code in your POST-QUERY-trigger)

    IF :PARAMETER.P_BANDING=1 THEN
      DISPLAY_ITEM('YOUR_ITEM_NAME_HERE', 'VA_BACKGROUND');
    END IF;
    :PARAMETER.P_BANDING:=1-:PARAMETER.P_BANDING;
    

    Need DISPLAY_ITEM code once for each item that you want to color.

  • Need to query for the records of the last and the first of several records based on condititon

    Hi guru,.

    First of all thanks for all help so far...

    I have a quick requirement to write the sql code of the table to fullfill the slot time condition.

    I have a table a lot of files, but I want to filter the table date using logic below.

    1. There are several records for dm_cc_agent_dkey and service department and documents contain service = 'Sales' then select this folder.

    ex: dm_cc_agent_dkey = 4702

    {code}

    Select count (*), SERVICE_DEPARTMENT, dm DM_CC_AGENT_DKEY. Temp_Call_Center_tpc where dm_cc_agent_dkey = 4702

    SERVICE_DEPARTMENT group, DM_CC_AGENT_DKEY

    Count (*) Service_Department DM_CC_AGENT_DKEY

    78 4702 traveler assistance

    2672 NA 4702

    2995 sales 4702

    2. If several records for the Department of dm_cc_agent_dkey and service, but no after-sales service department can choose record max dm_date_dkey max

    ex: dm_cc_agent_dkey = 4074

    Select count (*), SERVICE_DEPARTMENT, dm DM_CC_AGENT_DKEY. Temp_Call_Center_tpc where dm_cc_agent_dkey = 4074

    SERVICE_DEPARTMENT group, DM_CC_AGENT_DKEY

    Count (*) Service_Department DM_CC_AGENT_DKEY

    21             NA                             4074

    Traveller 3 support 4074

    Create table statement:

    CREATE TABLE TEMP_CALL_CENTER_TPC

    (

    SERVICE_DEPARTMENT VARCHAR2 (100 BYTE),

    DM_DESTINATION_CODE_FKEY NUMBER (10) NOT NULL,

    DM_CC_ORIG_SERVICE_DKEY NUMBER (10) NOT NULL,

    DM_CC_ORIG_CALL_TYPE_DKEY NUMBER (10) NOT NULL,

    DM_DATE_DKEY NUMBER (10),

    DM_PUBLICATION_SOURCE_DKEY NUMBER (10) NOT NULL,

    DM_CC_AGENT_DKEY NUMBER (10) NOT NULL

    )

    INSERT orders:


    TOGETHER TO DEFINE

    -SQL statement that produces these data:

    --

    -SELECT DISTINCT service_department, dm_date_dkey, dm_cc_agent_dkey OF DM. TEMP_CALL_CENTER_TPC WHERE DM_CC_AGENT_DKEY IN (4074,4702);

    --

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10859, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10834, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10842, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10839, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10789, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10775, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10749, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10761, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10663, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10685, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10635, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10670, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10603, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10608, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10792, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10802, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10662, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10654, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10629, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10725, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11041, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11027, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11024, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11019, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11001, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10918, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10754, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10853, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10655, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10643, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10669, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11082, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11064, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10970, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12578, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12517, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11470, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11170, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11157, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11152, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11146, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11140, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11127, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11131, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11114, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11092, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11089, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11082, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11036, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11024, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11022, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10998, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10994, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10896, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10882, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10915, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10967, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10964, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10979, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10972, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10846, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10857, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10817, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10797, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10796, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10736, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10757, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10683, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10676, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10639, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10606, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10601, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10764, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10770, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10637, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10647, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10661, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10816, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10742, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10721, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10719, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11058, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11043, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10967, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10966, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10959, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10712, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10605, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10626, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10867, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10783, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10689, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10767, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10774, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11176, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11113, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11107, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11104, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11063, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11054, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11000, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10915, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10910, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12424, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11523, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11175, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11159, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11156, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11128, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11124, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11110, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11100, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11090, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11063, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11035, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11033, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11026, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11007, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10886, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10887, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10924, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10921, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10957, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10946, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10949, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10974, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10907, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10854, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10825, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10841, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10782, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10769, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10718, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10726, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10657, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10660, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10633, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10612, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10790, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10642, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10649, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10681, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10714, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11062, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11003, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10988, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10963, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10968, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10909, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10720, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10867, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10619, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10791, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10770, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11191, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11194, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11159, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11147, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11140, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11100, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11085, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11079, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10971, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11563, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11181, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11162, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11149, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11135, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11105, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11099, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11097, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11075, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11055, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11005, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10992, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10984, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10966, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10893, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10953, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10977, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10865, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10845, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10855, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10832, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10684, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10741, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10722, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10688, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10664, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10640, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10632, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10656, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10615, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10607, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10763, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10783, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10667, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10776, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10655, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10756, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11057, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11022, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10991, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10960, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10949, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10981, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10743, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10675, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10769, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10799, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10782, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10776, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10649, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10613, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10847, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11195, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11189, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11117, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10995, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10913, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10979, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12095, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11512, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11188, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11187, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11176, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11161, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11155, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11154, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11148, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11121, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11119, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11113, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11103, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11086, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11078, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11070, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11064, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11050, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11049, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11047, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11027, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11006, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10995, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10902, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10888, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10916, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10963, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10922, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10895, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10950, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10987, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10980, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10852, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10861, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10779, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10830, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10732, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10747, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10813, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10847, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10826, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10768, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10641, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10727, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10760, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11021, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10945, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10798, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10620, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10837, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10868, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10795, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10675, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10795, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10866, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10627, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11133, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10973, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12096, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11190, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11194, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11179, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11178, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11153, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11145, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11132, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11134, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11125, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11117, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11111, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11104, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11067, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11057, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11041, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11043, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11000, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('NA', 11001, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10879, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10889, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10983, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10918, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10960, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10958, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10951, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10971, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10909, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10910, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10851, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10804, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10814, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10791, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10781, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10762, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10748, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10643, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10636, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10610, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10613, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10611, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10618, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10774, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10777, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10678, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10677, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10621, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11051, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11023, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10993, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10916, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10974, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10739, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10614, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10763, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10605, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 12342, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11181, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11155, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11135, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11132, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11114, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11076, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11067, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 12712, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 12593, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11727, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11511, 4074);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11195, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11191, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11182, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11177, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11174, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11167, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11166, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11147, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11139, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11133, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11112, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11106, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11096, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11091, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11093, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11084, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11079, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11077, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11071, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11065, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11056, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11054, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11051, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11048, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11042, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11044, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11028, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11021, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11019, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11003, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10993, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10991, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10881, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10883, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10945, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10956, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10985, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10986, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10970, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10973, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10976, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10908, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10911, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10913, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10748, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10831, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10844, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10819, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10780, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10682, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10645, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10634, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10827, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10858, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10646, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10627, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10734, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10729, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10713, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11077, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11056, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11006, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10972, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10907, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10733, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10746, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10860, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10788, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10641, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10648, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10868, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10680, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11187, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11162, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11153, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11020, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10992, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10985, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10986, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11173, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11168, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11138, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11107, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11083, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11068, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11061, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11058, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11037, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11020, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11004, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10999, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10903, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10900, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10880, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10890, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10981, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10914, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10965, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10894, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10959, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10978, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10799, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10840, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10771, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10728, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10750, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10625, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10706, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10674, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10818, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10788, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10803, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10812, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10824, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10628, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10619, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10740, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10753, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10711, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10715, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10781, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11050, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11044, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10998, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10914, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10964, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10980, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10911, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10735, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10689, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10671, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10833, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10775, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10657, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10612, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11190, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11154, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11103, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11089, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 11004, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("Sales", 10924, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ('Traveller Support', 10676, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11189, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11169, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11142, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11141, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11126, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11118, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11098, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11085, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 11076, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11069, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11066, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11062, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11023, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 11002, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10988, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10901, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA" 10904, 4702);

    Insert in the DM. TEMP_CALL_CENTER_TPC

    (SERVICE_DEPARTMENT, DM_DATE_DKEY, DM_CC_AGENT_DKEY)

    Values

    ("NA", 10897, 4702);

    COMMIT;


    {code}



    Can you please help me write the query to fulfil the two conditions of the query.

    Thanks in advance!

    Appreciated!

    Hello

    Here's a way to do it:

    WITH got_rnk_grp AS

    (

    SELECT T.*

    CASE

    WHEN service_department = 'sales '.

    THEN "A".

    WHEN dm_date_dkey = MAX (dm_date_dkey)

    COURSES (PARTITION BY dm_cc_agent_dkey)

    THEN 'B '.

    END AS rnk_grp

    OF temp_call_center_tpc t

    )

    got_rnk AS

    (

    SELECT r.*

    DENSE_RANK () OVER (PARTITION BY dm_cc_agent_dkey

    ORDER BY rnk_grp

    ) AS rnk

    Got_rnk_grp r

    )

    SELECT dm_destination_code_fkey

    dm_cc_orig_service_dkey

    dm_cc_orig_call_type_dkey

    dm_date_dkey

    dm_publication_source_dkey

    service_department

    dm_cc_agent_dkey

    OF got_rnk

    WHERE rnk = 1

    ORDER BY dm_cc_agent_dkey DESC

    ;

    He is a Top - N query example, where you want to display top rows N (N = 1 in this case) from the top of a sorted list (a separate list for each dm_cc_agent_dkey).  The usual way to go is with a ranking analytical function, such as DENSE_RANK.  We want the best line available for each value of dm_cc_agent_dkey, where the lines with service_department = 'Sales' are the best possible lines (let's call these group 'A'), and the lines with the highest dm_dtae_dkey are best second (let's call these 'B' group).  To determine if a line is in the group 'A' or 'B' requires the analytical functions, and since the analytical functions cannot be nested, it takes a separate subquery to find the Group ('A' or 'B' or none) before we can determine the rank.

  • I'm lookng for a product where I can produce a PDF secure for several clients.  When the document is finished, I want to fix it with a password, to make it more difficult to copy, but then I want to record in a secure location, send the link and not

    I'm lookng for a product where I can produce a PDF secure for several clients.  When the document is finished, I want to fix it with a password, to make it more difficult to copy, but then I want to record in a secure location, send the link and the password to the clients.  When customers go to download the PDF, they will have to if they accept the terms and conditions.  If it is accepted, they can download the document.  Working in DocumentCloud PDF services?  Thank you.

    Hi davidc21010281,

    You can try the DC Acrobat Adobe Acrobat download free trial | Acrobat Pro DC. Where you can create a secure PDF file (using Acrobat|) Securing PDF files with passwords) & send them to your customers (send and track online documents |) Tutorials Adobe Acrobat DC), on the other end, customers can download the PDF but they would need the password/certificate in order to open the PDF file.

    See also the FAQ of Adobe Document Cloud.

    Kind regards

    Nicos

  • I have my photos in the F drive an external drive. LR5 records my photos in the partitioned hard drive, D drive in my computer. Why I can't change the dafault in LR5 player?

    I have my photos in the F drive an external drive. LR5 records my photos in the partitioned hard drive, D drive in my computer. Why I can't change the dafault in LR5 player?

    When I 'import' a RAW/DNG file, the file gets automatically saved the item COPIED in my D drive under "My pictures" folder This info is available on the left panel. Instead, I want the file to go in my F drive which is my external hard drive.

    Lightroom help: explains how to import photos to a specific location. Scroll down to section 5, «Say Lightroom where to put your photos» Lightroom help | Import photos from a camera or card reader

  • How can I load several records in the ListView when you get to the end.

    Hello

    I try to add many records at the end of my listview as the user reaches the end...  the research I've done, that's what I came up with... and it works but the problem is that whenever I get to the end and I load more records that the records appear before my current position in the listview because at the time wherever it loads more data in the list I'm pushed to the bottom of the listview How to hold the position where I am in the listview so that more records are added to the bottom of it...

    I have

    ListView {
                    id: searchListView
                    dataModel: searchDataModel
                    listItemComponents: [
                        ListItemComponent {
                            type: "item"
                            SearchResultsListItem {
                                title: ListItemData.Title
                            }
                        }
                    ]
    attachedObjects: [
                        // This handler is tracking the scroll state of the ListView.
                        ListScrollStateHandler {
                            id: scrollStateHandler
    
                            onScrollingChanged: {
                                if(atEnd)
                                {
                                    console.log("List View at end needs more data: ");
                                    console.log("firstVisibleItem: " + firstVisibleItem );
                                    // load more data
    
                                }
                            }
                        }
                    ]
    )
    

    I'm not sure and it is impossible to tell from your code, but my guess is the sorting method you use t - it. If this is not the case, how you load items into the list? Basically, you want to add at the end right?

  • Querying a file with several records in the only positional line

    Hello

    I'm trying to interview a positional file with reading. It works very well with single single-line record. But how to solve the problem when there are multiple records with the single line? How to delimit records?

    Hello

    It's a little difficult to achieve...

    In your xsd translator remove this attribute * nxsd:cellSeparatedBy = "${eol}."

    and replace with this * nxsd:arrayTerminatedBy = "${eof}."

    It worked for me. Let me know if you need a more complete example.

    See you soon,.
    Vlad

    * Give points - this is the right label to reward an answering machine (5 - useful; 10 - correct) points for their position if they answer your question. If you think it's useful, please consider points *.

  • Help, please! Problem with QuickTime audio recording of the iPod?

    Before you start: I one day 32 GB 6th gen (newest) iPod Touch and uses a MacBook Pro with OS X Yosemite 10.10.5 early 2015. QuickTime Player is Version 10.4 (833.7).

    I have an iOS game and you want to record a video of my game using QuickTime. I want to record is just two things: the screen of my iPod (to show the gameplay of course) and iPod audio (to listen to the music of the gameplay, sound effects, etc.). I play with headphones plugged into my iPod, so, naturally, I want to listen to the game and have the video recording, the audio of game as well.

    Unfortunately, a problem arises however. I insert my iPod in my computer, ready to start game and the headphones plugged into the iPod. I open QuickTime, then click on "file > new Movie Recording. From the drop-down list next to the button REC / I click on "camera > iPod of [my] Touch" and "micro >" of [my] iPod Touch '.» Immediately I can't hear my headphones... ! However the emulation screen iPod appears perfectly on my MacBook.

    If I press the record button when even just to see what happens. I recorded about 20 seconds of the game and click on stop. Pretty funny his returned to my headphones right when I stopped recording! Nevertheless, I plugged my iPod headphones on my MacBook and played the video I just recorded. The 20-second video has audio PERFECT, everything in the video went extremely smooth and no audio/visual of all issues.

    I wanted to keep trying, then instead of having already my headphones for my iPod, I tried to open QuickTime with my headphones unplugged; and then plugged my iPod after QT has been opened. The emulation screen FROZEN unlock and then when I unplugged the headphones. Unplug and plug in any again gave the same results. I waited a few minutes later headphones, then plugged back in. Surprisingly, I could finally hear audio and emulation of the screen has not frozen, but when I pressed on the record, the record got stuck on "0:00"- and when I pressed the stop button, it gave me an error message saying "unable to save" try save again. " I tried everything several times for a few hours and nothing has changed. Is there something I'm missing... ?

    (TL; DR) so I have to ask. Why play video recording of my iPod QuickTime audio perfectly, but when recording, I don't hear any audio through the headphones of my iPod at all? Audio output when recording is stopped.

    Sorry for the long message and thank you very much for reading and any help!

    Why play video recording of my iPod QuickTime audio perfectly, but when recording, I don't hear any audio through the headphones of my iPod at all? Audio output when recording is stopped.

    Your recording QT X settings say the iPod Touch to divert temporarily the iPod Touch audio pipeline (normally sent to the internal speaker/headphone port) to the Lightning-USB connector to connect to the application of QT X reader when recording. When the registration process is complete, the iPod Touch will automatically reconnect the audio pipeline diverted to the internal speaker/headphone port.

  • All windows crashes after the keychain Application

    Hello Apple and Apple community.

    I have a frustrating problem, I can't go right now, and it's annoying me...

    Several windows asking me to type my so-called "Keychain password" popped up, no matter how much I clicked Cancel.

    OK, Apple, fine, it is probably made for a logical reason. So I read about it and tried to change the Keychain password in the Keychain application, leading to a frustrating problem.

    As soon as I went to "Edit", and then to change the password, the application has frozen. After that, almost every other application or another program, I ran, would freeze and not respond. So that means I could not change the password and so could not remove the window popup permanent now asking me to type the password. So thank you Apple for your incredible technology. Works very smooth incredible guys!

    -Yes, I tried to restart my computer several times.

    -J' have OSX El Capitan Version 10.11

    Thanks to all those who have links to help me.

    < published by host >

    Please click on go > hold down the option key and don't release > then click library > Keyring > you will see a folder first alfa digital file.

    Right click on the file finally reboot apple logo & move to the trash and empty the trash.

  • Why Firefox tries to open the PDF with Acrobat 8 when I set properties using Reader 9.1?

    If I click on a link in a PDF file from Firefox 3.6.10 he's trying to open it with Acrobat 8 and breaks down, while if I double-click on a folder it opens properly with Reader 9.1

    If I try to open with Acrobat 8 for the record, he does not either, but why Firefox does not use the default program?

    Go to tools | Options | Applications. The first 4 entries focus on Adobe. Make sure that the association is your version 9.1. If this is not the case, click on the association that shows. You will get a triangle pointing downwards to the right. Click it, and then check if 9.1 is displayed. If so, select it. Do the same for the other elements of Adobe.

    You can also check the "Folder Options" in the control panel. In the tab "File Types", you will find all file extensions and the programs with which they are associated. Scroll to the PDF extension and make sure that it is associated with a "Document of Adobe Acrobat. If this is not the case, click the < button > and find adobe in the programs list.

    Just to let you know, Adobe Reader is now up to version 9.4. You can go to the Adobe website to download the latest version.

    davewdan

  • Hi, I have a sport IWatch found that domestic activity (usually running on treadmill) there is a huge different iWatch see the short distance (approximately 23%) then the treadmill Distance (I used several treadmills). Calibrate the iwatch outside.  any o

    Hello

    I have a sport IWatch found that domestic activity (usually running on treadmill) there is a huge different iWatch see the short distance (approximately 23%) then the treadmill Distance (I used several treadmills). Calibrate the iwatch outside.

    no possibility to calibrate domestic? or solution of New York.

    Thank you

    Avner

    Hi Avner

    Currently, there is no way to calibrate Apple Watch on a treadmill.

    Calibration teaches your watch how your arm movements relate to your length of stride at different speeds when walking you and/or running. It does this by comparing the accelerometer data with GPS (location services) data from your iPhone. To optimize the performance of the application of the workout, when using the treadmill, allow your arms swinging naturally.

    It can help restore your calibration data and start over:

    On your iPhone, in the application of the watch, go to: My Watch (tab) > privacy > Motion & Fitness > tap reset Calibration data.

    To calibrate again, follow the instructions in the article to support below, including:

    • Records open-air market training and/or run in the open air with the application of the workout on your watch.
    • This for 20 minutes at each speed to during which normally walk you or run.
    • While doing so, take your iPhone with you, with location on Services.
    • Allow your arms swinging naturally during training.

    Estimates of activity also dependent on your personal information. To verify that it was entered correctly and update over time:

    -On your iPhone, in the application of Eve, go to: Watch My > health > edit (top-right).

    More information:

    Calibrate your Apple Watch for better accuracy of training and activity - Apple Support

    Use the activity on your Apple Watch - Apple Support

    Use of the workout on your Apple Watch - Apple Support

  • Cannot find the 'first aid' in the Keychain Access application

    Hello

    After experiencing a few problems with the keychain (several programs asking for lokal objects access all of a sudden - change the pw days) I browsed the net and found several reference to use "first aid" ind the Keychain Access app.

    Yet, I could be too stupid, that I can't find anywhere in the menu. And I have all the scanned several times

    He has changed lately? Is this a known issue

    Version used:

    OS X 10.11.2.

    Any help much appreciated

    First aid for trousseau has been removed in 10.11.2, because of a "security breach". Working with the support technique apple about this problem, you will essentially have to manually perform certain actions same as first aid carried out, namely synchronize your password. Local release and change the password, what should change for everything the.

  • Display problems of some records in the distribution manager

    I use the Distributed System Manager to communicate with my Sierra Instruments MFC. Most of the time, I am able to read the values of its MODBUS registers. However, there are certain records that the DSM does not seem to be able to read correctly.

    In the 1st screenshot, I show a case of work.

    Note the displayed values 400043 by 400045 records are the decimal equivalent characters ASCII coded 16-bit (hex) and when combined give the serial number of the CMF. So in my current example:

    400043 = 12598 == 0 x 3136 == "16".

    400044 = 13620 == 0 x 3534 == '54.

    400045 = 13624 == 0 x 3538 == '58.

    Serial No. = 165458

    Registers 400047 400051 through each contain 16-bit ASCII encoded characters when combined give the ID of the tag of the CMF. However, when I read the 1st of these registers, then I get an error that also live by reading all the previous registers (I dunno why...), as shown below:

    I know that the info for the ID of the tag is there as it appears in the GUI of the Sierra Instrument:

    Any ideas?


  • I want to copy a picture of the paint and paste it into an email. System always told me that it records to the Clipboard.

    original title: Clipboard

    I want to copy a picture of the paint and paste it into an email.  System always told me that it records to the Clipboard.  Where can I get this Clipboard so that I can paste the photo?   Thank you.

    Hello

    CTRL + C copies to the Clipboard.

    CTRL + V paste it from the Clipboard.

    These FREE utilities will help in the use of the Clipboard.

    InsideClipBoard - free - whenever you have something to copy to the Clipboard to paste in another
    application, the copied data is saved in several formats. The main application of Windows Clipboard
    only display the basic Clipboard, like text and bitmaps formats, but only displays the list of all formats
    which are stored in the Clipboard. InsideClipboard is a small utility that displays the binary content of all
    formats that are currently stored in the Clipboard and allow to save the content of specific format
    in a binary file.
    http://www.NirSoft.NET/utils/inside_clipboard.html

    Another useful utility free allowing you to clear the Clipboard.

    ClipBoard Viewer - free - look inside your Windows Clipboard. See what your favorite
    ask, in four different (TXT, BMP, WMF and DIB) data format. This handy tool can also
    Clears the Clipboard. New version 2.0: now go to the Windows system tray! http://www.KarenWare.com/PowerTools/ptclpvue.asp

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for

  • Very likely Mac hacked remotely

    Hello My Mac has almost certainly been hacked (remotely). I copied the following from my Terminal. Anyone who knows these things see anything that looks a little weird or as a hack remote? I am aware that hackers change name what they place, to make

  • iPhone fell in the rain. still works fine except for the camera

    Phone fall in the rain. everything works the same camera except in Facetime.

  • Configuration VPN FVS336G V3 FW 4.3.3 - 6:

    I just bought this firewall and I'm trying to configure a gateway VPN tunnel. I used the VPN Wizard and it worked well. However, when I try to change the 3DES, AES-256 encryption, it works very well for the IKE policy, but when I try to change the VP

  • Enjoying a voltage sensor record position (with delay)

    Hi all I was wondering if someone could help me here, I'm still pretty novice Labview... Basically I have a vi that I created that supplies analog sensor values in my main vi in parallel with another sub vi, which feeds in position gps in a combined

  • Upload photos

    I'm trying to download pictures from my Samsung Android phone to my computer.  Help!