DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_COVER dependencies on RA_CUSTOMER_TRX_LINES

Line 99: p_line_number IN ra_customer_trx_lines.line_number%TYPE DEFAULT NULL,

95: p_apply_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
96: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
97: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
98: p_customer_trx_line_id IN ar_receivable_applications.applied_customer_trx_line_id%TYPE DEFAULT NULL,
99: p_line_number IN ra_customer_trx_lines.line_number%TYPE DEFAULT NULL,
100: p_show_closed_invoices IN VARCHAR2 DEFAULT 'N', /* Bug fix 2462013 */
101: p_called_from IN VARCHAR2 DEFAULT 'TRADE_MANAGEMENT',
102: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
103: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE DEFAULT NULL,

Line 207: p_line_number IN ra_customer_trx_lines.line_number%TYPE DEFAULT NULL,

203: p_apply_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
204: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
205: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
206: p_customer_trx_line_id IN ar_receivable_applications.applied_customer_trx_line_id%TYPE DEFAULT NULL,
207: p_line_number IN ra_customer_trx_lines.line_number%TYPE DEFAULT NULL,
208: p_show_closed_invoices IN VARCHAR2 DEFAULT 'N', /* Bug fix 2462013 */
209: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
210: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE DEFAULT NULL,
211: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type DEFAULT ar_receipt_api_pub.attribute_rec_const,