DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on STANDARD

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

732: l_fulfilled_quantity NUMBER;
733: l_fulfilled_quantity2 NUMBER; -- 5126873
734: l_line_rec OE_Order_Pub.Line_Rec_Type; /* 2048753 */
735: l_notify_index NUMBER;
736: l_user NUMBER := NVL(OE_STANDARD_WF.G_USER_ID, FND_GLOBAL.USER_ID); --3169637
737: -- Changes for AFD
738: l_ordered_date date;
739: l_actual_fulfillment_date date;
740: l number;

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

3066: oe_debug_pub.add( 'ENTERING OE_LINE_FULLFILL.PROCESS_FULFILLMENT_SET '|| TO_CHAR ( P_LINE_ID ) , 1 ) ;
3067: END IF;
3068:
3069: /* Prepare a table of line and set id's to be processed. This new table
3070: will have indication whether it is a standard line or a configuration. */
3071:
3072:
3073: FOR l_line_set_index IN p_line_set_tbl.FIRST .. p_line_set_tbl.LAST
3074: LOOP

Line 3130: 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 ) ;

3126: l_process_tbl(l_process_index).type := 'S';
3127: l_process_tbl(l_process_index).fulfilled_flag := l_line_rec.fulfilled_flag;
3128: l_process_tbl(l_process_index).ordered_quantity := l_line_rec.ordered_quantity;
3129: IF l_debug_level > 0 THEN
3130: 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 ) ;
3131: END IF;
3132:
3133: END IF;
3134: END LOOP;

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

4961: END IF;
4962:
4963:
4964:
4965: --Prepare a table for MODEL/Standard to be processed.
4966:
4967: FOR l_set_index IN l_set_tbl.FIRST .. l_set_tbl.LAST
4968: LOOP
4969: