1162: IF x_generate_party_number = 'N' THEN
1163: ocon_rec.party_rel_rec.party_rec.party_number := x_party_number;
1164: END IF;
1165: IF x_gen_contact_number = 'N' THEN
1166: select hz_contact_numbers_s.nextval into x_contact_number from dual;
1167: end if;
1168: ocon_rec.contact_number := x_contact_number;
1169: -- ocon_rec.status := 'A';
1170: if x_rented_list_flag = 'R' then