DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_LINE_UTIL

Line 3636: -- This function is a wrapper on top of oe_line_util.get_item_info

3632:
3633:
3634:
3635:
3636: -- This function is a wrapper on top of oe_line_util.get_item_info
3637: -- procedure. This is used to get the value and description for the products
3638: -- in the blanket sales lines.
3639: -- This will return the internal item and description for all but customer items
3640: -- for which it returns the customer product and description

Line 3673: OE_LINE_UTIL.GET_ITEM_INFO (

3669: oe_debug_pub.add( 'ORDERED_ITEM : '||P_ORDERED_ITEM ) ;
3670: oe_debug_pub.add( 'SOLD_TO_ORG_ID : '||P_SOLD_TO_ORG_ID ) ;
3671: END IF;
3672:
3673: OE_LINE_UTIL.GET_ITEM_INFO (
3674: x_return_status => l_return_status
3675: , x_msg_count => l_msg_count
3676: , x_msg_data => l_msg_data
3677: , p_item_identifier_type => p_item_identifier_type

Line 3690: oe_debug_pub.add('Return status from OE_LINE_UTIL.GET_ITEM_INFO is '||l_return_status) ;

3686:
3687: );
3688:
3689: IF l_debug_level > 0 THEN
3690: oe_debug_pub.add('Return status from OE_LINE_UTIL.GET_ITEM_INFO is '||l_return_status) ;
3691: END IF;
3692:
3693: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3694: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;