DBA Data[Home] [Help]

APPS.IEX_CHECKLIST_UTILITY dependencies on FND_LOOKUP_VALUES_VL

Line 445: FROM fnd_lookup_values_vl

441: attribute3, attribute4, attribute5, attribute6,
442: attribute7, attribute8, attribute9, attribute10,
443: attribute11, attribute12, attribute13, attribute14, attribute15,
444: tag, security_group_id, view_application_id
445: FROM fnd_lookup_values_vl
446: WHERE (lookup_type = 'IEX_HISTORY_TYPE'
447: AND lookup_code IN ('PAYMENT_CNSLD', 'PAYMENT_CONTRACT', 'PROMISE_CNSLD', 'PROMISE_CONTRACT'))
448: OR (lookup_type = 'IEX_CNSLD');
449: l_enabled_flag VARCHAR2(1);