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


TABLE: JTF.JTF_FM_BATCH_SEGMENTS

Object Details
Object Name: JTF_FM_BATCH_SEGMENTS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_FM_BATCH_SEGMENTS
Subobject Name:
Status: VALID


Table internally used by Fulfillment server to store information on the batch segments


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Request Identifier (Unique for each request as of 11.5.9)
SEGMENT_ID NUMBER
Yes Unique Identifier internally used by Fulfillment Server
COMPLETED VARCHAR2 (1)
Flag to determine if the SEGMENT has been completed.
FAILURES VARCHAR2 (1)
Any failures in this segment?
LAST_SEGMENT VARCHAR2 (1)
Is this the last segment for this request
CREATED_BY NUMBER
Yes Created by
CREATION_DATE DATE
Yes Date of creation
LAST_UPDATED_BY NUMBER
Yes last updated by userId
LAST_UPDATE_DATE DATE
Yes Last Updated Date
LAST_UPDATE_LOGIN NUMBER

Last updated login user Id
Query Text

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


SELECT REQUEST_ID
,      SEGMENT_ID
,      COMPLETED
,      FAILURES
,      LAST_SEGMENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM JTF.JTF_FM_BATCH_SEGMENTS;

Dependencies

[top of page]

JTF.JTF_FM_BATCH_SEGMENTS does not reference any database object

JTF.JTF_FM_BATCH_SEGMENTS is referenced by following:

SchemaAPPS
SynonymJTF_FM_BATCH_SEGMENTS