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


TABLE: IGI.IGI_SAP_INVOICE_CLERK

Object Details
Object Name: IGI_SAP_INVOICE_CLERK
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_SAP_INVOICE_CLERK
Subobject Name:
Status: VALID


IGI_SAP_INVOICE_CLERK holds the list of invoice clerks assigned to their approvers.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
GROUP_ID NUMBER
Yes Unique group identifier
CLERK_ID NUMBER
Yes Employee unique identifier
START_DATE_ACTIVE DATE
Yes Start date active
END_DATE_ACTIVE DATE

End date active
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER (15)
Standard who column - user who created 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_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT GROUP_ID
,      CLERK_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_SAP_INVOICE_CLERK;

Dependencies

[top of page]

IGI.IGI_SAP_INVOICE_CLERK does not reference any database object

IGI.IGI_SAP_INVOICE_CLERK is referenced by following:

SchemaIGI
ViewIGI_SAP_INVOICE_CLERK#