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


VIEW: APPS.IGCBV_CC_PERIODS

Object Details
Object Name: IGCBV_CC_PERIODS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGC.IGCBV_CC_PERIODS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


IGCBV_CC_PERIODS display the contract commitment period that corresponds to a general ledger period. This period may be opened and closed at times other than the general ledger periods.


[View Source]

Columns
Name Datatype Length Mandatory Comments
_LA:PERIOD_STATUS CHAR (61)
ORGANIZATION_NAME VARCHAR2 (240) Yes
PERIOD_NAME VARCHAR2 (15) Yes
PERIOD_SET_NAME VARCHAR2 (15) Yes
ORGANIZATION_ID NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT _LA:PERIOD_STATUS
,      ORGANIZATION_NAME
,      PERIOD_NAME
,      PERIOD_SET_NAME
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.IGCBV_CC_PERIODS;

Dependencies

[top of page]

APPS.IGCBV_CC_PERIODS references the following:

SchemaAPPS
SynonymGL_PERIODS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymIGC_CC_PERIODS_ALL

APPS.IGCBV_CC_PERIODS is not referenced by any database object