DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_INS_COVER dependencies on RA_CUSTOMER_TRX_LINES

Line 103: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

99: p_default_ussgl_trx_code IN
100: ra_customer_trx.default_ussgl_transaction_code%type,
101: p_line_percent IN number,
102: p_freight_percent IN number,
103: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
104: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
105: p_compute_tax IN varchar2,
106: p_comments IN ra_customer_trx.comments%type,
107: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,

Line 104: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,

100: ra_customer_trx.default_ussgl_transaction_code%type,
101: p_line_percent IN number,
102: p_freight_percent IN number,
103: p_line_amount IN ra_customer_trx_lines.extended_amount%type,
104: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,
105: p_compute_tax IN varchar2,
106: p_comments IN ra_customer_trx.comments%type,
107: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
108: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,

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

106: p_comments IN ra_customer_trx.comments%type,
107: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
108: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,
109: p_computed_tax_percent IN OUT NOCOPY number,
110: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
111: p_status OUT NOCOPY varchar2,
112: p_submit_cm_dist IN varchar2 DEFAULT 'N')
113: IS
114: