DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_LOOKUPS

Line 5415: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,

5411: -- Receipt reversal related parameters
5412: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
5413: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
5414: p_reversal_category_code IN ar_cash_receipts.reversal_category%TYPE DEFAULT NULL,
5415: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
5416: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,
5417: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE DEFAULT NULL,
5418: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE DEFAULT NULL,
5419: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,

Line 5419: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,

5415: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
5416: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,
5417: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE DEFAULT NULL,
5418: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE DEFAULT NULL,
5419: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
5420: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE DEFAULT NULL,
5421: p_called_from IN VARCHAR2 DEFAULT NULL,
5422: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,
5423: --p_global_attribute_rec IN global_attribute_rec_type_upd DEFAULT global_attribute_rec_upd_cons