DBA Data[Home] [Help]

APPS.AMS_DMEXTRACT_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 4

G_MODE_UPDATE        CONSTANT VARCHAR2(30) := 'U';
Line: 20

PROCEDURE InsertDrvStgIns (
   p_object_id    IN NUMBER,
   p_object_type  IN VARCHAR2,
   x_return_status   OUT NOCOPY VARCHAR2
);
Line: 26

PROCEDURE InsertGenStg(
   p_is_b2b IN BOOLEAN,
   p_model_type  IN VARCHAR2,
   p_is_org_prod IN BOOLEAN
);
Line: 32

PROCEDURE InsertExpStg(
  p_is_b2b IN BOOLEAN,
  p_model_type  IN VARCHAR2,
  p_is_org_prod IN BOOLEAN
);
Line: 38

PROCEDURE InsertAggStg(
   p_is_b2b IN BOOLEAN
);
Line: 42

PROCEDURE InsertAggStgOrg;
Line: 44

PROCEDURE InsertBICStg(
   p_is_b2b IN BOOLEAN,
   p_model_type  IN VARCHAR2,
   p_is_org_prod IN BOOLEAN
);
Line: 50

PROCEDURE InsertPartyDetails (x_return_status OUT NOCOPY VARCHAR2);
Line: 52

PROCEDURE InsertPartyDetailsTime (x_return_status OUT NOCOPY VARCHAR2);
Line: 54

PROCEDURE InsertDrvStgUpd (
   p_party_type  IN VARCHAR2,
   x_return_status OUT NOCOPY VARCHAR2
);
Line: 59

PROCEDURE UpdatePartyDetails;
Line: 61

PROCEDURE UpdatePartyDetailsTime;
Line: 188

PROCEDURE InsertDrvStgIns (
   p_object_id    IN NUMBER,
   p_object_type  IN VARCHAR2,
   x_return_status   OUT NOCOPY VARCHAR2
)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertDrvStgIns';
Line: 198

   SAVEPOINT Insert_Drv_Stg_Ins;
Line: 211

   INSERT  -- /*+ APPEND PARALLEL(AMS_DM_DRV_STG_GT,DEFAULT,DEFAULT)*/
   INTO ams_dm_drv_stg_gt (party_id)
   SELECT ads.party_id  party_id
   FROM   ams_dm_source ads
   WHERE ads.used_for_object_id = p_object_id
    AND ads.arc_used_for_object = p_object_type
    AND NOT EXISTS (
        SELECT pdt.party_id party_id
        FROM ams_dm_party_details pdt
        WHERE ads.party_id = pdt.party_id
        );
Line: 232

      ROLLBACK TO Insert_Drv_Stg_Ins;
Line: 237

END InsertDrvStgIns;
Line: 240

PROCEDURE InsertDrvStgUpd (
   p_party_type  IN VARCHAR2,
   x_return_status OUT NOCOPY VARCHAR2
)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertDrvStgUpd';
Line: 249

   SAVEPOINT Insert_Drv_Stg_Upd;
Line: 266

   INSERT -- /*+ APPEND PARALLEL(AMS_DM_DRV_STG_GT,DEFAULT,DEFAULT)*/
   INTO ams_dm_drv_stg_gt (
       party_id)
   SELECT x.party_id
   FROM ams_dm_party_details x
   WHERE x.party_type = p_party_type
/*   AND EXISTS (
                 (SELECT a.party_id
                  FROM hz_parties a
                  WHERE a.last_update_date > x.last_update_date
                  AND a.party_id = x.party_id
                  AND a.status = 'A')
                  UNION ALL
                 (SELECT b.party_id
                  FROM hz_person_profiles b
                  WHERE b.last_update_date > x.last_update_date
                  AND b.party_id = x.party_id
                  AND SYSDATE BETWEEN b.effective_start_date AND NVL(b.effective_end_date,SYSDATE))
                  UNION ALL
                 (SELECT c.party_id
                  FROM hz_relationships c
                  WHERE c.last_update_date > x.last_update_date
                  AND c.subject_table_name = 'HZ_PARTIES'
                  AND c.object_table_name = 'HZ_PARTIES'
                  AND c.directional_flag = 'F'
                  AND c.party_id = x.party_id
                  AND c.status = 'A' AND SYSDATE BETWEEN c.start_date AND NVL(c.end_date,SYSDATE))
                  UNION ALL
                 (SELECT d.party_id
                  FROM hz_organization_profiles d
                  WHERE d.last_update_date > x.last_update_date
                  AND d.party_id = x.party_id
                  AND SYSDATE BETWEEN d.effective_start_date AND NVL(d.effective_end_date,SYSDATE))
		            UNION ALL
                 (SELECT e.party_id
                  FROM hz_employment_history e
                  WHERE e.last_update_date > x.last_update_date
                  AND e.party_id = x.party_id
                  AND e.status = 'A')
                  UNION ALL
                 (SELECT f.party_id
                  FROM hz_person_interest f
                  WHERE f.last_update_date > x.last_update_date
                  AND f.party_id = x.party_id
                  AND f.status = 'A')
                 )
*/
                 ;
Line: 323

      ROLLBACK TO Insert_Drv_Stg_Upd;
Line: 330

END InsertDrvStgUpd;
Line: 333

PROCEDURE InsertGenStg(
      p_is_b2b       IN BOOLEAN,
      p_model_type IN VARCHAR2,
      p_is_org_prod IN BOOLEAN
)
IS
-- Insert Data in staging area for simple 1-1 mapping..
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertGenStg';
Line: 345

   SAVEPOINT Insert_Gen_Stg;
Line: 358

         INSERT /*+ first_rows*/
