[Home] [Help]
[Dependency Information]
| Object Name: | HR_LOCN_DELTA_SYNC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| Subobject Name: | |
| Status: | VALID |
HR_LOCN_DELTA_SYNC holds the delta sync(RIR) information for the Location in HR HelpDesk.Regular Incremental Refresh(RIR) XML message for Location is generated with this information,in XML Gateway.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | Business Group Id. | |
| LOCATION_ID | NUMBER | (15) | Location Id. | |
| EFFECTIVE_DATE | DATE | Effective Date. | ||
| EFFECTIVE_STATUS | VARCHAR2 | (10) | Effective Status eg Active,Inactive. | |
| LOCATION_CODE | VARCHAR2 | (60) | Location Code. | |
| LOCATION_DESCRIPTION | VARCHAR2 | (240) | Location Description. | |
| LOCATION_STYLE | VARCHAR2 | (7) | Address Style Of the Location. | |
| COUNTRY | VARCHAR2 | (60) | Country. | |
| ADDRESS_LINE1 | VARCHAR2 | (240) | The first line of the address. | |
| ADDRESS_LINE2 | VARCHAR2 | (240) | The second line of the address. | |
| ADDRESS_LINE3 | VARCHAR2 | (240) | The third line of the address. | |
| TOWN_OR_CITY | VARCHAR2 | (30) | Town or city name. | |
| REGION_1 | VARCHAR2 | (120) | Primary region in which the address is located. | |
| REGION_2 | VARCHAR2 | (120) | Sub region of region 1 in which the address is located. | |
| REGION_3 | VARCHAR2 | (120) | Sub region of region 2 in which the address is located. | |
| POSTAL_CODE | VARCHAR2 | (30) | National code to identify addresses in a specific country. | |
| TELEPHONE_NUMBER_1 | VARCHAR2 | (60) | Telephone number for the address. | |
| TELEPHONE_NUMBER_2 | VARCHAR2 | (60) | Second telephone number for the address. | |
| TELEPHONE_NUMBER_3 | VARCHAR2 | (60) | Third telephone number for the address. | |
| LOCATION_INFORMATION13 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION14 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION15 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION16 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION17 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION18 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION19 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| LOCATION_INFORMATION20 | VARCHAR2 | (150) | Developer descriptive flexfield column. | |
| STATUS | VARCHAR2 | (10) | Status of the message eg Queued,Sent | |
| EFFECTIVE_STATUS_DATE | DATE | Effective Status Date. | ||
| LAST_UPDATE_DATE | DATE | Last Update Date. | ||
| EVENT_KEY | VARCHAR2 | (50) | Event Key. |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, LOCATION_ID
, EFFECTIVE_DATE
, EFFECTIVE_STATUS
, LOCATION_CODE
, LOCATION_DESCRIPTION
, LOCATION_STYLE
, COUNTRY
, ADDRESS_LINE1
, ADDRESS_LINE2
, ADDRESS_LINE3
, TOWN_OR_CITY
, REGION_1
, REGION_2
, REGION_3
, POSTAL_CODE
, TELEPHONE_NUMBER_1
, TELEPHONE_NUMBER_2
, TELEPHONE_NUMBER_3
, LOCATION_INFORMATION13
, LOCATION_INFORMATION14
, LOCATION_INFORMATION15
, LOCATION_INFORMATION16
, LOCATION_INFORMATION17
, LOCATION_INFORMATION18
, LOCATION_INFORMATION19
, LOCATION_INFORMATION20
, STATUS
, EFFECTIVE_STATUS_DATE
, LAST_UPDATE_DATE
, EVENT_KEY
FROM HR.HR_LOCN_DELTA_SYNC;
HR.HR_LOCN_DELTA_SYNC does not reference any database object
HR.HR_LOCN_DELTA_SYNC is referenced by following:
HR
HR_LOCN_DELTA_SYNC#
|
|
|
|