DBA Data[Home] [Help]

APPS.PQH_GENERIC_HIERARCHY_PACKAGE dependencies on DUAL

Line 1110: from sys.dual;

1106: --
1107: Cursor csr_next_val
1108: is
1109: select per_gen_hier_node_types_s.nextval
1110: from sys.dual;
1111:
1112: Cursor csr_chk_id_duplicate(p_next_id_val in number)
1113: is
1114: select '1'