DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on RA_CUSTOMER_TRX_LINES

Line 5: ra_customer_trx_lines%ROWTYPE

1: PACKAGE arw_cm_cover AUTHID CURRENT_USER AS
2: /* $Header: ARWCMCVS.pls 120.7.12010000.2 2009/06/26 13:05:20 spdixit ship $ */
3:
4: TYPE credit_lines_table_type IS TABLE OF
5: ra_customer_trx_lines%ROWTYPE
6: INDEX BY BINARY_INTEGER;
7:
8: PROCEDURE get_doc_seq(p_application_id IN NUMBER,
9: p_document_name IN VARCHAR2,

Line 112: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

108: p_default_ussgl_trx_code IN
109: ra_customer_trx.default_ussgl_transaction_code%type,
110: p_line_percent IN number,
111: p_freight_percent IN number,
112: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
113: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
114: p_compute_tax IN varchar2,
115: p_comments IN ra_customer_trx.comments%type,
116: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,

Line 113: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,

109: ra_customer_trx.default_ussgl_transaction_code%type,
110: p_line_percent IN number,
111: p_freight_percent IN number,
112: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
113: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
114: p_compute_tax IN varchar2,
115: p_comments IN ra_customer_trx.comments%type,
116: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
117: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,

Line 119: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,

115: p_comments IN ra_customer_trx.comments%type,
116: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
117: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,
118: p_computed_tax_percent IN OUT NOCOPY number,
119: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
120: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
121: p_status OUT NOCOPY varchar2 ,
122: p_purchase_order IN ra_customer_trx.purchase_order%type,
123: p_purchase_order_revision IN ra_customer_trx.purchase_order_revision%type,

Line 254: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

250: p_default_ussgl_trx_code IN
251: ra_customer_trx.default_ussgl_transaction_code%type,
252: p_line_percent IN number,
253: p_freight_percent IN number,
254: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
255: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
256: p_compute_tax IN varchar2,
257: p_comments IN ra_customer_trx.comments%type,
258: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,

Line 255: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,

251: ra_customer_trx.default_ussgl_transaction_code%type,
252: p_line_percent IN number,
253: p_freight_percent IN number,
254: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
255: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
256: p_compute_tax IN varchar2,
257: p_comments IN ra_customer_trx.comments%type,
258: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
259: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,

Line 261: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,

257: p_comments IN ra_customer_trx.comments%type,
258: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
259: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,
260: p_computed_tax_percent IN OUT NOCOPY number,
261: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
262: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
263: p_status OUT NOCOPY varchar2,
264: p_credit_line_table IN arw_cm_cover.credit_lines_table_type,
265: p_purchase_order IN ra_customer_trx.purchase_order%type,