DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARCUS dependencies on HZ_CUSTOMER_PROFILES_M

Line 7363: ---------Insert into hz_customer_profiles_m--------------

7359: AND ar.role_type = 'CONTACT';
7360:
7361: arp_message.set_line(SQL%ROWCOUNT||' '|| 'Row(s) inserted in HZ_CUST_ACCOUNT_ROLES_M');
7362:
7363: ---------Insert into hz_customer_profiles_m--------------
7364: --Because profiles can be set up at acct and site use level, we need to select
7365: --distict duplicate and customer_merge_header_id if acct with multiple sites
7366: --have profiles set up at account level.
7367:

Line 7368: INSERT INTO hz_customer_profiles_m(

7364: --Because profiles can be set up at acct and site use level, we need to select
7365: --distict duplicate and customer_merge_header_id if acct with multiple sites
7366: --have profiles set up at account level.
7367:
7368: INSERT INTO hz_customer_profiles_m(
7369: customer_merge_header_id,
7370: cust_account_profile_id,
7371: last_updated_by ,
7372: last_update_date ,

Line 7598: arp_message.set_line(SQL%ROWCOUNT||' '|| 'Row(s) inserted in HZ_CUSTOMER_PROFILES_M');

7594: and cm.duplicate_id <> cm.customer_id ), hz_customer_profiles cp
7595: WHERE ( cp.cust_account_id = duplicate_id AND cp.site_use_id is NULL)
7596: OR (cp.site_use_id = duplicate_site_id );
7597:
7598: arp_message.set_line(SQL%ROWCOUNT||' '|| 'Row(s) inserted in HZ_CUSTOMER_PROFILES_M');
7599:
7600: ---------Insert into hz_cust_profile_amts_m--------------
7601: --Because profiles can be set up at acct and site use level, we need to select
7602: --distict duplicate and customer_merge_header_id if acct with multiple sites