--       INTO ams_dm_gen_stg (
         INTO ams_dm_gen_stg_gt (
            party_id,
            party_type,
            country,
            state,
            province,
            county,
            zip_code,
            paydex_score_year,
            paydex_score_3_month_ago,
            industry_paydex_median,
            global_failure_score,
            dnb_score,
            out_of_business_flag,
            customer_quality_rank,
            fortune_500_rank,
            num_of_employees,
            legal_status,
            year_established,
            sic_code1,
            minority_business_flag,
            small_business_flag,
            women_owned_bus_flag,
            gov_org_flag,
            hq_subsidiary_flag,
            foreign_owned_flag,
            import_export_bus_flag,
            email_address,
            address1,
            address2,
            competitor_flag,
            third_party_flag,
            control_yr,
            line_of_business,
            cong_dist_code,
            labor_surplus_flag,
            debarment_flag,
            disadv_8a_flag,
            debarments_count,
            months_since_last_debarment,
            gsa_indicator_flag,
            analysis_fy,
            fiscal_yearend_month,
            curr_fy_potential_revenue,
            next_fy_potential_revenue,
            organization_type,
            business_scope,
            corporation_class,
            registration_type,
            incorp_year,
            public_private_ownership_flag,
            internal_flag,
            high_credit,
            avg_high_credit,
            total_payments,
            credit_score_class,
            credit_score_natl_percentile,
            credit_score_incd_default,
            credit_score_age,
            failure_score_class,
            failure_score_incd_default,
            failure_score_age,
            maximum_credit_recommendation,
            maximum_credit_currency_code,
            party_name,
            city
            )
         SELECT
            drv.party_id party_id,
            hzp.party_type party_type,
            hzp.country country,
            hzp.state state,
            hzp.province     province,
            hzp.county county,
            hzp.postal_code zip_code,
            hop.paydex_score paydex_score_year,
            hop.paydex_three_months_ago paydex_score_3_month_avg,
            hop.paydex_norm     industry_paydex_median,
            hop.global_failure_score global_failure_score,
            hop.db_rating dnb_score,
            hop.oob_ind out_of_business_flag,
            NULL customer_quality_rank,
            NULL fortune_500_rank,
            hop.employees_total     num_of_employees,
            hop.legal_status legal_status,
            hop.year_established     year_established,
            hop.sic_code sic_code1,
            hop.minority_owned_ind     minority_business_flag,
            hop.small_bus_ind small_business_flag,
            hop.woman_owned_ind women_owned_bus_flag,
            NULL gov_org_flag,
            NULL hq_subsidiary_flag,
            NULL foreign_owned_flag,
            DECODE (hop.import_ind || hop.export_ind, 'YY', 'Y', 'YN', 'Y', 'NY', 'Y', 'Y', 'Y', NULL, NULL, 'N') import_export_bus_flag,
            hzp.email_address,
            hzp.address1,
            hzp.address2,
            hzp.competitor_flag,
            hzp.third_party_flag,
            hop.control_yr,
            hop.line_of_business,
            hop.cong_dist_code,
            hop.labor_surplus_ind,
            hop.debarment_ind,
            hop.disadv_8a_ind,
            hop.debarments_count,
            ABS (MONTHS_BETWEEN (SYSDATE, hop.debarments_date)),
            hop.gsa_indicator_flag,
            hop.analysis_fy,
            hop.fiscal_yearend_month,
            hop.curr_fy_potential_revenue,
            hop.next_fy_potential_revenue,
            hop.organization_type,
            hop.business_scope,
            hop.corporation_class,
            hop.registration_type,
            hop.incorp_year,
            hop.public_private_ownership_flag,
            hop.internal_flag,
            hop.high_credit,
            hop.avg_high_credit,
            hop.total_payments,
            hop.credit_score_class,
            hop.credit_score_natl_percentile,
            hop.credit_score_incd_default,
            hop.credit_score_age,
            hop.failure_score_class,
            hop.failure_score_incd_default,
            hop.failure_score_age,
            hop.maximum_credit_recommendation,
            hop.maximum_credit_currency_code,
            hzp.party_name,
            hzp.city
            FROM
--          ams_dm_drv_stg           drv,
            ams_dm_drv_stg_gt        drv,       -- nysotos - Sep 15, 2003 - Global Temp Table
            hz_organization_profiles hop,
            hz_parties               hzp
        WHERE
            drv.party_id = hzp.party_id
            AND  hzp.status = 'A'
            AND  hop.party_id(+) = hzp.party_id
            AND  hop.status(+) = 'A'
	    AND (SYSDATE BETWEEN hop.effective_start_date(+) and NVL(hop.effective_end_date(+),SYSDATE));
Line: 505

         INSERT /*+ first_rows*/
--       INTO ams_dm_gen_stg (
         INTO ams_dm_gen_stg_gt (               -- nysotos - Sep 15, 2003 - Global Temp Table
            party_id,
            party_type,
            gender,
            ethnicity,
            marital_status,
            personal_income,
            hoh_flag,
            household_income,
            household_size,
            rent_flag,
            degree_received,
            school_type,
            employed_flag,
            years_employed,
            occupation,
            military_branch,
            presence_of_children,
            country,
            state,
            province,
            county,
            zip_code,
            reference_use_flag,
            paydex_score_year,
            paydex_score_3_month_ago,
            industry_paydex_median,
            global_failure_score,
            dnb_score,
            out_of_business_flag,
            customer_quality_rank,
            fortune_500_rank,
            num_of_employees,
            legal_status,
            year_established,
            sic_code1,
            minority_business_flag,
            small_business_flag,
            women_owned_bus_flag,
            gov_org_flag,
            hq_subsidiary_flag,
            foreign_owned_flag,
            import_export_bus_flag,
            email_address,
            address1,
            address2,
            competitor_flag,
            third_party_flag,
            person_first_name,
            person_middle_name,
            person_last_name,
            person_name_suffix,
            person_title,
            person_academic_title,
            person_pre_name_adjunct,
            control_yr,
            line_of_business,
            cong_dist_code,
            labor_surplus_flag,
            debarment_flag,
            disadv_8a_flag,
            debarments_count,
            months_since_last_debarment,
            gsa_indicator_flag,
            analysis_fy,
            fiscal_yearend_month,
            curr_fy_potential_revenue,
            next_fy_potential_revenue,
            organization_type,
            business_scope,
            corporation_class,
            registration_type,
            incorp_year,
            public_private_ownership_flag,
            internal_flag,
            high_credit,
            avg_high_credit,
            total_payments,
            credit_score_class,
            credit_score_natl_percentile,
            credit_score_incd_default,
            credit_score_age,
            failure_score_class,
            failure_score_incd_default,
            failure_score_age,
            maximum_credit_recommendation,
            maximum_credit_currency_code,
            party_name,
            city
         )
         SELECT
            drv.party_id party_id,
            hzp.party_type party_type,
            hpp.gender     gender,
            hpp.declared_ethnicity ethnicity,
            hpp.marital_status marital_status,
            hpp.personal_income personal_income,
            hpp.head_of_household_flag hoh_flag,
            hpp.household_income household_income,
            hpp.household_size household_size,
            DECODE(hpp.rent_own_ind, 'RENT', 1, 0) rent_flag,
            NULL degree_received,
            NULL school_type,
            DECODE(heh.end_date, NULL, 1, 0) employed_flag,
            DECODE(heh.end_date, NULL, (SYSDATE - heh.begin_date)/365 , (heh.end_date - heh.begin_date)/365) years_employed,
            DECODE(heh.end_date, NULL, heh.employed_as_title, 'UNEMPLOYED') occupation,
            heh.branch military_branch,
            NULL  num_of_children,
            hzp.country country,
            hzp.state state,
            hzp.province     province,
            hzp.county county,
            hzp.postal_code zip_code,
            hoc.reference_use_flag     reference_use_flag,
            hop.paydex_score paydex_score_year,
            hop.paydex_three_months_ago paydex_score_3_month_avg,
            hop.paydex_norm     industry_paydex_median,
            hop.global_failure_score global_failure_score,
            hop.db_rating dnb_score,
            hop.oob_ind out_of_business_flag,
            NULL customer_quality_rank,
            NULL fortune_500_rank,
            hop.employees_total     num_of_employees,
            hop.legal_status legal_status,
            hop.year_established     year_established,
            hop.sic_code sic_code1,
            hop.minority_owned_ind     minority_business_flag,
            hop.small_bus_ind small_business_flag,
            hop.woman_owned_ind women_owned_bus_flag,
            NULL gov_org_flag,
            NULL hq_subsidiary_flag,
            NULL foreign_owned_flag,
            DECODE (hop.import_ind || hop.export_ind, 'YY', 'Y', 'YN', 'Y', 'NY', 'Y', 'Y', 'Y', NULL, NULL, 'N') import_export_bus_flag,
            hzp.email_address,
            hzp.address1,
            hzp.address2,
            hzp.competitor_flag,
            hzp.third_party_flag,
            hpp.person_first_name,
            hpp.person_middle_name,
            hpp.person_last_name,
            hpp.person_name_suffix,
            hpp.person_title,
            hpp.person_academic_title,
            hpp.person_pre_name_adjunct,
            hop.control_yr,
            hop.line_of_business,
            hop.cong_dist_code,
            hop.labor_surplus_ind,
            hop.debarment_ind,
            hop.disadv_8a_ind,
            hop.debarments_count,
            ABS (MONTHS_BETWEEN (SYSDATE, hop.debarments_date)),
            hop.gsa_indicator_flag,
            hop.analysis_fy,
            hop.fiscal_yearend_month,
            hop.curr_fy_potential_revenue,
            hop.next_fy_potential_revenue,
            hop.organization_type,
            hop.business_scope,
            hop.corporation_class,
            hop.registration_type,
            hop.incorp_year,
            hop.public_private_ownership_flag,
            hop.internal_flag,
            hop.high_credit,
            hop.avg_high_credit,
            hop.total_payments,
            hop.credit_score_class,
            hop.credit_score_natl_percentile,
            hop.credit_score_incd_default,
            hop.credit_score_age,
            hop.failure_score_class,
            hop.failure_score_incd_default,
            hop.failure_score_age,
            hop.maximum_credit_recommendation,
            hop.maximum_credit_currency_code,
            hzp.party_name,
            hzp.city
         FROM
--          ams_dm_drv_stg           drv,
            ams_dm_drv_stg_gt        drv,       -- nysotos - Sep 15, 2003 - Global Temp Table
            hz_person_profiles       hpp,
            hz_organization_profiles hop,
            hz_org_contacts             hoc,
            hz_employment_history    heh,
            hz_relationships            hpr,
            hz_parties                  hzp
         WHERE
            drv.party_id = hzp.party_id
            AND  hzp.status = 'A'
            AND  drv.party_id = hpr.party_id
            AND  hpr.status = 'A'
            AND  hpr.subject_table_name = 'HZ_PARTIES'
            AND  hpr.object_table_name = 'HZ_PARTIES'
            AND  hpr.directional_flag = 'F'
            AND  hpr.relationship_code IN ('CONTACT_OF' , 'EMPLOYEE_OF')
            AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
            AND  hpp.party_id(+) = hpr.subject_id
            AND (SYSDATE BETWEEN hpp.effective_start_date(+) and NVL(hpp.effective_end_date(+),SYSDATE))
            AND  hop.party_id(+) = hpr.object_id
            AND  hop.status(+) = 'A'
            AND (SYSDATE BETWEEN hop.effective_start_date(+) and NVL(hop.effective_end_date(+),SYSDATE))
            AND  hpr.relationship_id  = hoc.party_relationship_id(+)
            AND  heh.party_id(+) = hpr.subject_id
            AND  heh.status(+) = 'A';
Line: 715

        INSERT /*+ first_rows*/
--          INTO ams_dm_gen_stg (
            INTO ams_dm_gen_stg_gt (            -- nysotos - Sep 15, 2003 - Global Temp Table
            party_id,
            party_type,
            gender,
            ethnicity,
            marital_status,
            personal_income,
            hoh_flag,
            household_income,
            household_size,
            rent_flag,
            degree_received,
            school_type,
            employed_flag,
            years_employed,
            occupation,
            military_branch,
            presence_of_children,
            country,
            state,
            province,
            county,
            zip_code,
            email_address,
            address1,
            address2,
            competitor_flag,
            third_party_flag,
            person_first_name,
            person_middle_name,
            person_last_name,
            person_name_suffix,
            person_title,
            person_academic_title,
            person_pre_name_adjunct,
            party_name,
            city
      )
      SELECT
            drv.party_id party_id,
            hzp.party_type party_type,
            hpp.gender     gender,
            hpp.declared_ethnicity ethnicity,
            hpp.marital_status marital_status,
            hpp.personal_income personal_income,
            hpp.head_of_household_flag hoh_flag,
            hpp.household_income household_income,
            hpp.household_size household_size,
            DECODE(hpp.rent_own_ind, 'RENT', 1, 0) rent_flag,
            NULL degree_received,
            NULL school_type,
            DECODE(heh.end_date, NULL, 1, 0) employed_flag,
            DECODE(heh.end_date, NULL, (SYSDATE - heh.begin_date)/365 , (heh.end_date - heh.begin_date)/365) years_employed,
            DECODE(heh.end_date, NULL, heh.employed_as_title, 'UNEMPLOYED') occupation,
            heh.branch military_branch,
            NULL  num_of_children,
            hzp.country country,
            hzp.state state,
            hzp.province     province,
            hzp.county county,
            hzp.postal_code zip_code,
            hzp.email_address,
            hzp.address1,
            hzp.address2,
            hzp.competitor_flag,
            hzp.third_party_flag,
            hzp.person_first_name,
            hzp.person_middle_name,
            hzp.person_last_name,
            hzp.person_name_suffix,
            hzp.person_title,
            hzp.person_academic_title,
            hzp.person_pre_name_adjunct,
            hzp.party_name,
            hzp.city
      FROM
--          ams_dm_drv_stg           drv,
            ams_dm_drv_stg_gt        drv,          -- nysotos - Sep 15, 2003 - Global Temp Table
            hz_person_profiles       hpp,
            hz_employment_history    heh,
            hz_parties               hzp
      WHERE
            drv.party_id = hzp.party_id
            AND  hzp.status = 'A'
            AND  hpp.party_id(+) = hzp.party_id
            AND  heh.party_id(+) = hzp.party_id
            AND  heh.status(+) = 'A'
            AND (SYSDATE BETWEEN hpp.effective_start_date(+) and NVL(hpp.effective_end_date(+),SYSDATE));
Line: 816

      ROLLBACK TO Insert_Gen_Stg;
Line: 821

END InsertGenStg;
Line: 824

PROCEDURE InsertExpStg(
   p_is_b2b     IN BOOLEAN,
   p_model_type  IN VARCHAR2,
   p_is_org_prod IN BOOLEAN
)
IS

-- Proc to swap multiple rows to multiple columns
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertExpStg';
Line: 838

   SAVEPOINT Insert_Exp_Stg;
Line: 843

      AMS_Utility_PVT.debug_message (l_full_name || ': Insert');
Line: 849

          INSERT INTO ams_dm_perint_stg_gt (    -- nysotos - Sep 15, 2003 - Global Temp Table
             party_id,
             --  interest related attributes
             interest_art_flag,
             interest_books_flag,
             interest_movies_flag,
             interest_music_flag,
             interest_theater_flag,
             interest_travel_flag,
             interest_drink_flag,
             interest_smoke_flag,
             interest_other_flag)
          SELECT
             drv.party_id party_id,
             -- interest attributes
             MAX (DECODE (hpi.interest_type_code, 'ART', 1, 0)) interest_art_flag,
             MAX (DECODE (hpi.interest_type_code, 'BOOKS',1,0)) interest_books_flag,
             MAX (DECODE (hpi.interest_type_code, 'MOVIES',1,0)) interest_movies_flag,
             MAX (DECODE (hpi.interest_type_code, 'MUSIC',1,0)) interest_music_flag,
             MAX (DECODE (hpi.interest_type_code, 'THEATER',1,0)) interest_theater_flag,
             MAX (DECODE (hpi.interest_type_code, 'TRAVEL',1,0)) interest_travel_flag,
             MAX (DECODE (hpi.interest_type_code, 'DRINK',1,0)) interest_drink_flag,
             MAX (DECODE (hpi.interest_type_code, 'SMOKE',1,0)) interest_smoke_flag,
             MAX (DECODE (hpi.interest_type_code, 'ART',0,
             					       'BOOKS',0,
						       'MOVIES',0,
						       'MUSIC',0,
						       'THEATER',0,
						       'TRAVEL',0,
						       'DRINK',0,
						       'SMOKE',0, 1)) interest_other_flag
--       FROM  ams_dm_drv_stg drv,
         FROM  ams_dm_drv_stg_gt drv,        -- nyostos - Sept 15, 2003 - Global Temp Table
                   hz_person_interest hpi,
                   hz_relationships         hpr
          WHERE drv.party_id = hpr.party_id   --it's the party of type relationship
             AND  hpr.status = 'A'
             AND  hpr.subject_table_name = 'HZ_PARTIES'
             AND  hpr.object_table_name = 'HZ_PARTIES'
             AND  hpr.directional_flag = 'F'
             AND  hpr.relationship_code IN ('CONTACT_OF' , 'EMPLOYEE_OF')
             AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
             AND  hpi.party_id(+) = hpr.subject_id
             AND   hpi.status(+) = 'A'
             GROUP BY drv.party_id
	  ;
Line: 898

       INSERT INTO ams_dm_perint_stg_gt (    -- nyostos - Sept 15, 2003 - Global Temp Table
          party_id,
          --  interest related attributes
          interest_art_flag,
          interest_books_flag,
          interest_movies_flag,
          interest_music_flag,
          interest_theater_flag,
          interest_travel_flag,
          interest_drink_flag,
          interest_smoke_flag,
          interest_other_flag)
      SELECT
          drv.party_id party_id,
          -- interest attributes
          MAX (DECODE (hpi.interest_type_code, 'ART', 1, 0)) interest_art_flag,
          MAX (DECODE (hpi.interest_type_code, 'BOOKS',1,0)) interest_books_flag,
          MAX (DECODE (hpi.interest_type_code, 'MOVIES',1,0)) interest_movies_flag,
          MAX (DECODE (hpi.interest_type_code, 'MUSIC',1,0)) interest_music_flag,
          MAX (DECODE (hpi.interest_type_code, 'THEATER',1,0)) interest_theater_flag,
          MAX (DECODE (hpi.interest_type_code, 'TRAVEL',1,0)) interest_travel_flag,
          MAX (DECODE (hpi.interest_type_code, 'DRINK',1,0)) interest_drink_flag,
          MAX (DECODE (hpi.interest_type_code, 'SMOKE',1,0)) interest_smoke_flag,
          MAX (DECODE (hpi.interest_type_code, 'ART',0,
                                                               'BOOKS',0,
                                                               'MOVIES',0,
                                                               'MUSIC',0,
                                                               'THEATER',0,
                                                               'TRAVEL',0,
                                                               'DRINK',0,
                                                               'SMOKE',0, 1)) interest_other_flag
--     FROM  ams_dm_drv_stg drv,
       FROM  ams_dm_drv_stg_gt drv,       -- nyostos - Sep 15, 2003 - Global Temp Table
                hz_person_interest hpi
       WHERE drv.party_id = hpi.party_id(+)
       AND   hpi.status(+) = 'A'
       GROUP BY drv.party_id
       ;
Line: 943

            INSERT INTO ams_dm_finnum_stg_gt (     -- nyostos - Sep 15, 2003 -
               party_id,
               gross_annual_income,
               debt_to_income_ratio,
               net_worth,
               total_assets,
               tot_debt_outstanding,
               gross_annual_sales,
               current_assets,
               current_liabilities,
               net_profit,
               accounts_receivable,
               retained_earnings)
            SELECT
               drv.party_id,
               SUM(DECODE (hzf.financial_number_name,'GROSS_INCOME',hzf.financial_number,0)) gross_annual_income ,
               AVG(DECODE (hzf.financial_number_name,'LONG_TERM_DEBT',
                                                  hzf.financial_number,0) / DECODE (hzf.financial_number_name,'GROSS_INCOME',
                                                  hzf.financial_number,1)) debt_to_income_ratio ,
               SUM(DECODE (hzf.financial_number_name,'NET_WORTH',hzf.financial_number,0)) net_worth ,
               SUM(DECODE (hzf.financial_number_name,'TOTAL_ASSETS',hzf.financial_number,0)) total_assets ,
               SUM(DECODE (hzf.financial_number_name,'LONG_TERM_DEBT',hzf.financial_number,0)) tot_debt_outstanding ,
               SUM(DECODE (hzf.financial_number_name,'SALES',hzf.financial_number,0)) gross_annual_sales ,
               SUM(DECODE (hzf.financial_number_name,'TOTAL_CURRENT_ASSETS',hzf.financial_number,0)) current_assets   ,
               SUM(DECODE (hzf.financial_number_name,'TOTAL_CURR_LIABILITIES',hzf.financial_number,0)) current_liabilities ,
               SUM(DECODE (hzf.financial_number_name,'PROFIT_BEFORE_TAX',hzf.financial_number,0)) net_profit ,
               SUM(DECODE (hzf.financial_number_name,'ACCOUNTS_RECEIVABLE',hzf.financial_number,0)) accounts_receivable ,
               SUM(DECODE (hzf.financial_number_name,'RETAINED_EARNINGS',hzf.financial_number,0)) retained_earnings
--          nyostos - Sep 15, 2003 - Global Temp Table
--          FROM ams_dm_drv_stg drv, hz_financial_numbers hzf, hz_financial_reports hfr
            FROM ams_dm_drv_stg_gt drv, hz_financial_numbers hzf, hz_financial_reports hfr
            WHERE drv.party_id = hfr.party_id(+)
            AND   hfr.status(+) = 'A'
            AND   hfr.consolidated_ind(+) = 'C' -- wen only want consolidated reports
            AND   hfr.financial_report_id = hzf.financial_report_id(+)
            AND   hzf.status(+) = 'A'
            GROUP BY drv.party_id
	    ;
Line: 984

            INSERT INTO ams_dm_finnum_stg_gt (
               party_id,
               gross_annual_income,
               debt_to_income_ratio,
               --     num_credit_lines,
               --     num_trade_lines,
               net_worth,
               total_assets,
               tot_debt_outstanding,
               --     bankruptcy_flag,
               --     high_risk_fraud_flag,
               gross_annual_sales,
               --     growth_rate_sales_year,
               --     growth_rate_net_prof_year,
               current_assets,
               current_liabilities,
               --     total_debts,
               net_profit,
               --     tangible_net_profit,
               --     capital_amount,
               --     capital_type_indicator,
               accounts_receivable,
               retained_earnings)
            SELECT
               drv.party_id, -- rectify this
               SUM(DECODE (hzf.financial_number_name,'GROSS_INCOME',hzf.financial_number,0)) gross_annual_income ,
               AVG(DECODE (hzf.financial_number_name,'LONG_TERM_DEBT',
                                                  hzf.financial_number,0) / DECODE (hzf.financial_number_name,'GROSS_INCOME',
                                                  hzf.financial_number,1)) debt_to_income_ratio ,
               --   NULL num_credit_lines   ,    --**CHECK!
               --   NULL num_trade_lines ,                --**CHECK!
               SUM(DECODE (hzf.financial_number_name,'NET_WORTH',hzf.financial_number,0)) net_worth ,
               SUM(DECODE (hzf.financial_number_name,'TOTAL_ASSETS',hzf.financial_number,0)) total_assets ,
               SUM(DECODE (hzf.financial_number_name,'LONG_TERM_DEBT',hzf.financial_number,0)) tot_debt_outstanding ,
               --   NULL bankruptcy_flag ,                           --**CHECK!
               --   NULL high_risk_fraud_flag ,                --**CHECK!
               SUM(DECODE (hzf.financial_number_name,'SALES',hzf.financial_number,0)) gross_annual_sales ,
               --    NULL  growth_rate_sales_year ,    --**CHECK!
               --    NULL  growth_rate_net_prof_year ,   --**CHECK!
               SUM(DECODE (hzf.financial_number_name,'TOTAL_CURRENT_ASSETS',hzf.financial_number,0)) current_assets   ,
               SUM(DECODE (hzf.financial_number_name,'TOTAL_CURR_LIABILITIES',hzf.financial_number,0)) current_liabilities ,
               --    NULL  total_debts ,
               SUM(DECODE (hzf.financial_number_name,'PROFIT_BEFORE_TAX',hzf.financial_number,0)) net_profit ,
               --    NULL  tangible_net_profit ,  --**CHECK!
               --    NULL  capital_amt ,               --**CHECK!
               --    NULL capital_type_indicator ,
               SUM(DECODE (hzf.financial_number_name,'ACCOUNTS_RECEIVABLE',hzf.financial_number,0)) accounts_receivable ,
               SUM(DECODE (hzf.financial_number_name,'RETAINED_EARNINGS',hzf.financial_number,0)) retained_earnings
--          nyostos - Sep 15, 2003 - Global Temp Table
--          FROM ams_dm_drv_stg drv, hz_financial_numbers hzf, hz_financial_reports hfr, hz_relationships hpr
            FROM ams_dm_drv_stg_gt drv, hz_financial_numbers hzf, hz_financial_reports hfr, hz_relationships hpr
           WHERE drv.party_id = hpr.party_id
            AND  hpr.status = 'A'
            AND  hpr.subject_table_name = 'HZ_PARTIES'
            AND  hpr.object_table_name = 'HZ_PARTIES'
            AND  hpr.directional_flag = 'F'
            AND  hpr.relationship_code IN ('CONTACT_OF' , 'EMPLOYEE_OF')
            AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
            AND  hfr.party_id(+) = hpr.object_id                 --the org's party id
            AND   hfr.status(+) = 'A'
            AND   hfr.consolidated_ind(+) = 'C' -- wen only want consolidated reports
            AND   hfr.financial_report_id = hzf.financial_report_id(+)
            AND   hzf.status(+) = 'A'
            GROUP BY drv.party_id
            ;
Line: 1058

          INSERT INTO ams_dm_profile_stg_gt (      -- nyostos - Sep 15, 2003 - Global Temp Table
             party_id,
             credit_check_flag,
             tolerance,
             discount_terms_flag,
             dunning_letters_flag,
             interest_charges_flag,
             send_statements_flag,
             credit_hold_flag,
             credit_rating,
             risk_code,
             interest_period_days,
             payment_grace_days)
          SELECT
             drv.party_id party_id,
             MAX(hcp.credit_checking) credit_check_flag,
             MAX(hcp.tolerance) tolerance,
             MAX(hcp.discount_terms) discount_terms_flag,
             MAX(hcp.dunning_letters)  dunning_letters_flag,
             MAX(hcp.interest_charges)  interest_charges_flag,
             MAX(hcp.send_statements)  send_statements_flag,
             MAX(hcp.credit_hold)  credit_hold_flag,
             MAX(hcp.credit_rating) credit_rating, -- may give erroneous results
             MAX(hcp.risk_code) risk_code, --may give erroneous results
             MAX(hcp.interest_period_days) interest_period_days,
             MAX(hcp.payment_grace_days) payment_grace_days
          FROM
--           ams_dm_drv_stg     drv,
             ams_dm_drv_stg_gt  drv,    -- nyostos - Sep 15, 2003 - Global Temp Tables
             hz_cust_accounts   hca,
             hz_customer_profiles  hcp
          WHERE drv.party_id = hca.party_id(+)
          AND   hca.status(+) = 'A'
          AND hcp.cust_account_id(+) = hca.cust_account_id
          AND   hcp.status(+) = 'A'
          GROUP BY drv.party_id
          ;
Line: 1097

         INSERT INTO ams_dm_profile_stg_gt (   -- nyostos - Sep 15, 2003 - Global Temp Table
             party_id,
             credit_check_flag,
             tolerance,
             discount_terms_flag,
             dunning_letters_flag,
             interest_charges_flag,
             send_statements_flag,
             --     send_credit_balance_flag,
             credit_hold_flag,
             -- profile_class_code,
             credit_rating,
             risk_code,
             interest_period_days,
             payment_grace_days)
          SELECT
             drv.party_id party_id,
             MAX(hcp.credit_checking) credit_check_flag,
             MAX(hcp.tolerance) tolerance,
             MAX(hcp.discount_terms) discount_terms_flag,
             MAX(hcp.dunning_letters)  dunning_letters_flag,
             MAX(hcp.interest_charges)  interest_charges_flag,
             MAX(hcp.send_statements)  send_statements_flag,
             MAX(hcp.credit_hold)  credit_hold_flag,
             MAX(hcp.credit_rating) credit_rating, -- may give erroneous results
             MAX(hcp.risk_code) risk_code, --may give erroneous results
             MAX(hcp.interest_period_days) interest_period_days,
             MAX(hcp.payment_grace_days) payment_grace_days
          FROM
--           ams_dm_drv_stg     drv,
             ams_dm_drv_stg_gt  drv,    -- nyostos - Sep 15, 2003 - Global Temp Tables
             hz_cust_accounts   hca,
             hz_customer_profiles  hcp,
             hz_relationships   hpr
          WHERE drv.party_id = hpr.party_id
          AND  hpr.status = 'A'
          AND  hpr.subject_table_name = 'HZ_PARTIES'
          AND  hpr.object_table_name = 'HZ_PARTIES'
          AND  hpr.directional_flag = 'F'
          AND  hpr.relationship_code IN ('CONTACT_OF' , 'EMPLOYEE_OF')
          AND  (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
          AND  hca.party_id = hpr.object_id           --the org's party id
          AND   hca.status = 'A'
          AND hcp.cust_account_id(+) = hca.cust_account_id
          AND   hcp.status(+) = 'A'
          GROUP BY drv.party_id
          ;
Line: 1147

       INSERT INTO ams_dm_profile_stg_gt (      -- nyostos - Sep 15, 2003 - Global Temp Table
          party_id,
          credit_check_flag,
          tolerance,
          discount_terms_flag,
          dunning_letters_flag,
          interest_charges_flag,
          send_statements_flag,
 --     send_credit_balance_flag,
          credit_hold_flag,
          -- profile_class_code,
          credit_rating,
          risk_code,
          interest_period_days,
          payment_grace_days)
       SELECT
          drv.party_id party_id,
          MAX(hcp.credit_checking) credit_check_flag,
          MAX(hcp.tolerance) tolerance,
          MAX(hcp.discount_terms) discount_terms_flag,
          MAX(hcp.dunning_letters)  dunning_letters_flag,
          MAX(hcp.interest_charges)  interest_charges_flag,
          MAX(hcp.send_statements)  send_statements_flag,
          MAX(hcp.credit_hold)  credit_hold_flag,
          MAX(hcp.credit_rating) credit_rating, -- may give erroneous results
          MAX(hcp.risk_code) risk_code, --may give erroneous results
          MAX(hcp.interest_period_days) interest_period_days,
          MAX(hcp.payment_grace_days) payment_grace_days
       FROM
--       ams_dm_drv_stg                drv,
         ams_dm_drv_stg_gt             drv,    -- nyostos - Sep 15, 2003 - Global Temp Table
         hz_cust_accounts              hca,
         hz_customer_profiles          hcp
       WHERE hcp.cust_account_id(+) = hca.cust_account_id
       AND   hcp.status(+) = 'A'
       AND   drv.party_id = hca.party_id
       AND   hca.status = 'A'
       GROUP BY drv.party_id
       ;
Line: 1196

      ROLLBACK TO Insert_Exp_Stg;
Line: 1201

 END InsertExpStg;
Line: 1203

PROCEDURE InsertAggStg(
p_is_b2b   IN BOOLEAN
)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertAggStg';
Line: 1241

      SELECT SYSDATE - hpp.date_of_birth, drv.party_id
      FROM hz_person_profiles hpp, ams_dm_drv_stg_gt drv
      WHERE hpp.party_id = drv.party_id
   AND (SYSDATE BETWEEN hpp.effective_start_date AND NVL(hpp.effective_end_date,SYSDATE))
   GROUP BY drv.party_id,hpp.date_of_birth;
Line: 1248

      SELECT SYSDATE - hpp.date_of_birth,drv.party_id
      FROM hz_person_profiles hpp,hz_relationships hpr,ams_dm_drv_stg_gt drv
      WHERE hpp.party_id = hpr.subject_id
      AND drv.party_id = hpr.party_id
      AND    hpr.status = 'A'
      AND    hpr.subject_table_name = 'HZ_PARTIES'
      AND    hpr.object_table_name = 'HZ_PARTIES'
      AND    hpr.directional_flag = 'F'
      AND    hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
      AND    (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      AND (SYSDATE BETWEEN hpp.effective_start_date AND NVL(hpp.effective_end_date,SYSDATE))
      GROUP BY drv.party_id,hpp.date_of_birth;
Line: 1262

      SELECT  SYSDATE - MAX(hze.last_date_attended), drv.party_id
      FROM hz_education hze, ams_dm_drv_stg_gt drv
      WHERE hze.party_id = drv.party_id
      AND   hze.status = 'A'
      GROUP BY drv.party_id;
Line: 1269

      SELECT  SYSDATE - MAX(hze.last_date_attended), drv.party_id
      FROM hz_education hze, ams_dm_drv_stg_gt drv, hz_relationships hpr
      WHERE hze.party_id = hpr.subject_id
      AND drv.party_id = hpr.party_id
      AND    hpr.status = 'A'
      AND    hpr.subject_table_name = 'HZ_PARTIES'
      AND    hpr.object_table_name = 'HZ_PARTIES'
      AND    hpr.directional_flag = 'F'
      AND    hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
      AND    (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      AND   hze.status = 'A'
      GROUP BY drv.party_id;
Line: 1283

      SELECT  (SYSDATE - MAX(aeo.event_start_date)), drv.party_id
      FROM ams_event_offers_all_b aeo, ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT aer.event_offer_id
                    FROM ams_event_registrations aer
             --       WHERE aer.event_offer_id = aeo.event_offer_id
                    WHERE aer.attendant_party_id = drv.party_id)
   GROUP BY drv.party_id;
Line: 1292

      SELECT  COUNT(DISTINCT ale.list_header_id), drv.party_id
      FROM ams_list_entries ale, ams_dm_drv_stg_gt drv,ams_list_headers_all hdr
      WHERE ale.party_id = drv.party_id
      AND hdr.list_header_id = ale.list_header_id
      AND hdr.list_type = 'TARGET'
   GROUP BY drv.party_id;
Line: 1301

      SELECT  aal.list_used_by_id, drv.party_id
      FROM ams_act_lists aal, ams_list_headers_all alh, ams_dm_drv_stg_gt drv
      WHERE aal.list_used_by = 'CSCH'
      AND   aal.list_act_type = 'TARGET'
      AND   alh.list_header_id = aal.list_header_id
      AND   alh.sent_out_date = (SELECT MAX(l.sent_out_date)
                                 FROM ams_list_headers_all l
                                 WHERE l.list_header_id IN (SELECT ale.list_header_id
                                                            FROM ams_list_entries ale
                                                            WHERE ale.party_id = drv.party_id))
     GROUP BY drv.party_id, aal.list_used_by_id ;
Line: 1317

      SELECT  SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -1),1,0,1)),
             SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -3),1,0,1)),
             SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -9),1,0,1)),
             SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -12),1,0,1)), drv.party_id
      FROM ams_list_headers_all alh, ams_dm_drv_stg_gt drv
      WHERE alh.sent_out_date IS NOT NULL
      AND MONTHS_BETWEEN(sysdate, alh.sent_out_date) <= 12
      AND alh.list_header_id IN (SELECT ale.list_header_id
                  FROM ams_list_entries ale
   --             WHERE ale.list_header_id = alh.list_header_id
                  WHERE ale.party_id = drv.party_id)
   GROUP BY drv.party_id;
