DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IBC_CITEM_PERMISSIONS_V

Object Details
Object Name: IBC_CITEM_PERMISSIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIBC.IBC_CITEM_PERMISSIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PERMISSION_CODE VARCHAR2 (30)
Permission Code
CONTENT_ITEM_ID NUMBER

Content Item Unique Identifier
ITEM_REFERENCE_CODE VARCHAR2 (100)
Item Reference Code
CONTENT_TYPE_CODE VARCHAR2 (100)
Content Type Unique Identifier
DIRECTORY_NODE_ID NUMBER

Directory Node Unique Identifier
PARENT_ITEM_ID NUMBER

Unique Identifier for Parent Content Item
LIVE_CITEM_VERSION_ID NUMBER

Unique Identifier for Live Content Item Version
CONTENT_ITEM_STATUS VARCHAR2 (30)
Status of the Content Item
LOCKED_BY_USER_ID NUMBER (15)
Unique Identifier in FND_USER(User_id) which has locked this Content Item
WD_RESTRICTED_FLAG VARCHAR2 (1)
Working directory restricted Flag
BASE_LANGUAGE VARCHAR2 (4)
Base language of the Content Item
TRANSLATION_REQUIRED_FLAG VARCHAR2 (1)
Whether Translation is required or not
OWNER_RESOURCE_ID NUMBER (15)
Owner or Resource of the Content Item.Unique Identifier references FND_USER or JTF_RESOURCES
OWNER_RESOURCE_TYPE VARCHAR2 (11)
Resource type in JTF_RESOURCES
APPLICATION_ID NUMBER

Application Unique Identifier
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
OBJECT_VERSION_NUMBER NUMBER (9)
Object version number for locking.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
ENCRYPT_FLAG VARCHAR2 (1)
Encryption Flag
USER_ID NUMBER

User Unique Identifier
SECURITY_FLAG CHAR (1)
Security Flag
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERMISSION_CODE
,      CONTENT_ITEM_ID
,      ITEM_REFERENCE_CODE
,      CONTENT_TYPE_CODE
,      DIRECTORY_NODE_ID
,      PARENT_ITEM_ID
,      LIVE_CITEM_VERSION_ID
,      CONTENT_ITEM_STATUS
,      LOCKED_BY_USER_ID
,      WD_RESTRICTED_FLAG
,      BASE_LANGUAGE
,      TRANSLATION_REQUIRED_FLAG
,      OWNER_RESOURCE_ID
,      OWNER_RESOURCE_TYPE
,      APPLICATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      ENCRYPT_FLAG
,      USER_ID
,      SECURITY_FLAG
FROM APPS.IBC_CITEM_PERMISSIONS_V;

Dependencies

[top of page]

APPS.IBC_CITEM_PERMISSIONS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_OBJECTS
SynonymIBC_CONTENT_ITEMS
SynonymIBC_DIRECTORY_NODES_B
SynonymIBC_GRANTS
SynonymIBC_OBJECT_GRANT_GROUPS
PL/SQL PackageIBC_UTILITIES_PVT - show dependent code
SynonymJTF_RS_GROUPS_DENORM
SynonymJTF_RS_GROUP_MEMBERS
SynonymJTF_RS_RESOURCE_EXTNS
APPS.IBC_CITEM_PERMISSIONS_V is referenced by following:

SchemaAPPS
Package BodyIBC_UTILITIES_GRP - show dependent code