DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on DUAL

Line 1155: FROM DUAL

1151:
1152: CURSOR cur_get_charge_rsrc(v_step_id gme_batch_steps.batchstep_id%TYPE, v_rsrc cr_rsrc_mst.resources%TYPE)
1153: IS
1154: SELECT 1
1155: FROM DUAL
1156: WHERE EXISTS (SELECT 1
1157: FROM gme_batch_step_charges
1158: WHERE batchstep_id = v_step_id
1159: AND resources = v_rsrc);