DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 9137: FROM hz_Cust_Accounts

9133: WHERE hp.party_id = cp_party_id;
9134:
9135: CURSOR c_cust_acct_num_csr(cp_cust_acct_id NUMBER)IS
9136: SELECT account_number
9137: FROM hz_Cust_Accounts
9138: WHERE cust_account_id = cp_cust_acct_id;
9139:
9140: CURSOR c_salesrep(p_salesrep_id NUMBER) IS
9141: SELECT name