DBA Data[Home] [Help]

APPS.INVPVDR4 dependencies on DUAL

Line 437: FROM dual

433: /*Bug 7437620 Modified the query to fetch the operating unit
434: Table hr_organization_information is used instead of org_organization_defintions*/
435:
436: SELECT 'valid_tax_code' into pur_dummy
437: FROM dual
438: WHERE EXISTS( SELECT NULL
439: FROM zx_input_classifications_v
440: WHERE tax_type not in ('AWT','OFFSET')
441: AND enabled_flag = 'Y'