Line: 1334

      SELECT  (SYSDATE - MAX(aeo.event_start_date)), drv.party_id
      FROM ams_event_offers_all_b aeo, ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT aer.event_offer_id
                    FROM ams_event_registrations aer
            --        WHERE aer.event_offer_id = aeo.event_offer_id
                    WHERE  aer.attendant_party_id = drv.party_id)
      GROUP BY drv.party_id;
Line: 1343

      SELECT  AVG(aao.offer_amount), drv.party_id
      FROM ams_act_offers aao, ams_campaign_schedules acs, ams_dm_drv_stg_gt drv
      WHERE aao.arc_act_offer_used_by = 'CSCH'
      AND aao.activity_offer_id = acs.activity_offer_id
      AND acs.campaign_schedule_id IN (SELECT aal.list_used_by_id
                                       FROM ams_act_lists aal
                                       WHERE aal.list_used_by = 'CSCH'
                                       AND   aal.list_act_type = 'TARGET'
                                       AND   aal.list_header_id IN (SELECT ale.list_header_id
                                                                    FROM ams_list_entries ale
                       --                                           WHERE ale.list_header_id = alh.list_header_id
                                                                    WHERE ale.party_id = drv.party_id))
   GROUP BY drv.party_id;
Line: 1362

   SELECT  COUNT(aao.offer_type), drv.party_id
   FROM   ams_act_offers aao, ams_campaign_schedules acs, ams_dm_drv_stg_gt drv
   WHERE  aao.arc_act_offer_used_by = 'CSCH'
   AND    aao.activity_offer_id = acs.activity_offer_id
   AND    acs.campaign_schedule_id IN (SELECT aal.list_used_by_id
                                       FROM ams_list_entries ale, ams_act_lists aal
                                       WHERE aal.list_header_id = ale.list_header_id
                                       AND   aal.list_used_by = 'CSCH'
                                       AND   aal.list_act_type = 'TARGET'
                                       AND   ale.party_id = drv.party_id)
   GROUP BY drv.party_id;
Line: 1375

      SELECT  (SYSDATE - MIN(aeo.event_start_date)), drv.party_id
      FROM ams_event_offers_all_b aeo,ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT 1
                    FROM ams_event_registrations aer
         --           WHERE aer.event_offer_id = aeo.event_offer_id
                    WHERE aer.attendant_party_id = drv.party_id)
      GROUP BY drv.party_id;
Line: 1384

      SELECT  SYSDATE - MAX(hca.account_established_date),
             0,--SYSDATE - MAX(hca.account_termination_date),
             0 --SYSDATE - MAX(hca.account_activation_date)
             , drv.party_id
 --            SYSDATE - MAX(hca.account_suspension_date)
      FROM hz_cust_accounts hca, ams_dm_drv_stg_gt drv
      WHERE hca.party_id = drv.party_id
      AND   hca.status = 'A'
   GROUP BY drv.party_id;
