DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on DUAL

Line 1039: FROM DUAL

1035:
1036: CURSOR cur_get_charge_rsrc(v_step_id gme_batch_steps.batchstep_id%TYPE, v_rsrc cr_rsrc_mst.resources%TYPE)
1037: IS
1038: SELECT 1
1039: FROM DUAL
1040: WHERE EXISTS (SELECT 1
1041: FROM gme_batch_step_charges
1042: WHERE batchstep_id = v_step_id
1043: AND resources = v_rsrc);