DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 273: old_crh_reverse_rec ar_cash_receipt_history_all%ROWTYPE;

269: l_upgrade_methode VARCHAR2(30);
270:
271:
272: --BUG#5201086
273: old_crh_reverse_rec ar_cash_receipt_history_all%ROWTYPE;
274: old_reverse_crh_id NUMBER;
275: CURSOR c_distrib(p_source_id IN NUMBER,
276: p_source_table IN VARCHAR2,
277: p_status IN VARCHAR2)