DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_VAL dependencies on DUAL

Line 559: from dual

555: */
556:
557: cursor csr_chk_fed_row is
558: select 'Y'
559: from dual
560: where exists (select null
561: from PAY_US_EMP_FED_TAX_RULES_F pef
562: where pef.assignment_id = p_assignment_id);
563: