DBA Data[Home] [Help]

APPS.FUN_TRADING_RELATION dependencies on HZ_CUST_ACCOUNTS_ALL

Line 185: FROM hz_cust_accounts_all

181: AND primary_flag = 'Y';
182:
183: CURSOR c_cust_party (x_cust_acct_id NUMBER ) IS
184: SELECT party_id
185: FROM hz_cust_accounts_all
186: WHERE cust_account_id = x_cust_acct_id
187: AND status = 'A';
188:
189: BEGIN