DBA Data[Home] [Help]

APPS.GR_ITEM_PROPERTIES_PUB dependencies on GR_LABEL_PROPERTIES

Line 166: FROM gr_label_properties lp

162: item_riskcode c_get_item_risk_phrase%ROWTYPE;
163:
164: CURSOR Cur_get_seq_no IS
165: SELECT lp.sequence_number
166: FROM gr_label_properties lp
167: WHERE lp.label_code = l_field_name_code
168: AND lp.property_id = l_property_id;
169:
170: CURSOR c_get_property_id is