DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1203: FROM HZ_PARTIES p, HZ_CUST_ACCOUNTS a

1199: WHERE quote_header_id = c_qte_header_id;
1200:
1201: CURSOR c_party_type(c_acct_id NUMBER) IS
1202: SELECT p.party_type
1203: FROM HZ_PARTIES p, HZ_CUST_ACCOUNTS a
1204: where p.party_id = a.party_id
1205: and a.cust_account_id = c_acct_id;
1206:
1207: CURSOR c_bank_acct(c_ba_id NUMBER) IS