DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_SCHEDULE_UTIL

Line 2402: IF ( nvl(OE_Schedule_Util.G_HEADER_ID, 0) = p_x_header_rec.header_id )

2398: (p_x_header_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
2399: p_x_header_rec.order_date_type_code IS NOT NULL)
2400: --OR cnd added for bug 5060064
2401: THEN
2402: IF ( nvl(OE_Schedule_Util.G_HEADER_ID, 0) = p_x_header_rec.header_id )
2403: THEN
2404: OE_Schedule_Util.G_DATE_TYPE := p_x_header_rec.order_date_type_code; END IF;
2405: END IF;
2406: /*-- 3288805 --*/

Line 2404: OE_Schedule_Util.G_DATE_TYPE := p_x_header_rec.order_date_type_code; END IF;

2400: --OR cnd added for bug 5060064
2401: THEN
2402: IF ( nvl(OE_Schedule_Util.G_HEADER_ID, 0) = p_x_header_rec.header_id )
2403: THEN
2404: OE_Schedule_Util.G_DATE_TYPE := p_x_header_rec.order_date_type_code; END IF;
2405: END IF;
2406: /*-- 3288805 --*/
2407: oe_debug_pub.add('Exiting OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES', 1);
2408:

Line 8822: oe_debug_pub.add('Before calling OE_SCHEDULE_UTIL',3);

8818: --ER#7479609 end
8819:
8820: -- Create record in the MTL_SALES_ORDERS table
8821:
8822: oe_debug_pub.add('Before calling OE_SCHEDULE_UTIL',3);
8823: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);
8824:
8825: -- Create and Start the Header level Workflow
8826:

Line 8823: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);

8819:
8820: -- Create record in the MTL_SALES_ORDERS table
8821:
8822: oe_debug_pub.add('Before calling OE_SCHEDULE_UTIL',3);
8823: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);
8824:
8825: -- Create and Start the Header level Workflow
8826:
8827: OE_Order_WF_Util.CreateStart_HdrProcess(p_x_header_rec);