DBA Data[Home] [Help]

APPS.OZF_AR_SETTLEMENT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1931: FROM hz_cust_accounts a

1927:
1928: CURSOR csr_cust_name(cv_cust_account_id IN NUMBER) IS
1929: SELECT p.party_name,
1930: a.account_number
1931: FROM hz_cust_accounts a
1932: , hz_parties p
1933: WHERE a.party_id = p.party_id
1934: AND a.cust_account_id = cv_cust_account_id;
1935: