DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ITORD_UTIL

Line 1107: l_old_itemcat := OE_ITORD_UTIL.get_item_category_id(p_old_line_rec.inventory_item_id);

1103: end if;
1104:
1105: -- 14078867 Start
1106: -- Get Item Category IDs
1107: l_old_itemcat := OE_ITORD_UTIL.get_item_category_id(p_old_line_rec.inventory_item_id);
1108: l_new_itemcat := OE_ITORD_UTIL.get_item_category_id(p_x_line_rec.inventory_item_id);
1109: if l_debug_level > 0 then
1110: oe_debug_pub.ADD(' Old ItemID: '||p_old_line_rec.inventory_item_id||
1111: ' -Old Category ID: '||l_old_itemcat||

Line 1108: l_new_itemcat := OE_ITORD_UTIL.get_item_category_id(p_x_line_rec.inventory_item_id);

1104:
1105: -- 14078867 Start
1106: -- Get Item Category IDs
1107: l_old_itemcat := OE_ITORD_UTIL.get_item_category_id(p_old_line_rec.inventory_item_id);
1108: l_new_itemcat := OE_ITORD_UTIL.get_item_category_id(p_x_line_rec.inventory_item_id);
1109: if l_debug_level > 0 then
1110: oe_debug_pub.ADD(' Old ItemID: '||p_old_line_rec.inventory_item_id||
1111: ' -Old Category ID: '||l_old_itemcat||
1112: ' -New ItemID: '||p_x_line_rec.inventory_item_id||