DBA Data[Home] [Help]

APPS.PV_ENTY_ATTR_VALUE_PVT dependencies on PV_LOOKUPS

Line 214: FOR x IN (select meaning from pv_lookups

210: IF (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)) THEN
211: Fnd_Message.set_name('PV', 'PV_ENTY_ATTR_VAL_MULTI_ERROR');
212:
213:
214: FOR x IN (select meaning from pv_lookups
215: where lookup_type = 'PV_ATTRIBUTE_TYPE'
216: and lookup_code = l_attribute_type
217: ) LOOP
218: l_meaning := x.meaning;

Line 222: FOR x IN (select meaning from pv_lookups

218: l_meaning := x.meaning;
219: END LOOP;
220: Fnd_Message.set_token('ATTR_TYPE',l_meaning);
221:
222: FOR x IN (select meaning from pv_lookups
223: where lookup_type = 'PV_ATTR_DISPLAY_STYLE'
224: and lookup_code = l_display_style
225: ) LOOP
226: l_meaning := x.meaning;