DBA Data[Home] [Help]

APPS.HZ_DQM_SYNC dependencies on HZ_TRANS_FUNCTIONS_VL

Line 1771: from HZ_TRANS_FUNCTIONS_VL

1767:
1768: BEGIN
1769:
1770: select 'Y' into l_dqm_run
1771: from HZ_TRANS_FUNCTIONS_VL
1772: where STAGED_FLAG='Y'
1773: and nvl(ACTIVE_FLAG,'Y')='Y'
1774: and rownum = 1;
1775: