DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_OTA_UTIL

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

3479: -- If an OTA line has been deleted, then call the OTA API
3480: -- to delete the event in the OTA tables
3481:
3482: l_order_quantity_uom := l_line_rec.order_quantity_uom;
3483: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
3484:
3485: If (l_is_ota_line) THEN
3486: IF l_debug_level > 0 THEN
3487: oe_debug_pub.add( 'LINE IS OF OTA TYPE' , 0.5 ) ; --debug level changed to 0.5 for 13435459

Line 3489: OE_OTA_UTIL.Notify_OTA

3485: If (l_is_ota_line) THEN
3486: IF l_debug_level > 0 THEN
3487: oe_debug_pub.add( 'LINE IS OF OTA TYPE' , 0.5 ) ; --debug level changed to 0.5 for 13435459
3488: END IF;
3489: OE_OTA_UTIL.Notify_OTA
3490: ( p_line_id => l_line_rec.line_id
3491: ,p_org_id => l_line_rec.org_id
3492: ,p_order_quantity_uom => l_order_quantity_uom
3493: ,p_daemon_type => 'D'