DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on HZ_PARTIES

Line 2041: from hz_parties hzp,

2037: select hzp.party_type,
2038: hzs.location_id
2039: into l_party_type,
2040: l_location_id
2041: from hz_parties hzp,
2042: hz_party_sites hzs
2043: where hzs.party_site_id = p_payment_method_rec.cc_stmt_party_site_id
2044: and hzp.party_id = hzs.party_id;
2045: