DBA Data[Home] [Help]

APPS.AR_REVENUEADJUST_PUB dependencies on AR_DEFERRAL_REASONS

Line 893: ar_deferral_reasons dr

889: expiration_event_date
890: from ra_customer_trx t,
891: ra_customer_trx_lines tl,
892: ar_line_conts lc,
893: ar_deferral_reasons dr
894: where t.customer_trx_id = p_customer_trx_id
895: and t.customer_trx_id = tl.customer_trx_id
896: and tl.customer_trx_line_id = nvl(p_customer_trx_line_id,
897: tl.customer_trx_line_id)