DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_INS_COVER dependencies on RA_CUSTOMER_TRX_LINES

Line 101: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

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

Line 102: p_freight_amount IN ra_customer_trx_lines.extended_amount%type,

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

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

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