DBA Data[Home] [Help]

APPS.MSC_SRP_RELEASE dependencies on HZ_CUST_ACCOUNTS_ALL

Line 719: from hz_cust_accounts_all

715: l_ro_release.src_organization_id);
716:
717: select cust_account_id,account_number
718: into l_acct_id,l_acct_number
719: from hz_cust_accounts_all
720: where party_id = l_customer_id
721: and customer_type ='I'
722: and rownum < 2;
723: