DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_OTA_UTIL

Line 508: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);

504:
505: -- Call OTA API for training lines that are cancelled.
506:
507: --l_order_quantity_uom := p_line_rec.order_quantity_uom; Moved up before the call to po_supply.po_req_supply
508: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
509:
510: If (l_is_ota_line) THEN
511: IF l_debug_level > 0 THEN
512: oe_debug_pub.add( 'JPN: IT IS A OTA LINE' , 1 ) ;

Line 520: oe_ota_util.Notify_OTA(

516: IF l_debug_level > 0 THEN
517: oe_debug_pub.add( 'JPN: BEFORE CALLING NOTIFY_OTA' , 1 ) ;
518: END IF;
519:
520: oe_ota_util.Notify_OTA(
521: p_line_id => p_line_rec.line_id,
522: p_org_id => p_line_rec.org_id,
523: p_order_quantity_uom => l_order_quantity_uom,
524: p_daemon_type => 'C',