DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_OTA_UTIL

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

3361: -- If an OTA line has been deleted, then call the OTA API
3362: -- to delete the event in the OTA tables
3363:
3364: l_order_quantity_uom := l_line_rec.order_quantity_uom;
3365: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
3366:
3367: If (l_is_ota_line) THEN
3368: IF l_debug_level > 0 THEN
3369: oe_debug_pub.add( 'LINE IS OF OTA TYPE' , 1 ) ;

Line 3371: OE_OTA_UTIL.Notify_OTA

3367: If (l_is_ota_line) THEN
3368: IF l_debug_level > 0 THEN
3369: oe_debug_pub.add( 'LINE IS OF OTA TYPE' , 1 ) ;
3370: END IF;
3371: OE_OTA_UTIL.Notify_OTA
3372: ( p_line_id => l_line_rec.line_id
3373: ,p_org_id => l_line_rec.org_id
3374: ,p_order_quantity_uom => l_order_quantity_uom
3375: ,p_daemon_type => 'D'