DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARTRX dependencies on HZ_CUST_ACCT_SITES

Line 610: from hz_cust_acct_sites ra

606: or (m.duplicate_id = rai.orig_system_sold_customer_id)
607: or (m.duplicate_ref = rai.orig_system_sold_customer_ref)
608: or (rai.orig_system_bill_address_ref IN ( select
609: ra.orig_system_reference
610: from hz_cust_acct_sites ra
611: where m.duplicate_address_id = ra.cust_acct_site_id)
612: )
613: or (rai.orig_system_ship_address_ref IN (select
614: ra.orig_system_reference

Line 615: from hz_cust_acct_sites ra

611: where m.duplicate_address_id = ra.cust_acct_site_id)
612: )
613: or (rai.orig_system_ship_address_ref IN (select
614: ra.orig_system_reference
615: from hz_cust_acct_sites ra
616: where m.duplicate_address_id = ra.cust_acct_site_id)
617: )
618: )
619: and m.process_flag = 'N'