DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_VALUE_TO_ID

Line 1619: l_header_rec.sold_to_org_id := OE_VALUE_TO_ID.sold_to_org(

1615: END IF;
1616:
1617: if l_sold_to_org is not null then
1618:
1619: l_header_rec.sold_to_org_id := OE_VALUE_TO_ID.sold_to_org(
1620: p_sold_to_org => l_sold_to_org,
1621: p_customer_number => null);
1622:
1623:

Line 1624: /* if oe_value_to_id returned g_miss_num, reassign sold_to_org_id back to null */

1620: p_sold_to_org => l_sold_to_org,
1621: p_customer_number => null);
1622:
1623:
1624: /* if oe_value_to_id returned g_miss_num, reassign sold_to_org_id back to null */
1625:
1626: if l_header_rec.sold_to_org_id = FND_API.G_MISS_NUM then
1627: IF l_debug_level > 0 THEN
1628: oe_debug_pub.add( 'returned value for sold_to_org_id was g_miss_num') ;

Line 3310: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');

3306:
3307: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3308: THEN
3309:
3310: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
3311: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','line_type_id');
3312: OE_MSG_PUB.Add;
3313:
3314: END IF;