[Home] [Help]
[Dependency Information]
Object Name: | OKC_OPERATION_LINES |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The Operation Line provides additional information about what did happen or will happen for an Operation Instance. It will always refer to a Contract Header, indicating the contract on which the operation was performed. In the case of Renewal Con solidation, this is the source contract header. There may also be a second contract header, and for Renewal Consolidation this will always be present as the target contract header.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_OPERATION_LINES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N6 | NORMAL | NONUNIQUE |
![]() |
![]() |
OKC_OPERATION_LINES_N7 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | Yes | Unique identifier. Primary key of the table. | |
SELECT_YN | VARCHAR2 | (3) | Indicates whether the line was requested for processing. Valid values are Y and N. | |
PROCESS_FLAG | VARCHAR2 | (1) | Flag to indicate the status of processing. Valid values are A, E, P. | |
OIE_ID | NUMBER | Yes | ID of the operation instance to which this operation lines record is associated. Refers to ID of OKC_OPERATION_INSTANCES. | |
SUBJECT_CHR_ID | NUMBER | Yes | Unique identifier of subject Contract. Refers to ID in OKC_K_HEADERS_B. | |
OBJECT_CHR_ID | NUMBER | Unique identifier of object Contract. Refers to ID in OKC_K_HEADERS_B. | ||
SUBJECT_CLE_ID | NUMBER | Unique identifier of Subject Contract line. Refers to ID in OKC_K_LINES_B | ||
OBJECT_CLE_ID | NUMBER | Foreign key to OKC_K_LINES_B to identify the Object Contract line | ||
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
CREATION_DATE | DATE | Yes | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record | |
PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program | ||
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
MESSAGE_CODE | VARCHAR2 | (30) | Message code refers to FND_LOOKUPS of type OKC_OPR_LINE_MESSAGE_CODE. | |
PARENT_OLE_ID | NUMBER | Refers to ID in OKC_K_LINES_B to identify the Parent Contract line | ||
ACTIVE_YN | VARCHAR2 | (3) | Flag used for Renewal and Renewal Consolidation mass operations. This flag indicates whether the relationship between the old contract and the new contract is Active. The relationship becomes inactive when the renewing contract is cancelled. Valid values are Y and N |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, SELECT_YN
, PROCESS_FLAG
, OIE_ID
, SUBJECT_CHR_ID
, OBJECT_CHR_ID
, SUBJECT_CLE_ID
, OBJECT_CLE_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SECURITY_GROUP_ID
, MESSAGE_CODE
, PARENT_OLE_ID
, ACTIVE_YN
FROM OKC.OKC_OPERATION_LINES;
OKC.OKC_OPERATION_LINES does not reference any database object
OKC.OKC_OPERATION_LINES is referenced by following:
|
|
|