DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on OE_LINE_UTIL

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

3623:
3624:
3625:
3626:
3627: -- This function is a wrapper on top of oe_line_util.get_item_info
3628: -- procedure. This is used to get the value and description for the products
3629: -- in the blanket sales lines.
3630: -- This will return the internal item and description for all but customer items
3631: -- for which it returns the customer product and description

Line 3664: OE_LINE_UTIL.GET_ITEM_INFO (

3660: oe_debug_pub.add( 'ORDERED_ITEM : '||P_ORDERED_ITEM ) ;
3661: oe_debug_pub.add( 'SOLD_TO_ORG_ID : '||P_SOLD_TO_ORG_ID ) ;
3662: END IF;
3663:
3664: OE_LINE_UTIL.GET_ITEM_INFO (
3665: x_return_status => l_return_status
3666: , x_msg_count => l_msg_count
3667: , x_msg_data => l_msg_data
3668: , p_item_identifier_type => p_item_identifier_type

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

3677:
3678: );
3679:
3680: IF l_debug_level > 0 THEN
3681: oe_debug_pub.add('Return status from OE_LINE_UTIL.GET_ITEM_INFO is '||l_return_status) ;
3682: END IF;
3683:
3684: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3685: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;