FND Design Data [Home] [Help]

View: AP_SEC_V

Product: AP - Payables
Description: This view restricts the user to only view records defined in their security profile and organization profile.
Implementation/DBA Data: ViewAPPS.AP_SEC_V
View Text

SELECT NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO')
, 1
, 1)
, ' '
, NULL
, SUBSTRB(USERENV('CLIENT_INFO')
, 1
, 10)))
, -99) ORG_ID
FROM DUAL UNION SELECT ORGANIZATION_ID ORG_ID
FROM PER_ORGANIZATION_LIST
WHERE SECURITY_PROFILE_ID = FND_PROFILE.VALUE('XLA_MO_SECURITY_PROFILE_LEVEL')

Columns

Name
ORG_ID