DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_ITORD_UTIL

Line 2994: IF NOT OE_ITORD_UTIL.Validate_item_orderability

2990: oe_debug_pub.add(' Checking Validate_item_orderability ');
2991: --oe_debug_pub.add(' org id :' || p_line_rec.org_id(l_index));
2992:
2993:
2994: IF NOT OE_ITORD_UTIL.Validate_item_orderability
2995: (
2996: p_line_rec.org_id(l_index)
2997: , p_line_rec.line_id(l_index)
2998: , p_line_rec.header_id(l_index)

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

3006: )
3007: THEN
3008: p_line_rec.lock_control(l_index) := -99;
3009: fnd_message.set_name('ONT', 'OE_ITORD_VALIDATION_FAILED');
3010: fnd_message.set_token('ITEM',OE_ITORD_UTIL.get_item_name(p_line_rec.inventory_item_id(l_index)));
3011: fnd_message.set_token('CATEGORY',OE_ITORD_UTIL.get_item_category_name(p_line_rec.inventory_item_id(l_index)));
3012: OE_BULK_MSG_PUB.Add('Y','ERROR');
3013: IF l_debug_level > 0 THEN
3014: oe_debug_pub.add( 'IN ERROR 19 ' ) ;

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

3007: THEN
3008: p_line_rec.lock_control(l_index) := -99;
3009: fnd_message.set_name('ONT', 'OE_ITORD_VALIDATION_FAILED');
3010: fnd_message.set_token('ITEM',OE_ITORD_UTIL.get_item_name(p_line_rec.inventory_item_id(l_index)));
3011: fnd_message.set_token('CATEGORY',OE_ITORD_UTIL.get_item_category_name(p_line_rec.inventory_item_id(l_index)));
3012: OE_BULK_MSG_PUB.Add('Y','ERROR');
3013: IF l_debug_level > 0 THEN
3014: oe_debug_pub.add( 'IN ERROR 19 ' ) ;
3015: END IF;