DBA Data[Home] [Help]

APPS.PQH_WDT_BUS dependencies on DUAL

Line 616: Select null from dual

612: AND wfs.budget_id = bdt.budget_id;
613: --
614: --
615: Cursor c3 is
616: Select null from dual
617: Where p_organization_id in
618: (Select ORGANIZATION_ID_CHILD
619: from per_org_structure_elements
620: where org_structure_version_id = l_org_structure_version_id);