DBA Data[Home] [Help]

APPS.IEM_INBE_PVT dependencies on FND_LOOKUPS

Line 39: from fnd_lookups

35:
36: l_def_where := ieu_pub.get_enum_res_cat(p_sel_enum_id);
37:
38: Select meaning into l_node_label
39: from fnd_lookups
40: where lookup_type = 'IEM_UWQ_EMAIL_LABELS'
41: and lookup_code = 'IEM_INBOUND_EMAIL_LBL';
42:
43: l_tk_list(l_node_counter).NODE_LABEL := l_node_label;