DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_ITORD_UTIL

Line 3049: IF NOT OE_ITORD_UTIL.Validate_item_orderability

3045: oe_debug_pub.add(' Checking Validate_item_orderability ');
3046: --oe_debug_pub.add(' org id :' || p_line_rec.org_id(l_index));
3047:
3048:
3049: IF NOT OE_ITORD_UTIL.Validate_item_orderability
3050: (
3051: p_line_rec.org_id(l_index)
3052: , p_line_rec.line_id(l_index)
3053: , p_line_rec.header_id(l_index)

Line 3065: fnd_message.set_token('ITEM',OE_ITORD_UTIL.get_item_name(p_line_rec.inventory_item_id(l_index)));

3061: )
3062: THEN
3063: p_line_rec.lock_control(l_index) := -99;
3064: fnd_message.set_name('ONT', 'OE_ITORD_VALIDATION_FAILED');
3065: fnd_message.set_token('ITEM',OE_ITORD_UTIL.get_item_name(p_line_rec.inventory_item_id(l_index)));
3066: fnd_message.set_token('CATEGORY',OE_ITORD_UTIL.get_item_category_name(p_line_rec.inventory_item_id(l_index)));
3067: OE_BULK_MSG_PUB.Add('Y','ERROR');
3068: IF l_debug_level > 0 THEN
3069: oe_debug_pub.add( 'IN ERROR 19 ' ) ;

Line 3066: fnd_message.set_token('CATEGORY',OE_ITORD_UTIL.get_item_category_name(p_line_rec.inventory_item_id(l_index)));

3062: THEN
3063: p_line_rec.lock_control(l_index) := -99;
3064: fnd_message.set_name('ONT', 'OE_ITORD_VALIDATION_FAILED');
3065: fnd_message.set_token('ITEM',OE_ITORD_UTIL.get_item_name(p_line_rec.inventory_item_id(l_index)));
3066: fnd_message.set_token('CATEGORY',OE_ITORD_UTIL.get_item_category_name(p_line_rec.inventory_item_id(l_index)));
3067: OE_BULK_MSG_PUB.Add('Y','ERROR');
3068: IF l_debug_level > 0 THEN
3069: oe_debug_pub.add( 'IN ERROR 19 ' ) ;
3070: END IF;