[Home] [Help]
[Dependency Information]
| Object Name: | JTF_CONTACT_POINTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_CONTACT_POINTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
JTF_CONTACT_POINTS_V stores electronic methods of communicating with entities such as parties, party sites, or locations. Each record in this view represents a different means of contacting an entity.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| CONTACT_POINT_ID | NUMBER | (15) | Unique identifier of this contact point | |
| PARTY_ID | NUMBER | (15) | Yes | Unique identifier of the party with this contact point |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Party number of the party with this contact point |
| PARTY_NAME | VARCHAR2 | (360) | Yes | Name of the Party with this contact point |
| PERSON_FIRST_NAME | VARCHAR2 | (150) | First name of the party | |
| PERSON_LAST_NAME | VARCHAR2 | (150) | Last name of the party | |
| PARTY_TYPE | VARCHAR2 | (30) | Yes | Organization or Group or Person or Party Relationship |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| PHONE_NUMBER | VARCHAR2 | (40) | A telephone number formatted in the local format. The number should not include area code, country code, or extension. | |
| STATUS | VARCHAR2 | (30) | Lookup: contact_point_status. Typically, active, inactive, delete. | |
| TELEPHONE_TYPE | VARCHAR2 | (30) | Indicates whether this is a fixed or mobile phone. | |
| CONTACT_POINT_TYPE | VARCHAR2 | (30) | Lookup: contact_point_type phone, fax, e-mail, web, telex, edi | |
| PHONE_LINE_TYPE | VARCHAR2 | (30) | Lookup code for the type of phone line. For example, general, fax, inbound, outbound. | |
| 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). | |
| COUNTRY_CODE | VARCHAR2 | (10) | Country code for international phone numbers. | |
| AREA_CODE | VARCHAR2 | (10) | The area code within a country code. | |
| EXTENSION | VARCHAR2 | (20) | The additional number handled by an internal telephone system that is addressed after contacting the individual's internal telephone system. | |
| PRIMARY_FLAG | VARCHAR2 | (1) | Y indicates this is the primary contact point of this contact point type for referenced party, site, or location | |
| EMAIL_FORMAT | VARCHAR2 | (30) | Indicates the preferred format for email addressed to this address. For example, 'html' or 'ascii'. | |
| EMAIL_ADDRESS | VARCHAR2 | (2000) | Email address | |
| ORIG_SYSTEM_REFERENCE | VARCHAR2 | (240) | Identifier for this record from foreign system. | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| TIME_ZONE | NUMBER | Time zone (the number of hours from Greenwhich mean). | ||
| EDI_TRANSACTION_HANDLING | VARCHAR2 | (25) | ANSI standard code for EDI transaction type | |
| EDI_ID_NUMBER | VARCHAR2 | (30) | EDI trading partner number for the supplier site | |
| EDI_PAYMENT_METHOD | VARCHAR2 | (30) | Indicates how a payment is to be made through EDI. Valid methods are ACH and BOP. | |
| EDI_PAYMENT_FORMAT | VARCHAR2 | (30) | Indicates type of information being transmitted with the funds if using EDI_PAYMENT_METHOD ACH. Valid values are CCD, CCP, CHZ, CTX, PPD, and PPP. | |
| EDI_REMITTANCE_METHOD | VARCHAR2 | (30) | Indicates how remittance advice are sent to the supplier. | |
| EDI_REMITTANCE_INSTRUCTION | VARCHAR2 | (30) | Indicates who will send the remittance advice. Valid values are Banks or Payables systems. | |
| EDI_TP_HEADER_ID | NUMBER | (15) | EDI transaction header unique identifier | |
| EDI_ECE_TP_LOCATION_CODE | VARCHAR2 | (40) | Trading partner location code for EDI Gateway | |
| BEST_TIME_TO_CONTACT_START | DATE | No Longer Used | ||
| BEST_TIME_TO_CONTACT_END | DATE | No Longer Used | ||
| URL | VARCHAR2 | (2000) | Uniform resource locator | |
| WEB_TYPE | VARCHAR2 | (60) | The prefix class to a web address. Typically this is either FTP or HTTP. | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CONTACT_POINT_ID
, PARTY_ID
, PARTY_NUMBER
, PARTY_NAME
, PERSON_FIRST_NAME
, PERSON_LAST_NAME
, PARTY_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, PHONE_NUMBER
, STATUS
, TELEPHONE_TYPE
, CONTACT_POINT_TYPE
, PHONE_LINE_TYPE
, LAST_UPDATE_LOGIN
, COUNTRY_CODE
, AREA_CODE
, EXTENSION
, PRIMARY_FLAG
, EMAIL_FORMAT
, EMAIL_ADDRESS
, ORIG_SYSTEM_REFERENCE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, TIME_ZONE
, EDI_TRANSACTION_HANDLING
, EDI_ID_NUMBER
, EDI_PAYMENT_METHOD
, EDI_PAYMENT_FORMAT
, EDI_REMITTANCE_METHOD
, EDI_REMITTANCE_INSTRUCTION
, EDI_TP_HEADER_ID
, EDI_ECE_TP_LOCATION_CODE
, BEST_TIME_TO_CONTACT_START
, BEST_TIME_TO_CONTACT_END
, URL
, WEB_TYPE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
FROM APPS.JTF_CONTACT_POINTS_V;
APPS
HZ_CONTACT_POINTS
HZ_PARTIES
APPS
IEX_UWQ_SEL_PKG
- show dependent code
|
|
|
|