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


TABLE: IGI.IGI_ITR_ACTION_HISTORY

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


IGI_ITR_ACTION_HISTORY stores the Approval Action History for all charge lines


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
IT_SERVICE_LINE_ID NUMBER (15) Yes Service Line Identifier
SEQUENCE_NUM NUMBER (15) Yes Sequence Identifier for Approval Events
ACTION_CODE VARCHAR2 (25)
Approval Action Code
ACTION_DATE DATE

Approval Action Date
EMPLOYEE_ID NUMBER (15)
Employee who performed the action
APPROVAL_PATH_ID NUMBER (15)
For Future Use
NOTE VARCHAR2 (240)
Forwarded Note to the User
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
USE_WORKFLOW_FLAG VARCHAR2 (1)
Defines if the approval is due to usage of workflow or form approval
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created 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).
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).
Query Text

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


SELECT IT_SERVICE_LINE_ID
,      SEQUENCE_NUM
,      ACTION_CODE
,      ACTION_DATE
,      EMPLOYEE_ID
,      APPROVAL_PATH_ID
,      NOTE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      USE_WORKFLOW_FLAG
,      PROGRAM_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_ITR_ACTION_HISTORY;

Dependencies

[top of page]

IGI.IGI_ITR_ACTION_HISTORY does not reference any database object

IGI.IGI_ITR_ACTION_HISTORY is referenced by following:

SchemaAPPS
SynonymIGI_ITR_ACTION_HISTORY