[Home] [Help]
[Dependency Information]
Object Name: | AMS_ORG_EMPS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SUBJECT_ID | NUMBER | (15) | Yes | Party Identrier of the employee |
OBJECT_ID | NUMBER | (15) | Yes | Party Identifier for Organization |
PARTY_ID | NUMBER | (15) | Party Identfier of the relantionship | |
PARTY_TYPE | VARCHAR2 | (30) | Yes | The party type can only be Person, Organization, Group or Relationship. |
RELATIONSHIP_ID | NUMBER | (15) | Yes | relationshipp Identifier |
RELATIONSHIP_TYPE | VARCHAR2 | (30) | Yes | Relationship Type (EMPLOYEE_OF) |
PARTY_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
PARTY_NAME | VARCHAR2 | (360) | Yes | Name of this party |
EMAIL_ADDRESS | VARCHAR2 | (2000) | Email Address | |
VALIDATED_FLAG | VARCHAR2 | (1) | Indicates if the party was validated. Y for a validated party, N for a party that is not validated. | |
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 | |
REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record | |
PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record | |
PROGRAM_UPDATE_DATE | DATE | Last date this record was updated by a concurrent program | ||
WH_UPDATE_DATE | DATE | Date when the record was entered or changed in a data warehouse | ||
ORIG_SYSTEM_REFERENCE | VARCHAR2 | (240) | Yes | Customer identifier from foreign system. May not be unique. |
CUSTOMER_KEY | VARCHAR2 | (500) | Derived key used to facilitate fuzzy searches | |
DUNS_NUMBER | NUMBER | The DUNS number, a unique, nine-digit identification number assigned to business entities by Dun & Bradstreet | ||
SIC_CODE | VARCHAR2 | (30) | Standard Industry Classification (SIC) code | |
SIC_CODE_TYPE | VARCHAR2 | (30) | Version of Standard Industry Classification (SIC) code | |
HQ_BRANCH_IND | VARCHAR2 | (30) | Status of this site. Identifies if the location is the headquarters, a branch, or a single location. | |
TAX_NAME | VARCHAR2 | (60) | The name for the party that is recognized by the tax authority. | |
TAX_REFERENCE | VARCHAR2 | (50) | Taxpayer identification number | |
JGZZ_FISCAL_CODE | VARCHAR2 | (20) | Provides the fiscal code for an organization. This code is used in some European countries. | |
GROUP_TYPE | VARCHAR2 | (30) | Lookup for group type | |
PERSON_PRE_NAME_ADJUNCT | VARCHAR2 | (30) | Salutary introduction, such as Mr. or Herr | |
PERSON_FIRST_NAME | VARCHAR2 | (150) | First name of the person | |
PERSON_MIDDLE_NAME | VARCHAR2 | (60) | Middle name of the person | |
PERSON_LAST_NAME | VARCHAR2 | (150) | Last Name of the person | |
PERSON_NAME_SUFFIX | VARCHAR2 | (30) | Indicates the place in a family structure. For example, in Tom Jones III, the "III" is the suffix. | |
PERSON_TITLE | VARCHAR2 | (60) | A professional or family title. For example, Don or The Right Honorable. | |
PERSON_ACADEMIC_TITLE | VARCHAR2 | (30) | Academic title that is part of a person's name, such as Dr. John Smith. | |
PERSON_PREVIOUS_LAST_NAME | VARCHAR2 | (150) | Previous last or surname of the person | |
KNOWN_AS | VARCHAR2 | (240) | An alias or other name by which a party is known | |
PERSON_IDEN_TYPE | VARCHAR2 | (30) | Lookup representing most common personal identification number in a country. For example, Social Security Number in the US | |
PERSON_IDENTIFIER | VARCHAR2 | (60) | Identity reference field for things like Social Security, tax identity number, or driver's license number. | |
ADDRESS1 | VARCHAR2 | (240) | First line of the Identifying address | |
ADDRESS2 | VARCHAR2 | (240) | Second line of the Identifying address | |
ADDRESS3 | VARCHAR2 | (240) | Third line of the Identifying address | |
ADDRESS4 | VARCHAR2 | (240) | fourth line of the Identifying address | |
CITY | VARCHAR2 | (60) | City of the Identifying address | |
STATE | VARCHAR2 | (60) | State of the Identifying address | |
PROVINCE | VARCHAR2 | (60) | Province of the Identifying address | |
COUNTY | VARCHAR2 | (60) | County of the Identifying address | |
POSTAL_CODE | VARCHAR2 | (60) | Postal Code of the Identifying address | |
COUNTRY | VARCHAR2 | (60) | Country of the Identifying address | |
COUNTRY_NAME | VARCHAR2 | (80) | Yes | Country Name of the Identifying address |
STATUS | VARCHAR2 | (1) | Yes | Status of the party |
CREATED_BY_NAME | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN_NAME | NUMBER | (15) | Standard Who column | |
LAST_UPDATED_BY_NAME | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT SUBJECT_ID
, OBJECT_ID
, PARTY_ID
, PARTY_TYPE
, RELATIONSHIP_ID
, RELATIONSHIP_TYPE
, PARTY_NUMBER
, PARTY_NAME
, EMAIL_ADDRESS
, VALIDATED_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, WH_UPDATE_DATE
, ORIG_SYSTEM_REFERENCE
, CUSTOMER_KEY
, DUNS_NUMBER
, SIC_CODE
, SIC_CODE_TYPE
, HQ_BRANCH_IND
, TAX_NAME
, TAX_REFERENCE
, JGZZ_FISCAL_CODE
, GROUP_TYPE
, PERSON_PRE_NAME_ADJUNCT
, PERSON_FIRST_NAME
, PERSON_MIDDLE_NAME
, PERSON_LAST_NAME
, PERSON_NAME_SUFFIX
, PERSON_TITLE
, PERSON_ACADEMIC_TITLE
, PERSON_PREVIOUS_LAST_NAME
, KNOWN_AS
, PERSON_IDEN_TYPE
, PERSON_IDENTIFIER
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, STATE
, PROVINCE
, COUNTY
, POSTAL_CODE
, COUNTRY
, COUNTRY_NAME
, STATUS
, CREATED_BY_NAME
, LAST_UPDATE_LOGIN_NAME
, LAST_UPDATED_BY_NAME
FROM APPS.AMS_ORG_EMPS_V;
APPS.AMS_ORG_EMPS_V is not referenced by any database object
|
|
|