[Home] [Help]
[Dependency Information]
Object Name: | AP_POL_LOCATIONS_B |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_POL_LOCATIONS_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N6 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_POL_LOCATIONS_B_N7 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
AP.AP_POL_LOCATIONS_B does not reference any database object
AP.AP_POL_LOCATIONS_B is referenced by following:
|
|
|