DBA Data[Home] [Help]

APPS.IEM_INBE_PVT dependencies on FND_LOOKUPS

Line 41: from fnd_lookups

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