DBA Data[Home] [Help]

APPS.AR_OM_PREPAY_REFUND_PVT dependencies on AR_RECEIVABLE_APPLICATIONS

Line 55: p_prepay_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,

51: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,
52: x_return_status OUT NOCOPY VARCHAR2,
53: x_msg_count OUT NOCOPY NUMBER,
54: x_msg_data OUT NOCOPY VARCHAR2,
55: p_prepay_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
56: p_number_of_refund_receipts OUT NOCOPY NUMBER,
57: -------Multiple prepayments projecti Additional parameter for credit card
58: -------refunds to be populated as global variables
59: p_bank_account_id IN NUMBER,

Line 64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,

60: p_receipt_method_id IN NUMBER,
61:
62: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
63: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,

Line 65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,

61:
62: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
63: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,

Line 66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,

62: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
63: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

Line 67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,

63: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,

Line 68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,

64: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******

Line 69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,

65: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

Line 75: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
75: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
76: p_payment_set_id IN NUMBER DEFAULT NULL
77: ) ;
78:
79: