DBA Data[Home] [Help]

APPS.OE_HOLDS_PVT dependencies on FND_CURRENCIES_VL

Line 203: from fnd_currencies_vl

199: AND lookup_type = 'SHIP_METHOD';
200:
201: CURSOR currency_value_cur IS
202: select name
203: from fnd_currencies_vl
204: WHERE currency_code = p_hold_entity_id;
205:
206: CURSOR salesrep_value_cur IS
207: select name

Line 2665: from fnd_currencies_vl

2661: WHERE TASK_ID = p_hold_source_rec.hold_entity_id2;
2662: ELSIF p_hold_source_rec.hold_entity_code2 = 'TC' THEN
2663: SELECT 'Valid Entity'
2664: INTO l_dummy
2665: from fnd_currencies_vl
2666: where currency_code = p_hold_source_rec.hold_entity_id2;
2667: --ER#7479609 end
2668: ELSE
2669: OE_Debug_PUB.Add('Invalid Second Entity Code');