DBA Data[Home] [Help]

APPS.LNS_BORROWERS_SUMMARY_PUB dependencies on HZ_CUST_ACCOUNTS_ALL

Line 195: from hz_cust_accounts_all

191: order by use.PRIMARY_PER_TYPE;
192:
193: CURSOR customer_since_cur(P_PARTY_ID number) IS
194: select min(account_established_date)
195: from hz_cust_accounts_all
196: where
197: account_established_date is not null and
198: party_id = P_PARTY_ID;
199: