DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_PVT dependencies on FND_LOOKUP_VALUES

Line 262: from ibe_msite_information m, fnd_lookup_values b

258: AND nvl(CARD_EXPIRYDATE, sysdate) >= sysdate
259: and
260: exists
261: (select msite_information1
262: from ibe_msite_information m, fnd_lookup_values b
263: where
264: m.msite_id =l_msite_id and
265: b.lookup_type = 'CREDIT_CARD' and
266: b.view_application_id = 660 and

Line 287: from ibe_msite_information m, fnd_lookup_values b

283: AND nvl(CARD_EXPIRYDATE, sysdate) >= sysdate
284: and
285: exists
286: (select msite_information1
287: from ibe_msite_information m, fnd_lookup_values b
288: where
289: m.msite_id = l_msite_id and
290: b.lookup_type = 'CREDIT_CARD' and
291: (b.tag = 'Y' or b.tag is null) and