Line: 1395

      SELECT  SYSDATE - MAX(hca.account_established_date),
             0,--SYSDATE - MAX(hca.account_termination_date),
             0 --SYSDATE - MAX(hca.account_activation_date)
             , drv.party_id
 --            SYSDATE - MAX(hca.account_suspension_date)
      FROM hz_cust_accounts hca, ams_dm_drv_stg_gt drv, hz_relationships hpr
      WHERE hca.party_id = hpr.object_id
      AND drv.party_id = hpr.party_id
      AND    hpr.status = 'A'
      AND    hpr.subject_table_name = 'HZ_PARTIES'
      AND    hpr.object_table_name = 'HZ_PARTIES'
      AND    hpr.directional_flag = 'F'
      AND    hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
      AND    (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      AND   hca.status = 'A'
      GROUP BY drv.party_id;
Line: 1414

   SELECT SUM(DECODE(UPPER(ame.media_name), 'EMAIL',1,0)),
          SUM(DECODE(UPPER(ame.media_name), 'TELEMARKETING',1,0)),
          SUM(DECODE(UPPER(ame.media_name), 'DIRECT MAIL',1,0))
   */
   SELECT  SUM(DECODE(acs.activity_id, G_MEDIA_EMAIL,1,0)),
          SUM(DECODE(acs.activity_id, G_MEDIA_TELEMARKETING ,1,0)),
          SUM(DECODE(acs.activity_id, G_MEDIA_DIRECTMAIL ,1,0)), drv.party_id
   FROM ams_list_entries ale,
        ams_act_lists aal,
        ams_campaign_schedules_b acs,
        --ams_media_b ame,
        ams_dm_drv_stg_gt drv
   WHERE aal.list_used_by = 'CSCH'
   AND   aal.list_used_by_id = acs.schedule_id
   AND   aal.list_act_type = 'TARGET'
   AND   acs.activity_type_code = 'DIRECT_MARKETING'
   --AND   acs.activity_id = ame.media_id
   --AND   UPPER(ame.media_name) = 'TELEMARKETING' commented out by amisingh
   AND   aal.list_header_id = ale.list_header_id
   AND   ale.party_id = drv.party_id
   GROUP BY drv.party_id;
Line: 1437

   SELECT  SUM(DECODE(UPPER(offer_type),'ACCRUAL',1,0)),
          SUM(DECODE(UPPER(offer_type),'LUMPSUM',1,0)),
          SUM(DECODE(UPPER(offer_type),'ORDER',1,0)),
          SUM(DECODE(UPPER(offer_type),'OFF_INVOICE',1,0)), drv.party_id
   FROM ams_list_entries ale,
        ams_act_lists aal,
        ams_campaign_schedules_b acs,
        ams_act_offers aao, ams_dm_drv_stg_gt drv
   WHERE aal.list_used_by = 'CSCH'
   AND   aal.list_used_by_id = acs.schedule_id
   AND   aal.list_act_type = 'TARGET'
   AND   acs.end_date_time <= SYSDATE
   AND   acs.activity_id = aao.activity_offer_id
   AND   aal.list_header_id = ale.list_header_id
   AND   ale. party_id = drv.party_id
   GROUP BY drv.party_id;
Line: 1456

   CURSOR c_all_parties IS SELECT party_id FROM ams_dm_drv_stg_gt;
Line: 1508

   SAVEPOINT Insert_Agg_Stg;
Line: 1555

   l_party_list.delete;
Line: 1579

   l_party_list.delete;
Line: 1591

   l_party_list.delete;
Line: 1603

   l_party_list.delete;
Line: 1616

   l_party_list.delete;
Line: 1639

   l_party_list.delete;
Line: 1651

   l_party_list.delete;
Line: 1663

   l_party_list.delete;
Line: 1675

   l_party_list.delete;
Line: 1687

   l_party_list.delete;
Line: 1726

   l_party_list.delete;
Line: 1745

   l_party_list.delete;
Line: 1766

   l_party_list.delete;
Line: 1769

      INSERT INTO ams_dm_agg_stg_gt(
            party_id,
            age,
            days_since_last_school,
            days_since_last_event,
            num_times_targeted,
            last_targeted_channel_code,
            times_targeted_month,
            times_targeted_3_months,
            times_targeted_6_months,
            times_targeted_12_months,
            days_since_last_targeted,
            avg_disc_offered,
            num_types_disc_offered,
            days_since_first_contact,
            days_since_acct_established,
            days_since_acct_term,
            days_since_acct_activation,
            days_since_acct_suspended,
            num_times_targeted_email,
            num_times_targeted_telemkt,
            num_times_targeted_direct,
            num_tgt_by_offr_typ1,
            num_tgt_by_offr_typ2,
            num_tgt_by_offr_typ3,
            num_tgt_by_offr_typ4)
      VALUES
            (
             l_master_table(l_master_party_id_list(k)).PARTY_ID,
             l_master_table(l_master_party_id_list(k)).AGE,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_LAST_SCHOOL,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_LAST_EVENT,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED,
             l_master_table(l_master_party_id_list(k)).LAST_TARGETED_CHANNEL_CODE,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_MONTH,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_3_MONTHS,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_6_MONTHS,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_12_MONTHS,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_LAST_TARGETED,
             l_master_table(l_master_party_id_list(k)).AVG_DISC_OFFERED,
             l_master_table(l_master_party_id_list(k)).NUM_TYPES_DISC_OFFERED,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_FIRST_CONTACT,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_ESTABLISHED,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_TERM,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_ACTIVATION,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_SUSPENDED,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_EMAIL,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_TELEMKT,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_DIRECT,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP1,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP2,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP3,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP4);
Line: 1823

   l_master_table.delete;
Line: 1824

   l_master_party_id_list.delete;
Line: 1835

      ROLLBACK TO Insert_Agg_Stg;
Line: 1839

END InsertAggStg;
Line: 1842

PROCEDURE InsertAggStgOrg
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertAggStgOrg';
Line: 1875

     SELECT (SYSDATE - MAX(aeo.event_start_date)), drv.party_id
      FROM ams_event_offers_all_b aeo, ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT aer.event_offer_id
            FROM ams_event_registrations aer
            WHERE aer.attendant_party_id in
               (select party_id
               from hz_relationships hpr
               where object_id=drv.party_id
               AND  hpr.status = 'A'
               AND  hpr.subject_table_name = 'HZ_PARTIES'
               AND  hpr.object_table_name = 'HZ_PARTIES'
               AND  hpr.directional_flag = 'F'
               AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
               AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
               )
             )
      group by drv.party_id;
Line: 1894

      SELECT COUNT(DISTINCT ale.list_header_id),drv.party_id
      FROM ams_list_entries ale,  ams_dm_drv_stg_gt drv,ams_list_headers_all hdr
      WHERE ale.party_id in
         (select party_id
         from hz_relationships hpr
         where object_id=drv.party_id
         AND  hpr.status = 'A'
         AND  hpr.subject_table_name = 'HZ_PARTIES'
         AND  hpr.object_table_name = 'HZ_PARTIES'
         AND  hpr.directional_flag = 'F'
         AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
         AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
         )
      AND hdr.list_header_id = ale.list_header_id
      AND hdr.list_type = 'TARGET'
      GROUP BY drv.party_id;
Line: 1912

      SELECT aal.list_used_by_id, drv.party_id
      FROM ams_act_lists aal, ams_list_headers_all alh, ams_dm_drv_stg_gt drv
      WHERE aal.list_used_by = 'CSCH'
      AND   aal.list_act_type = 'TARGET'
      AND   alh.list_header_id = aal.list_header_id
      AND   alh.sent_out_date = (SELECT MAX(l.sent_out_date)
                                         FROM ams_list_headers_all l
                                         WHERE l.list_header_id IN
                                         (SELECT ale.list_header_id
                                           FROM ams_list_entries ale
                                           WHERE ale.party_id in
                                            (select party_id
                                            from hz_relationships hpr
                                            where object_id=drv.party_id
                                            AND  hpr.status = 'A'
                                            AND  hpr.subject_table_name = 'HZ_PARTIES'
                                            AND  hpr.object_table_name = 'HZ_PARTIES'
                                            AND  hpr.directional_flag = 'F'
                                            AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
                                            AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
                                            )
                                          ))
        group by drv.party_id,aal.list_used_by_id;
Line: 1937

      SELECT SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -1),1,0,1)),
         SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -3),1,0,1)),
         SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -9),1,0,1)),
         SUM(DECODE(SIGN(MONTHS_BETWEEN(SYSDATE, alh.sent_out_date) -12),1,0,1)), drv.party_id
      FROM ams_list_headers_all alh,ams_dm_drv_stg_gt drv
      WHERE alh.sent_out_date IS NOT NULL
      AND MONTHS_BETWEEN(sysdate, alh.sent_out_date) <= 12
      AND alh.list_header_id IN (SELECT ale.list_header_id
      FROM ams_list_entries ale
      WHERE ale.party_id in
         (select party_id
      from hz_relationships hpr
      where object_id=drv.party_id
      AND  hpr.status = 'A'
      AND  hpr.subject_table_name = 'HZ_PARTIES'
      AND  hpr.object_table_name = 'HZ_PARTIES'
      AND  hpr.directional_flag = 'F'
      AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
      AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      ))
      group by drv.party_id;
Line: 1960

      SELECT (SYSDATE - MAX(aeo.event_start_date)), drv.party_id
      FROM ams_event_offers_all_b aeo, ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT aer.event_offer_id
      FROM ams_event_registrations aer
      WHERE  aer.attendant_party_id in
         (select party_id
         from hz_relationships hpr
         where object_id=drv.party_id
         AND  hpr.status = 'A'
         AND  hpr.subject_table_name = 'HZ_PARTIES'
         AND  hpr.object_table_name = 'HZ_PARTIES'
         AND  hpr.directional_flag = 'F'
         AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
         AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
         )
      )
     group by drv.party_id;
Line: 1979

     SELECT AVG(aao.offer_amount),drv.party_id
      FROM ams_act_offers aao, ams_campaign_schedules acs, ams_dm_drv_stg_gt drv
      WHERE aao.arc_act_offer_used_by = 'CSCH'
      AND aao.activity_offer_id = acs.activity_offer_id
      AND acs.campaign_schedule_id IN (SELECT aal.list_used_by_id
      FROM ams_act_lists aal
      WHERE aal.list_used_by = 'CSCH'
      AND   aal.list_act_type = 'TARGET'
      AND   aal.list_header_id IN (SELECT ale.list_header_id
	      FROM ams_list_entries ale
	      WHERE ale.party_id in
              (select party_id
               from hz_relationships hpr
               where object_id=drv.party_id
               AND  hpr.status = 'A'
               AND  hpr.subject_table_name = 'HZ_PARTIES'
               AND  hpr.object_table_name = 'HZ_PARTIES'
               AND  hpr.directional_flag = 'F'
               AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
               AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
              )
             ))
     group by drv.party_id;
Line: 2005

      SELECT COUNT(aao.offer_type),drv.party_id
      FROM   ams_act_offers aao, ams_campaign_schedules acs,ams_dm_drv_stg_gt drv
      WHERE  aao.arc_act_offer_used_by = 'CSCH'
      AND    aao.activity_offer_id = acs.activity_offer_id
      AND    acs.campaign_schedule_id IN (SELECT aal.list_used_by_id
      FROM ams_list_entries ale, ams_act_lists aal
      WHERE aal.list_header_id = ale.list_header_id
      AND   aal.list_used_by = 'CSCH'
      AND   aal.list_act_type = 'TARGET'
      AND   ale.party_id in
      (select party_id
       from hz_relationships hpr
       where object_id=drv.party_id
       AND  hpr.status = 'A'
       AND  hpr.subject_table_name = 'HZ_PARTIES'
       AND  hpr.object_table_name = 'HZ_PARTIES'
       AND  hpr.directional_flag = 'F'
       AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
       AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      )
      )
     group by drv.party_id;
Line: 2029

      SELECT (SYSDATE - MIN(aeo.event_start_date)),drv.party_id
      FROM ams_event_offers_all_b aeo, ams_dm_drv_stg_gt drv
      WHERE aeo.event_offer_id IN (SELECT 1
      FROM ams_event_registrations aer
      WHERE aer.attendant_party_id in
      (select party_id
       from hz_relationships hpr
       where object_id=drv.party_id
       AND  hpr.status = 'A'
       AND  hpr.subject_table_name = 'HZ_PARTIES'
       AND  hpr.object_table_name = 'HZ_PARTIES'
       AND  hpr.directional_flag = 'F'
       AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
       AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      )
      )
      group by drv.party_id;
Line: 2048

      SELECT SYSDATE - MAX(hca.account_established_date),
      0,--SYSDATE - MAX(hca.account_termination_date),
      0 --SYSDATE - MAX(hca.account_activation_date)
      ,drv.party_id
      FROM hz_cust_accounts hca, ams_dm_drv_stg_gt drv
      WHERE hca.party_id = drv.party_id
      AND   hca.status = 'A'
      group by drv.party_id;
Line: 2058

      SELECT SUM(DECODE(acs.activity_id, G_MEDIA_EMAIL,1,0)),
      SUM(DECODE(acs.activity_id, G_MEDIA_TELEMARKETING ,1,0)),
      SUM(DECODE(acs.activity_id, G_MEDIA_DIRECTMAIL ,1,0)), drv.party_id
      FROM ams_list_entries ale,
      ams_act_lists aal,
      ams_campaign_schedules_b acs,
      --ams_media_b ame,
      ams_dm_drv_stg_gt drv
      WHERE aal.list_used_by = 'CSCH'
      AND   aal.list_used_by_id = acs.schedule_id
      AND   aal.list_act_type = 'TARGET'
      AND   acs.activity_type_code = 'DIRECT_MARKETING'
      --AND   acs.activity_id = ame.media_id
      AND   aal.list_header_id = ale.list_header_id
      AND   ale.party_id in
      (select party_id
       from hz_relationships hpr
       where object_id=drv.party_id
       AND  hpr.status = 'A'
       AND  hpr.subject_table_name = 'HZ_PARTIES'
       AND  hpr.object_table_name = 'HZ_PARTIES'
       AND  hpr.directional_flag = 'F'
       AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
       AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      )
      group by drv.party_id;
