275: l_accomplish_found BOOLEAN := FALSE;
276: l_mr_header_id NUMBER := p_mr_header_id;
277: l_unit_effectivity_id NUMBER;
278: l_accomplishment_date DATE;
279: l_copy_accomplishment_flag ahl_mr_headers_v.copy_accomplishment_flag%TYPE;
280: l_mr_title ahl_mr_headers_v.title%TYPE;
281: l_version_number NUMBER;
282: l_status_code ahl_unit_effectivities_vl.status_code%TYPE;
283:
276: l_mr_header_id NUMBER := p_mr_header_id;
277: l_unit_effectivity_id NUMBER;
278: l_accomplishment_date DATE;
279: l_copy_accomplishment_flag ahl_mr_headers_v.copy_accomplishment_flag%TYPE;
280: l_mr_title ahl_mr_headers_v.title%TYPE;
281: l_version_number NUMBER;
282: l_status_code ahl_unit_effectivities_vl.status_code%TYPE;
283:
284: -- Added for deferral functionality.
976: l_accomplish_found BOOLEAN := FALSE;
977: l_mr_header_id NUMBER := p_mr_header_id;
978: l_unit_effectivity_id NUMBER;
979: l_accomplishment_date DATE;
980: l_copy_accomplishment_flag ahl_mr_headers_v.copy_accomplishment_flag%TYPE;
981: l_mr_title ahl_mr_headers_v.title%TYPE;
982: l_version_number NUMBER;
983: l_status_code ahl_unit_effectivities_vl.status_code%TYPE;
984:
977: l_mr_header_id NUMBER := p_mr_header_id;
978: l_unit_effectivity_id NUMBER;
979: l_accomplishment_date DATE;
980: l_copy_accomplishment_flag ahl_mr_headers_v.copy_accomplishment_flag%TYPE;
981: l_mr_title ahl_mr_headers_v.title%TYPE;
982: l_version_number NUMBER;
983: l_status_code ahl_unit_effectivities_vl.status_code%TYPE;
984:
985: -- Added for deferral functionality.