DBA Data[Home] [Help]

APPS.GR_ITEM_SAFETY dependencies on GR_LABEL_PROPERTIES

Line 37: gr_label_properties lp,

33: pro.range_min,
34: pro.range_max,
35: pd.description
36: FROM gr_properties_tl pd,
37: gr_label_properties lp,
38: gr_properties_b pro
39: WHERE lp.label_code = p_label_code
40: AND lp.property_id = pro.property_id
41: AND pd.property_id = lp.property_id