Line: 2087

      SELECT SUM(DECODE(UPPER(offer_type),'ACCRUAL',1,0)),
      SUM(DECODE(UPPER(offer_type),'LUMPSUM',1,0)),
      SUM(DECODE(UPPER(offer_type),'ORDER',1,0)),
      SUM(DECODE(UPPER(offer_type),'OFF_INVOICE',1,0)), drv.party_id
      FROM ams_list_entries ale,
      ams_act_lists aal,
      ams_campaign_schedules_b acs,
      ams_act_offers aao, ams_dm_drv_stg_gt drv
      WHERE aal.list_used_by = 'CSCH'
      AND   aal.list_used_by_id = acs.schedule_id
      AND   aal.list_act_type = 'TARGET'
      AND   acs.end_date_time <= SYSDATE
      AND   acs.activity_id = aao.activity_offer_id
      AND   aal.list_header_id = ale.list_header_id
      AND   ale. party_id in
      (select party_id
       from hz_relationships hpr
       where object_id=drv.party_id
       AND  hpr.status = 'A'
       AND  hpr.subject_table_name = 'HZ_PARTIES'
       AND  hpr.object_table_name = 'HZ_PARTIES'
       AND  hpr.directional_flag = 'F'
       AND  hpr.relationship_code IN ('CONTACT_OF' ,   'EMPLOYEE_OF')
       AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
      )
     group by drv.party_id;
Line: 2116

   CURSOR c_all_parties IS SELECT party_id FROM AMS_DM_DRV_stg_gt;
Line: 2159

   SAVEPOINT Insert_Agg_stg_Org;
Line: 2194

   l_party_list.delete;
Line: 2206

   l_party_list.delete;
Line: 2219

   l_party_list.delete;
Line: 2242

   l_party_list.delete;
Line: 2254

   l_party_list.delete;
Line: 2266

   l_party_list.delete;
Line: 2278

   l_party_list.delete;
Line: 2290

   l_party_list.delete;
Line: 2309

   l_party_list.delete;
Line: 2328

   l_party_list.delete;
Line: 2349

   l_party_list.delete;
Line: 2352

      INSERT INTO ams_dm_agg_stg_gt(
            party_id,
            days_since_last_event,
            num_times_targeted,
            last_targeted_channel_code,
            times_targeted_month,
            times_targeted_3_months,
            times_targeted_6_months,
            times_targeted_12_months,
            days_since_last_targeted,
            avg_disc_offered,
            num_types_disc_offered,
            days_since_first_contact,
            days_since_acct_established,
            days_since_acct_term,
            days_since_acct_activation,
            days_since_acct_suspended,
            num_times_targeted_email,
            num_times_targeted_telemkt,
            num_times_targeted_direct,
            num_tgt_by_offr_typ1,
            num_tgt_by_offr_typ2,
            num_tgt_by_offr_typ3,
            num_tgt_by_offr_typ4)
      VALUES
            (
             l_master_table(l_master_party_id_list(k)).PARTY_ID,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_LAST_EVENT,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED,
             l_master_table(l_master_party_id_list(k)).LAST_TARGETED_CHANNEL_CODE,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_MONTH,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_3_MONTHS,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_6_MONTHS,
             l_master_table(l_master_party_id_list(k)).TIMES_TARGETED_12_MONTHS,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_LAST_TARGETED,
             l_master_table(l_master_party_id_list(k)).AVG_DISC_OFFERED,
             l_master_table(l_master_party_id_list(k)).NUM_TYPES_DISC_OFFERED,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_FIRST_CONTACT,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_ESTABLISHED,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_TERM,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_ACTIVATION,
             l_master_table(l_master_party_id_list(k)).DAYS_SINCE_ACCT_SUSPENDED,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_EMAIL,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_TELEMKT,
             l_master_table(l_master_party_id_list(k)).NUM_TIMES_TARGETED_DIRECT,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP1,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP2,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP3,
             l_master_table(l_master_party_id_list(k)).NUM_TGT_BY_OFFR_TYP4);
Line: 2402

   l_master_table.delete;
Line: 2403

   l_master_party_id_list.delete;
Line: 2414

      ROLLBACK TO Insert_Agg_stg_Org;
Line: 2420

END InsertAggStgOrg;
Line: 2425

PROCEDURE InsertBICStg(
   p_is_b2b   IN BOOLEAN,
   p_model_type  IN VARCHAR2,
   p_is_org_prod IN BOOLEAN
)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertBICStg';
Line: 2439

   SAVEPOINT Insert_BIC_Stg;
Line: 2452

         INSERT -- /*+ APPEND PARALLEL(AMS_DM_BIC_STG_GT,DEFAULT,DEFAULT)*/
         INTO ams_dm_BIC_stg_GT (
            party_id,
            avg_talk_time,
            avg_order_amount,
            avg_units_per_order,
            tot_order_amount_year,
            tot_order_amount_9_months,
            tot_order_amount_6_months,
            tot_order_amount_3_months,
            tot_num_orders_year,
            tot_num_order_9_months,
            tot_num_order_6_months,
            tot_num_order_3_months,
            num_of_sr_year,
            num_of_sr_6_months,
            num_of_sr_3_months,
            num_of_sr_1_month,
            avg_resolve_days_year,
            avg_resolve_days_6_months,
            avg_resolve_days_3_months,
            avg_resolve_days_1_month,
            order_lines_delivered,
            order_lines_ontime,
            order_qty_cumul,
            order_recency,
            payments,
            returns,
            return_by_value,
            return_by_value_pct,
            ontime_payments,
            ontime_ship_pct,
            closed_srs,
            COGS,
            contracts_cuml,
            contract_amt,
            contract_duration,
            inactive_contracts,
            open_contracts,
            new_contracts,
            renewed_contracts,
            escalated_srs,
            first_call_cl_rate,
            num_of_complaints,
            num_of_interactions,
            num_of_transfers,
            open_srs,
            pct_call_rework,
            products,
            referals,
            reopened_srs,
            sales,
            total_sr_response_time,
            pct_first_closed_srs,
            avg_complaints,
            avg_hold_time,
            avg_len_of_emp,
            avg_transfers_per_sr,
            avg_workload,
            tot_calls,
            call_length,
            profitability)
         SELECT
            drv.party_id party_id,
            AVG(bps.avg_talk_time) avg_talk_time, -- Can we do avg of avg.. this may be wrong.
            SUM(bps.order_amt)/SUM(bps.order_num) avg_order_amount,
            SUM(bps.order_qty)/SUM(bps.order_num) avg_units_per_order,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_amt)) tot_order_amount_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_amt)) tot_order_amount_9_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_amt)) tot_order_amount_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_amt)) tot_order_amount_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_num)) tot_num_orders_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_num)) tot_num_order_9_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_num)) tot_num_order_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_num)) tot_num_order_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,srs_logged)) num_of_sr_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,srs_logged)) num_of_sr_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,srs_logged)) num_of_sr_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,srs_logged)) num_of_sr_1_month,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,avg_sr_resl_time)) avg_resolve_days_year,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,avg_sr_resl_time)) avg_resolve_days_6_months,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,avg_sr_resl_time)) avg_resolve_days_3_months,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,avg_sr_resl_time)) avg_resolve_days_1_month,
            SUM(bps.order_lines_delivered) order_lines_delivered,
            SUM(bps.order_lines_ontime) order_lines_ontime,
            SUM(bps.order_qty_cuml) order_qty_cuml,
            SUM(bps.order_recency) order_recency,
            SUM(bps.payments) payments,
            SUM(bps.returns) returns,
            SUM(bps.return_by_value) return_by_value,
            SUM(bps.return_by_value_pct) return_by_value_pct,
            SUM(bps.ontime_payments) ontime_payments,
            SUM(bps.ontime_ship_pct) ontime_ship_pct,
            SUM(bps.closed_srs) closed_srs,
            SUM(bps.COGS) COGS,
            SUM(bps.contracts_cuml) contracts_cuml,
            SUM(bps.contract_amt) contract_amt,
            SUM(bps.contract_duration) contract_duration,
            SUM(bps.inactive_contracts) inactive_contracts,
            SUM(bps.open_contracts) open_contracts,
            SUM(bps.new_contracts) new_contracts,
            SUM(bps.renewed_contracts) renewed_contracts,
            SUM(bps.esc_srs) escalated_srs,
            AVG(bps.first_call_cl_rate) first_call_cl_rate,
            SUM(bps.no_of_complaints) num_of_complaints,
            SUM(bps.no_of_interactions) num_of_interactions,
            SUM(bps.no_of_transfers) num_of_transfers,
            SUM(bps.open_srs) open_srs,
            AVG(bps.perct_call_rework) pct_call_rework,
            SUM(bps.products) products,
            SUM(bps.referals) referals,
            SUM(bps.reopened_srs) reopened_srs,
            SUM(bps.sales) sales,
            SUM(bps.total_sr_response_time) total_sr_response_time,
            AVG(bps.avg_closed_srs) pct_first_closed_srs, --note
            AVG(bps.avg_complaints) avg_complaints,
            AVG(bps.avg_hold_time) avg_hold_time,
            AVG(bps.avg_len_of_emp) avg_len_of_emp,
            AVG(bps.avg_transfers_per_sr) avg_transfers_per_sr,
            AVG(bps.avg_workload) avg_workload,
            SUM(bps.calls) tot_calls, --note
            AVG(bps.call_length) call_length,
            AVG(bps.profitability) profitability
	 FROM bic_party_summ bps,
--	        ams_dm_drv_stg    drv
	        ams_dm_drv_stg_gt drv    -- nyostos - Sep 15, 2003 - Global Temp Table
	 WHERE drv.party_id = bps.party_id(+)
	 AND  bps.period_start_date(+) > l_date - 365
         GROUP BY drv.party_id
	 ;
Line: 2586

         INSERT -- /*+ APPEND PARALLEL(AMS_DM_BIC_STG_GT,DEFAULT,DEFAULT)*/
         INTO ams_dm_BIC_stg_GT (
            party_id,
            avg_talk_time,
            avg_order_amount,
            avg_units_per_order,
            tot_order_amount_year,
            tot_order_amount_9_months,
            tot_order_amount_6_months,
            tot_order_amount_3_months,
            tot_num_orders_year,
            tot_num_order_9_months,
            tot_num_order_6_months,
            tot_num_order_3_months,
            num_of_sr_year,
            num_of_sr_6_months,
            num_of_sr_3_months,
            num_of_sr_1_month,
            avg_resolve_days_year,
            avg_resolve_days_6_months,
            avg_resolve_days_3_months,
            avg_resolve_days_1_month,
            order_lines_delivered,
            order_lines_ontime,
            order_qty_cumul,
            order_recency,
            payments,
            returns,
            return_by_value,
            return_by_value_pct,
            ontime_payments,
            ontime_ship_pct,
            closed_srs,
            COGS,
            contracts_cuml,
            contract_amt,
            contract_duration,
            inactive_contracts,
            open_contracts,
            new_contracts,
            renewed_contracts,
            escalated_srs,
            first_call_cl_rate,
            num_of_complaints,
            num_of_interactions,
            num_of_transfers,
            open_srs,
            pct_call_rework,
            products,
            referals,
            reopened_srs,
            sales,
            total_sr_response_time,
            pct_first_closed_srs,
            avg_complaints,
            avg_hold_time,
            avg_len_of_emp,
            avg_transfers_per_sr,
            avg_workload,
            tot_calls,
            call_length,
            profitability)
         SELECT
            drv.party_id party_id,
            AVG(bps.avg_talk_time) avg_talk_time, -- Can we do avg of avg.. this may be wrong.
            SUM(bps.order_amt)/SUM(bps.order_num) avg_order_amount,
            SUM(bps.order_qty)/SUM(bps.order_num) avg_units_per_order,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_amt)) tot_order_amount_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_amt)) tot_order_amount_9_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_amt)) tot_order_amount_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_amt)) tot_order_amount_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_num)) tot_num_orders_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_num)) tot_num_order_9_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_num)) tot_num_order_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_num)) tot_num_order_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,srs_logged)) num_of_sr_year,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,srs_logged)) num_of_sr_6_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,srs_logged)) num_of_sr_3_months,
            SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,srs_logged)) num_of_sr_1_month,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,avg_sr_resl_time)) avg_resolve_days_year,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,avg_sr_resl_time)) avg_resolve_days_6_months,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,avg_sr_resl_time)) avg_resolve_days_3_months,
            AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,avg_sr_resl_time)) avg_resolve_days_1_month,
            SUM(bps.order_lines_delivered) order_lines_delivered,
            SUM(bps.order_lines_ontime) order_lines_ontime,
            SUM(bps.order_qty_cuml) order_qty_cuml,
            SUM(bps.order_recency) order_recency,
            SUM(bps.payments) payments,
            SUM(bps.returns) returns,
            SUM(bps.return_by_value) return_by_value,
            SUM(bps.return_by_value_pct) return_by_value_pct,
            SUM(bps.ontime_payments) ontime_payments,
            SUM(bps.ontime_ship_pct) ontime_ship_pct,
            SUM(bps.closed_srs) closed_srs,
            SUM(bps.COGS) COGS,
            SUM(bps.contracts_cuml) contracts_cuml,
            SUM(bps.contract_amt) contract_amt,
            SUM(bps.contract_duration) contract_duration,
            SUM(bps.inactive_contracts) inactive_contracts,
            SUM(bps.open_contracts) open_contracts,
            SUM(bps.new_contracts) new_contracts,
            SUM(bps.renewed_contracts) renewed_contracts,
            SUM(bps.esc_srs) escalated_srs,
            AVG(bps.first_call_cl_rate) first_call_cl_rate,
            SUM(bps.no_of_complaints) num_of_complaints,
            SUM(bps.no_of_interactions) num_of_interactions,
            SUM(bps.no_of_transfers) num_of_transfers,
            SUM(bps.open_srs) open_srs,
            AVG(bps.perct_call_rework) pct_call_rework,
            SUM(bps.products) products,
            SUM(bps.referals) referals,
            SUM(bps.reopened_srs) reopened_srs,
            SUM(bps.sales) sales,
            SUM(bps.total_sr_response_time) total_sr_response_time,
            AVG(bps.avg_closed_srs) pct_first_closed_srs, --note
            AVG(bps.avg_complaints) avg_complaints,
            AVG(bps.avg_hold_time) avg_hold_time,
            AVG(bps.avg_len_of_emp) avg_len_of_emp,
            AVG(bps.avg_transfers_per_sr) avg_transfers_per_sr,
            AVG(bps.avg_workload) avg_workload,
            SUM(bps.calls) tot_calls, --note
            AVG(bps.call_length) call_length,
            AVG(bps.profitability) profitability
         FROM bic_party_summ bps,
--            ams_dm_drv_stg    drv,
              ams_dm_drv_stg_gt drv,      -- nyostos - Sep 15, 2003 - Global Temp Table
             hz_relationships hpr
         WHERE drv.party_id = hpr.party_id
         AND  hpr.status = 'A'
         AND  hpr.subject_table_name = 'HZ_PARTIES'
         AND  hpr.object_table_name = 'HZ_PARTIES'
         AND  hpr.directional_flag = 'F'
         AND  hpr.relationship_code IN ('CONTACT_OF' , 'EMPLOYEE_OF')
         AND (SYSDATE BETWEEN hpr.start_date and NVL(hpr.end_date,SYSDATE))
         AND  bps.party_id(+) = hpr.object_id        --the org's party id
         AND  bps.period_start_date(+) > l_date - 365
         GROUP BY drv.party_id
         ;
