DBA Data[Home] [Help]

APPS.ARW_CM_COVER dependencies on ARP_TRX_VALIDATE

Line 337: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,

333: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
334: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,
335: p_computed_tax_percent IN OUT NOCOPY number,
336: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
337: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
338: p_status OUT NOCOPY varchar2,
339: p_purchase_order IN ra_customer_trx.purchase_order%type,
340: p_purchase_order_revision IN ra_customer_trx.purchase_order_revision%type,
341: p_purchase_order_date IN ra_customer_trx.purchase_order_date%type,

Line 1552: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,

1548: p_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
1549: p_trx_number IN OUT NOCOPY ra_customer_trx.trx_number%type,
1550: p_computed_tax_percent IN OUT NOCOPY number,
1551: p_computed_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
1552: p_errors OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
1553: p_status OUT NOCOPY varchar2,
1554: p_credit_line_table IN arw_cm_cover.credit_lines_table_type,
1555: p_purchase_order IN ra_customer_trx.purchase_order%type,
1556: p_purchase_order_revision IN ra_customer_trx.purchase_order_revision%type,

Line 1618: l_errors arp_trx_validate.Message_Tbl_Type;

1614: l_commitment_rec arp_process_commitment.commitment_rec_type;
1615: l_return_status varchar2(1);
1616: l_msg_count NUMBER;
1617: l_msg_data varchar2(4000);
1618: l_errors arp_trx_validate.Message_Tbl_Type;
1619: l_new_customer_trx_id ra_customer_trx.customer_trx_id%type;
1620: l_cursor INTEGER;
1621: i BINARY_INTEGER := 0;
1622: n BINARY_INTEGER := 0;