DBA Data[Home] [Help]

APPS.PV_ENTY_ATTR_VALUE_PUB dependencies on PV_LOOKUPS

Line 1047: FOR x IN (select meaning from pv_lookups

1043: IF (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)) THEN
1044: Fnd_Message.set_name('PV', 'PV_ENTY_ATTR_VAL_MULTI_ERROR');
1045:
1046:
1047: FOR x IN (select meaning from pv_lookups
1048: where lookup_type = 'PV_ATTRIBUTE_TYPE'
1049: and lookup_code = l_attribute_type
1050: ) LOOP
1051: l_meaning := x.meaning;

Line 1055: FOR x IN (select meaning from pv_lookups

1051: l_meaning := x.meaning;
1052: END LOOP;
1053: Fnd_Message.set_token('ATTR_TYPE',l_meaning);
1054:
1055: FOR x IN (select meaning from pv_lookups
1056: where lookup_type = 'PV_ATTR_DISPLAY_STYLE'
1057: and lookup_code = l_display_style
1058: ) LOOP
1059: l_meaning := x.meaning;