DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on HZ_PARTIES

Line 1003: hz_parties p

999:
1000: cursor c_customer is
1001: select 'x'
1002: from hz_cust_accounts c,
1003: hz_parties p
1004: where p.party_id = c.party_id
1005: and p.party_number = p_customer_num
1006: and c.cust_account_id = p_customer_id;
1007: