DBA Data[Home] [Help]

APPS.ZPB_DEBUG dependencies on ZPB_ATTRIBUTES_VL

Line 162: from zpb_attributes_vl attrs,

158: attrs.type,
159: attrs.label,
160: dims.aw_name,
161: attrs.pers_cwm_name
162: from zpb_attributes_vl attrs,
163: zpb_dimensions dims
164: where attrs.dimension_id = l_dim_id and
165: dims.dimension_id = attrs.range_dim_id;
166:

Line 546: from zpb_attributes_vl attrs,

542: attrs.type,
543: attrs.label,
544: dims.aw_name,
545: attrs.pers_cwm_name
546: from zpb_attributes_vl attrs,
547: zpb_dimensions dims
548: where attrs.dimension_id = l_dim_id and
549: dims.dimension_id = attrs.range_dim_id;
550: