DBA Data[Home] [Help]

APPS.PQH_RFT_SHD dependencies on PQH_TEMPLATES_VL

Line 416: from pqh_templates_vl

412: l_last_update_login pqh_templates.last_update_login%TYPE;
413: --
414: cursor c_templates(p_template_short_name varchar2) is
415: select template_id
416: from pqh_templates_vl
417: where short_name = p_template_short_name;
418: --
419: cursor c_ref_templates(p_parent_template_id varchar2,
420: p_base_template_id varchar2) is