DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on OE_INVOICE_PUB

Line 3640: l_interface_line_rec OE_Invoice_PUB.RA_Interface_Lines_Rec_Type;

3636: ) IS
3637:
3638: l_result_code VARCHAR2(240);
3639: l_return_status VARCHAR2(30);
3640: l_interface_line_rec OE_Invoice_PUB.RA_Interface_Lines_Rec_Type;
3641: --
3642: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3643: --
3644:

Line 3755: OE_Invoice_PUB.Interface_Single_line(p_line_rec => p_line_rec

3751: END IF;
3752: -- No retrobill line, interface the current line as it is
3753: -- If RMA price doesn't match the invoiced price, we don't know how to handle this, credit to the original line: normally should nothappen
3754: IF (l_line_tbl.count = 1) THEN
3755: OE_Invoice_PUB.Interface_Single_line(p_line_rec => p_line_rec
3756: ,p_header_rec => p_header_rec
3757: ,p_x_interface_line_rec => l_interface_line_rec
3758: ,x_return_status => x_return_status
3759: ,x_result_out => x_result_out);

Line 3796: OE_Invoice_PUB. Interface_Single_line(p_line_rec => l_line_rec

3792: oe_debug_pub.add('retrobill item'||l_line_rec.ordered_item,3);
3793: oe_debug_pub.add('invoiced_quantity'||l_line_rec.invoiced_quantity,3);
3794: END IF;
3795:
3796: OE_Invoice_PUB. Interface_Single_line(p_line_rec => l_line_rec
3797: ,p_header_rec => p_header_rec
3798: ,p_x_interface_line_rec => l_interface_line_rec
3799: ,x_return_status => x_return_status
3800: ,x_result_out => x_result_out);