DBA Data[Home] [Help]

APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on OE_PROFILE

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

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