DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CUST_ACCOUNTS

Line 2019: from hz_cust_accounts acct,

2015: into x_party_id,
2016: out_cust_name,
2017: out_cust_number,
2018: out_party_number
2019: from hz_cust_accounts acct,
2020: hz_parties party
2021: where acct.cust_account_id = in_cust_account_id
2022: and party.party_id = acct.party_id;
2023: