DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_CASH_RECEIPT_HISTORY

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

501: p_amount IN ar_cash_receipts.amount%TYPE DEFAULT NULL,
502: p_factor_discount_amount IN ar_cash_receipts.factor_discount_amount%TYPE DEFAULT NULL,
503: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
504: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE DEFAULT NULL,
505: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
506: p_maturity_date IN DATE DEFAULT NULL,
507: p_postmark_date IN DATE DEFAULT NULL,
508: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
509: p_customer_name IN hz_parties.party_name%TYPE DEFAULT NULL,

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

588: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
589: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
590: p_reversal_category_code IN ar_cash_receipts.reversal_category%TYPE DEFAULT NULL,
591: p_reversal_category_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
592: p_reversal_gl_date IN ar_cash_receipt_history.reversal_gl_date%TYPE DEFAULT NULL,
593: p_reversal_date IN ar_cash_receipts.reversal_date%TYPE DEFAULT NULL,
594: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE DEFAULT NULL,
595: p_reversal_reason_name IN ar_lookups.meaning%TYPE DEFAULT NULL,
596: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE DEFAULT NULL,

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

1043: p_factor_discount_amount IN ar_cash_receipts.factor_discount_amount%TYPE
1044: DEFAULT NULL,
1045: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
1046: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE DEFAULT NULL,
1047: p_gl_date IN ar_cash_receipt_history.gl_date%TYPE DEFAULT NULL,
1048: p_maturity_date IN DATE DEFAULT NULL,
1049: p_postmark_date IN DATE DEFAULT NULL,
1050: p_customer_id IN ar_cash_receipts.pay_from_customer%TYPE DEFAULT NULL,
1051: /* tca uptake */