DBA Data[Home] [Help]

APPS.GMO_DISPENSE_PVT dependencies on GMO_DISPENSING_PLANNING

Line 1066: select count(dispense_area_id) into countValue from gmo_dispensing_planning

1062: where dispense_area_id = disp_area_id;
1063: if(countValue > 0) then
1064: return 'Yes';
1065: else
1066: select count(dispense_area_id) into countValue from gmo_dispensing_planning
1067: where dispense_area_id = disp_area_id;
1068: if(countValue > 0) then
1069: return 'Yes';
1070: end if;