DBA Data[Home] [Help]

APPS.ASO_PUBLISH_MISC_INT dependencies on FND_LOOKUPS

Line 32: from fnd_lookups

28:
29:
30: Cursor c_istore_lookup(p_message_name VARCHAR2) IS
31: select LOOKUP_CODE
32: from fnd_lookups
33: where lookup_type = 'IBE_WF_NOTIFICATION'
34: and LOOKUP_CODE = p_message_name
35: and ENABLED_FLAG = 'Y';
36: c_wf_notifications c_istore_lookup%ROWTYPE;