DBA Data[Home] [Help]

APPS.FII_FIN_CAT_MAINTAIN_PKG dependencies on DUAL

Line 1000: from dual

996: where parent_level + 1 = child_level
997: --and child_flex_value_set_id = G_MASTER_VALUE_SET_ID
998: union all
999: select null, G_TOP_NODE_ID, 1, G_MASTER_VALUE_SET_ID, 'N'
1000: from dual
1001: )
1002: START WITH pid is NULL
1003: CONNECT BY pid = PRIOR cid
1004: ORDER siblings BY cid;