DBA Data[Home] [Help]

APPS.GR_ITEM_PROPERTIES_PUB dependencies on GR_PROPERTY_VALUES_TL

Line 188: from GR_PROPERTY_values_TL

184: where B.PROPERTY_ID = l_property_id;
185:
186: cursor c_get_PROPERTY_values is
187: select 1
188: from GR_PROPERTY_values_TL
189: WHERE property_id = l_property_id
190: and language = l_language_code
191: and value = l_alpha_value;
192: