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