FND Design Data [Home] [Help]

View: PSP_PAYROLL_SOURCE_TYPES_V

Product: PSP - Labor Distribution
Description: Shows payroll source codes for the source types
Implementation/DBA Data: ViewAPPS.PSP_PAYROLL_SOURCE_TYPES_V
View Text

SELECT DISTINCT A.SOURCE_TYPE
, B.MEANING
FROM PSP_PAYROLL_SOURCES A
, PSP_LOOKUPS B
WHERE LOOKUP_TYPE = 'PSP_SOURCE_TYPE'
AND LOOKUP_CODE = A.SOURCE_TYPE
AND LOOKUP_CODE IN ('N'
, 'P')

Columns

Name
SOURCE_TYPE
DESCRIPTION