Default a value in item import map
How can we default user name in item import map.
We have one of the user defined attribute in item attribute as owner and we want to default this value with logged in user or the user who is uploading the item attribute values.
Tried using "FND_GLOBAL.USER_NAME" function, but getting error "The expression is invalid. (EGO-2745500)"
Below are the expression used and facing the same error in item import map. Please suggest what is the appropriate function/syntax to use.
DECODE([OWNER], NULL, FND_GLOBAL.USER_NAME, [OWNER])
DECODE([OWNER], NULL, FND_GLOBAL.USER_NAME(), [OWNER])
Tagged:
0