DBA Data[Home] [Help]

APPS.CSI_ACCT_MERGE_PKG dependencies on HZ_CUST_ACCOUNTS

Line 376: INTO l_party_id FROM HZ_CUST_ACCOUNTS

372: INTO NUM_COL6_NEW_LIST(I) FROM hz_cust_site_uses_all
373: WHERE SITE_USE_ID= INSTALL_CUSTOMER_SITE_ID_LIST(I);
374:
375: /* SELECT PARTY_ID
376: INTO l_party_id FROM HZ_CUST_ACCOUNTS
377: WHERE CUST_ACCOUNT_ID= NUM_COL1_ORIG_LIST(I);
378:
379: SELECT PARTY_SITE_ID INTO l_party_site_id
380: FROM HZ_PARTY_SITES

Line 601: FROM hz_cust_accounts

597: -- Get the to_party_id
598: error_str := '010';
599: SELECT party_id
600: INTO l_to_party_id
601: FROM hz_cust_accounts
602: WHERE cust_account_id = NUM_COL1_NEW_LIST(I);
603:
604: -- process the instance party account records
605: error_str := '011';