DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_SCHEDULE_UTIL

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

2517: (p_x_header_rec.operation = OE_GLOBALS.G_OPR_CREATE AND
2518: p_x_header_rec.order_date_type_code IS NOT NULL)
2519: --OR cnd added for bug 5060064
2520: THEN
2521: IF ( nvl(OE_Schedule_Util.G_HEADER_ID, 0) = p_x_header_rec.header_id )
2522: THEN
2523: OE_Schedule_Util.G_DATE_TYPE := p_x_header_rec.order_date_type_code; END IF;
2524: END IF;
2525: /*-- 3288805 --*/

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

2519: --OR cnd added for bug 5060064
2520: THEN
2521: IF ( nvl(OE_Schedule_Util.G_HEADER_ID, 0) = p_x_header_rec.header_id )
2522: THEN
2523: OE_Schedule_Util.G_DATE_TYPE := p_x_header_rec.order_date_type_code; END IF;
2524: END IF;
2525: /*-- 3288805 --*/
2526: oe_debug_pub.add('Exiting OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES', 1);
2527:

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

9011: --ER#7479609 end
9012:
9013: -- Create record in the MTL_SALES_ORDERS table
9014:
9015: oe_debug_pub.add('Before calling OE_SCHEDULE_UTIL',3);
9016: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);
9017:
9018: -- Create and Start the Header level Workflow
9019:

Line 9016: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);

9012:
9013: -- Create record in the MTL_SALES_ORDERS table
9014:
9015: oe_debug_pub.add('Before calling OE_SCHEDULE_UTIL',3);
9016: OE_SCHEDULE_UTIL.Insert_into_mtl_sales_orders(p_x_header_rec);
9017:
9018: -- Create and Start the Header level Workflow
9019:
9020: OE_Order_WF_Util.CreateStart_HdrProcess(p_x_header_rec);