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


TABLE: AP.AP_LE_GROUP

Object Details
Object Name: AP_LE_GROUP
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_LE_GROUP
Subobject Name:
Status: VALID


This table has been created to allow the user to select multiple values for legal entities for the Payment Process Request Template or the Payment Process Request. These values will be ORed in the query when multiple values exist during the AutoSelect Program


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_LE_GROUP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLE_GROUP_ID
AP_LE_GROUP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
AP_LE_GROUP_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECKRUN_ID
Columns
Name Datatype Length Mandatory Comments
LE_GROUP_ID NUMBER (15) Yes System generated primary key
LEGAL_ENTITY_ID NUMBER (15) Yes Legal Entity Identifier
TEMPLATE_ID NUMBER (15)
Template Identifier
CHECKRUN_ID NUMBER (15)
Payment process request identifier
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT LE_GROUP_ID
,      LEGAL_ENTITY_ID
,      TEMPLATE_ID
,      CHECKRUN_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.AP_LE_GROUP;

Dependencies

[top of page]

AP.AP_LE_GROUP does not reference any database object

AP.AP_LE_GROUP is referenced by following:

SchemaAP
ViewAP_LE_GROUP#