Line: 2729

     INSERT -- /*+ APPEND PARALLEL(AMS_DM_BIC_STG_GT,DEFAULT,DEFAULT)*/
     INTO ams_dm_BIC_stg_GT (
     party_id,
     avg_talk_time,
     avg_order_amount,
     avg_units_per_order,
     tot_order_amount_year,
     tot_order_amount_9_months,
     tot_order_amount_6_months,
     tot_order_amount_3_months,
     tot_num_orders_year,
     tot_num_order_9_months,
     tot_num_order_6_months,
     tot_num_order_3_months,
     num_of_sr_year,
     num_of_sr_6_months,
     num_of_sr_3_months,
     num_of_sr_1_month,
     avg_resolve_days_year,
     avg_resolve_days_6_months,
     avg_resolve_days_3_months,
     avg_resolve_days_1_month,
     order_lines_delivered,
     order_lines_ontime,
     order_qty_cumul,
     order_recency,
     payments,
     returns,
     return_by_value,
     return_by_value_pct,
     ontime_payments,
     ontime_ship_pct,
     closed_srs,
     COGS,
     contracts_cuml,
     contract_amt,
     contract_duration,
     inactive_contracts,
     open_contracts,
     new_contracts,
     renewed_contracts,
     escalated_srs,
     first_call_cl_rate,
     num_of_complaints,
     num_of_interactions,
     num_of_transfers,
     open_srs,
     pct_call_rework,
     products,
     referals,
     reopened_srs,
     sales,
     total_sr_response_time,
     pct_first_closed_srs,
     avg_complaints,
     avg_hold_time,
     avg_len_of_emp,
     avg_transfers_per_sr,
     avg_workload,
     tot_calls,
     call_length,
     profitability)
   SELECT
     drv.party_id party_id,
     AVG(bps.avg_talk_time) avg_talk_time, -- Can we do avg of avg.. this may be wrong.
     SUM(bps.order_amt)/SUM(bps.order_num) avg_order_amount,
     SUM(bps.order_qty)/SUM(bps.order_num) avg_units_per_order,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_amt)) tot_order_amount_year,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_amt)) tot_order_amount_9_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_amt)) tot_order_amount_6_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_amt)) tot_order_amount_3_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,order_num)) tot_num_orders_year,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 9),1,0,order_num)) tot_num_order_9_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,order_num)) tot_num_order_6_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,order_num)) tot_num_order_3_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,srs_logged)) num_of_sr_year,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,srs_logged)) num_of_sr_6_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,srs_logged)) num_of_sr_3_months,
     SUM(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,srs_logged)) num_of_sr_1_month,
     AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) -12),1,0,avg_sr_resl_time)) avg_resolve_days_year,
     AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 6),1,0,avg_sr_resl_time)) avg_resolve_days_6_months,
     AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 3),1,0,avg_sr_resl_time)) avg_resolve_days_3_months,
     AVG(DECODE(SIGN(ROUND(MONTHS_BETWEEN(l_date, period_start_date)) - 1),1,0,avg_sr_resl_time)) avg_resolve_days_1_month,
     SUM(bps.order_lines_delivered) order_lines_delivered,
     SUM(bps.order_lines_ontime) order_lines_ontime,
     SUM(bps.order_qty_cuml) order_qty_cuml,
     SUM(bps.order_recency) order_recency,
     SUM(bps.payments) payments,
     SUM(bps.returns) returns,
     SUM(bps.return_by_value) return_by_value,
     SUM(bps.return_by_value_pct) return_by_value_pct,
     SUM(bps.ontime_payments) ontime_payments,
     SUM(bps.ontime_ship_pct) ontime_ship_pct,
     SUM(bps.closed_srs) closed_srs,
     SUM(bps.COGS) COGS,
     SUM(bps.contracts_cuml) contracts_cuml,
     SUM(bps.contract_amt) contract_amt,
     SUM(bps.contract_duration) contract_duration,
     SUM(bps.inactive_contracts) inactive_contracts,
     SUM(bps.open_contracts) open_contracts,
     SUM(bps.new_contracts) new_contracts,
     SUM(bps.renewed_contracts) renewed_contracts,
     SUM(bps.esc_srs) escalated_srs,
     AVG(bps.first_call_cl_rate) first_call_cl_rate,
     SUM(bps.no_of_complaints) num_of_complaints,
     SUM(bps.no_of_interactions) num_of_interactions,
     SUM(bps.no_of_transfers) num_of_transfers,
     SUM(bps.open_srs) open_srs,
     AVG(bps.perct_call_rework) pct_call_rework,
     SUM(bps.products) products,
     SUM(bps.referals) referals,
     SUM(bps.reopened_srs) reopened_srs,
     SUM(bps.sales) sales,
     SUM(bps.total_sr_response_time) total_sr_response_time,
     AVG(bps.avg_closed_srs) pct_first_closed_srs, --note
     AVG(bps.avg_complaints) avg_complaints,
     AVG(bps.avg_hold_time) avg_hold_time,
     AVG(bps.avg_len_of_emp) avg_len_of_emp,
     AVG(bps.avg_transfers_per_sr) avg_transfers_per_sr,
     AVG(bps.avg_workload) avg_workload,
     SUM(bps.calls) tot_calls, --note
     AVG(bps.call_length) call_length,
     AVG(bps.profitability) profitability
     FROM bic_party_summ bps,
--      ams_dm_drv_stg    drv
        ams_dm_drv_stg_gt drv       -- nyostos - Sep 15, 2003 - Global Temp Table
   WHERE bps.period_start_date(+) > l_date - 365
   AND   bps.party_id(+)  = drv.party_id
   GROUP BY drv.party_id
   ;
Line: 2870

      ROLLBACK TO Insert_BIC_Stg;
Line: 2875

END InsertBICStg;
Line: 2880

PROCEDURE InsertPartyDetails(x_return_status OUT NOCOPY VARCHAR2)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertPartyDetails';
Line: 2886

   SAVEPOINT Insert_Party_Details;
Line: 2896

   INSERT -- /*+ APPEND PARALLEL(AMS_DM_PARTY_DETAILS,DEFAULT,DEFAULT)*/
   INTO ams_dm_party_details (
     party_id,
     created_by,
     creation_date,
     last_updated_by,
     last_update_date,
     last_update_login,
     object_version_number,
     party_type,
     gender,
     ethnicity,
     marital_status,
     personal_income,
     hoh_flag,
     household_income,
     household_size,
     apartment_flag,
     rent_flag,
     degree_received,
     school_type,
     interest_art_flag,
     interest_books_flag,
     interest_movies_flag,
     interest_music_flag,
     interest_theater_flag,
     interest_travel_flag,
     interest_drink_flag,
     interest_smoke_flag,
     interest_other_flag,
     employed_flag,
     years_employed,
     occupation,
     military_branch,
     residence_type,
     resident_length,
     presence_of_children, -- num_of_children?
     country,
     state,
     province,
     county,
     zip_code,
     Reference_use_flag,
     gross_annual_income,
     debt_to_income_ratio,
     num_credit_lines,
     num_trade_lines,
     net_worth,
     total_assets,
     tot_debt_outstanding,
     bankruptcy_flag,
     high_risk_fraud_flag,
     gross_annual_sales,
     growth_rate_sales_year,
     growth_rate_net_prof_year,
     current_assets,
     current_liabilities,
     total_debts,
     net_profit,
     tangible_net_profit,
     capital_amount,
     capital_type_indicator,
     accounts_receivable,
     retained_earnings,
     paydex_score_year,
     paydex_score_3_month_ago,
     industry_paydex_median,
     global_failure_score,
     dnb_score,
     out_of_business_flag,
     customer_quality_rank,
     fortune_500_rank,
     num_of_employees,
     legal_status,
     year_established,
     sic_code1,
     minority_business_flag,
     small_business_flag,
     women_owned_bus_flag,
     gov_org_flag,
     hq_subsidiary_flag,
     foreign_owned_flag,
     import_export_bus_flag,
     credit_check_flag,
     tolerance,
     discount_terms_flag,
     dunning_letters_flag,
     interest_charges_flag,
     send_statements_flag,
--     send_credit_balance_flag,
     credit_hold_flag,
--     profile_class_code,
     credit_rating,
     risk_code,
--     standard_terms,
--     override_terms,
      interest_period_days,
      payment_grace_days,
      business_scope,
      email_address,
      address1,
      address2,
      competitor_flag,
      third_party_flag,
      person_first_name,
      person_middle_name,
      person_last_name,
      person_name_suffix,
      person_title,
      person_academic_title,
      person_pre_name_adjunct,
      control_yr,
      line_of_business,
      cong_dist_code,
      labor_surplus_flag,
      debarment_flag,
      disadv_8a_flag,
      debarments_count,
      months_since_last_debarment,
      gsa_indicator_flag,
      analysis_fy,
      fiscal_yearend_month,
      curr_fy_potential_revenue,
      next_fy_potential_revenue,
      organization_type,
      corporation_class,
      registration_type,
      incorp_year,
      public_private_ownership_flag,
      internal_flag,
      high_credit,
      avg_high_credit,
      total_payments,
      credit_score_class,
      credit_score_natl_percentile,
      credit_score_incd_default,
      credit_score_age,
      failure_score_class,
      failure_score_incd_default,
      failure_score_age,
      maximum_credit_recommendation,
      maximum_credit_currency_code,
      party_name,
      city
   )
   SELECT
     drv.party_id                     party_id,
     FND_GLOBAL.USER_ID               created_by,     ---------------> FND_GLOBAL
     SYSDATE                          creation_date,
     fnd_global.user_id               last_updated_by,
     SYSDATE                          last_update_date,
     fnd_global.conc_login_id         last_update_login,
     1                                object_version_number,
     gen.party_type                   party_type,  ---------------> 1-1
     gen.gender                       gender,
     gen.ethnicity                    ethnicity,
     gen.marital_status               marital_status,
     gen.personal_income              personal_income,
     gen.hoh_flag                     hoh_flag,
     gen.household_income             household_income,
     gen.household_size               household_size,
     gen.apartment_flag               apartment_flag,
     gen.rent_flag                    rent_flag,
     gen.degree_received              degree_received,
     gen.school_type                  school_type, ------------> 1-1
     int.interest_art_flag            interest_art_flag,
     int.interest_books_flag          interest_books_flag,
     int.interest_movies_flag         interest_movies_flag,
     int.interest_music_flag          interest_music_flag,
     int.interest_theater_flag        interest_theater_flag,
     int.interest_travel_flag         interest_travel_flag,
     int.interest_drink_flag          interest_drink_flag,
     int.interest_smoke_flag          interest_smoke_flag,
     int.interest_other_flag          interest_other_flag,  -- person_interest
     gen.employed_flag                employed_flag,       --------------------------1-
     gen.years_employed               years_employed,
     gen.occupation                   occupation,
     gen.military_branch              military_branch,
     gen.residence_type               residence_type,
     gen.resident_length              resident_length,
     gen.presence_of_children         presence_of_children, -- num_of_children?
     gen.country                      country,
     gen.state                        state,
     gen.province                     province,
     gen.county                       county,
     gen.zip_code                     zip_code,
     gen.reference_use_flag           Reference_use_flag, --------------------------1-1
     fin.gross_annual_income          gross_annual_income, ----------> Financial Number
     fin.debt_to_income_ratio         debt_to_income_ratio,
     fin.num_credit_lines             num_credit_lines,
     fin.num_trade_lines              num_trade_lines,
     fin.net_worth                    net_worth,
     fin.total_assets                 total_assets,
     fin.tot_debt_outstanding         tot_debt_outstanding,
     fin.bankruptcy_flag              bankruptcy_flag,
     fin.high_risk_fraud_flag         high_risk_fraud_flag,
     fin.gross_annual_sales           gross_annual_sales,
     fin.growth_rate_sales_year       growth_rate_sales_year,
     fin.growth_rate_net_prof_year    growth_rate_net_prof_year,
     fin.current_assets               current_assets,
     fin.current_liabilities          current_liabilities,
     fin.total_debts                  total_debts,
     fin.net_profit                   net_profit,
     fin.tangible_net_profit          tangible_net_profit,
     fin.capital_amount               capital_amount,
     fin.capital_type_indicator       capital_type_indicator,
     fin.accounts_receivable           accounts_receivable,
     fin.retained_earnings            retained_earnings,   ----------> Financial Number
     gen.paydex_score_year            paydex_score_year, -----------> 1-1
     gen.paydex_score_3_month_ago     paydex_score_3_month_ago,
     gen.industry_paydex_median       industry_paydex_median,
     gen.global_failure_score         global_failure_score,
     gen.dnb_score                    dnb_score,
     gen.out_of_business_flag         out_of_business_flag,
     gen.customer_quality_rank        customer_quality_rank,
     gen.fortune_500_rank             fortune_500_rank,
     gen.num_of_employees             num_of_employees,
     gen.legal_status                 legal_status,
     gen.year_established             year_established,
     gen.sic_code1                    sic_code1,
     gen.minority_business_flag       minority_business_flag,
     gen.small_business_flag          small_business_flag,
     gen.women_owned_bus_flag         women_owned_bus_flag,
     gen.gov_org_flag                 gov_org_flag,
     gen.hq_subsidiary_flag           hq_subsidiary_flag,
     gen.foreign_owned_flag           foreign_owned_flag,
     gen.import_export_bus_flag       import_export_bus_flag,
     ppf.credit_check_flag            credit_check_flag,
     ppf.tolerance                    tolerance,
     ppf.discount_terms_flag          discount_terms_flag,
     ppf.dunning_letters_flag         dunning_letters_flag,
     ppf.interest_charges_flag        interest_charges_flag,
     ppf.send_statements_flag         send_statements_flag,
--     ppf.send_credit_balance_flag     send_credit_balance_flag,
     ppf.credit_hold_flag             credit_hold_flag,
--     ppf.profile_class_code           profile_class_code,
     ppf.credit_rating                credit_rating,
     ppf.risk_code                    risk_code,
--     ppf.standard_terms               standard_terms,
--     ppf.override_terms               override_terms,
      ppf.interest_period_days         interest_period_days,
      ppf.payment_grace_days           payment_grace_days,
      gen.business_scope,
      gen.email_address,
      gen.address1,
      gen.address2,
      gen.competitor_flag,
      gen.third_party_flag,
      gen.person_first_name,
      gen.person_middle_name,
      gen.person_last_name,
      gen.person_name_suffix,
      gen.person_title,
      gen.person_academic_title,
      gen.person_pre_name_adjunct,
      gen.control_yr,
      gen.line_of_business,
      gen.cong_dist_code,
      gen.labor_surplus_flag,
      gen.debarment_flag,
      gen.disadv_8a_flag,
      gen.debarments_count,
      gen.months_since_last_debarment,
      gen.gsa_indicator_flag,
      gen.analysis_fy,
      gen.fiscal_yearend_month,
      gen.curr_fy_potential_revenue,
      gen.next_fy_potential_revenue,
      gen.organization_type,
      gen.corporation_class,
      gen.registration_type,
      gen.incorp_year,
      gen.public_private_ownership_flag,
      gen.internal_flag,
      gen.high_credit,
      gen.avg_high_credit,
      gen.total_payments,
      gen.credit_score_class,
      gen.credit_score_natl_percentile,
      gen.credit_score_incd_default,
      gen.credit_score_age,
      gen.failure_score_class,
      gen.failure_score_incd_default,
      gen.failure_score_age,
      gen.maximum_credit_recommendation,
      gen.maximum_credit_currency_code,
      gen.party_name,
      gen.city
   FROM
-- nyostos - Sep 15, 2003 - Use Global Temporary Tables
--   ams_dm_drv_stg drv,
--   ams_dm_gen_stg gen,
--   ams_dm_perint_stg int,
--   ams_dm_finnum_stg fin,
--   ams_dm_party_profile_stg ppf
     ams_dm_drv_stg_gt drv,
     ams_dm_gen_stg_gt gen,
     ams_dm_perint_stg_gt int,
     ams_dm_finnum_stg_gt fin,
     ams_dm_profile_stg_gt ppf
   WHERE
        drv.party_id  = gen.party_id (+)
   AND  drv.party_id  = int.party_id (+)
   AND  drv.party_id  = fin.party_id (+)
   AND  drv.party_id  = ppf.party_id (+)
     ;
Line: 3219

      ROLLBACK TO Insert_Party_Details;
Line: 3226

END InsertPartyDetails;
Line: 3229

PROCEDURE InsertPartyDetailsTime(x_return_status OUT NOCOPY VARCHAR2)
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'InsertPartyDetailsTime';
Line: 3235

   SAVEPOINT Insert_Party_Details_Time;
Line: 3246

     INSERT -- /*+ APPEND PARALLEL(AMS_DM_PARTY_DETAILS_TIME,DEFAULT,DEFAULT)*/
     INTO ams_dm_party_details_time (
     party_id,
     created_by,
     creation_date,
     last_updated_by,
     last_update_date,
     last_update_login,
     object_version_number,
     age, ------------------------------ to be mapped into agg staging
     days_since_last_school,
     days_since_last_event,
     num_times_targeted,
     last_targeted_channel_code,
     times_targeted_month,
     times_targeted_3_months,
     times_targeted_6_months,
     times_targeted_12_months,
     days_since_last_targeted,
     avg_disc_offered,
     num_types_disc_offered,
     days_since_first_contact,
     days_since_acct_established,
     days_since_acct_term,
     days_since_acct_activation,
     days_since_acct_suspended,
     num_times_targeted_email,
     num_times_targeted_telemkt,
     num_times_targeted_direct,
     num_tgt_by_offr_typ1,
     num_tgt_by_offr_typ2,
     num_tgt_by_offr_typ3,
     num_tgt_by_offr_typ4, --------------------- agg
     avg_talk_time,   ------------------------------ bic
     avg_order_amount,
     avg_units_per_order,
     tot_order_amount_year,
     tot_order_amount_9_months,
     tot_order_amount_6_months,
     tot_order_amount_3_months,
     tot_num_orders_year,
     tot_num_order_9_months,
     tot_num_order_6_months,
     tot_num_order_3_months,
     num_of_sr_year,
     num_of_sr_6_months,
     num_of_sr_3_months,
     num_of_sr_1_month,
     avg_resolve_days_year,
     avg_resolve_days_6_months,
     avg_resolve_days_3_months,
     avg_resolve_days_1_month,
     order_lines_delivered,
     order_lines_ontime,
     order_qty_cumul,
     order_recency,
     payments,
     returns,
     return_by_value,
     return_by_value_pct,
     ontime_payments,
     ontime_ship_pct,
     closed_srs,
     COGS,
     contracts_cuml,
     contract_amt,
     contract_duration,
     inactive_contracts,
     open_contracts,
     new_contracts,
     renewed_contracts,
     escalated_srs,
     first_call_cl_rate,
     num_of_complaints,
     num_of_interactions,
     num_of_transfers,
     open_srs,
     pct_call_rework,
     products,
     referals,
     reopened_srs,
     sales,
     total_sr_response_time,
     pct_first_closed_srs,
     avg_complaints,
     avg_hold_time,
     avg_len_of_emp,
     avg_transfers_per_sr,
     avg_workload,
     tot_calls,
     call_length,
     profitability)
     SELECT
     drv.party_id                        party_id,
     FND_GLOBAL.USER_ID                  created_by,
     SYSDATE                             creation_date,
     fnd_global.user_id                  last_updated_by,
     SYSDATE                             last_update_date,
     fnd_global.conc_login_id            last_update_login,
     1                                   object_version_number,
     agg.age                             age, --------------- to be mapped
     agg.days_since_last_school days_since_last_school,
     agg.days_since_last_event           days_since_last_event,
     agg.num_times_targeted              num_times_targeted,
     agg.last_targeted_channel_code      last_targeted_channel_code,
     agg.times_targeted_month            times_targeted_month,
     agg.times_targeted_3_months         times_targeted_3_months,
     agg.times_targeted_6_months         times_targeted_6_months,
     agg.times_targeted_12_months        times_targeted_12_months,
     agg.days_since_last_targeted        days_since_last_targeted,
     agg.avg_disc_offered                avg_disc_offered,
     agg.num_types_disc_offered          num_types_disc_offered,
     agg.days_since_first_contact        days_since_first_contact,
     agg.days_since_acct_established     days_since_acct_established,
     agg.days_since_acct_term            days_since_acct_term,
     agg.days_since_acct_activation      days_since_acct_activation,
     agg.days_since_acct_suspended       days_since_acct_suspended,
     agg.num_times_targeted_email        num_times_targeted_email,
     agg.num_times_targeted_telemkt      num_times_targeted_telemkt,
     agg.num_times_targeted_direct       num_times_targeted_direct  ,
     agg.num_tgt_by_offr_typ1     num_tgt_by_offr_typ1,
     agg.num_tgt_by_offr_typ2     num_tgt_by_offr_typ2,
     agg.num_tgt_by_offr_typ3     num_tgt_by_offr_typ3,
     agg.num_tgt_by_offr_typ4     num_tgt_by_offr_typ4, -------- agg
     bic.avg_talk_time                   avg_talk_time,   ---------------- bic
     bic.avg_order_amount                avg_order_amount,
     bic.avg_units_per_order             avg_units_per_order,
     bic.tot_order_amount_year           tot_order_amount_year,
     bic.tot_order_amount_9_months       tot_order_amount_9_months,
     bic.tot_order_amount_6_months       tot_order_amount_6_months,
     bic.tot_order_amount_3_months       tot_order_amount_3_months,
     bic.tot_num_orders_year             tot_num_orders_year,
     bic.tot_num_order_9_months          tot_num_order_9_months,
     bic.tot_num_order_6_months          tot_num_order_6_months,
     bic.tot_num_order_3_months          tot_num_order_3_months,
     bic.num_of_sr_year                  num_of_sr_year,
     bic.num_of_sr_6_months              num_of_sr_6_months,
     bic.num_of_sr_3_months              num_of_sr_3_months,
     bic.num_of_sr_1_month               num_of_sr_1_month,
     bic.avg_resolve_days_year           avg_resolve_days_year,
     bic.avg_resolve_days_6_months       avg_resolve_days_6_months,
     bic.avg_resolve_days_3_months       avg_resolve_days_3_months,
     bic.avg_resolve_days_1_month        avg_resolve_days_1_month,
     bic.order_lines_delivered           order_lines_delivered,
     bic.order_lines_ontime              order_lines_ontime,
     bic.order_qty_cumul                 order_qty_cumul,
     bic.order_recency                   order_recency,
     bic.payments                        payments,
     bic.returns                         returns,
     bic.return_by_value                 return_by_value,
     bic.return_by_value_pct             return_by_value_pct,
     bic.ontime_payments                 ontime_payments,
     bic.ontime_ship_pct                 ontime_ship_pct,
     bic.closed_srs                      closed_srs,
     bic.COGS                            COGS,
     bic.contracts_cuml                  contracts_cuml,
     bic.contract_amt                    contract_amt,
     bic.contract_duration               contract_duration,
     bic.inactive_contracts              inactive_contracts,
     bic.open_contracts                  open_contracts,
     bic.new_contracts                   new_contracts,
     bic.renewed_contracts               renewed_contracts,
     bic.escalated_srs                   escalated_srs,
     bic.first_call_cl_rate              first_call_cl_rate,
     bic.num_of_complaints               num_of_complaints,
     bic.num_of_interactions             num_of_interactions,
     bic.num_of_transfers                num_of_transfers,
     bic.open_srs                        open_srs,
     bic.pct_call_rework                 pct_call_rework,
     bic.products                        products,
     bic.referals                        referals,
     bic.reopened_srs                    reopened_srs,
     bic.sales                           sales,
     bic.total_sr_response_time          total_sr_response_time,
     bic.pct_first_closed_srs            pct_first_closed_srs,
     bic.avg_complaints                  avg_complaints,
     bic.avg_hold_time                   avg_hold_time,
     bic.avg_len_of_emp                  avg_len_of_emp,
     bic.avg_transfers_per_sr            avg_transfers_per_sr,
     bic.avg_workload                    avg_workload,
     bic.tot_calls                       tot_calls,
     bic.call_length                     call_length,
     bic.profitability                   profitability
     FROM
-- nyostos - Sep 15, 2003 - Global Temp Tables
--   ams_dm_drv_stg drv,
--   ams_dm_agg_stg agg,
--   ams_dm_bic_stg bic
     ams_dm_drv_stg_gt drv,
     ams_dm_agg_stg_gt agg,
     ams_dm_bic_stg_gt bic
     WHERE drv.party_id = agg.party_id (+)
     AND   drv.party_id = bic.party_id (+)
     ;
Line: 3449

      ROLLBACK TO Insert_Party_Details_Time;
Line: 3456

END InsertPartyDetailsTime;
Line: 3459

PROCEDURE UpdatePartyDetails
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'UpdatePartyDetails';
Line: 3465

   SAVEPOINT Update_Party_Details;
Line: 3473

     UPDATE /*+ PARALLEL(AMS_DM_PARTY_DETAILS)*/
     ams_dm_party_details pdt  SET (
     last_updated_by,
     last_update_date,
     last_update_login,
     gender,
     ethnicity,
     marital_status,
     personal_income,
     hoh_flag,
     household_income,
     household_size,
     apartment_flag,
     rent_flag,
     degree_received,
     school_type,
     interest_art_flag,
     interest_books_flag,
     interest_movies_flag,
     interest_music_flag,
     interest_theater_flag,
     interest_travel_flag,
     interest_drink_flag,
     interest_smoke_flag,
     interest_other_flag,
     employed_flag,
     years_employed,
     occupation,
     military_branch,
     residence_type,
     resident_length,
     presence_of_children,
     country,
     state,
     province,
     county,
     zip_code,
     Reference_use_flag,
     gross_annual_income,
     debt_to_income_ratio,
     num_credit_lines,
     num_trade_lines,
     net_worth,
     total_assets,
     tot_debt_outstanding,
     bankruptcy_flag,
     high_risk_fraud_flag,
     gross_annual_sales,
     growth_rate_sales_year,
     growth_rate_net_prof_year,
     current_assets,
     current_liabilities,
     total_debts,
     net_profit,
     tangible_net_profit,
     capital_amount,
     capital_type_indicator,
     accounts_receivable,
     retained_earnings,
     paydex_score_year,
     paydex_score_3_month_ago,
     industry_paydex_median,
     global_failure_score,
     dnb_score,
     out_of_business_flag,
     customer_quality_rank,
     fortune_500_rank,
     num_of_employees,
     legal_status,
     year_established,
     sic_code1,
     minority_business_flag,
     small_business_flag,
     women_owned_bus_flag,
     gov_org_flag,
     hq_subsidiary_flag,
     foreign_owned_flag,
     import_export_bus_flag,
     credit_check_flag,
     tolerance,
     discount_terms_flag,
     dunning_letters_flag,
     interest_charges_flag,
     send_statements_flag,
     credit_hold_flag,
     credit_rating,
     risk_code,
     interest_period_days,
     payment_grace_days
     ) = ( SELECT
     fnd_global.user_id               last_updated_by,
     SYSDATE                          last_update_date,
     fnd_global.conc_login_id         last_update_login,
     gen.gender                       gender,
     gen.ethnicity                    ethnicity,
     gen.marital_status               marital_status,
     gen.personal_income              personal_income,
     gen.hoh_flag                     hoh_flag,
     gen.household_income             household_income,
     gen.household_size               household_size,
     gen.apartment_flag               apartment_flag,
     gen.rent_flag                    rent_flag,
     gen.degree_received              degree_received,
     gen.school_type                  school_type,
     int.interest_art_flag            interest_art_flag,
     int.interest_books_flag          interest_books_flag,
     int.interest_movies_flag         interest_movies_flag,
     int.interest_music_flag          interest_music_flag,
     int.interest_theater_flag        interest_theater_flag,
     int.interest_travel_flag         interest_travel_flag,
     int.interest_drink_flag          interest_drink_flag,
     int.interest_smoke_flag          interest_smoke_flag,
     int.interest_other_flag          interest_other_flag,
     gen.employed_flag                employed_flag,
     gen.years_employed               years_employed,
     gen.occupation                   occupation,
     gen.military_branch              military_branch,
     gen.residence_type               residence_type,
     gen.resident_length              resident_length,
     gen.presence_of_children         presence_of_children,
     gen.country                      country,
     gen.state                        state,
     gen.province                     province,
     gen.county                       county,
     gen.zip_code                     zip_code,
     gen.reference_use_flag           Reference_use_flag,
     fin.gross_annual_income          gross_annual_income,
     fin.debt_to_income_ratio         debt_to_income_ratio,
     fin.num_credit_lines             num_credit_lines,
     fin.num_trade_lines              num_trade_lines,
     fin.net_worth                    net_worth,
     fin.total_assets                 total_assets,
     fin.tot_debt_outstanding         tot_debt_outstanding,
     fin.bankruptcy_flag              bankruptcy_flag,
     fin.high_risk_fraud_flag         high_risk_fraud_flag,
     fin.gross_annual_sales           gross_annual_sales,
     fin.growth_rate_sales_year       growth_rate_sales_year,
     fin.growth_rate_net_prof_year    growth_rate_net_prof_year,
     fin.current_assets               current_assets,
     fin.current_liabilities          current_liabilities,
     fin.total_debts                  total_debts,
     fin.net_profit                   net_profit,
     fin.tangible_net_profit          tangible_net_profit,
     fin.capital_amount               capital_amount,
     fin.capital_type_indicator       capital_type_indicator,
     fin.accounts_receivable           accounts_receivable,
     fin.retained_earnings            retained_earnings,
     gen.paydex_score_year            paydex_score_year,
     gen.paydex_score_3_month_ago     paydex_score_3_month_ago,
     gen.industry_paydex_median       industry_paydex_median,
     gen.global_failure_score         global_failure_score,
     gen.dnb_score                    dnb_score,
     gen.out_of_business_flag         out_of_business_flag,
     gen.customer_quality_rank        customer_quality_rank,
     gen.fortune_500_rank             fortune_500_rank,
     gen.num_of_employees             num_of_employees,
     gen.legal_status                 legal_status,
     gen.year_established             year_established,
     gen.sic_code1                    sic_code1,
     gen.minority_business_flag       minority_business_flag,
     gen.small_business_flag          small_business_flag,
     gen.women_owned_bus_flag         women_owned_bus_flag,
     gen.gov_org_flag                 gov_org_flag,
     gen.hq_subsidiary_flag           hq_subsidiary_flag,
     gen.foreign_owned_flag           foreign_owned_flag,
     gen.import_export_bus_flag       import_export_bus_flag,
     ppf.credit_check_flag            credit_check_flag,
     ppf.tolerance                    tolerance,
     ppf.discount_terms_flag          discount_terms_flag,
     ppf.dunning_letters_flag         dunning_letters_flag,
     ppf.interest_charges_flag        interest_charges_flag,
     ppf.send_statements_flag         send_statements_flag,
     ppf.credit_hold_flag             credit_hold_flag,
     ppf.credit_rating                credit_rating,
     ppf.risk_code                    risk_code,
     ppf.interest_period_days         interest_period_days,
     ppf.payment_grace_days           payment_grace_days
     FROM
     ams_dm_drv_stg_gt drv,
     ams_dm_gen_stg_gt gen,
     ams_dm_perint_stg_gt int,
     ams_dm_finnum_stg_gt fin,
     ams_dm_profile_stg_gt ppf
     WHERE
          drv.party_id  = pdt.party_id
     AND  drv.party_id  = gen.party_id (+)
     AND  drv.party_id  = int.party_id (+)
     AND  drv.party_id  = fin.party_id (+)
     AND  drv.party_id  = ppf.party_id (+)
     )
    WHERE pdt.party_id IN (SELECT /*+ INDEX_FFS(AMS_DM_DRV_STG_GT_U1)*/ party_id FROM ams_dm_drv_stg_gt)
     ;
