DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on STANDARD

Line 730: l_user NUMBER := NVL(OE_STANDARD_WF.G_USER_ID, FND_GLOBAL.USER_ID); --3169637

726: l_fulfilled_quantity NUMBER;
727: l_fulfilled_quantity2 NUMBER; -- 5126873
728: l_line_rec OE_Order_Pub.Line_Rec_Type; /* 2048753 */
729: l_notify_index NUMBER;
730: l_user NUMBER := NVL(OE_STANDARD_WF.G_USER_ID, FND_GLOBAL.USER_ID); --3169637
731: -- Changes for AFD
732: l_ordered_date date;
733: l_actual_fulfillment_date date;
734: l number;

Line 2916: will have indication whether it is a standard line or a configuration. */

2912: oe_debug_pub.add( 'ENTERING OE_LINE_FULLFILL.PROCESS_FULFILLMENT_SET '|| TO_CHAR ( P_LINE_ID ) , 1 ) ;
2913: END IF;
2914:
2915: /* Prepare a table of line and set id's to be processed. This new table
2916: will have indication whether it is a standard line or a configuration. */
2917:
2918:
2919: FOR l_line_set_index IN p_line_set_tbl.FIRST .. p_line_set_tbl.LAST
2920: LOOP

Line 2966: oe_debug_pub.add( 'LINE HAS BEEN ADDED AS STANDARD LINE : '||TO_CHAR ( L_LINE_REC.LINE_ID ) ||'/'||L_LINE_REC.ITEM_TYPE_CODE , 3 ) ;

2962: l_process_tbl(l_process_index).type := 'S';
2963: l_process_tbl(l_process_index).fulfilled_flag := l_line_rec.fulfilled_flag;
2964: l_process_tbl(l_process_index).ordered_quantity := l_line_rec.ordered_quantity;
2965: IF l_debug_level > 0 THEN
2966: oe_debug_pub.add( 'LINE HAS BEEN ADDED AS STANDARD LINE : '||TO_CHAR ( L_LINE_REC.LINE_ID ) ||'/'||L_LINE_REC.ITEM_TYPE_CODE , 3 ) ;
2967: END IF;
2968:
2969: END IF;
2970: END LOOP;

Line 4734: --Prepare a table for MODEL/Standard to be processed.

4730: END IF;
4731:
4732:
4733:
4734: --Prepare a table for MODEL/Standard to be processed.
4735:
4736: FOR l_set_index IN l_set_tbl.FIRST .. l_set_tbl.LAST
4737: LOOP
4738: