DBA Data[Home] [Help]

APPS.OE_SALES_CAN_UTIL dependencies on OE_OTA_UTIL

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

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

Line 524: oe_ota_util.Notify_OTA(

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