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: /* Bug 7588091 Added the nvl around the tax_type in the query*/
441: WHERE nvl(tax_type,'X') not in ('AWT','OFFSET')