Skip to content

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


TABLE: FV.FV_TPP_CHECK_DETAILS_ALL

Object Details
Object Name: FV_TPP_CHECK_DETAILS_ALL
Object Type: TABLE
Owner: FV
FND Design Data: TableFV.FV_TPP_CHECK_DETAILS_ALL
Subobject Name:
Status: VALID


The FV_TPP_CHECK_DETAILS_ALL table stores information about each payment that was changed. The Third Party Payment Process inserts records into this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_TPP_CHECK_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ID
ColumnCHECK_NUMBER
ColumnCHECKRUN_NAME
ColumnEXCEPTION_CATEGORY
ColumnSET_OF_BOOKS_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER (15) Yes Assignment identifier
CHECK_NUMBER NUMBER (15)
Check number
CHECKRUN_NAME VARCHAR2 (50) Yes Payment batch name
EXCEPTION_CATEGORY VARCHAR2 (1)
Exception category
ORG_ID NUMBER (15) Yes Organization identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
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_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes 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 ASSIGNMENT_ID
,      CHECK_NUMBER
,      CHECKRUN_NAME
,      EXCEPTION_CATEGORY
,      ORG_ID
,      SET_OF_BOOKS_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM FV.FV_TPP_CHECK_DETAILS_ALL;

Dependencies

[top of page]

FV.FV_TPP_CHECK_DETAILS_ALL does not reference any database object

FV.FV_TPP_CHECK_DETAILS_ALL is referenced by following:

SchemaFV
ViewFV_TPP_CHECK_DETAILS_ALL#