DBA Data[Home] [Help]

APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on OE_PROFILE

Line 203: := oe_profile.value('OE_SET_OF_BOOKS_ID', p_qte_rec.org_id);

199:
200: -- currency conversion
201:
202: l_set_of_books_id NUMBER
203: := oe_profile.value('OE_SET_OF_BOOKS_ID', p_qte_rec.org_id);
204: --:= to_number(FND_PROFILE.value('OE_SET_OF_BOOKS_ID'));
205: l_conversion_type VARCHAR2(30)
206: := FND_PROFILE.Value('ASO_QUOTE_CONVERSION_TYPE');
207: l_conversion_rate NUMBER;