DBA Data[Home] [Help]

APPS.IGP_WZ_PUBLISH_TEMPLATE_PKG dependencies on IGP_LOOKUP_VALUES

Line 222: FROM igp_wz_templates temp, igp_lookup_values lk

218: lk.meaning type,
219: NVL(temp.description,nbsp) description,
220: NVL(TO_CHAR(temp.expiry_date),nbsp) expiry_date,
221: created_by
222: FROM igp_wz_templates temp, igp_lookup_values lk
223: WHERE temp.template_id = cp_template_id AND
224: temp.template_type_code = lk.lookup_code AND
225: lk.lookup_type = cp_lookup_type;
226: