DBA Data[Home] [Help]

APPS.OKL_DEAL_CREAT_PVT dependencies on HZ_PARTIES

Line 9037: FROM hz_parties hp

9033: AND lap.id = p_orig_syststem_id1;
9034:
9035: CURSOR c_cust_name(cp_party_id NUMBER) IS
9036: SELECT hp.party_name
9037: FROM hz_parties hp
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