DBA Data[Home] [Help]

APPS.OKS_MISC_UTIL_WEB dependencies on HZ_CUST_ACCOUNTS

Line 956: FROM hz_cust_accounts ca

952: AND systl.language = userenv('LANG');
953:
954: CURSOR get_account_name_csr IS
955: SELECT decode (ca.account_name, null, p.party_name,ca.account_name)
956: FROM hz_cust_accounts ca
957: ,hz_parties p
958: WHERE ca.cust_account_id = to_number(p_object1_id1)
959: AND p.party_id = ca.party_id;
960: