DBA Data[Home] [Help]

APPS.ARP_REVERSE_RECEIPT dependencies on AR_CASH_RECEIPT_HISTORY

Line 7: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE,

3: --
4: PROCEDURE reverse (
5: p_cr_id IN ar_cash_receipts.cash_receipt_id%TYPE,
6: p_reversal_category IN ar_cash_receipts.reversal_category%TYPE,
7: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE,
8: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE,
9: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE,
10: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE,
11: p_clear_batch_id IN ar_cash_receipt_history.batch_id%TYPE,

Line 11: p_clear_batch_id IN ar_cash_receipt_history.batch_id%TYPE,

7: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE,
8: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE,
9: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE,
10: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE,
11: p_clear_batch_id IN ar_cash_receipt_history.batch_id%TYPE,
12: p_attribute_category IN ar_cash_receipts.attribute_category%TYPE,
13: p_attribute1 IN ar_cash_receipts.attribute1%TYPE,
14: p_attribute2 IN ar_cash_receipts.attribute2%TYPE,
15: p_attribute3 IN ar_cash_receipts.attribute3%TYPE,

Line 30: p_crh_id OUT NOCOPY ar_cash_receipt_history.cash_receipt_history_id%TYPE,

26: p_attribute14 IN ar_cash_receipts.attribute14%TYPE,
27: p_attribute15 IN ar_cash_receipts.attribute15%TYPE,
28: p_module_name IN VARCHAR2,
29: p_module_version IN VARCHAR2,
30: p_crh_id OUT NOCOPY ar_cash_receipt_history.cash_receipt_history_id%TYPE,
31: p_called_from IN VARCHAR2 DEFAULT NULL); /* jrautiai BR implementation */
32: --
33: PROCEDURE debit_memo_reversal(
34: p_cr_rec IN OUT NOCOPY ar_cash_receipts%ROWTYPE,

Line 38: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE,

34: p_cr_rec IN OUT NOCOPY ar_cash_receipts%ROWTYPE,
35: p_cc_id IN ra_cust_trx_line_gl_dist.code_combination_id%TYPE,
36: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%TYPE,
37: p_cust_trx_type IN ra_cust_trx_types.name%TYPE,
38: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE,
39: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE,
40: p_reversal_category IN ar_cash_receipts.reversal_category%TYPE,
41: p_reversal_reason_code IN
42: ar_cash_receipts.reversal_reason_code%TYPE,