DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on HZ_CUST_ACCOUNTS

Line 1210: FROM HZ_PARTIES p, HZ_CUST_ACCOUNTS a

1206: WHERE quote_header_id = c_qte_header_id;
1207:
1208: CURSOR c_party_type(c_acct_id NUMBER) IS
1209: SELECT p.party_type
1210: FROM HZ_PARTIES p, HZ_CUST_ACCOUNTS a
1211: where p.party_id = a.party_id
1212: and a.cust_account_id = c_acct_id;
1213:
1214: CURSOR c_bank_acct(c_ba_id NUMBER) IS