DBA Data[Home] [Help]

APPS.HZ_DQM_SYNC dependencies on HZ_TRANS_FUNCTIONS_VL

Line 1652: from HZ_TRANS_FUNCTIONS_VL

1648:
1649: BEGIN
1650:
1651: select 'Y' into l_dqm_run
1652: from HZ_TRANS_FUNCTIONS_VL
1653: where STAGED_FLAG='Y'
1654: and nvl(ACTIVE_FLAG,'Y')='Y'
1655: and rownum = 1;
1656: