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


TABLE: AP.AP_OU_GROUP

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


This table has been created to allow the user to select multiple values for the operating units 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_OU_GROUP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOU_GROUP_ID
AP_OU_GROUP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
AP_OU_GROUP_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECKRUN_ID
Columns
Name Datatype Length Mandatory Comments
OU_GROUP_ID NUMBER (15) Yes System generated primary key
ORG_ID VARCHAR2 (30) Yes Organization 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 OU_GROUP_ID
,      ORG_ID
,      TEMPLATE_ID
,      CHECKRUN_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.AP_OU_GROUP;

Dependencies

[top of page]

AP.AP_OU_GROUP does not reference any database object

AP.AP_OU_GROUP is referenced by following:

SchemaAP
ViewAP_OU_GROUP#