DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on OE_ORDER_PUB

Line 604: l_oe_header_rec oe_order_pub.header_rec_type;

600: PROCEDURE CreateRSOHeader(x_Sched_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
601: x_Group_rec IN RLM_DP_SV.t_Group_rec,
602: x_rso_hdr_id OUT NOCOPY NUMBER) IS
603: --
604: l_oe_header_rec oe_order_pub.header_rec_type;
605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;

Line 605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;

601: x_Group_rec IN RLM_DP_SV.t_Group_rec,
602: x_rso_hdr_id OUT NOCOPY NUMBER) IS
603: --
604: l_oe_header_rec oe_order_pub.header_rec_type;
605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;

Line 606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;

602: x_rso_hdr_id OUT NOCOPY NUMBER) IS
603: --
604: l_oe_header_rec oe_order_pub.header_rec_type;
605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;

Line 607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;

603: --
604: l_oe_header_rec oe_order_pub.header_rec_type;
605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;

Line 608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;

604: l_oe_header_rec oe_order_pub.header_rec_type;
605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;

Line 609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;

605: l_oe_header_val_rec oe_order_pub.header_val_rec_type;
606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;

Line 610: l_oe_line_tbl oe_order_pub.line_tbl_type;

606: l_oe_header_adj_tbl oe_order_pub.header_adj_tbl_type;
607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;

Line 611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;

607: l_oe_header_adj_val_tbl oe_order_pub.header_adj_val_tbl_type;
608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;

Line 612: l_oe_header_out_rec oe_order_pub.header_rec_type;

608: l_oe_header_scredit_tbl oe_order_pub.header_scredit_tbl_type;
609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;

Line 613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;

609: l_oe_header_scredit_val_tbl oe_order_pub.header_scredit_val_tbl_type;
610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;

Line 614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;

610: l_oe_line_tbl oe_order_pub.line_tbl_type;
611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;

Line 615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;

611: l_oe_line_val_tbl oe_order_pub.line_val_tbl_type;
612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;

Line 616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;

612: l_oe_header_out_rec oe_order_pub.header_rec_type;
613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;

Line 617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;

613: l_oe_header_val_out_rec oe_order_pub.header_val_rec_type;
614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;

Line 618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;

614: l_oe_header_adj_out_tbl oe_order_pub.header_adj_tbl_type;
615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;

Line 619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;

615: l_oe_header_adj_val_out_tbl oe_order_pub.header_adj_val_tbl_type;
616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;

Line 620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;

616: l_oe_Header_price_Att_out_tbl oe_order_pub.Header_Price_Att_Tbl_Type;
617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;

Line 621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;

617: l_oe_Header_Adj_Att_out_tbl oe_order_pub.Header_Adj_Att_Tbl_Type;
618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

Line 622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;

618: l_oe_Header_Adj_Assoc_out_tbl oe_order_pub.Header_Adj_Assoc_Tbl_Type;
619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

Line 623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;

619: l_oe_header_scredit_out_tbl oe_order_pub.header_scredit_tbl_type;
620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

Line 624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;

620: l_oe_hdr_scdt_val_out_tbl oe_order_pub.header_scredit_val_tbl_type;
621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;

Line 625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;

621: l_oe_line_out_tbl oe_order_pub.line_tbl_type;
622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;

Line 626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;

622: l_oe_line_val_out_tbl oe_order_pub.line_val_tbl_type;
623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;

Line 627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;

623: l_oe_line_adj_out_tbl oe_order_pub.line_adj_tbl_type;
624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;

Line 628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;

624: l_oe_line_adj_val_out_tbl oe_order_pub.line_adj_val_tbl_type;
625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;

Line 629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;

625: l_oe_Line_price_Att_out_tbl OE_Order_PUB.Line_Price_Att_Tbl_Type;
626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;

Line 630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;

626: l_oe_Line_Adj_Att_out_tbl OE_Order_PUB.Line_Adj_Att_Tbl_Type;
627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;
634: l_oe_header_rec_out oe_order_pub.header_rec_type;

Line 631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;

627: l_oe_Line_Adj_Assoc_out_tbl OE_Order_PUB.Line_Adj_Assoc_Tbl_Type;
628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;
634: l_oe_header_rec_out oe_order_pub.header_rec_type;
635: l_return_status Varchar2(30);

Line 632: l_action_request_tbl OE_Order_PUB.request_tbl_type;

628: l_oe_line_scredit_out_tbl oe_order_pub.line_scredit_tbl_type;
629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;
634: l_oe_header_rec_out oe_order_pub.header_rec_type;
635: l_return_status Varchar2(30);
636: x_msg_count number;

Line 633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;

629: l_oe_line_scredit_val_out_tbl oe_order_pub.line_scredit_val_tbl_type;
630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;
634: l_oe_header_rec_out oe_order_pub.header_rec_type;
635: l_return_status Varchar2(30);
636: x_msg_count number;
637: x_msg_data Varchar2(2000);

Line 634: l_oe_header_rec_out oe_order_pub.header_rec_type;

630: l_oe_lot_serial_out_tbl oe_order_pub.Lot_Serial_Tbl_Type;
631: l_oe_lot_serial_val_out_tbl oe_order_pub.Lot_Serial_Val_Tbl_Type;
632: l_action_request_tbl OE_Order_PUB.request_tbl_type;
633: l_action_request_tbl_out OE_Order_PUB.request_tbl_type;
634: l_oe_header_rec_out oe_order_pub.header_rec_type;
635: l_return_status Varchar2(30);
636: x_msg_count number;
637: x_msg_data Varchar2(2000);
638: x_msg_index number;

Line 655: l_oe_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;

651: rlm_core_sv.dlog(C_DEBUG, 'Customer id', x_Sched_rec.customer_id);
652: rlm_core_sv.dlog(C_DEBUG, 'Org ID', x_Sched_rec.org_id);
653: END IF;
654: --
655: l_oe_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;
656: l_oe_header_rec.operation := OE_Globals.G_OPR_CREATE;
657: l_oe_header_rec.blanket_number := x_Group_rec.setup_terms_rec.blanket_number;
658: l_oe_header_rec.sold_to_org_id := x_Sched_rec.customer_id;
659: l_oe_header_rec.org_id := x_Sched_rec.org_id;