DBA Data[Home] [Help]

APPS.AR_OM_PREPAY_REFUND_PVT dependencies on AR_RECEIVABLE_APPLICATIONS

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

62: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,
63: x_return_status OUT NOCOPY VARCHAR2,
64: x_msg_count OUT NOCOPY NUMBER,
65: x_msg_data OUT NOCOPY VARCHAR2,
66: p_prepay_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
67: p_number_of_refund_receipts OUT NOCOPY NUMBER,
68: -------Multiple prepayments projecti Additional parameter for credit card
69: -------refunds to be populated as global variables
70: p_bank_account_id IN NUMBER,

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

71: p_receipt_method_id IN NUMBER,
72:
73: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
74: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
75: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,

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

72:
73: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
74: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
75: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,

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

73: p_receipt_number IN ar_cash_receipts.receipt_number%TYPE DEFAULT NULL,
74: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
75: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

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

74: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE DEFAULT NULL,
75: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,

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

75: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******

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

76: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE DEFAULT NULL,
77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

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

82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
86: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
87: p_payment_set_id IN NUMBER DEFAULT NULL
88: ) IS
89:
90: BEGIN