DBA Data[Home] [Help]

APPS.IEX_CHECKLIST_UTILITY dependencies on FND_LOOKUP_VALUES_VL

Line 413: FROM fnd_lookup_values_vl

409: attribute3, attribute4, attribute5, attribute6,
410: attribute7, attribute8, attribute9, attribute10,
411: attribute11, attribute12, attribute13, attribute14, attribute15,
412: tag, security_group_id, view_application_id
413: FROM fnd_lookup_values_vl
414: WHERE (lookup_type = 'IEX_HISTORY_TYPE'
415: AND lookup_code IN ('PAYMENT_CNSLD', 'PAYMENT_CONTRACT', 'PROMISE_CNSLD', 'PROMISE_CONTRACT'))
416: OR (lookup_type = 'IEX_CNSLD');
417: l_enabled_flag VARCHAR2(1);