Line: 3675

      ROLLBACK TO Update_Party_Details;
Line: 3683

END UpdatePartyDetails;
Line: 3686

PROCEDURE UpdatePartyDetailsTime
IS
   l_api_name     CONSTANT VARCHAR2(30) := 'UpdatePartyDetailsTime';
Line: 3692

   SAVEPOINT Update_Party_Details_Time;
Line: 3701

     UPDATE /*+ PARALLEL(AMS_DM_PARTY_DETAILS_TIME)*/
     ams_dm_party_details_time pdtt  SET (
     last_updated_by,
     last_update_date,
     last_update_login,
     age,
     days_since_last_school,
     days_since_last_event,
     num_times_targeted,
     last_targeted_channel_code,
     times_targeted_month,
     times_targeted_3_months,
     times_targeted_6_months,
     times_targeted_12_months,
     days_since_last_targeted,
     avg_disc_offered,
     num_types_disc_offered,
     days_since_first_contact,
     days_since_acct_established,
     days_since_acct_term,
     days_since_acct_activation,
     days_since_acct_suspended,
     num_times_targeted_email,
     num_times_targeted_telemkt,
     num_times_targeted_direct,
     num_tgt_by_offr_typ1,
     num_tgt_by_offr_typ2,
     num_tgt_by_offr_typ3,
     num_tgt_by_offr_typ4,
     avg_talk_time,
     avg_order_amount,
     avg_units_per_order,
     tot_order_amount_year,
     tot_order_amount_9_months,
     tot_order_amount_6_months,
     tot_order_amount_3_months,
     tot_num_orders_year,
     tot_num_order_9_months,
     tot_num_order_6_months,
     tot_num_order_3_months,
     num_of_sr_year,
     num_of_sr_6_months,
     num_of_sr_3_months,
     num_of_sr_1_month,
     avg_resolve_days_year,
     avg_resolve_days_6_months,
     avg_resolve_days_3_months,
     avg_resolve_days_1_month,
     order_lines_delivered,
     order_lines_ontime,
     order_qty_cumul,
     order_recency,
     payments,
     returns,
     return_by_value,
     return_by_value_pct,
     ontime_payments,
     ontime_ship_pct,
     closed_srs,
     COGS,
     contracts_cuml,
     contract_amt,
     contract_duration,
     inactive_contracts,
     open_contracts,
     new_contracts,
     renewed_contracts,
     escalated_srs,
     first_call_cl_rate,
     num_of_complaints,
     num_of_interactions,
     num_of_transfers,
     open_srs,
     pct_call_rework,
     products,
     referals,
     reopened_srs,
     sales,
     total_sr_response_time,
     pct_first_closed_srs,
     avg_complaints,
     avg_hold_time,
     avg_len_of_emp,
     avg_transfers_per_sr,
     avg_workload,
     tot_calls,
     call_length,
     profitability
     ) = ( SELECT
     fnd_global.user_id                  last_updated_by,
     SYSDATE                             last_update_date,
     fnd_global.conc_login_id            last_update_login,
     agg.age                             age,
     agg.days_since_last_school days_since_last_school,
     agg.days_since_last_event           days_since_last_event,
     agg.num_times_targeted              num_times_targeted,
     agg.last_targeted_channel_code      last_targeted_channel_code,
     agg.times_targeted_month            times_targeted_month,
     agg.times_targeted_3_months         times_targeted_3_months,
     agg.times_targeted_6_months         times_targeted_6_months,
     agg.times_targeted_12_months        times_targeted_12_months,
     agg.days_since_last_targeted        days_since_last_targeted,
     agg.avg_disc_offered                avg_disc_offered,
     agg.num_types_disc_offered          num_types_disc_offered,
     agg.days_since_first_contact        days_since_first_contact,
     agg.days_since_acct_established     days_since_acct_established,
     agg.days_since_acct_term            days_since_acct_term,
     agg.days_since_acct_activation      days_since_acct_activation,
     agg.days_since_acct_suspended       days_since_acct_suspended,
     agg.num_times_targeted_email        num_times_targeted_email,
     agg.num_times_targeted_telemkt      num_times_targeted_telemkt,
     agg.num_times_targeted_direct       num_times_targeted_direct  ,
     agg.num_tgt_by_offr_typ1            num_tgt_by_offr_typ1,
     agg.num_tgt_by_offr_typ2            num_tgt_by_offr_typ2,
     agg.num_tgt_by_offr_typ3            num_tgt_by_offr_typ3,
     agg.num_tgt_by_offr_typ4            num_tgt_by_offr_typ4,
     bic.avg_talk_time                   avg_talk_time,
     bic.avg_order_amount                avg_order_amount,
     bic.avg_units_per_order             avg_units_per_order,
     bic.tot_order_amount_year           tot_order_amount_year,
     bic.tot_order_amount_9_months       tot_order_amount_9_months,
     bic.tot_order_amount_6_months       tot_order_amount_6_months,
     bic.tot_order_amount_3_months       tot_order_amount_3_months,
     bic.tot_num_orders_year             tot_num_orders_year,
     bic.tot_num_order_9_months          tot_num_order_9_months,
     bic.tot_num_order_6_months          tot_num_order_6_months,
     bic.tot_num_order_3_months          tot_num_order_3_months,
     bic.num_of_sr_year                  num_of_sr_year,
     bic.num_of_sr_6_months              num_of_sr_6_months,
     bic.num_of_sr_3_months              num_of_sr_3_months,
     bic.num_of_sr_1_month               num_of_sr_1_month,
     bic.avg_resolve_days_year           avg_resolve_days_year,
     bic.avg_resolve_days_6_months       avg_resolve_days_6_months,
     bic.avg_resolve_days_3_months       avg_resolve_days_3_months,
     bic.avg_resolve_days_1_month        avg_resolve_days_1_month,
     bic.order_lines_delivered           order_lines_delivered,
     bic.order_lines_ontime              order_lines_ontime,
     bic.order_qty_cumul                 order_qty_cumul,
     bic.order_recency                   order_recency,
     bic.payments                        payments,
     bic.returns                         returns,
     bic.return_by_value                 return_by_value,
     bic.return_by_value_pct             return_by_value_pct,
     bic.ontime_payments                 ontime_payments,
     bic.ontime_ship_pct                 ontime_ship_pct,
     bic.closed_srs                      closed_srs,
     bic.COGS                            COGS,
     bic.contracts_cuml                  contracts_cuml,
     bic.contract_amt                    contract_amt,
     bic.contract_duration               contract_duration,
     bic.inactive_contracts              inactive_contracts,
     bic.open_contracts                  open_contracts,
     bic.new_contracts                   new_contracts,
     bic.renewed_contracts               renewed_contracts,
     bic.escalated_srs                   escalated_srs,
     bic.first_call_cl_rate              first_call_cl_rate,
     bic.num_of_complaints               num_of_complaints,
     bic.num_of_interactions             num_of_interactions,
     bic.num_of_transfers                num_of_transfers,
     bic.open_srs                        open_srs,
     bic.pct_call_rework                 pct_call_rework,
     bic.products                        products,
     bic.referals                        referals,
     bic.reopened_srs                    reopened_srs,
     bic.sales                           sales,
     bic.total_sr_response_time          total_sr_response_time,
     bic.pct_first_closed_srs            pct_first_closed_srs,
     bic.avg_complaints                  avg_complaints,
     bic.avg_hold_time                   avg_hold_time,
     bic.avg_len_of_emp                  avg_len_of_emp,
     bic.avg_transfers_per_sr            avg_transfers_per_sr,
     bic.avg_workload                    avg_workload,
     bic.tot_calls                       tot_calls,
     bic.call_length                     call_length,
     bic.profitability                   profitability
     FROM
     ams_dm_drv_stg_gt drv,
     ams_dm_agg_stg_gt agg,
     ams_dm_bic_stg_gt bic
     WHERE drv.party_id = pdtt.party_id
     AND   drv.party_id = agg.party_id (+)
     AND   drv.party_id = bic.party_id (+)
     )
     WHERE pdtt.party_id IN (SELECT /*+ INDEX_FFS(AMS_DM_DRV_STG_GT_U1)*/ party_id FROM ams_dm_drv_stg_gt)
;
Line: 3896

      ROLLBACK TO Update_Party_Details_Time;
Line: 3904

END UpdatePartyDetailsTime;
Line: 3935

      SELECT model_type
      FROM ams_dm_models_vl
      WHERE model_id=p_model_id
      ;
Line: 3942

         SELECT model_id
         FROM   ams_dm_scores_all_b
         WHERE  score_id = p_score_id
    ;
Line: 4001

   AMS_DMSelection_PVT.is_org_prod_affn(
      p_model_id => l_model_id,
      x_is_org_prod     => l_is_org_prod
   );
Line: 4006

   AMS_DMSelection_PVT.is_b2b_data_source(
      p_model_id => l_model_id,
      x_is_b2b     => l_is_b2b
   );
Line: 4015

   IF l_mode = 'I' THEN  -- insert mode
      -- insert new records into driving table
      InsertDrvStgIns (
         p_object_id    => l_object_id,
         p_object_type  => l_object_type,
         x_return_status   => x_return_status
      );
Line: 4028

      InsertGenStg (
        p_is_b2b => l_is_b2b,
	p_model_type => l_model_type,
	p_is_org_prod => l_is_org_prod
      );
Line: 4033

      InsertExpStg(
        p_is_b2b => l_is_b2b,
	p_model_type => l_model_type,
	p_is_org_prod => l_is_org_prod
      );
Line: 4040

         InsertAggStgOrg;
Line: 4042

         InsertAggStg(
            p_is_b2b => l_is_b2b
         );
Line: 4047

      InsertBICStg(
        p_is_b2b => l_is_b2b,
        p_model_type => l_model_type,
	p_is_org_prod => l_is_org_prod
      );
Line: 4054

      InsertPartyDetails(x_return_status);
Line: 4060

      InsertPartyDetailsTime(x_return_status);
Line: 4070

      If the mode is update then the model id will be null and hence l_is_b2b and the model type will have invalid values.
      In order to tackle this situation, if the mode is update, perform the extraction process separately for each party type.
      In future if there is any new party_type introduced then it should be handled explicitly.
   */
   ELSIF l_mode = G_MODE_UPDATE THEN -- update mode
      -- insert changed records into driving table

      FOR l_index IN 1..3 LOOP
         IF l_index = 1 then
            l_party_type := 'ORGANIZATION';
Line: 4098

            p_log_used_by_id  => -1,   -- party update is for all of party details, so no specific id
            p_msg_data        =>l_full_name ||  '::' || l_party_type,
            p_msg_type        => ''
         );
Line: 4103

         InsertDrvStgUpd(
            p_party_type => l_party_type,
            x_return_status => x_return_status
         );
Line: 4113

         InsertGenStg (
           p_is_b2b => l_is_b2b,
           p_model_type => l_model_type,
           p_is_org_prod => l_is_org_prod
         );
Line: 4118

         InsertExpStg(
            p_is_b2b => l_is_b2b,
            p_model_type => l_model_type,
            p_is_org_prod => l_is_org_prod
         );
Line: 4125

            InsertAggStgOrg;
Line: 4127

            InsertAggStg(
               p_is_b2b => l_is_b2b
            );
Line: 4133

         InsertBICStg(
            p_is_b2b => l_is_b2b,
            p_model_type => l_model_type,
            p_is_org_prod => l_is_org_prod
         );
Line: 4140

         UpdatePartyDetails;
Line: 4141

         UpdatePartyDetailsTime;
Line: 4204

PROCEDURE schedule_update_parties (
   errbuf   OUT NOCOPY VARCHAR2,
   retcode  OUT NOCOPY VARCHAR2
)
IS
   l_return_status   VARCHAR2(1);
Line: 4223

      p_mode            => G_MODE_UPDATE
   );
Line: 4230

            p_log_used_by_id  => -1,   -- party update is for all of party details, so no specific id
            p_msg_data        => FND_MSG_PUB.get(i, FND_API.g_false),
            p_msg_type        => 'ERROR'
         );
Line: 4237

END schedule_update_parties;
Line: 4296

   DELETE FROM ams_dm_party_details d
   WHERE NOT EXISTS (SELECT 1 FROM ams_dm_party_details_time t
                     WHERE t.party_id = d.party_id)
   ;