DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on HZ_CUST_ACCT_SITES_ALL

Line 417: HZ_CUST_ACCT_SITES_ALL b

413: From dual
414: where Exists (
415: Select a.cust_acct_site_id
416: From HZ_CUST_SITE_USES_ALL a,
417: HZ_CUST_ACCT_SITES_ALL b
418: Where b.cust_acct_site_id = a.cust_acct_site_id
419: and a.site_use_id = siteId
420: and a.site_use_code = rleCode
421: and b.cust_account_id = accntId);