DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CUST_ACCOUNTS

Line 1975: from hz_cust_accounts acct,

1971: into x_party_id,
1972: out_cust_name,
1973: out_cust_number,
1974: out_party_number
1975: from hz_cust_accounts acct,
1976: hz_parties party
1977: where acct.cust_account_id = in_cust_account_id
1978: and party.party_id = acct.party_id;
1979: