[Home] [Help]
240: -- ****** MAIN Program CURSORS *********
241: -- Cursor to verify whether Person benefits EIT is created or not
242: CURSOR c_eit_exists IS
243: SELECT 'x'
244: FROM per_people_info_types
245: WHERE information_type = 'GHR_US_PER_BENEFIT_INFO';
246:
247: -- Cursor to pick person records of Federal Persons
248: CURSOR c_batch_persons(c_session_id IN NUMBER,