DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_CASH_RECEIPT_HISTORY

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

511: p_amount IN ar_cash_receipts.amount%TYPE DEFAULT NULL,
512: p_factor_discount_amount IN ar_cash_receipts.factor_discount_amount%TYPE DEFAULT NULL,
513: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
514: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE DEFAULT NULL,
515: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
516: p_maturity_date IN DATE DEFAULT NULL,
517: p_postmark_date IN DATE DEFAULT NULL,
518: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
519: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

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

598: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
599: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
600: p_reversal_category_code IN ar_cash_receipts.reversal_category%TYPE DEFAULT NULL,
601: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
602: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,
603: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE DEFAULT NULL,
604: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE DEFAULT NULL,
605: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
606: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE DEFAULT NULL,

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

1055: p_factor_discount_amount IN ar_cash_receipts.factor_discount_amount%TYPE
1056: DEFAULT NULL,
1057: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
1058: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE DEFAULT NULL,
1059: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
1060: p_maturity_date IN DATE DEFAULT NULL,
1061: p_postmark_date IN DATE DEFAULT NULL,
1062: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
1063: /* tca uptake */