FND Design Data [Home] [Help]

View: POR_MTL_REASONS_LOV_V

Product: ICX - Oracle iProcurement
Description: View for the List of Values for transaction reasons that one may use across organizations in the transaction system
Implementation/DBA Data: ViewAPPS.POR_MTL_REASONS_LOV_V
View Text

SELECT REASON_ID
, REASON_NAME
, DESCRIPTION
FROM MTL_TRANSACTION_REASONS
WHERE NVL(DISABLE_DATE
, SYSDATE + 1) > SYSDATE

Columns

Name
REASON_ID
REASON_NAME
DESCRIPTION