DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PER_GEN_HIERARCHY_NODES

Line 230: from per_gen_hierarchy_nodes

226:
227: Cursor csr_grade_crpath_node
228: IS
229: select null
230: from per_gen_hierarchy_nodes
231: where hierarchy_version_id = l_crpth_hier_ver
232: and information9 = l_corps_id
233: and information23 = l_grade_id;
234:

Line 649: from per_gen_hierarchy_nodes

645:
646: Cursor csr_grade_crpath_node
647: IS
648: select null
649: from per_gen_hierarchy_nodes
650: where hierarchy_version_id = l_crpth_hier_ver
651: and information9 = l_corps_id
652: and information23 = l_grade_id
653: and information3 = p_step_id;