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 AS
2: /* $Header: ARWCMCVS.pls 120.7 2006/02/24 12:45:59 srivasud 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 253: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

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

Line 254: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,

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

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

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