DBA Data[Home] [Help]

APPS.OZF_AUTO_WRITEOFF_PVT dependencies on HZ_CUST_ACCOUNTS

Line 96: , hz_cust_accounts c

92:
93: CURSOR get_account_name_csr(p_cust_account_id IN NUMBER) IS
94: SELECT p.party_name
95: FROM hz_parties p
96: , hz_cust_accounts c
97: WHERE p.party_id = c.party_id
98: AND c.cust_account_id = p_cust_account_id;
99:
100: --Multiorg Changes