DBA Data[Home] [Help]

APPS.PQH_TEM_BUS dependencies on PQH_TEMPLATES_VL

Line 461: from pqh_templates_vl

457: l_dummy varchar2(1) ;
458: --
459: Cursor csr_tem_name is
460: select null
461: from pqh_templates_vl
462: where template_name = p_template_name
463: and transaction_category_id = p_transaction_category_id
464: and template_id <> nvl(p_template_id,0);
465: --