DBA Data[Home] [Help]

APPS.OE_CNCL_ORDER_IMPORT_PVT dependencies on OE_VALUE_TO_ID

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

1619: END IF;
1620:
1621: if l_sold_to_org is not null then
1622:
1623: l_header_rec.sold_to_org_id := OE_VALUE_TO_ID.sold_to_org(
1624: p_sold_to_org => l_sold_to_org,
1625: p_customer_number => null);
1626:
1627:

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

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

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

3360:
3361: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
3362: THEN
3363:
3364: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
3365: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','line_type_id');
3366: OE_MSG_PUB.Add;
3367:
3368: END IF;