DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 9042: FROM hz_Cust_Accounts

9038: WHERE hp.party_id = cp_party_id;
9039:
9040: CURSOR c_cust_acct_num_csr(cp_cust_acct_id NUMBER)IS
9041: SELECT account_number
9042: FROM hz_Cust_Accounts
9043: WHERE cust_account_id = cp_cust_acct_id;
9044:
9045: CURSOR c_salesrep(p_salesrep_id NUMBER) IS
9046: SELECT name