DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on HZ_CUSTOMER_PROFILES

Line 1305: FROM hz_customer_profiles p ,hz_cust_accounts c

1301: AND request_id = v_request_id;
1302:
1303: CURSOR c2 IS -- Checking if Profile exists at Cust Level , thats why site_use_id is null
1304: SELECT 'x'
1305: FROM hz_customer_profiles p ,hz_cust_accounts c
1306: WHERE c.orig_system_reference = v_orig_system_customer_ref
1307: AND p.cust_account_id = c.cust_account_id
1308: AND p.site_use_id is null;
1309:

Line 1335: FROM hz_customer_profiles p,

1331: AND site_use_code in ('BILL_TO','DUN','STMTS');
1332:
1333: CURSOR c4 IS -- Checking if Profile exists at Site Use Level
1334: SELECT 'x'
1335: FROM hz_customer_profiles p,
1336: hz_cust_acct_sites_all ra, -- bug 4454799
1337: hz_cust_site_uses_all rsu -- but 4454799
1338: WHERE ra.orig_system_reference = v_orig_system_address_ref
1339: AND ra.org_id = v_org_id -- bug 4454799