161: -- Get the sequence as the existing maximum value + 1
162: -- Else
163: -- Get the next value from the database sequence
164: --
165: IF (fnd_global.user_id = 1) THEN
166: OPEN cur_max_plus_one;
167: FETCH cur_max_plus_one INTO v_rud_sequence_number;
168: CLOSE cur_max_plus_one;
169: ELSE
401: return the textual form of the IGS_RU_RULE
402:
403: CONSTANTS
404: */
405: cst_space CONSTANT VARCHAR2(1) := Fnd_Global.Local_Chr(31);
406: /*
407: return set string
408: */
409: FUNCTION show_set (