FND Design Data [Home] [Help]

View: BISFV_TREND_FUNCTIONS

Product: BIS - Applications BIS
Description:
Implementation/DBA Data: Not implemented in this database
View Text

SELECT BTF.FUNCTION_ID
, B.FUNCTION_NAME
, T.USER_FUNCTION_NAME
FROM BIS_TREND_FUNCTIONS BTF
, FND_FORM_FUNCTIONS_TL T
, FND_FORM_FUNCTIONS B
WHERE B.FUNCTION_ID = T.FUNCTION_ID
AND T.LANGUAGE = USERENV('LANG')
AND BTF.FUNCTION_ID = B.FUNCTION_ID

Columns

Name
FUNCTION_ID
FUNCTION_NAME
USER_FUNCTION_NAME