DBA Data[Home] [Help]

APPS.HR_CALENDAR_NODE_TYPE_API dependencies on PER_GEN_HIERARCHY

Line 651: from per_gen_hierarchy

647: -- (scope) hierarchy.
648: --
649: CURSOR csr_hexist IS
650: select 'Y'
651: from per_gen_hierarchy
652: where type = p_hierarchy_type
653: and rownum = 1;
654:
655: l_return Varchar2(1) := null;