DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_DUAL_UOM_UTIL

Line 2017: l_line_fb:= OE_DUAL_UOM_UTIL.derive_fulfillment_base(l_line_fb_rec);

2013: IF l_debug_level > 0 THEN
2014: oe_debug_pub.add( 'Bulk: Calling derive_fulfillment_base') ;
2015: END IF;
2016:
2017: l_line_fb:= OE_DUAL_UOM_UTIL.derive_fulfillment_base(l_line_fb_rec);
2018: --We are not calling OE_DUAL_UOM_UTIL.validate_fulfillment_base from here,
2019: --as validate_fulfillment_base has validation for return/split cases
2020: --and we do support Return/Split lines from bulk import currently.
2021: p_line_rec.FULFILLMENT_BASE(p_index) := l_line_fb ;

Line 2018: --We are not calling OE_DUAL_UOM_UTIL.validate_fulfillment_base from here,

2014: oe_debug_pub.add( 'Bulk: Calling derive_fulfillment_base') ;
2015: END IF;
2016:
2017: l_line_fb:= OE_DUAL_UOM_UTIL.derive_fulfillment_base(l_line_fb_rec);
2018: --We are not calling OE_DUAL_UOM_UTIL.validate_fulfillment_base from here,
2019: --as validate_fulfillment_base has validation for return/split cases
2020: --and we do support Return/Split lines from bulk import currently.
2021: p_line_rec.FULFILLMENT_BASE(p_index) := l_line_fb ;
2022: