DBA Data[Home] [Help]

APPS.IEX_STRY_CUWF_PUB dependencies on HZ_PARTIES

Line 154: from iex_delinquencies_all b, hz_parties a,iex_strategies c

150: select a.party_id, a.party_type, a.party_name,
151: b.cust_account_id,
152: b.status, b.payment_schedule_id,
153: b.aging_bucket_line_id,c.delinquency_id
154: from iex_delinquencies_all b, hz_parties a,iex_strategies c
155: where a.party_id(+) = b.party_cust_id
156: and c.strategy_id = p_strategy_id
157: and c.delinquency_id = b.delinquency_id;
158: