DBA Data[Home] [Help]

APPS.ARP_PROCESS_CUTIL dependencies on ARP_DISPUTE_HISTORY

Line 110: /*Bug 5129946: Calling arp_dispute_history.DisputeHistory*/

106: l_history_id,
107: l_trx_class,
108: 'MODIFY_TRX');
109: END IF;
110: /*Bug 5129946: Calling arp_dispute_history.DisputeHistory*/
111: IF get_existing_ps%ROWCOUNT>0 THEN
112: l_new_dispute_amount := p_amount_in_dispute;
113: l_new_dispute_date := p_dispute_date;
114: if(l_new_dispute_amount <> l_trx_sum_hist_rec.amount_in_dispute)

Line 118: arp_dispute_history.DisputeHistory(l_new_dispute_date,

114: if(l_new_dispute_amount <> l_trx_sum_hist_rec.amount_in_dispute)
115: OR (l_new_dispute_amount IS NULL and l_trx_sum_hist_rec.amount_in_dispute IS NOT NULL)
116: OR (l_new_dispute_amount IS NOT NULL and l_trx_sum_hist_rec.amount_in_dispute IS NULL)
117: THEN
118: arp_dispute_history.DisputeHistory(l_new_dispute_date,
119: l_old_dispute_date,
120: l_trx_sum_hist_rec.payment_schedule_id,
121: l_trx_sum_hist_rec.payment_schedule_id,
122: l_trx_sum_hist_rec.amount_due_remaining,

Line 269: /*Bug 5129946: Calling arp_dispute_history.DisputeHistory*/

265: l_history_id,
266: l_trx_class,
267: 'MODIFY_TRX');
268: END IF;
269: /*Bug 5129946: Calling arp_dispute_history.DisputeHistory*/
270: IF get_existing_ps%ROWCOUNT>0 THEN
271: l_new_dispute_amount := p_amount_in_dispute;
272: l_new_dispute_date := p_dispute_date;
273: if(l_new_dispute_amount <> l_trx_sum_hist_rec.amount_in_dispute)

Line 277: arp_dispute_history.DisputeHistory(l_new_dispute_date,

273: if(l_new_dispute_amount <> l_trx_sum_hist_rec.amount_in_dispute)
274: OR (l_new_dispute_amount IS NULL and l_trx_sum_hist_rec.amount_in_dispute IS NOT NULL)
275: OR (l_new_dispute_amount IS NOT NULL and l_trx_sum_hist_rec.amount_in_dispute IS NULL)
276: THEN
277: arp_dispute_history.DisputeHistory(l_new_dispute_date,
278: l_old_dispute_date,
279: l_trx_sum_hist_rec.payment_schedule_id,
280: l_trx_sum_hist_rec.payment_schedule_id,
281: l_trx_sum_hist_rec.amount_due_remaining,