DBA Data[Home] [Help]

APPS.PQH_RFT_SHD dependencies on PQH_TEMPLATES_VL

Line 433: from pqh_templates_vl

429: l_last_update_login pqh_templates.last_update_login%TYPE;
430: --
431: cursor c_templates(p_template_short_name varchar2) is
432: select template_id
433: from pqh_templates_vl
434: where short_name = p_template_short_name;
435: --
436: cursor c_ref_templates(p_parent_template_id varchar2,
437: p_base_template_id varchar2) is