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


VIEW: APPS.IBC_CITEM_LABELS_V

Object Details
Object Name: IBC_CITEM_LABELS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIBC.IBC_CITEM_LABELS_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
LABEL_CODE VARCHAR2 (100) Yes Label code
CONTENT_ITEM_ID NUMBER
Yes Content item Unique identifier
CONTENT_ITEM_STATUS VARCHAR2 (30)
Status of this content item
CONTENT_TYPE_CODE VARCHAR2 (100) Yes Content type code for this content item references IBC_CONTENT_TYPE_B
ITEM_REFERENCE_CODE VARCHAR2 (100)
Content item reference code
DIRECTORY_NODE_ID NUMBER
Yes Directory node identifier to which this content item belongs
PARENT_ITEM_ID NUMBER

Parent Item Identifier
LIVE_CITEM_VERSION_ID NUMBER

Live version of this content item
LOCKED_BY_USER_ID NUMBER (15)
User who locked this content item for update
WD_RESTRICTED_FLAG VARCHAR2 (1) Yes Whether this content item is private to users who have access to its working directory
BASE_LANGUAGE VARCHAR2 (4) Yes The language in which this content item is created and updated
TRANSLATION_REQUIRED_FLAG VARCHAR2 (1) Yes Whether translation is required for this content item
OWNER_RESOURCE_ID NUMBER (15)
JTF Resource identifier who owns this content item
OWNER_RESOURCE_TYPE VARCHAR2 (11)
JTF Resource type, can be RS_EMPLOYEE, or RS_GROUP
APPLICATION_ID NUMBER

Application id for decentralized data seeding
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes 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) Yes Object version number for locking.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
CITEM_VERSION_ID NUMBER
Yes Citem Versions unique identifier
VERSION_NUMBER NUMBER (15) Yes Version number of the content item
CITEM_VERSION_STATUS VARCHAR2 (30)
Status of this content item version.
VERSION_CREATED_BY NUMBER
Yes Standard Who column
VERSION_CREATION_DATE DATE
Yes Standard Who column
VERSION_LAST_UPDATED_BY NUMBER
Yes Standard Who column
VERSION_LAST_UPDATE_DATE DATE
Yes Standard Who column
VERSION_LAST_UPDATE_LOGIN NUMBER

Standard Who column
START_DATE DATE

Effective Start date of this version
END_DATE DATE

Effective End date of this version
CONTENT_ITEM_NAME VARCHAR2 (240) Yes Content item name for this version
DESCRIPTION VARCHAR2 (2000)
Content item description for this version
LANGUAGE VARCHAR2 (4) Yes Language this row is storing data for
CONTENT_TYPE_NAME VARCHAR2 (240) Yes Name of the Content type
ATTRIBUTE_FILE_ID NUMBER

All primitive attribute values are stored as a XML bundle in FND_LOBS. This column points to the BLOB
ATTACHMENT_FILE_ID NUMBER

Points to the BLOB in FND_LOBS which stores the attachment file for this content item version
ATTACHMENT_FILE_NAME VARCHAR2 (256)
File name of the attachment
SOURCE_LANG VARCHAR2 (4) Yes Language data in this row is currently of
Query Text

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


SELECT LABEL_CODE
,      CONTENT_ITEM_ID
,      CONTENT_ITEM_STATUS
,      CONTENT_TYPE_CODE
,      ITEM_REFERENCE_CODE
,      DIRECTORY_NODE_ID
,      PARENT_ITEM_ID
,      LIVE_CITEM_VERSION_ID
,      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
,      CITEM_VERSION_ID
,      VERSION_NUMBER
,      CITEM_VERSION_STATUS
,      VERSION_CREATED_BY
,      VERSION_CREATION_DATE
,      VERSION_LAST_UPDATED_BY
,      VERSION_LAST_UPDATE_DATE
,      VERSION_LAST_UPDATE_LOGIN
,      START_DATE
,      END_DATE
,      CONTENT_ITEM_NAME
,      DESCRIPTION
,      LANGUAGE
,      CONTENT_TYPE_NAME
,      ATTRIBUTE_FILE_ID
,      ATTACHMENT_FILE_ID
,      ATTACHMENT_FILE_NAME
,      SOURCE_LANG
FROM APPS.IBC_CITEM_LABELS_V;

Dependencies

[top of page]

APPS.IBC_CITEM_LABELS_V references the following:

SchemaAPPS
SynonymIBC_CITEM_VERSIONS_B
SynonymIBC_CITEM_VERSIONS_TL
SynonymIBC_CITEM_VERSION_LABELS
SynonymIBC_CONTENT_ITEMS
SynonymIBC_CONTENT_TYPES_TL

APPS.IBC_CITEM_LABELS_V is not referenced by any database object