DBA Data[Home] [Help]

APPS.OE_HOLDS_PVT dependencies on FND_CURRENCIES_VL

Line 149: from fnd_currencies_vl

145: AND lookup_type = 'SHIP_METHOD';
146:
147: CURSOR currency_value_cur IS
148: select name
149: from fnd_currencies_vl
150: WHERE currency_code = p_hold_entity_id;
151:
152: CURSOR salesrep_value_cur IS
153: select name

Line 2210: from fnd_currencies_vl

2206: WHERE TASK_ID = p_hold_source_rec.hold_entity_id2;
2207: ELSIF p_hold_source_rec.hold_entity_code2 = 'TC' THEN
2208: SELECT 'Valid Entity'
2209: INTO l_dummy
2210: from fnd_currencies_vl
2211: where currency_code = p_hold_source_rec.hold_entity_id2;
2212: --ER#7479609 end
2213: ELSE
2214: OE_Debug_PUB.Add('Invalid Second Entity Code');