DBA Data[Home] [Help]

APPS.QA_CHARS_API dependencies on FND_GLOBAL

Line 384: who_created_by := fnd_global.user_id;

380: -- input parameter x_string. dimension the variables to account for this.
381:
382:
383: IF (x_created_by IS NULL) THEN
384: who_created_by := fnd_global.user_id;
385: ELSE
386: who_created_by := x_created_by;
387: END IF;
388:

Line 455: who_created_by := fnd_global.user_id;

451: --
452: -- ORASHID
453:
454: IF (x_created_by IS NULL) THEN
455: who_created_by := fnd_global.user_id;
456: ELSE
457: who_created_by := x_created_by;
458: END IF;
459: