DBA Data[Home] [Help]

APPS.GR_FIELD_NAMES_PUB dependencies on GR_PROPERTIES_B

Line 131: GR_PROPERTIES_B B

127:
128: CURSOR c_get_property_id is
129: SELECT 1
130: FROM
131: GR_PROPERTIES_B B
132: where B.PROPERTY_ID = l_property_id;
133:
134: CURSOR c_get_property_ind is
135: SELECT property_type_indicator

Line 136: FROM GR_PROPERTIES_B B

132: where B.PROPERTY_ID = l_property_id;
133:
134: CURSOR c_get_property_ind is
135: SELECT property_type_indicator
136: FROM GR_PROPERTIES_B B
137: where B.PROPERTY_ID = l_property_id;
138:
139: l_prop_type_ind VARCHAR2(1);
140:

Line 665: -- Validate that the value of Property Id exists in the table GR_PROPERTIES_B.

661: /*************************************************************************************/
662:
663: ELSIF p_action = 'U' then
664:
665: -- Validate that the value of Property Id exists in the table GR_PROPERTIES_B.
666: -- If it does not, an error message will be written to the log file.
667:
668: FOR i IN 1 .. p_label_properties_tab.count LOOP
669: l_property_id := p_label_properties_tab(i).property_id;