DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_COVER dependencies on AR_CASH_RECEIPT_HISTORY

Line 160: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,

156: p_amount IN ar_cash_receipts.amount%TYPE DEFAULT NULL,
157: p_factor_discount_amount IN ar_cash_receipts.factor_discount_amount%TYPE DEFAULT NULL,
158: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
159: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE DEFAULT NULL,
160: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
161: p_maturity_date IN DATE DEFAULT NULL,
162: p_postmark_date IN DATE DEFAULT NULL,
163: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
164: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

Line 236: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,

232: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
233: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
234: p_reversal_category_code IN ar_cash_receipts.reversal_category%TYPE DEFAULT NULL,
235: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
236: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,
237: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE DEFAULT NULL,
238: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE DEFAULT NULL,
239: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
240: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE DEFAULT NULL,