DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PER_GEN_HIERARCHY_NODES

Line 349: from per_gen_hierarchy_nodes

345:
346: Cursor csr_grade_crpath_node
347: IS
348: select null
349: from per_gen_hierarchy_nodes
350: where hierarchy_version_id = l_crpth_hier_ver
351: and information9 = l_corps_id
352: and information23 = l_grade_id;
353:

Line 768: from per_gen_hierarchy_nodes

764:
765: Cursor csr_grade_crpath_node
766: IS
767: select null
768: from per_gen_hierarchy_nodes
769: where hierarchy_version_id = l_crpth_hier_ver
770: and information9 = l_corps_id
771: and information23 = l_grade_id
772: and information3 = p_step_id;