DBA Data[Home] [Help]

APPS.PQH_RLS_BUS dependencies on PQH_ROLE_TEMPLATES

Line 621: from pqh_role_templates

617: l_cnt_routing_lists number(9);
618: --
619: cursor csr_cnt_templates is
620: select count(*)
621: from pqh_role_templates
622: where role_id = NVL(p_role_id,0)
623: and nvl(enable_flag,'N') = 'Y';
624: --
625: cursor csr_cnt_positions is