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


TABLE: AP.AP_POL_LOCATIONS_B

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


AP_POL_LOCATIONS_B is a Policy Compliance-specific table that stores information about locations used on policy schedules. The data in this table in used on the policy schedules and the policy exchange rates. The primary key for this table is LOCATION_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_POL_LOCATIONS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_ID
AP_POL_LOCATIONS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTERRITORY_CODE
AP_POL_LOCATIONS_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNDEFINED_LOCATION_FLAG
AP_POL_LOCATIONS_B_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_TYPE
AP_POL_LOCATIONS_B_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOUNTRY
AP_POL_LOCATIONS_B_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATE_PROVINCE_ID
AP_POL_LOCATIONS_B_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOUNTY_ID
AP_POL_LOCATIONS_B_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCITY_LOCALITY_ID
Columns
Name Datatype Length Mandatory Comments
LOCATION_ID NUMBER (15) Yes Location unique identifier.
TERRITORY_CODE VARCHAR2 (30)
Territory code.
UNDEFINED_LOCATION_FLAG VARCHAR2 (1)
Flag indicating whether this record is the undefined location definition.
END_DATE DATE

End Date for the location.
STATUS VARCHAR2 (30)
Status of the location.
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_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_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).
LOCATION_TYPE VARCHAR2 (30)
Stores the location type
COUNTRY VARCHAR2 (80)
Stores the location Country
STATE_PROVINCE_ID NUMBER (15)
Stores the location State or Province location identifier
COUNTY_ID NUMBER (15)
Stores the location County location identifier
CITY_LOCALITY_ID NUMBER (15)
Stores the location City or Locality location identifier
Query Text

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


SELECT LOCATION_ID
,      TERRITORY_CODE
,      UNDEFINED_LOCATION_FLAG
,      END_DATE
,      STATUS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LOCATION_TYPE
,      COUNTRY
,      STATE_PROVINCE_ID
,      COUNTY_ID
,      CITY_LOCALITY_ID
FROM AP.AP_POL_LOCATIONS_B;

Dependencies

[top of page]

AP.AP_POL_LOCATIONS_B does not reference any database object

AP.AP_POL_LOCATIONS_B is referenced by following:

SchemaAP
ViewAP_POL_LOCATIONS_B#