410: -- input parameter x_string. dimension the variables to account for this.
411:
412:
413: IF (x_created_by IS NULL) THEN
414: who_created_by := fnd_global.user_id;
415: ELSE
416: who_created_by := x_created_by;
417: END IF;
418:
487: --
488: -- ORASHID
489:
490: IF (x_created_by IS NULL) THEN
491: who_created_by := fnd_global.user_id;
492: ELSE
493: who_created_by := x_created_by;
494: END IF;
495: