This Technical Reference Manual (TRM) in any form, software or printed matter, contains proprietary information of Oracle ; it is provided under an Oracle agreement containing restrictions on use and disclosure and is also protected by copyright, patent, and other intellectual property law. Restrictions applicable to this TRM include, but are not limited to: (a) exercising either the same degree of care to safeguard the confidentiality of this TRM as you exercise to safeguard the confidentiality of your own most important Confidential Information or a reasonable degree of care, whichever is greater; (b) maintaining agreements with your employees and agents that protect the Confidential Information of third parties such as Oracle and instructing such employees and agents of these requirements for this TRM; (c) restricting disclosure of this TRM to those of your employees who have a 'need to know' consistent with the purposes for which this TRM was disclosed to you; (d) maintaining this TRM at all times on your premises; (e) not removing or destroying any proprietary or confidential legends or markings placed upon this TRM in whatever form, software or printed matter; and (f) not reproducing or transmitting this TRM in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Oracle. You should not use this TRM in any form, software or printed matter, to create software that performs the same or similar functions as any Oracle products.
The information in this TRM is subject to change without notice. If you find any problems in the TRM in any form, software or printed matter, please report them to us in writing. Oracle does not warrant that this TRM is error free. This TRM is provided to customer 'as is' with no warranty of any kind. This TRM does not constitute Documentation as that term is defined in Oracle's agreements. Reverse engineering of the Programs (software and documentation) associated with this TRM are prohibited. The Programs associated with this TRM are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be licensee's responsibility to take all appropriate fail safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the Programs. Program Documentation is licensed for use solely to support the deployment of the Programs and not for any other any other purpose. Restricted Rights Legend
This TRM and the Programs associated with this TRM delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, this TRM and the Programs associated with this TRM delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the restrictions in FAR 52.227-14, Rights in Data General, including Alternate III (June 1987). Oracle, 500 Oracle Parkway, Redwood City, CA 94065.
Oracle is a registered trademark. AIM Advantage, Big Business. Small Business. All Business., CDM Advantage, .comference, ConText®, Des40®, Easy*Query, Easy*SQL®, Education Objects, EMM Advantage, Enabling the Information Age®, ExpertDetectSM, Express®, FastForwardSM, GEMMS®, Gist, Hyper*SQL, instantOracle, "Internet Business Intelligence - Insight for Everyone", iSQL*Plus, JInitiator, NLS*Workbench®, Object Marketplace, ODP Pulse, ODP Techwire, OLA, On Oracle, Oracle®, Oracle Book®, Oracle Bookbatch®, Oracle BookBuilder®, OracleBRONZE®, Oracle Business OnLine®, OracleDevConnectSM, Oracle® Discoverer, Oracle® Expert, Oracle Financials®, OracleGOLDSM, OracleIncidentSM, OracleJSP, OracleLifeCycleSM, Oracle Media Objects®, OracleMERCURYSM, OracleMetaLinkSM, OraclemetalsSM, OracleMobile, Oracle Names®, Oracle NetSolutions®, Oracle® One, Oracle Open Gateways®, Oracle OpenWorld®, OraclePLATINUMSM, Oracle Power Objects®, Oracle Press®, Oracle Procedural Gateway®, Oracle Quality®, Oracle Secure Network Services®, OracleSILVERSM, Oracle® SQL/Services, Oracle® SQL*TutorSM, OracleSTERLINGSM, Oracle Store®, Oracle Transparent Gateway®, OracleWare®, Oracle8i, Oracle9i, PC Express®, Personal Express®, PJM Advantage, PL/SQL, Pro*Ada®, Pro*C, Pro*C/C++, Pro*COBOL®, Pro*FORTRAN®, Pro*Pascal®, Pro*PL/1®, Pro*REXX®, Profit, ProREXX, Report Card, Secure Access 2.0, Secure Network Services®, Security Without Compromise, SellingPoint®, SQL*Plus®, Tutor are trademarks or registered trademarks of Oracle. Other names may be trademarks of their respective owners. The absence of a product or service name, slogan, or logo from this list does not constitute a waiver of Oracle's trademark or other intellectual property rights concerning that name, slogan, or logo.
Description: | The accounting events table |
---|
An event is an entity whose role is to map transaction data to the accounting data created for it. Every accounting entry needs to be identified with the event that created it. Conceptualy, an event provides information about the timing and the reason for which the document created the accounting entries.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_ACCOUNTING_EVENTS_U1 | UNIQUE | APPS_TS_TX_IDX | ACCOUNTING_EVENT_ID |
PN_ACCOUNTING_EVENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
SOURCE_TABLE
SOURCE_ID |
PN_ACCOUNTING_EVENTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | REQUEST_ID |
PN_ACCOUNTING_EVENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | ACCOUNTING_DATE |
PN_ACCOUNTING_EVENTS_N4 | NONUNIQUE | APPS_TS_TX_IDX | EVENT_STATUS_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCOUNTING_EVENT_ID | NUMBER | (15) | Y | Uniquely identifies the accounting event. |
EVENT_TYPE_CODE | VARCHAR2 | (30) | Y | The event type of the payment term. |
ACCOUNTING_DATE | DATE | Y | Each accounting event has one accounting date. | |
EVENT_NUMBER | NUMBER | (15) | Y | The number of the accounting event within the document. |
EVENT_STATUS_CODE | VARCHAR2 | (30) | Y | Indicates whether the event has been accounted or if the event is in error . |
SOURCE_TABLE | VARCHAR2 | (30) | Y | The source table the accounting event is linked(for example,PN_PAYMENT_TERMS). |
SOURCE_ID | NUMBER | (15) | Y | The ID of the source document PAYMENT_TERM_ID. |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
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_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). | |
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). | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CANNOT_ACCOUNT_FLAG | VARCHAR2 | (1) | Whether or not the event is to be accounted. |
PN.PN_ACCOUNTING_EVENTS_ALL does not reference any database object
PN.PN_ACCOUNTING_EVENTS_ALL is referenced by following:
Description: | Information on locations and service providers |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_COMPANY_SITES_ALL.ADDRESS_ID | PN_ADDRESSES_ALL |
PN_LOCATIONS_ALL.ADDRESS_ID | PN_ADDRESSES_ALL |
PN_ADDRESSES_ALL stores the address information for your locations and service providers. Each row includes specific address information.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_ADDRESSES_U1 | UNIQUE | APPS_TS_TX_IDX | ADDRESS_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ADDRESS_ID | NUMBER | Y | Uniquely identifies an address row. The value is populated using sequence PN_ADDRESSES_S | |
ADDRESS_LINE1 | VARCHAR2 | (240) | First line of an address | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Second line of an address | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Third line of an address | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Fourth line of an address | |
COUNTY | VARCHAR2 | (60) | County | |
CITY | VARCHAR2 | (60) | City | |
STATE | VARCHAR2 | (60) | State | |
PROVINCE | VARCHAR2 | (60) | Province | |
ZIP_CODE | VARCHAR2 | (60) | Postal Code | |
COUNTRY | VARCHAR2 | (60) | Y | Country |
ADDRESS_STYLE | VARCHAR2 | (30) | Used as context value for Flexible Address Format descriptive flexfield | |
TERRITORY_ID | NUMBER | Territory identifier | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment. | |
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment. |
PN.PN_ADDRESSES_ALL does not reference any database object
PN.PN_ADDRESSES_ALL is referenced by following:
Description: | Details of an adjustment. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_DETAILS.TERM_HISTORY_ID | PN_PAYMENT_TERMS_HISTORY |
PN_ADJUSTMENT_DETAILS.ADJUSTMENT_SUMMARY_ID | PN_ADJUSTMENT_SUMMARIES |
PN_ADJUSTMENT_DETAILS.PAYMENT_ITEM_ID | PN_PAYMENT_ITEMS_ALL |
This table stores details of an adjustment, created due to change in payment/billing term.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_ADJUSTMENT_DETAILS_U1 | UNIQUE | APPS_TS_TX_IDX | ADJUSTMENT_DETAIL_ID |
PN_ADJUSTMENT_DETAILS_N1 | NONUNIQUE | APPS_TS_TX_IDX | TERM_HISTORY_ID |
PN_ADJUSTMENT_DETAILS_N2 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_ITEM_ID |
PN_ADJUSTMENT_DETAILS_N3 | NONUNIQUE | APPS_TS_TX_IDX | ADJUSTMENT_SUMMARY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ADJUSTMENT_DETAIL_ID | NUMBER | (15) | Y | Unique Identifier for the adjustment detail row. This is primary key for the table. |
LAST_UPDATE_DATE | DATE | Standard WHO Column. | ||
LAST_UPDATED_BY | NUMBER | Standard WHO Column. | ||
CREATION_DATE | DATE | Standard WHO Column. | ||
CREATED_BY | NUMBER | Standard WHO Column. | ||
LAST_UPDATE_LOGIN | NUMBER | Standard WHO Column. | ||
TERM_HISTORY_ID | NUMBER | (15) | Y | Associates term history row in PN_PAYMENT_TERMS_HISTORY table with the adjustment detail row. |
ADJUSTMENT_SUMMARY_ID | NUMBER | (15) | Y | Associates adjustment summary row in PN_ADJUSTMENT_SUMMARIES table with the adjustment detail row. |
PAYMENT_ITEM_ID | NUMBER | (15) | Y | Associates payment item row in PN_PAYMENT_ITEMS_ALL table with the adjustment detail row. |
ADJ_START_DATE | DATE | Adjustment period start date. | ||
ADJ_END_DATE | DATE | Adjustment period end date. | ||
ADJUSTMENT_AMOUNT | NUMBER | Adjutment amount. | ||
GROUP_NUM | NUMBER | Identifier for grouping adjustments if consolidated. |
PN.PN_ADJUSTMENT_DETAILS does not reference any database object
PN.PN_ADJUSTMENT_DETAILS is referenced by following:
Description: | Summary of Adjustement. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_SUMMARIES.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_DETAILS.ADJUSTMENT_SUMMARY_ID | PN_ADJUSTMENT_SUMMARIES |
This table stores the cummulative adjustment amount for a term and its schedule date combination.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_ADJUSTMENT_SUMMARIES_U1 | UNIQUE | APPS_TS_TX_IDX | ADJUSTMENT_SUMMARY_ID |
PN_ADJUSTMENT_SUMMARIES_U2 | UNIQUE | APPS_TS_TX_IDX |
PAYMENT_TERM_ID
ADJ_SCHEDULE_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ADJUSTMENT_SUMMARY_ID | NUMBER | (15) | Y | Unique Identifier of the adjustment summary record. This is the primary key of table. |
LAST_UPDATE_DATE | DATE | Standard WHO column. | ||
LAST_UPDATED_BY | NUMBER | Standard WHO column. | ||
CREATION_DATE | DATE | Standard WHO column. | ||
CREATED_BY | NUMBER | Standard WHO column. | ||
LAST_UPDATE_LOGIN | NUMBER | Standard WHO column. | ||
PAYMENT_TERM_ID | NUMBER | (15) | Y | Associates a term row in PN_PAYMENT_TERMS_ALL table with the adjustment summary row. |
ADJ_SCHEDULE_DATE | DATE | Schedule date of term schedule for which adjustment summary record is created. | ||
SUM_ADJ_AMOUNT | NUMBER | Cummulative adjustment amount for a term id and schedule date combination. |
PN.PN_ADJUSTMENT_SUMMARIES does not reference any database object
PN.PN_ADJUSTMENT_SUMMARIES is referenced by following:
Description: | The accounting headers table |
---|
An accounting entry header is an entity grouping all accounting entry lines created for a given acounting event. All the accounting entry lines of an accounting entry header can be transferred to General Ledger, or none at all can be transferred. The success of the Transfer to GL process is indicated in GL_TRANSFER_FLAG. Possible values for GL_TRANSFER_FLAG are Y, N, or E. Y indicates that the accounting entry header has been transferred to General Ledger. N indicates that the accounting entry header has not been transferred to General Ledger due to two posible reasons: either the transfer process has not run or it has run, but the accounting entry has an accounting error. E indicates that an error occured during the transfer to GL process.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_AE_HEADERS_U1 | UNIQUE | APPS_TS_TX_IDX | AE_HEADER_ID |
PN_AE_HEADERS_N1 | NONUNIQUE | APPS_TS_TX_IDX | GL_TRANSFER_FLAG |
PN_AE_HEADERS_N2 | NONUNIQUE | APPS_TS_TX_IDX |
GL_TRANSFER_RUN_ID
ACCOUNTING_DATE |
PN_AE_HEADERS_N3 | NONUNIQUE | APPS_TS_TX_IDX | ACCOUNTING_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AE_HEADER_ID | NUMBER | (15) | Y | Uniquely identifies the accounting header. |
ACCOUNTING_EVENT_ID | NUMBER | (15) | Y | Accounting event ID. |
SET_OF_BOOKS_ID | NUMBER | (15) | Y | Set of books ID. |
AE_CATEGORY | VARCHAR2 | (30) | Y | Journal category. |
CROSS_CURRENCY_FLAG | VARCHAR2 | (1) | Y | Cross currency flag. |
PERIOD_NAME | VARCHAR2 | (15) | Y | The accounting period for the accounting entry. |
ACCOUNTING_DATE | DATE | Y | Accounting date. | |
GL_TRANSFER_FLAG | VARCHAR2 | (1) | Y | Indicates whether or not the transfer to GL has been done. |
GL_TRANSFER_RUN_ID | NUMBER | (15) | Y | Batch ID of GL transfer instance that transferred this accounting entry. |
DESCRIPTION | VARCHAR2 | (240) | Accounting entry header description. | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
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). | |
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). | |
ACCOUNTING_ERROR_CODE | VARCHAR2 | (30) | Accounting errors. | |
GL_TRANSFER_ERROR_CODE | VARCHAR2 | (30) | GL transfer errors. | |
GL_REVERSAL_FLAG | VARCHAR2 | (1) | GL reversal flag. | |
TRIAL_BALANCE_FLAG | VARCHAR2 | (1) | Trial balance flag. |
PN.PN_AE_HEADERS_ALL does not reference any database object
PN.PN_AE_HEADERS_ALL is referenced by following:
Description: | The accounting lines table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_AE_LINES_ALL.THIRD_PARTY_ID | HZ_PARTIES |
An accounting entry line is an entity containing a proper accounting entry with debits or credits both in the transaction currency and in the functional currency, along with an account and other reference information pointing to the transaction data that originated the accounting entry line. An accounting entry line is grouped with other accounting entry lines for a specific accounting entry header.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_AE_LINES_U1 | UNIQUE | APPS_TS_TX_IDX | AE_LINE_ID |
PN_AE_LINES_N1 | NONUNIQUE | APPS_TS_TX_IDX | CODE_COMBINATION_ID |
PN_AE_LINES_N2 | NONUNIQUE | APPS_TS_TX_IDX |
SOURCE_TABLE
SOURCE_ID |
PN_AE_LINES_N3 | NONUNIQUE | APPS_TS_TX_IDX | GL_SL_LINK_ID |
PN_AE_LINES_N4 | NONUNIQUE | APPS_TS_TX_IDX | AE_LINE_TYPE_CODE |
PN_AE_LINES_N5 | NONUNIQUE | APPS_TS_TX_IDX | AE_HEADER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AE_LINE_ID | NUMBER | (15) | Y | Uniquely identifies the accounting lines. |
AE_HEADER_ID | NUMBER | (15) | Y | Accounting header ID. |
AE_LINE_NUMBER | NUMBER | (15) | Sequential number for the accounting line within the accounting entry. | |
AE_LINE_TYPE_CODE | VARCHAR2 | (30) | Y | Account class of the accounting line. |
CODE_COMBINATION_ID | NUMBER | (15) | Y | Code combination for the account. |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Currency code. |
CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | Currency conversion type. | |
CURRENCY_CONVERSION_DATE | DATE | Currency conversion date. | ||
CURRENCY_CONVERSION_RATE | NUMBER | Currency conversion rate. | ||
ENTERED_DR | NUMBER | The debit amount in the denomination currency. | ||
ENTERED_CR | NUMBER | The credit amount in the denomination currency. | ||
ACCOUNTED_DR | NUMBER | The debit amount in the accounting currency. | ||
ACCOUNTED_CR | NUMBER | The credit amount in the accounting currency. | ||
SOURCE_TABLE | VARCHAR2 | (30) | Y | Table name of the source the accounting line is linked (for example,PN_PAYMENT_ITEMS). |
SOURCE_ID | NUMBER | (15) | Y | The ID of the source document PAYMENT_ITEM_ID. |
ACCOUNT_OVERLAY_SOURCE_ID | NUMBER | (15) | Column required for XLA. | |
GL_SL_LINK_ID | NUMBER | (15) | Used for maintaining audit trail upon transfer to GL. | |
DESCRIPTION | VARCHAR2 | (240) | Accounting entry line description. | |
ACCOUNTING_ERROR_CODE | VARCHAR2 | (30) | Accounting errors. | |
GL_TRANSFER_ERROR_CODE | VARCHAR2 | (30) | GL transfer errors. | |
THIRD_PARTY_ID | NUMBER | (15) | Vendor/customer ID. | |
THIRD_PARTY_SUB_ID | NUMBER | (15) | Vendor/customer site ID. | |
STAT_AMOUNT | NUMBER | Column required for XLA. | ||
SUBLEDGER_DOC_SEQUENCE_ID | NUMBER | (15) | Column required for XLA. | |
SUBLEDGER_DOC_SEQUENCE_VALUE | NUMBER | (15) | Column required for XLA. | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
USSGL_TRANSACTION_CODE | VARCHAR2 | (30) | Column required for XLA. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
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). | |
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). | |
REFERENCE1 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE2 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE3 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE4 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE5 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE6 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE7 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE8 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE9 | VARCHAR2 | (240) | Journal Import reference column. | |
REFERENCE10 | VARCHAR2 | (240) | Journal Import reference column. | |
APPLIED_FROM_TRX_HDR_TABLE | VARCHAR2 | (30) | Column required for XLA. | |
APPLIED_FROM_TRX_HDR_ID | NUMBER | (15) | Column required for XLA. | |
APPLIED_TO_TRX_HDR_TABLE | VARCHAR2 | (30) | Column required for XLA. | |
APPLIED_TO_TRX_HDR_ID | NUMBER | (15) | Column required for XLA. | |
TAX_CODE_ID | NUMBER | (15) | Column required for XLA. | |
TAXABLE_ENTERED_DR | NUMBER | Column required for XLA. | ||
TAXABLE_ENTERED_CR | NUMBER | Column required for XLA. | ||
TAXABLE_ACCOUNTED_DR | NUMBER | Column required for XLA. | ||
TAXABLE_ACCOUNTED_CR | NUMBER | Column required for XLA. | ||
TAX_LINK_ID | NUMBER | (15) | Column required for XLA. |
PN.PN_AE_LINES_ALL does not reference any database object
PN.PN_AE_LINES_ALL is referenced by following:
Description: | Information pertaining to a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_COMPANIES_ALL.PARENT_COMPANY_ID | PN_COMPANIES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_COMPANIES_ALL.PARENT_COMPANY_ID | PN_COMPANIES_ALL |
PN_COMPANY_SITES_ALL.COMPANY_ID | PN_COMPANIES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.COMPANY_ID | PN_COMPANIES_ALL |
PN_CONTACT_ASSIGN_HISTORY.COMPANY_ID | PN_COMPANIES_ALL |
PN_COMPANIES_ALL stores information about a service provider. A service provider acts as a party to the lease by performing one or more roles in lease administration, such as Property Manager, Broker, etc.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_COMPANIES_U1 | UNIQUE | APPS_TS_SEED | COMPANY_ID |
PN_COMPANIES_U2 | UNIQUE | APPS_TS_SEED | COMPANY_NUMBER |
PN_COMPANIES_N1 | NONUNIQUE | APPS_TS_SEED | PARENT_COMPANY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPANY_ID | NUMBER | Y | Uniquely identifies a company row. The value is populated using sequence PN_COMPANIES_S. | |
COMPANY_NUMBER | VARCHAR2 | (30) | Y | User- defined unique number, except when profile option "PN: Automatic Company Number Generation" is set to "Yes", then PN_COMPANIES_NUM_S sequence is used to populate this data element. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
NAME | VARCHAR2 | (80) | Y | Company name. |
ENABLED_FLAG | VARCHAR2 | (1) | Y | Indicates whether a service provider is active or inactive. Valid values: Y - Active, N - Inactive |
PARENT_COMPANY_ID | NUMBER | Parent company identifier. Mapped to the company_id of a different company row. Can be used to categorize a group of companies. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_COMPANIES_ALL does not reference any database object
PN.PN_COMPANIES_ALL is referenced by following:
Description: | Site information of a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_COMPANY_SITES_ALL.COMPANY_ID | PN_COMPANIES_ALL |
PN_COMPANY_SITES_ALL.ADDRESS_ID | PN_ADDRESSES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACTS_ALL.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
PN_CONTACT_ASSIGN_HISTORY.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
PN_COMPANY_SITES_ALL stores the site information of a service provider. A site identifies the address and the role played by the service provider. A single service provider can have multiple sites, with each site having the same or a different role.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_COMPANY_SITES_U1 | UNIQUE | APPS_TS_SEED | COMPANY_SITE_ID |
PN_COMPANY_SITES_N1 | NONUNIQUE | APPS_TS_SEED | COMPANY_ID |
PN_COMPANY_SITES_N2 | NONUNIQUE | APPS_TS_SEED | NAME |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPANY_SITE_ID | NUMBER | Y | Uniquely identifes a service provider's site row. The value is populated using sequence PN_COMPANY_SITES_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
NAME | VARCHAR2 | (40) | Y | Name of the site. Uniqueness not enforced. |
COMPANY_ID | NUMBER | Y | Associates the company row in PN_COMPANIES_ALL with the site row | |
ENABLED_FLAG | VARCHAR2 | (1) | Y | Indicates whether a company site is active or inactive. Valid values: Y - Active, N - Inactive |
COMPANY_SITE_CODE | VARCHAR2 | (15) | To be used in the future. | |
ADDRESS_ID | NUMBER | Associates the address row in PN_ADDRESSES_ALL with the site row | ||
LEASE_ROLE_TYPE | VARCHAR2 | (30) | Y | Identify the role played by the site. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_ROLE_TYPE'. |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_COMPANY_SITES_ALL does not reference any database object
PN.PN_COMPANY_SITES_ALL is referenced by following:
Description: | Contact information identified at the site level of a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACTS_ALL.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_PHONES_ALL.CONTACT_ID | PN_CONTACTS_ALL |
PN_CONTACTS_ALL stores the contact information for a service provider, identified at the site level. Each site can have more than one contact person.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_CONTACTS_U1 | UNIQUE | APPS_TS_SEED | CONTACT_ID |
PN_CONTACTS_N1 | NONUNIQUE | APPS_TS_SEED | COMPANY_SITE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONTACT_ID | NUMBER | Y | Uniquely identifies a contact row | |
COMPANY_SITE_ID | NUMBER | Associates the company site's row in PN_COMPANY_SITES_ALL with the contact row. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
STATUS | VARCHAR2 | (1) | Y | To be used in the future |
LAST_NAME | VARCHAR2 | (50) | Y | Last name of the contact |
FIRST_NAME | VARCHAR2 | (50) | First name of the contact | |
JOB_TITLE | VARCHAR2 | (50) | Identifies the job title of the contact person. The value is derived from the lookup_code in the FND_LOOKUPS table, where lookup_type = 'PN_JOB_TITLE'. The field may also store a non-lookup value. | |
EMAIL_ADDRESS | VARCHAR2 | (240) | Email address of the contact | |
MAIL_STOP | VARCHAR2 | (60) | Mail stop of the contact | |
PRIMARY_FLAG | VARCHAR2 | (1) | Identifies a contact as primary or secondary. Valid values: Y - Primary, N - Secondary | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_CONTACTS_ALL does not reference any database object
PN.PN_CONTACTS_ALL is referenced by following:
Description: | Llinks locations or leases with the site of a service provider. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGNMENTS_ALL.COMPANY_ID | PN_COMPANIES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_CONTACT_ASSIGNMENTS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGN_HISTORY.CONTACT_ASSIGNMENT_ID | PN_CONTACT_ASSIGNMENTS_ALL |
PN_CONTACT_ASSIGNMENTS_ALL links locations or leases with a service provider site. There can be multiple contacts associated with a single location or a lease.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_CONTACT_ASSIGNMENTS_U1 | UNIQUE | APPS_TS_TX_IDX | CONTACT_ASSIGNMENT_ID |
PN_CONTACT_ASSIGNMENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | COMPANY_ID |
PN_CONTACT_ASSIGNMENTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | COMPANY_SITE_ID |
PN_CONTACT_ASSIGNMENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_CONTACT_ASSIGNMENTS_N4 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONTACT_ASSIGNMENT_ID | NUMBER | Y | Uniquely identifies a contact associated with a location or a lease. The value is populated using the sequence PN_CONTACT_ASSIGNMENTS_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
COMPANY_ID | NUMBER | Y | Associates the company row in PN_COMPANIES_ALL with the row in this table. | |
COMPANY_SITE_ID | NUMBER | Y | Associates the company site row in PN_COMPANY_SITES_ALL with the row in this table. | |
LEASE_ID | NUMBER | Associates the lease row in PN_LEASES_ALL with the row in this table. If the value is null the contact is linked to a location. | ||
LEASE_CHANGE_ID | NUMBER | Associates the lease row in PN_LEASE_CHANGES_ALL with the row in this table. If the value is null, the contact is linked to a location. | ||
LOCATION_ID | NUMBER | Associates the location row in PN_LOCATIONS_ALL with the row in this table. If the value is null, the contact is linked to a lease. | ||
STATUS | VARCHAR2 | (1) | Y | To be used in the future |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_CONTACT_ASSIGNMENTS_ALL does not reference any database object
PN.PN_CONTACT_ASSIGNMENTS_ALL is referenced by following:
Description: | Track changes in contacts linked to the lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGN_HISTORY.COMPANY_ID | PN_COMPANIES_ALL |
PN_CONTACT_ASSIGN_HISTORY.COMPANY_SITE_ID | PN_COMPANY_SITES_ALL |
PN_CONTACT_ASSIGN_HISTORY.CONTACT_ASSIGNMENT_ID | PN_CONTACT_ASSIGNMENTS_ALL |
PN_CONTACT_ASSIGN_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_CONTACT_ASSIGN_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_CONTACT_ASSIGN_HISTORY.LOCATION_ID | PN_LOCATIONS_ALL |
PN_CONTACT_ASSIGN_HISTORY tracks changes in contacts linked to the lease. A row is created in this table when the contact information is altered by means of an amendment or an edit to the lease.
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_CONTACT_ASSIGN_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | CONTACT_ASSIGN_HISTORY_ID |
PN_CONTACT_ASSIGN_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | CONTACT_ASSIGNMENT_ID |
PN_CONTACT_ASSIGN_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX | COMPANY_ID |
PN_CONTACT_ASSIGN_HISTORY_N3 | NONUNIQUE | APPS_TS_TX_IDX | COMPANY_SITE_ID |
PN_CONTACT_ASSIGN_HISTORY_N4 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONTACT_ASSIGN_HISTORY_ID | NUMBER | Y | Uniquely identifies the history record of a contact associated with a location or a lease. | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding contact assignment history row. When a row is modified in PN_CONTACT_ASSIGNMENTS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to link the new amendment or edit row with the previous contact assignment row. | |
CONTACT_ASSIGNMENT_ID | NUMBER | Y | Associates the row in PN_CONTACT_ASSIGNMENTS_ALL with the history row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
COMPANY_ID | NUMBER | Y | Previous association of a company row in PN_COMPANIES_ALL with the history row | |
COMPANY_SITE_ID | NUMBER | Y | Previous association of a company site row in PN_COMPANY_SITES_ALL with the history row | |
LEASE_ID | NUMBER | Previous association of a lease row in PN_LEASES_ALL with the history row | ||
LEASE_CHANGE_ID | NUMBER | Previous association of a lease, amend or an edit row in PN_LEASE_CHANGES_ALL with the history row | ||
LOCATION_ID | NUMBER | To be used in future. | ||
STATUS | VARCHAR2 | (1) | Y | To be used in future |
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 |
PN.PN_CONTACT_ASSIGN_HISTORY does not reference any database object
PN.PN_CONTACT_ASSIGN_HISTORY is referenced by following:
Description: | Information about currency_code and conversion_type |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_CURRENCIES.CURRENCY_CODE | FND_CURRENCIES |
PN_CURRENCIES.CONVERSION_TYPE | GL_DAILY_CONVERSION_TYPES |
PN_CURRENCIES stores information about currency code and conversion type. This is used to apply a conversion rate as defined in Oracle General Ledger for transferring payment items to Oracle Accounts Payables.
This table is partitioned by org.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CURRENCY_CODE | VARCHAR2 | (15) | Y | Code defined for a currency |
CONVERSION_TYPE | VARCHAR2 | (30) | Y | Conversion type name. The value is referenced from GL_DAILY_CONVERSION_TYPES |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
PN.PN_CURRENCIES does not reference any database object
PN.PN_CURRENCIES is referenced by following:
Description: | The table stores distributions for a payment term |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_DISTRIBUTIONS_ALL.ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_DISTRIBUTIONS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_DISTRIBUTIONS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_DISTRIBUTIONS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_DISTRIBUTIONS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_DISTRIBUTIONS_HISTORY.DISTRIBUTION_ID | PN_DISTRIBUTIONS_ALL |
The distributions table stores accounting information for the payment term amount if the amount is distributed among rspective accounts.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_DISTRIBUTIONS_U1 | UNIQUE | APPS_TS_TX_IDX | DISTRIBUTION_ID |
PN_DISTRIBUTIONS_N1 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_DISTRIBUTIONS_N2 | NONUNIQUE | APPS_TS_TX_IDX | TERM_TEMPLATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION_ID | NUMBER | (15) | Y | Uniquely identifies the distribution |
PAYMENT_TERM_ID | NUMBER | (15) | Identifies the row in the Payment Terms table with which this distribution is associated | |
TERM_TEMPLATE_ID | NUMBER | (15) | Identifies the row in the Term Templates table associated with this distribution | |
ACCOUNT_ID | NUMBER | (15) | Y | Identifies the row in the GL Code Combinations table associated with this distribution |
ACCOUNT_CLASS | VARCHAR2 | (30) | Account class of the account in this distribution. The value is populated from the lookups PN_PAY_ACCOUNT_TYPE or PN_REC_ACCOUNT_TYPE | |
PERCENTAGE | NUMBER | Percentage of the actual amount from the payment term corresponding to this distribution | ||
LINE_NUMBER | NUMBER | The distribution line number displayed in the user interface | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_DISTRIBUTIONS_ALL does not reference any database object
PN.PN_DISTRIBUTIONS_ALL is referenced by following:
Description: | Distributions History Table. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_DISTRIBUTIONS_HISTORY.DISTRIBUTION_ID | PN_DISTRIBUTIONS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_HISTORY.DISTRIBUTION_CHANGE_ID | PN_DISTRIBUTIONS_HISTORY |
This table stores history of distributions associated with payment/billing terms. When any of the distribution associated with a term is changed, distribution history is created for all the distributions of the term.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_DISTRIBUTIONS_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | DISTRIBUTION_HISTORY_ID |
PN_DISTRIBUTIONS_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | DISTRIBUTION_CHANGE_ID |
PN_DISTRIBUTIONS_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX | DISTRIBUTION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION_HISTORY_ID | NUMBER | (15) | Y | Distribution History Id is a unique identifier for the each row of PN_DISTRIBUTIONS_HISTORY table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when this row was last updated | |
LAST_UPDATED_BY | NUMBER | Y | Standard WHO column. | |
CREATION_DATE | DATE | Y | Standard WHO column. | |
CREATED_BY | NUMBER | Y | Standard WHO column. | |
LAST_UPDATE_LOGIN | NUMBER | Y | Standard WHO column. | |
DISTRIBUTION_CHANGE_ID | NUMBER | (15) | Y | Distribution Change Id changes when distribution history is created for a distribtuion set. |
DISTRIBUTION_ID | NUMBER | (15) | Y | Distribution Id is foreign key from PN_DISTRIBUTIONS_ALL table. |
ACCOUNT_ID | NUMBER | (15) | Y | GL Account code to be associated with each distribution. |
ACCOUNT_CLASS | VARCHAR2 | (30) | Account Class associated with each distribution. | |
PERCENTAGE | NUMBER | Percentage distribution of amount. | ||
LINE_NUMBER | NUMBER | Serial No. of distribution line. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. |
PN.PN_DISTRIBUTIONS_HISTORY does not reference any database object
PN.PN_DISTRIBUTIONS_HISTORY is referenced by following:
Description: | PN_EMP_SPACE_ASSIGN_ITF Interface Table. |
---|
The PN_EMP_SPACE_ASSIGN_ITF interface table is used to Import or Export the CAD Space Data.
Scope: public
Product: PN
Lifecycle: active
Display Name: PN Employee Space Assignment Interface
Category: BUSINESS_ENTITY PN_EMPLOYEE_SPACE_ASSGNMENT
Index | Type | Tablespace | Column |
---|---|---|---|
PN_EMP_SPACE_ASSIGN_ITF_N1 | NONUNIQUE | APPS_TS_INTERFACE | EMP_SPACE_ASSIGN_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_NAME | VARCHAR2 | (30) | Y | Name of the batch. Required when importing data into Oracle Property Manager |
ENTRY_TYPE | VARCHAR2 | (1) | Y | The type of row. A indicates creation of new space assignment row, U indicates modification of space assignment row, and R indicates replacement of space assignment row. Required when importing data into Oracle Property Manager |
EMP_SPACE_ASSIGN_ID | NUMBER | Identifier generated from an Oracle database sequence. Mapped to the SPACE_ALLOCATION_ID in PN_SPACE_ALLOCATIONS_ALL. Required when importing data into Oracle Property Manager | ||
LOCATION_ID | NUMBER | Identifier location identifier used to associate location with employee or cost center space assignment. Mapped to the LOCATION_ID in PN_SPACE_ALLOCATIONS_ALL. | ||
EMPLOYEE_ID | NUMBER | Identifier of employee. PERSON_ID from PER_PEOPLE_F | ||
COST_CENTER_CODE | VARCHAR2 | (30) | Cost center to which this space is charged. Mapped to COST_CENTER_CODE in PN_SPACE_ALLOCATIONS_ALL | |
ALLOCATED_AREA | NUMBER | Space assigned to the employee. Calculated as USEABLE_AREA / total number of space assignments in a location. Mapped to ALLOCATED_AREA_PCT in PN_SPACE_ALLOCATIONS_ALL and required when importing data into Oracle Property Manager. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column: Date on which the row was last updated. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column: User who last updated the row. This column is a foreign key to FND_USER.USER_ID. | ||
CREATED_BY | NUMBER | Y | Standard Who column: User who created the row. This column is a foreign key to FND_USER.USER_ID. | |
CREATION_DATE | DATE | Y | Standard Who column: The date on which the row was created | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column: The user who last updated the row. This column is a foreign key to FND_LOGINS.LOGIN_ID | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the descriptive flexfield structure | |
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 | |
TRANSFERRED_TO_CAD | VARCHAR2 | (1) | Flag indicating whether the row has been exported (Y or N). Determines whether the row should be purged. Used only by Oracle Property Manager. | |
TRANSFERRED_TO_PN | VARCHAR2 | (1) | Flag indicating whether the row has been imported into Oracle Property Manager (Y or N). Determines whether row should be purged. Used only by Oracle Property Manager. | |
ERROR_MESSAGE | VARCHAR2 | (240) | Message error code if import or export is unsuccessful | |
SOURCE | VARCHAR2 | (80) | External application that created the row | |
REQUEST_ID | NUMBER | Concurrent program Who column: Identifier of the request for which the row was last updated. Foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID | ||
PROGRAM_APPLICATION_ID | NUMBER | Concurrent program Who column: Identifier of the application whose program last updated this row. Foreign key to FND_APPLICATION.APPLICATION_ID | ||
PROGRAM_ID | NUMBER | Concurrent program who column: The identifier of the program that last updated this row. This column is a foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID. | ||
PROGRAM_UPDATE_DATE | DATE | Concurrent program who column: Date when the row was last updated. | ||
EMP_ASSIGN_START_DATE | DATE | Start date of employee space assignment | ||
EMP_ASSIGN_END_DATE | DATE | End date of the employee assignment | ||
UTILIZED_AREA | NUMBER | Area of the location utilized for this space assignment | ||
CHANGE_DATE | DATE | Date on which changes to the space assignment record are effective | ||
CHANGE_MODE | VARCHAR2 | (30) | Flag indicating whether the space assignment record should be corrected or updated. In case of update, existing space assignment is terminated and a new space assignment is created as of CHANGE_DATE. | |
PROJECT_ID | NUMBER | Associates the employee space assignment with a project in PA_PROJECTS_ALL | ||
TASK_ID | NUMBER | Associates the employee space assignment with a task in PA_TASKS_ALL |
PN.PN_EMP_SPACE_ASSIGN_ITF does not reference any database object
PN.PN_EMP_SPACE_ASSIGN_ITF is referenced by following:
Description: | This table has terms which have to excluded from the calculation of the Rent increase. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_EXCLUDE_TERM_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_EXCLUDE_TERM_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
Whenever a payment term is unchecked in the Exclude Payment terms window of the Rent Increase Form, a row is created in this table.
It stores the payment terms that are to be excluded during the calculation of the basis for the rent increase. This table is by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_EXCLUDE_TERM_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_EXCLUDE_TERM_ID |
PN_INDEX_EXCLUDE_TERM_N1 | NONUNIQUE | APPS_TS_TX_IDX |
INDEX_LEASE_ID
PAYMENT_TERM_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_EXCLUDE_TERM_ID | NUMBER | Y | Uniquely identifies the row in this table.The value is populated using the sequence PN_INDEX_EXCLUDE_TERM_S. | |
INDEX_LEASE_ID | NUMBER | Y | Associates the row in PN_INDEX_LEASES_ALL with the row in this table. | |
PAYMENT_TERM_ID | NUMBER | Y | Associates the row in PN_PAYMENT_TERMS_ALL with the row in this table. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
ORG_ID | NUMBER | Organization identifier | ||
INCLUDE_EXCLUDE_FLAG | VARCHAR2 | (1) | Y | Flag indicating whether the calculation is to include or exclude the rent increase term |
PN.PN_INDEX_EXCLUDE_TERM_ALL does not reference any database object
PN.PN_INDEX_EXCLUDE_TERM_ALL is referenced by following:
Description: | PN_INDEX_HISTORY_HEADERS stores index information. Indexes help to account for inflation when calculating rent increases |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_HISTORY_LINES.INDEX_ID | PN_INDEX_HISTORY_HEADERS |
PN_INDEX_LEASES_ALL.INDEX_ID | PN_INDEX_HISTORY_HEADERS |
PN_REC_AGR_LINCONST_ALL.CPI_INDEX | PN_INDEX_HISTORY_HEADERS |
PN_INDEX_HISTORY_HEADERS stores index information. Indexes help to account for inflation when calculating rent increases. Stores the index name,source etc. This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_HISTORY_HEADERS_U1 | UNIQUE | APPS_TS_TX_IDX | NAME |
PN_INDEX_HISTORY_HEADERS_U2 | UNIQUE | APPS_TS_TX_IDX | INDEX_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_ID | NUMBER | Y | Uniquely identifies the Index Type row.The value is populated using sequence PN_INDEX_HISTORY_HEADERS_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
NAME | VARCHAR2 | (30) | Y | User defined Unique Index Type name |
SOURCE | VARCHAR2 | (30) | Index Type Source name | |
COMMENTS | VARCHAR2 | (2000) | User comments. | |
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 |
PN.PN_INDEX_HISTORY_HEADERS does not reference any database object
PN.PN_INDEX_HISTORY_HEADERS is referenced by following:
Description: | PN_INDEX_HISTORY_LINES stores all the relevant details associated with an Index type including index dates and index values. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_HISTORY_LINES.INDEX_ID | PN_INDEX_HISTORY_HEADERS |
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASES_ALL.BASE_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_LEASES_ALL.BASE_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_LEASE_PERIODS_ALL.CURRENT_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_LEASE_PERIODS_ALL.PREVIOUS_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_HISTORY_LINES stores all the relevant details associated with an Index type including index dates and index values.This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_HISTORY_LINES_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_LINE_ID |
PN_INDEX_HISTORY_LINES_N1 | NONUNIQUE | APPS_TS_TX_IDX | INDEX_ID |
PN_INDEX_HISTORY_LINES_N2 | NONUNIQUE | APPS_TS_TX_IDX | INDEX_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_LINE_ID | NUMBER | Y | Uniquely identifies the Index Type row.The value is populated using sequence PN_INDEX_HISTORY_LINES_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INDEX_ID | NUMBER | Y | Associates the row in PN_INDEX_HISTORY_HEADERS with the row in this table. | |
INDEX_DATE | DATE | Y | Index date. | |
INDEX_FIGURE | NUMBER | Index amount. | ||
INDEX_ESTIMATE | NUMBER | Index Estimate. Not used. | ||
INDEX_UNADJ_1 | NUMBER | Optional user entered, unadjusted index value1. | ||
INDEX_UNADJ_2 | NUMBER | Optional user entered, unadjusted index value2. | ||
INDEX_SEASONALLY_UNADJ_1 | NUMBER | Optional user entered, seasonally unadjusted index value1. | ||
INDEX_SEASONALLY_UNADJ_2 | NUMBER | Optional user entered, seasonally unadjusted index value2. | ||
UPDATED_FLAG | VARCHAR2 | (1) | Flag to track Index Lines that have been updated. | |
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 |
PN.PN_INDEX_HISTORY_LINES does not reference any database object
PN.PN_INDEX_HISTORY_LINES is referenced by following:
Description: | PN_INDEX_LEASES_ALL stores all the rent increases associated with an existing lease. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASES_ALL.BASE_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_LEASES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_INDEX_LEASES_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_INDEX_LEASES_ALL.INDEX_ID | PN_INDEX_HISTORY_HEADERS |
PN_INDEX_LEASES_ALL.BASE_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_EXCLUDE_TERM_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_CONSTRAINTS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_PERIODS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_TERMS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASES_ALL stores all the rent increases associated with an existing lease. It also stores the relevant information that determines how rent increases should be calculated.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_LEASES_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_LEASE_NUMBER |
PN_INDEX_LEASES_U2 | UNIQUE | APPS_TS_TX_IDX | INDEX_LEASE_ID |
PN_INDEX_LEASES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_LEASE_ID | NUMBER | Y | Uniquely identifies the Rent Increase row. The value is populated using the sequence PN_INDEX_LEASES_S. | |
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASES_ALL with the row in this table. | |
INDEX_ID | NUMBER | Y | Associates the row in PN_INDEX_HISTORY_HEADERS with the row in this table. | |
COMMENCEMENT_DATE | DATE | Y | Rent Increase Commencement date. | |
TERMINATION_DATE | DATE | Y | Rent Increase Termination date. | |
INDEX_LEASE_NUMBER | VARCHAR2 | (100) | Y | Rent Increase Number. Unique identifier of an Index Lease row. User defined except when the profile option PN: Automatic Index Number Generation is to Yes, then PN_INDEX_LEASES_S is used to populate this data element. |
LOCATION_ID | NUMBER | Associates the row in PN_LOCATIONS_ALL with the row in this table. | ||
TERM_TEMPLATE_ID | NUMBER | Associates the row in PN_TERM_TEMPLATES_ALL with the row in this table. Default term template used for payment/billing purposes. | ||
ABSTRACTED_BY | NUMBER | User id of the user who created the Rent Increase row. | ||
ASSESSMENT_DATE | DATE | Date Rent Increase is assessed on. | ||
ASSESSMENT_INTERVAL | NUMBER | Determines how frequently the rent increase is assessed. Has to be a postive whole integer. | ||
SPREAD_FREQUENCY | VARCHAR2 | (30) | Determines how the annual invoiced amount is spread over the year. | |
RELATIONSHIP_DEFAULT | VARCHAR2 | (30) | Determines whether the percentage used in the rent increase calculation is user defined basis percentage,Basis Only; index percentage Index Only; the Greater of or Lesser Of the index percentage or the Basis percentage. Valid values:GREATER_OF,LESSER_OF,BASIS_ONLY, INDEX_ONLY.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_RELATION. | |
BASIS_PERCENT_DEFAULT | NUMBER | Default basis percentage. | ||
INITIAL_BASIS | NUMBER | Basis amount used in the first Rent Increase period. Can be user defined also. | ||
BASE_INDEX | NUMBER | Given the Index Type and the Base Year defaults the Base Index from the table PN_INDEX_HISTORY_LINES. | ||
BASE_INDEX_LINE_ID | NUMBER | Associates the INDEX_LINE_ID in PN_INDEX_HISTORY_LINES corresponding to the Index date defined in the Base Year. | ||
INDEX_FINDER_METHOD | VARCHAR2 | (30) | Determines the options if the index value is unavailable. Valid values: FINDER_DATE, MOST_RECENT,BACKBILL. The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_FINDER_METHOD. | |
INDEX_FINDER_MONTHS | NUMBER | Denotes the whole number subtracted from the Date Assessed to determine the Index Finder Date. | ||
NEGATIVE_RENT_TYPE | VARCHAR2 | (30) | Determines the options when negative index rent is encountered.Valid values: IGNORE,THIS_PERIOD, NEXT_PERIOD.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_NEGATIVE_RENT. | |
INCREASE_ON | VARCHAR2 | (30) | Indicates the type of payment/billing term the increase is to be assessed on. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_PAYMENT_TERM_TYPE | |
BASIS_TYPE | VARCHAR2 | (30) | Determines how the basis amount is calculated. Valid values:FIXED,ROLLING,COMPOUND. The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_BASIS_TYPE. | |
REFERENCE_PERIOD | VARCHAR2 | (30) | Required to calculate the index percentage. Valid values: BASE_YEAR,PREV_YEAR_ASSMT_DATE_DUR, PREV_YEAR_PERV_CURRENT_CPI.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_REF_PERIOD. | |
BASE_YEAR | DATE | Index date used to derive the Base Index value. | ||
LEASED_AREA | NUMBER | Leased Area. Not used | ||
ROUNDING_FLAG | VARCHAR2 | (1) | Provides the option to round the payment term amounts. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
AGREEMENT_CATEGORY | VARCHAR2 | (30) | Agreement Descriptive Flexfield structure defining column. | |
AGREEMENT_ATTRIBUTE1 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE2 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE3 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE4 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE5 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE6 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE7 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE8 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE9 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE10 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE11 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE12 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE13 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE14 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
AGREEMENT_ATTRIBUTE15 | VARCHAR2 | (150) | Agreement Descriptive Flexfield segment column. | |
ORG_ID | NUMBER | (15) | Organization identifier | |
AGGREGATION_FLAG | VARCHAR2 | (1) | Determines whether Aggregation is to be used for creating payment terms. | |
GROSS_FLAG | VARCHAR2 | (1) | Determines whether the rent increase is based on all the payment terms rather than on a specific payment term type like base rent. | |
CURRENCY_CODE | VARCHAR2 | (15) | Currency code associated with the index rent agreement | |
CARRY_FORWARD_FLAG | VARCHAR2 | (1) | Identifies if the carry forward functionality is to be enabled for the index rent agreement. | |
RETAIN_INITIAL_BASIS_FLAG | VARCHAR2 | (1) | Determines whether the initial basis should be retained during index rent calculations. | |
INDEX_MULTIPLIER | NUMBER | Default index multiplier | ||
CONSTRAINT_PRORATION | VARCHAR2 | (30) | Not used | |
VR_NBP_FLAG | VARCHAR2 | (1) | Flag indicating whether rent increase is included in natural breakpoint basis. | |
PRORATION_RULE | VARCHAR2 | (30) | Specifies the calculation method for partial periods. | |
PRORATION_PERIOD_START_DATE | DATE | Proration period start date. |
PN.PN_INDEX_LEASES_ALL does not reference any database object
PN.PN_INDEX_LEASES_ALL is referenced by following:
Description: | PN_INDEX_LEASE_CONSTRAINTS_ALL stores the constraints that apply to the rent increase. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASE_CONSTRAINTS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_CONSTRAINTS_ALL stores the constraints that apply to the rent increase. Maximum or minimum constraints can be specified on the rent increase from period to period or on the rent due. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_LEASE_CONSTRAINTS_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_CONSTRAINT_ID |
PN_INDEX_LEASE_CONSTRAINTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | INDEX_LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_CONSTRAINT_ID | NUMBER | Y | Uniquely identifies the Index Lease constraint row.The value is populated using sequence PN_INDEX_LEASE_CONSTRAINTS_S. | |
INDEX_LEASE_ID | NUMBER | Y | Associates the row in PN_INDEX_LEASES_ALL with the row in this table. | |
SCOPE | VARCHAR2 | (30) | Y | Determines if the constraints are applied on the rent increase from period to period or on the rent due.Valid values: PERIOD_TO_PERIOD,RENT_DUE.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_CONSTRAINT. |
MINIMUM_AMOUNT | NUMBER | Minimum amount constraint. Mutually exclusive with Minimum percentage constraint. | ||
MAXIMUM_AMOUNT | NUMBER | Maximum amount constraint.Mutually exclusive with Maximum percentage constraint. | ||
MINIMUM_PERCENT | NUMBER | Minimum percentage increase constraint. Mutually exclusive with Minimum amount constraint. | ||
MAXIMUM_PERCENT | NUMBER | Maximum percentage increase constraint. Mutually exclusive with Maximum amount constraint. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_INDEX_LEASE_CONSTRAINTS_ALL does not reference any database object
PN.PN_INDEX_LEASE_CONSTRAINTS_ALL is referenced by following:
Description: | PN_INDEX_LEASE_PERIODS_ALL stores the relevant details associated with all the rent increase periods. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASE_PERIODS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_PERIODS_ALL.CURRENT_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
PN_INDEX_LEASE_PERIODS_ALL.PREVIOUS_INDEX_LINE_ID | PN_INDEX_HISTORY_LINES |
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASE_TERMS_ALL.INDEX_PERIOD_ID | PN_INDEX_LEASE_PERIODS_ALL |
PN_INDEX_LEASE_PERIODS_ALL stores the relevant details associated with all the rent increase periods. Details such as the assessment date,the basis amount,the constrained and unconstrained rent increase amount etc are held in this table.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_LEASE_PERIODS_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_PERIOD_ID |
PN_INDEX_LEASE_PERIODS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
INDEX_LEASE_ID
ASSESSMENT_DATE |
PN_INDEX_LEASE_PERIODS_N2 | NONUNIQUE | APPS_TS_TX_IDX | CURRENT_INDEX_LINE_ID |
PN_INDEX_LEASE_PERIODS_N3 | NONUNIQUE | APPS_TS_TX_IDX | PREVIOUS_INDEX_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_PERIOD_ID | NUMBER | Y | Uniquely identifies the Index Period row.The value is populated using sequence PN_INDEX_LEASE_PERIODS_S. | |
INDEX_LEASE_ID | NUMBER | Y | Associates the row in PN_INDEX_LEASES_ALL with the row in this table. | |
LINE_NUMBER | NUMBER | Y | Line number of the Index Lease period. | |
ASSESSMENT_DATE | DATE | Y | Date the rent increase is assessed on. | |
BASIS_START_DATE | DATE | Period Basis start date. | ||
BASIS_END_DATE | DATE | Period Basis end date. | ||
INDEX_FINDER_DATE | DATE | Period Index Finder date. | ||
CURRENT_INDEX_LINE_ID | NUMBER | Associates the INDEX_LINE_ID in PN_INDEX_HISTORY_LINES corresponding to the current index finder date. | ||
CURRENT_INDEX_LINE_VALUE | NUMBER | Index value associated with the current index finder date. | ||
PREVIOUS_INDEX_LINE_ID | NUMBER | Associates the INDEX_LINE_ID in PN_INDEX_HISTORY_LINES corresponding to the previous index finder date. | ||
PREVIOUS_INDEX_LINE_VALUE | NUMBER | Index value of the previous index finder date. | ||
CURRENT_BASIS | NUMBER | The current basis amount is calculated as the sum of schedule items lying between the basis start date and basis end date. | ||
RELATIONSHIP | VARCHAR2 | (30) | Determines whether the percentage calculated is a basis percentage, Basis Only; index percentage Index Only; the Greater of or Lesser Of the index percentage or Basis percentage. Valid values: GREATER_OF,LESSER_OF,BASIS_ONLY, INDEX_ONLY. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_RELATION. | |
INDEX_PERCENT_CHANGE | NUMBER | System Calculated Index Percentage. | ||
BASIS_PERCENT_CHANGE | NUMBER | Basis percentage. | ||
UNCONSTRAINT_RENT_DUE | NUMBER | Unconstrained rent increase amount. | ||
CONSTRAINT_RENT_DUE | NUMBER | Rent increase amount after constraints have been applied. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CARRY_FORWARD_AMOUNT | NUMBER | Stores the carry forward amount available to the next period. | ||
CONSTRAINT_APPLIED_AMOUNT | NUMBER | Stores the amount of the minimum or maximum constraint applied to the unconstrained rent due for the period. | ||
CARRY_FORWARD_PERCENT | NUMBER | Stores the carry forward percentage available to the next period | ||
CONSTRAINT_APPLIED_PERCENT | NUMBER | Stores the rcentage of the minimum or maximum constraint | ||
INDEX_MULTIPLIER | NUMBER | Index multiplier |
PN.PN_INDEX_LEASE_PERIODS_ALL does not reference any database object
PN.PN_INDEX_LEASE_PERIODS_ALL is referenced by following:
Description: | This table stores the index payment terms. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INDEX_LEASE_TERMS_ALL.INDEX_LEASE_ID | PN_INDEX_LEASES_ALL |
PN_INDEX_LEASE_TERMS_ALL.INDEX_PERIOD_ID | PN_INDEX_LEASE_PERIODS_ALL |
PN_INDEX_LEASE_TERMS_ALL.LEASE_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_INDEX_LEASE_TERMS_ALL.RENT_INCREASE_TERM_ID | PN_PAYMENT_TERMS_ALL |
This table stores the payment terms created for the index leases.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INDEX_LEASE_TERMS_U1 | UNIQUE | APPS_TS_TX_IDX | INDEX_LEASE_TERM_ID |
PN_INDEX_LEASE_TERMS_N1 | NONUNIQUE | APPS_TS_TX_IDX | INDEX_PERIOD_ID |
PN_INDEX_LEASE_TERMS_N2 | NONUNIQUE | APPS_TS_TX_IDX | RENT_INCREASE_TERM_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_LEASE_TERM_ID | NUMBER | Y | Uniquely identifies the row.The value is populated using sequence PN_INDEX_LEASE_TERMS_S. | |
INDEX_LEASE_ID | NUMBER | Y | Associates the row in PN_INDEX_LEASES_ALL with the row in this table. | |
INDEX_PERIOD_ID | NUMBER | Y | Associates the row in PN_INDEX_LEASE_PERIODS_ALL with the row in this table. | |
LEASE_TERM_ID | NUMBER | Y | Associates a payment term of the main lease with the rent increase for a index rent period. | |
RENT_INCREASE_TERM_ID | NUMBER | Y | Identifies the rent increase payment term for a index rent period. | |
AMOUNT | NUMBER | Y | Amount contributed by a main lease term towards the rent increase for a period. | |
APPROVED_FLAG | VARCHAR2 | (30) | Y | Indicates whether the rent increase for the period has been approved. |
ORG_ID | NUMBER | Organization identifier | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Identifies whether the payment term is for backbill or recurring . |
PN.PN_INDEX_LEASE_TERMS_ALL does not reference any database object
PN.PN_INDEX_LEASE_TERMS_ALL is referenced by following:
Description: | Insurance details related to a lease. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INSURANCE_REQUIREMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_INSURANCE_REQUIREMENTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_INSUR_REQUIRE_HISTORY.INSURANCE_REQUIREMENT_ID | PN_INSURANCE_REQUIREMENTS_ALL |
PN_LEASE_MILESTONES_ALL.INSURANCE_REQUIREMENT_ID | PN_INSURANCE_REQUIREMENTS_ALL |
PN_INSURANCE_REQUIREMENTS_ALL stores insurance details related to a lease. A single lease can have multiple insurance requirements.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INSURANCE_REQUIREMENTS_U1 | UNIQUE | APPS_TS_TX_IDX | INSURANCE_REQUIREMENT_ID |
PN_INSURANCE_REQUIREMENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_INSURANCE_REQUIREMENTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | POLICY_START_DATE |
PN_INSURANCE_REQUIREMENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | POLICY_EXPIRATION_DATE |
PN_INSURANCE_REQUIREMENTS_N4 | NONUNIQUE | APPS_TS_TX_IDX | NOTIFICATION_DATE |
PN_INSURANCE_REQUIREMENTS_N5 | NONUNIQUE | APPS_TS_TX_IDX | INSURER_NAME |
PN_INSURANCE_REQUIREMENTS_N6 | NONUNIQUE | APPS_TS_TX_IDX | POLICY_NUMBER |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INSURANCE_REQUIREMENT_ID | NUMBER | Y | Uniquely identifies an insurance requirements row defined in a lease or in an amendement to the lease. The value is populated using sequence PN_INSURANCE_REQUIREMENTS_S. | |
STATUS | VARCHAR2 | (1) | Y | Indicates whether the insurance row is active or inactive. Valid values: A - Active, I - Inactive |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INSURANCE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of insurance, such as liability, hazard, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_INSURANCE_TYPE'. |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the insurance row. | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease abstract, amend or edit row in PN_LEASE_CHANGES_ALL with the insurance row. | |
POLICY_START_DATE | DATE | Insurance policy start date | ||
POLICY_EXPIRATION_DATE | DATE | Insurance policy expiration date | ||
NOTIFICATION_DATE | DATE | Obsolete column | ||
INSURER_NAME | VARCHAR2 | (50) | Name of the insurer | |
POLICY_NUMBER | VARCHAR2 | (15) | Policy number of the insurance policy | |
INSURED_AMOUNT | NUMBER | The actual amount of coverage purchased for the lease. | ||
REQUIRED_AMOUNT | NUMBER | The insurance coverage required for the lease | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
INSURANCE_COMMENTS | VARCHAR2 | (2000) | User entered comments for insurance. |
PN.PN_INSURANCE_REQUIREMENTS_ALL does not reference any database object
PN.PN_INSURANCE_REQUIREMENTS_ALL is referenced by following:
Description: | Track changes to insurance details related to a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_INSUR_REQUIRE_HISTORY.INSURANCE_REQUIREMENT_ID | PN_INSURANCE_REQUIREMENTS_ALL |
PN_INSUR_REQUIRE_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_INSUR_REQUIRE_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_INSUR_REQUIRE_HISTORY tracks changes to insurance details related to a lease. A row is created in this table when the insurance information in a lease is altered by means of an amendment or an edit to the lease.
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_INSUR_REQUIRE_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | INSURANCE_HISTORY_ID |
PN_INSUR_REQUIRE_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | INSURANCE_REQUIREMENT_ID |
PN_INSUR_REQUIRE_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INSURANCE_HISTORY_ID | NUMBER | Y | Uniquely identifies an insurance history record for a lease abstract, amend or edit row. The value is populated using sequence PN_INSUR_REQUIRE_HISTORY_S. | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding insurance history row. When a row is modified in PN_INSURANCE_REQUIREMENTS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the insurance row. | |
STATUS | VARCHAR2 | (1) | Y | Stores the most recent value of the insurance status immediately prior to being changed as a result of an amendment or an edit |
INSURANCE_REQUIREMENT_ID | NUMBER | Y | Associates the row in PN_INSURANCE_REQUIREMENTS_ALL with the history row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INSURANCE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of insurance before it is changed as a result of an amendment or an edit |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the history row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease abstract, the amend row, or the edit row in PN_LEASE_CHANGES_ALL with the history row | |
POLICY_START_DATE | DATE | Stores the value of the insurance policy start date immediately prior to being changed as a result of an amendment or an edit | ||
POLICY_EXPIRATION_DATE | DATE | Stores the value of the insurance policy expiration date immediately prior to being changed as a result of an amendment or an edit | ||
INSURER_NAME | VARCHAR2 | (50) | Stores the name of the insurer before it is changed as a result of an amendment or an edit | |
POLICY_NUMBER | VARCHAR2 | (15) | Stores the insurance policy number before it is changed as a result of an amendment or an edit | |
INSURED_AMOUNT | NUMBER | Stores the insured amount before it is changed as a result of an amendment or an edit | ||
REQUIRED_AMOUNT | NUMBER | Stores the required amount before it is changed as a result of an amendment or an edit | ||
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 | |
INSURANCE_COMMENTS | VARCHAR2 | (2000) | History of insurance comments. |
PN.PN_INSUR_REQUIRE_HISTORY does not reference any database object
PN.PN_INSUR_REQUIRE_HISTORY is referenced by following:
Description: | Information about the services provided by the landlord to the tenant. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LANDLORD_SERVICES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LANDLORD_SERVICES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_LANDLORD_SERVICE_HISTORY.LANDLORD_SERVICE_ID | PN_LANDLORD_SERVICES_ALL |
PN_LANDLORD_SERVICES_ALL stores information about the services provided by the landlord to the lessee, such as maintenance, security, and parking. There can be multiple rows based on the number of services provided by the landlord.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LANDLORD_SERVICES_U1 | UNIQUE | APPS_TS_TX_IDX | LANDLORD_SERVICE_ID |
PN_LANDLORD_SERVICES_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_LANDLORD_SERVICES_N2 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_LANDLORD_SERVICES_N3 | NONUNIQUE | APPS_TS_TX_IDX | END_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LANDLORD_SERVICE_ID | NUMBER | Y | Uniquely identifies a row for the services that are defined in a lease or in an amendement to the lease and are provided by the landlord. The value is populated using sequence PN_LANDLORD_SERVICES_S. | |
STATUS | VARCHAR2 | (1) | Y | Indicates whether the service provided by the landlord is still active or not. Valid values: A - Active, I - Inactive |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the row in this table | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with the row in this table | |
SERVICE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of service provided. The value is derived from the lookup_code in the FND_LOOKUPS table where lookup_type = PN_LANDLORD_SERVICE_TYPE. |
START_DATE | DATE | Start date of the service | ||
END_DATE | DATE | End date of the service | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
OBLIGATION_NUM | VARCHAR2 | (15) | Obligation Number. This is a system generated number without a database sequence generator, i.e, Select max(obligation_num)+1 from dual for a lease. | |
RESPONSIBILITY_CODE | VARCHAR2 | (30) | Type of Expense. A user-definable Quickcode | |
COMMON_AREA_RESP | VARCHAR2 | (30) | A type of area for an expense incurred in a multi-tenanted building that is attributable to all tenants | |
FINANCIAL_RESP_PARTY_CODE | VARCHAR2 | (30) | Determination of responsibility for an expense incurred by the company within the space it occupies | |
FINANCIAL_PCT_RESP | VARCHAR2 | (15) | If the responsible party is either landlord or tenant, the percent responsibility forexpenses is noted here if it is mentioned in the lease. | |
RESPONSIBILITY_MAINT | VARCHAR2 | (30) | Names the party responsible for performing the responsibility. | |
COMPANY_ID | NUMBER | Company ID of the Service Provider. List of values from the service provider. | ||
OBLIGATION_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the Obligation Responsibility | |
OBLIGATION_COMMENTS | VARCHAR2 | (2000) | Comments regarding theObligation responsibility. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses |
PN.PN_LANDLORD_SERVICES_ALL does not reference any database object
PN.PN_LANDLORD_SERVICES_ALL is referenced by following:
Description: | Track changes in the service provided by the landlord to the tenant |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LANDLORD_SERVICE_HISTORY.LANDLORD_SERVICE_ID | PN_LANDLORD_SERVICES_ALL |
PN_LANDLORD_SERVICE_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_LANDLORD_SERVICE_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LANDLORD_SERVICE_HISTORY tracks changes in the service provided by the landlord to the lessee during a lease. A row is created in this table when the service information in a lease is altered by means of an amendment or an edit to the lease.
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LANDLORD_SERVICE_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | LANDLORD_SERVICE_HISTORY_ID |
PN_LANDLORD_SERVICE_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | LANDLORD_SERVICE_ID |
PN_LANDLORD_SERVICE_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LANDLORD_SERVICE_HISTORY_ID | NUMBER | Y | Uniquely identifies landlord service history record for a lease. The value is populated using the sequence PN_LANDLORD_SERVICE_HISTORY_S | |
STATUS | VARCHAR2 | (1) | Y | Stores the value of the landlord service status immediately prior to being changed as a result of an amendment or an edit |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding landlord service history row. When a row is modified in PN_LANDLORD_SERVICES_ALL as a result of an amendment or an edit to the lease, this field is updated with LEASE_CHANGE_ID. The purpose is to associate the new amendment or edit row with the previous state of the landlord service row. | |
LANDLORD_SERVICE_ID | NUMBER | Y | Associates the row in PN_LANDLORD_SERVICES_ALL with the history row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASES_ALL with the history row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with the history row | |
SERVICE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Stores the value of the landlord service type immediately prior to being changed as a result of an amendment or an edit |
START_DATE | DATE | Stores the value of the landlord service start date immediately prior to being changed as a result of an amendment or an edit | ||
END_DATE | DATE | Stores the value of the landlord service end date immediately prior to being changed as a result of an amendment or an edit | ||
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 | |
OBLIGATION_NUM | VARCHAR2 | (15) | Obligation Number. This is a system generated number without a database sequence generator, i.e, Select max(obligation_num)+1 from dual for a lease | |
RESPONSIBILITY_CODE | VARCHAR2 | (30) | Type of Expense. A user-definable Quickcode | |
COMMON_AREA_RESP | VARCHAR2 | (30) | A type of area for an expense incurred in a multi-tenanted building that is attributable to all tenants | |
FINANCIAL_RESP_PARTY_CODE | VARCHAR2 | (30) | Determination of responsibility for an expense incurred by the company within the space it occupies | |
FINANCIAL_PCT_RESP | VARCHAR2 | (15) | If the responsible party is either landlord or tenant, the percent responsibility forexpenses is noted here if it is mentioned in the lease | |
RESPONSIBILITY_MAINT | VARCHAR2 | (30) | Names the party responsible for performing the responsibility | |
COMPANY_ID | NUMBER | Company ID of the Service Provider. List of values from the service provider | ||
OBLIGATION_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the Obligation Responsibility | |
OBLIGATION_COMMENTS | VARCHAR2 | (2000) | Comments regarding theObligation responsibility. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses |
PN.PN_LANDLORD_SERVICE_HISTORY does not reference any database object
PN.PN_LANDLORD_SERVICE_HISTORY is referenced by following:
Description: | Lease information |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASES_ALL.ABSTRACTED_BY_USER | FND_USER |
PN_LEASES_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGNMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_CONTACT_ASSIGN_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_INDEX_LEASES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_INSURANCE_REQUIREMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_INSUR_REQUIRE_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_LANDLORD_SERVICES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LANDLORD_SERVICE_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_REC_AGREEMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_CHANGES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_DETAILS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_DETAILS_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_MILESTONES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_TRANSACTIONS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_NOTE_HEADERS.LEASE_ID | PN_LEASES_ALL |
PN_OPTIONS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_OPTIONS_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_PAYMENT_SCHEDULES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_PAYMENT_TERMS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_PAYMENT_TERMS_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_REC_AGREEMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_ARCL_DTLLN_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_EXPCL_DTLLN_ALL.LEASE_ID | PN_LEASES_ALL |
PN_RIGHTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_RIGHTS_HISTORY.RIGHT_ID | PN_LEASES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.LEASE_ID | PN_LEASES_ALL |
PN_TENANCIES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_TENANCIES_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_VAR_RENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASES_ALL stores lease information such as the name, number, type, class, and status of the lease, and the name of the user who abstracted the lease. After the lease is finalized, the data elements are protected against updates. The lease classes are Direct, Sublease, and Third Party.
Direct (Tenant pays rent to landlord)
Sublease (Tenant pays rent and also collects rent from subtenant)
Third Party (Landlord collects rent from tenant)
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASES_U1 | UNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_LEASES_U2 | UNIQUE | APPS_TS_TX_IDX | LEASE_NUM |
PN_LEASES_N1 | NONUNIQUE | APPS_TS_TX_IDX | NAME |
PN_LEASES_N2 | NONUNIQUE | APPS_TS_TX_IDX | PARENT_LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_ID | NUMBER | Y | Uniquely identifies the lease row. The value is populated using sequence PN_LEASES_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
NAME | VARCHAR2 | (50) | Y | Name of the lease |
LEASE_NUM | VARCHAR2 | (30) | Y | Lease number. Unique identifier of a lease row. User defined, except when profile option PN: Automatic Lease Number Generation is set to "Yes", then PN_LEASES_NUM_S sequence is used to populate this data element. |
PARENT_LEASE_ID | NUMBER | Identifies the parent or master lease for the lease. LEASE_ID is used to populate this data element. | ||
ADDRESS_LOCATION_ID | NUMBER | Obsolete. To be deleted. | ||
LEASE_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of lease, such as Net, Gross, etc. The value is derived from the lookup_code in FND_LOOKUPS table, where lookup_type = 'PN_LEASE_TYPE. |
PAYMENT_TERM_PRORATION_RULE | NUMBER | Defines the rule to determine the number of days per year in order to generate rent schedules. The year can be represented with 365 days or with 360 days. | ||
ABSTRACTED_BY_USER | NUMBER | Y | User id of the user who created the lease. | |
COMMENTS | VARCHAR2 | (240) | Obsolete. To be deleted | |
STATUS | VARCHAR2 | (1) | Identifies the status of the lease. Valid values: D - Draft, F- Final. After the lease is finalized, all the data elements in this table are restricted against update. | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | Identifies the class of the lease. Valid values: DIRECT, SUB_LEASE, THIRD_PARTY. The value is derived from the lookup_code in FND_LOOKUPS table, where lookup_type = PN_LEASE_CLASS. |
LEASE_STATUS | VARCHAR2 | (30) | Y | Lease Status |
LOCATION_ID | NUMBER | (15) | Primary location associated with a lease | |
CUSTOMER_ID | NUMBER | (15) | Customer associated with a lease | |
CAL_START | VARCHAR2 | (5) |
PN.PN_LEASES_ALL does not reference any database object
PN.PN_LEASES_ALL is referenced by following:
Description: | Lease abstracted, amended and edited |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_CHANGES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_CHANGES_ALL.LEASE_TRANSACTION_ID | PN_LEASE_TRANSACTIONS_ALL |
PN_LEASE_CHANGES_ALL.ABSTRACTED_BY_USER | FND_USER |
PN_LEASE_CHANGES_ALL.RESPONSIBLE_USER | FND_USER |
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGNMENTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_CONTACT_ASSIGN_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_INSURANCE_REQUIREMENTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_INSUR_REQUIRE_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LANDLORD_SERVICES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LANDLORD_SERVICE_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_DETAILS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_DETAILS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_MILESTONES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_OPTIONS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_OPTIONS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_SCHEDULES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_TERMS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_TERMS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_RIGHTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_RIGHTS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_RIGHTS_HISTORY.NEW_LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_TENANCIES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_TENANCIES_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_CHANGES_ALL stores a link to the lease, and stores the changes made to the lease by amendments and edits. During lease abstraction, a row is created with lease_change_number as null to link it with the row in table PN_LEASES_ALL.
This table stores three types of rows:
1. Lease Abstracted (Link)
2. Lease Amended (lease_change_number is populated)
3. Lease Edited
Technically there is no difference between an amendement row and an edit row. The rows can be distinguished by looking at the value of CHANGE_TYPE_LOOKUP_CODE data element.
The values are :
(a) ABSTRACT
(b) AMEND
(c) EDIT
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASE_CHANGES_U1 | UNIQUE | APPS_TS_TX_IDX | LEASE_CHANGE_ID |
PN_LEASE_CHANGES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_LEASE_CHANGES_N2 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_TRANSACTION_ID |
PN_LEASE_CHANGES_N3 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_CHANGE_NAME |
PN_LEASE_CHANGES_N4 | NONUNIQUE | APPS_TS_TX_IDX | ABSTRACTED_BY_USER |
PN_LEASE_CHANGES_N5 | NONUNIQUE | APPS_TS_TX_IDX | RESPONSIBLE_USER |
PN_LEASE_CHANGES_N6 | NONUNIQUE | APPS_TS_TX_IDX | CHANGE_COMMENCEMENT_DATE |
PN_LEASE_CHANGES_N7 | NONUNIQUE | APPS_TS_TX_IDX | CHANGE_TERMINATION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_CHANGE_ID | NUMBER | Y | Uniquely identifies a lease row, amendment row or edit row. The value is populated using sequence PN_LEASE_CHANGES_S. | |
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASES_ALL with the the row in this table | |
LEASE_TRANSACTION_ID | NUMBER | Y | Associates the row in PN_TRANSACTIONS_ALL with the row in this table | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_CHANGE_NAME | VARCHAR2 | (50) | Amendment Name. The data element is null for a lease row and edit row. | |
LEASE_CHANGE_NUMBER | NUMBER | Amendment number. This is the system-generated number without the database sequence. e.g. Select max (lease_change_number) + 1 from dual for a lease. The data element is null for a lease row and an edit row. | ||
ABSTRACTED_BY_USER | NUMBER | User id of the user who created an amendment. The data element is null for a lease row and an edit row. | ||
RESPONSIBLE_USER | NUMBER | User id of the user who is responsible for maintaining the lease. The data element is null for a lease and edit rows. | ||
CHANGE_COMMENCEMENT_DATE | DATE | Commencement date of the amendment. The data element is null for lease and edit rows. | ||
CHANGE_TERMINATION_DATE | DATE | Termination date of the amendment. The data element is null for lease and edit rows. | ||
CHANGE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of lease row. Valid values: ABSTRACT, AMEND or EDIT. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE' | |
CHANGE_EXECUTION_DATE | DATE | Execution date of the amendment. The data element is null for lease and edit row. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CUTOFF_DATE | DATE | Date entered by user when expanding or contracting a lease.Terms whose normalization end dates are greater than this date are renormalized. |
PN.PN_LEASE_CHANGES_ALL does not reference any database object
PN.PN_LEASE_CHANGES_ALL is referenced by following:
Description: | Lease dates and accounting information |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_DETAILS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_DETAILS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_DETAILS_ALL.EXPENSE_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_LEASE_DETAILS_ALL.RESPONSIBLE_USER | FND_USER |
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_DETAILS_HISTORY.LEASE_DETAIL_ID | PN_LEASE_DETAILS_ALL |
PN_LEASE_DETAILS_ALL stores lease dates and accounting information. LEASE_TERMINATION_DATE is the only field which can be changed after the lease is finalized.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASE_DETAILS_U1 | UNIQUE | APPS_TS_TX_IDX | LEASE_DETAIL_ID |
PN_LEASE_DETAILS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_LEASE_DETAILS_N2 | NONUNIQUE | APPS_TS_TX_IDX | RESPONSIBLE_USER |
PN_LEASE_DETAILS_N3 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_ACCOUNT_ID |
PN_LEASE_DETAILS_N4 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_COMMENCEMENT_DATE |
PN_LEASE_DETAILS_N5 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_TERMINATION_DATE |
PN_LEASE_DETAILS_N6 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_EXECUTION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_DETAIL_ID | NUMBER | Y | Uniquely identifies the row in this table. The value is populated using the sequence PN_LEASE_DETAILS_S | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease row in PN_LEASE_CHANGES_ALL where CHANGE_TYPE_LOOKUP_CODE = 'ABSTRACT' with lease details row. | |
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASES_ALL with the row in this table | |
RESPONSIBLE_USER | NUMBER | User id of the user responsible for creating the lease. | ||
EXPENSE_ACCOUNT_ID | NUMBER | Associates the account id in the GL_CODE_COMBINATIONS table with the lease | ||
LEASE_COMMENCEMENT_DATE | DATE | Commencement date of the lease. | ||
LEASE_TERMINATION_DATE | DATE | Termination date of the lease | ||
LEASE_EXECUTION_DATE | DATE | Execution date of the lease | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ACCRUAL_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Accrual Account to be defaulted. | |
RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Receivable Account to be defaulted | |
SEND_ENTRIES | VARCHAR2 | (1) | Pass normalized amounts to Payables or Receivables depending upon the Lease Class | |
TERM_TEMPLATE_ID | NUMBER | (15) | Term Template ID of Term Template, which is associated with lease. | |
LEASE_EXTENSION_END_DATE | DATE | Lease Status | ||
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the lease. |
PN.PN_LEASE_DETAILS_ALL does not reference any database object
PN.PN_LEASE_DETAILS_ALL is referenced by following:
Description: | Track changes to the lease details data elements |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_DETAILS_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_DETAILS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_DETAILS_HISTORY.LEASE_DETAIL_ID | PN_LEASE_DETAILS_ALL |
PN_LEASE_DETAILS_HISTORY.RESPONSIBLE_USER | FND_USER |
PN_LEASE_DETAILS_HISTORY.EXPENSE_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_LEASE_DETAILS_HISTORY tracks changes to the lease details data elements. A row is created in this table when lease_termination_date is altered in a lease by means of an amendment or an edit to the lease.
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASE_DETAILS_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | DETAIL_HISTORY_ID |
PN_LEASE_DETAILS_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_DETAIL_ID |
PN_LEASE_DETAILS_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DETAIL_HISTORY_ID | NUMBER | Y | Uniquely identifies the lease details history row. The value is populated using sequence PN_LEASE_DETAILS_HISTORY_S | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding lease details history row. When a row is modified in PN_LEASE_DETAILS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the lease details row. | |
LEASE_DETAIL_ID | NUMBER | Y | Associates the row in PN_LEASE_DETAILS_ALL with the history row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with the history row | |
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASES_ALL with the history row | |
RESPONSIBLE_USER | NUMBER | Stores the user id of the user responsible for the lease immediately prior to being changed as a result of an amendment or an edit | ||
EXPENSE_ACCOUNT_ID | NUMBER | Stores the account id of the lease immediately prior to being changed as a result of an amendment or an edit | ||
LEASE_COMMENCEMENT_DATE | DATE | Stores the commencement date of the lease. | ||
LEASE_TERMINATION_DATE | DATE | Stores the termination date of the lease immediately prior to being changed as a result of an amendment or an edit | ||
LEASE_EXECUTION_DATE | DATE | Stores the execution date of the lease | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ACCRUAL_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Accrual Account to be defaulted. | |
RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | Code Combination Id for the Receivable Account to be defaulted. | |
SEND_ENTRIES | VARCHAR2 | (1) | Pass normalized amounts to Payables or Receivables depending upon the Lease Class | |
NAME | VARCHAR2 | (50) | Name of the lease | |
LEASE_NUM | VARCHAR2 | (30) | Lease number is unique identifier of lease row | |
LEASE_STATUS | VARCHAR2 | (30) | Lease Status | |
LEASE_EXTENSION_END_DATE | DATE | Lease extension end date for lease amendments |
PN.PN_LEASE_DETAILS_HISTORY does not reference any database object
PN.PN_LEASE_DETAILS_HISTORY is referenced by following:
Description: | Information about important events in a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_MILESTONES_ALL.INSURANCE_REQUIREMENT_ID | PN_INSURANCE_REQUIREMENTS_ALL |
PN_LEASE_MILESTONES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_MILESTONES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_LEASE_MILESTONES_ALL.OPTION_ID | PN_OPTIONS_ALL |
PN_LEASE_MILESTONES_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_LEASE_MILESTONES_ALL stores information about important events in a lease pertaining to options, insurance requirements, payment terms, and the lease itself. Milestones can be specific to a user and for a specific event, such as lease creation or amendment, change in rent schedule, change in options and insurance, etc.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASE_MILESTONES_U1 | UNIQUE | APPS_TS_TX_IDX | LEASE_MILESTONE_ID |
PN_LEASE_MILESTONES_N1 | NONUNIQUE | APPS_TS_TX_IDX | MILESTONE_DATE |
PN_LEASE_MILESTONES_N2 | NONUNIQUE | APPS_TS_TX_IDX | USER_ID |
PN_LEASE_MILESTONES_N3 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_LEASE_MILESTONES_N4 | NONUNIQUE | APPS_TS_TX_IDX | OPTION_ID |
PN_LEASE_MILESTONES_N5 | NONUNIQUE | APPS_TS_TX_IDX | INSURANCE_REQUIREMENT_ID |
PN_LEASE_MILESTONES_N6 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_LEASE_MILESTONES_N7 | NONUNIQUE | APPS_TS_TX_IDX | ACTION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_MILESTONE_ID | NUMBER | Y | Uniquely identifies the milestone row. The value is populated using the sequence PN_LEASE_MILESTONES_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
MILESTONE_DATE | DATE | Y | The date on which the milestone occurs | |
USER_ID | NUMBER | Y | User id of the user for whom the milestone is created. Associates the user in FND_USER with this row. | |
LEASE_ID | NUMBER | Y | Associates the row in PN_LEASE_ALL with the milestone row. | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with the milestone row | |
MILESTONE_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of milestone. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_MILESTONES_TYPE |
OPTION_ID | NUMBER | Associates the row in PN_OPTIONS_ALL with the milestone row. | ||
INSURANCE_REQUIREMENT_ID | NUMBER | Associates the row in PN_INSURANCE_REQUIREMENTS_ALL with the milestone row. | ||
PAYMENT_TERM_ID | NUMBER | Asscociates the row in PN_PAYMENT_TERMS_ALL with the milestone row | ||
LEAD_DAYS | NUMBER | Number of days before which the first milestone notification can be sent | ||
EVERY_DAYS | NUMBER | The number of days between milestone notifications | ||
ACTION_TAKEN | VARCHAR2 | (50) | To be used later | |
ACTION_DATE | DATE | The date on which the action needs to be taken | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_LEASE_MILESTONES_ALL does not reference any database object
PN.PN_LEASE_MILESTONES_ALL is referenced by following:
Description: | PN_LEASE_OPTIONS_ITF Interface Table. |
---|
PN_LEASE_OPTIONS_ITF Interface Table used in creating the RXi Reports.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_ID | NUMBER | Uniquely identifies the Lease row. | ||
LEASE_NAME | VARCHAR2 | (50) | Lease Name. | |
LEASE_NUMBER | VARCHAR2 | (30) | Lease Number. | |
LEASE_COMMENCEMENT_DATE | DATE | The date on which the Lease Starts. | ||
LEASE_TERMINATION_DATE | DATE | The date on which the Lease Ends. | ||
LEASE_EXECUTION_DATE | DATE | The date on which the Lease gets Executed. | ||
LEASE_TERM | NUMBER | The term of the Lease. | ||
LEASE_CLASS | VARCHAR2 | (80) | Identifies the type of Lease Class | |
LEASE_RESPONSIBLE_USER | VARCHAR2 | (100) | The Responsible User. | |
LEASE_STATUS | VARCHAR2 | (80) | Lease Status. | |
LEASE_TYPE | VARCHAR2 | (80) | The type of the Lease. | |
ESTIMATED_OCCUPANCY_DATE | DATE | Estimated Occupancy Date. | ||
ACTUAL_OCCUPANCY_DATE | DATE | Actual Occupancy Date. | ||
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | The type of the Location. | |
LOCATION_NAME | VARCHAR2 | (30) | Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code. | |
SPACE_TYPE | VARCHAR2 | (80) | Identifies the type of space usage | |
REGION | VARCHAR2 | (50) | Region. | |
PROPERTY_NAME | VARCHAR2 | (30) | Property Name. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Building Or Land Name. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Floor Or Parcel Name. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Office Or Section Name. | |
ADDRESS | VARCHAR2 | (1500) | Address. | |
COUNTY | VARCHAR2 | (60) | County. | |
CITY | VARCHAR2 | (60) | City. | |
STATE | VARCHAR2 | (60) | State. | |
PROVINCE | VARCHAR2 | (60) | Province. | |
ZIP_CODE | VARCHAR2 | (60) | Zip Code. | |
COUNTRY | VARCHAR2 | (60) | Country. | |
GROSS_AREA | NUMBER | Gross Area. | ||
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
TENURE | VARCHAR2 | (80) | Tenure. | |
OPTION_ID | NUMBER | Uniquely identifies the Option row. | ||
OPTION_TYPE | VARCHAR2 | (80) | The type of the option. | |
OPTION_STATUS | VARCHAR2 | (80) | Option Status. | |
OPTION_TERM | NUMBER | Option Term. | ||
REFERENCE | VARCHAR2 | (15) | Reference. | |
OPTION_NOTICE_REQD | VARCHAR2 | (1) | Option Notice Required. | |
OPTION_ACTION_DATE | DATE | Option Action Date. | ||
OPTION_SIZE | NUMBER | Option Size. | ||
OPTION_COST | VARCHAR2 | (15) | Option Cost. | |
UOM_CODE | VARCHAR2 | (3) | Uom Code. | |
OPTION_AREA_CHANGE | NUMBER | Option Area Change. | ||
OPTION_CURRENCY | VARCHAR2 | (15) | Option Currency. | |
OPTION_EXER_START_DATE | DATE | Option Exercise Start Date. | ||
OPTION_EXER_END_DATE | DATE | Option Exercise End Date. | ||
OPTION_COMM_DATE | DATE | Option Commencement Date | ||
OPTION_EXP_DATE | DATE | Option Exp Date. | ||
OPTION_COMMENTS | VARCHAR2 | (2000) | Option Comments. | |
TEN_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structue defining column. | |
TEN_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_LEASE_OPTIONS_ITF does not reference any database object
PN.PN_LEASE_OPTIONS_ITF is referenced by following:
Description: | Transactions performed on a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_TRANSACTIONS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_LEASE_TRANSACTIONS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_CHANGES_ALL.LEASE_TRANSACTION_ID | PN_LEASE_TRANSACTIONS_ALL |
PN_LEASE_TRANSACTIONS_ALL stores transactions performed on a lease. The type of transaction is amend or edit. A row is created in this table when a lease is amended or edited. Oracle Property Manager uses this table for analysis purposes only.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LEASE_TRANSACTIONS_U1 | UNIQUE | APPS_TS_TX_IDX | LEASE_TRANSACTION_ID |
PN_LEASE_TRANSACTIONS_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_LEASE_TRANSACTIONS_N2 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_LEASE_TRANSACTIONS_N3 | NONUNIQUE | APPS_TS_TX_IDX | DATE_EFFECTIVE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_TRANSACTION_ID | NUMBER | Y | Uniquely identify the lease transaction row. The value is populated using sequence PN_LEASE_TRANSACTIONS_S | |
LEASE_ID | NUMBER | Associates the row in PN_LEASES_ALL with the lease transaction row | ||
LOCATION_ID | NUMBER | To be used later | ||
TRANSACTION_TYPE | VARCHAR2 | (30) | Y | The type of lease transaction, such as amend or edit. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
DATE_EFFECTIVE | DATE | The date on which the transaction was created | ||
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_LEASE_TRANSACTIONS_ALL does not reference any database object
PN.PN_LEASE_TRANSACTIONS_ALL is referenced by following:
Description: | Space definition |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOCATIONS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_LOCATIONS_ALL.ADDRESS_ID | PN_ADDRESSES_ALL |
PN_LOCATIONS_ALL.PARENT_LOCATION_ID | PN_LOCATIONS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_CONTACT_ASSIGNMENTS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_CONTACT_ASSIGN_HISTORY.LOCATION_ID | PN_LOCATIONS_ALL |
PN_LEASE_TRANSACTIONS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_LOCATIONS_ALL.PARENT_LOCATION_ID | PN_LOCATIONS_ALL |
PN_LOCATION_FEATURES_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_SPACE_ALLOCATIONS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_TENANCIES_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_TENANCIES_HISTORY.LOCATION_ID | PN_LOCATIONS_ALL |
PN_LOCATIONS_ALL stores space definition information. The space can be defined as a building, a floor, or an office. The floor is linked to the building, and the office is linked to the floor, by means of parent_location_id.
Note: The address information in this table is only linked to a building record
The table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOCATIONS_U1 | UNIQUE | APPS_TS_TX_IDX |
LOCATION_ID
ACTIVE_START_DATE ACTIVE_END_DATE |
PN_LOCATIONS_U2 | UNIQUE | APPS_TS_TX_IDX |
LOCATION_CODE
LOCATION_TYPE_LOOKUP_CODE ACTIVE_START_DATE ACTIVE_END_DATE |
PN_LOCATIONS_N1 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_PARK_ID |
PN_LOCATIONS_N2 | NONUNIQUE | APPS_TS_TX_IDX | BUILDING |
PN_LOCATIONS_N3 | NONUNIQUE | APPS_TS_TX_IDX | FLOOR |
PN_LOCATIONS_N4 | NONUNIQUE | APPS_TS_TX_IDX | OFFICE |
PN_LOCATIONS_N5 | NONUNIQUE | APPS_TS_TX_IDX | PARENT_LOCATION_ID |
PN_LOCATIONS_N6 | NONUNIQUE | APPS_TS_TX_IDX | COMMON_AREA_FLAG |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | Y | Uniquely identifies a location row. The value is populated using sequence PN_LOCATIONS_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_PARK_ID | NUMBER | Associates the row in PN_LOCATION_PARKS with the locations row | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location, such as building, floor, office, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. |
LOCATION_ALIAS | VARCHAR2 | (30) | This data element is used to create the location code for a building, floor and office. | |
BUILDING | VARCHAR2 | (50) | Name of the building. This data element is null for a floor and an office row | |
LEASE_OR_OWNED | VARCHAR2 | (30) | Identifies whether the property is leased or owned or mixed or managed. Valid values : L------ Leased, MG------ Managed, MI------ Mixed, O------ Owned | |
FLOOR | VARCHAR2 | (20) | Name of the floor, for example, 'First Floor' or '01'. This data element is null for a building and an office row. | |
OFFICE | VARCHAR2 | (20) | Name of the office, for example, ' CEO's Office' or '01'. This data element is null for a floor and building row. | |
ADDRESS_ID | NUMBER | Associates the row in PN_ADDRESSES_ALL with the location. This data element is null for a floor and an office row. The address is defined for a building row only | ||
MAX_CAPACITY | NUMBER | Maximum capacity for this location. Oracle Property Manager uses this data element to identify the number of people a location can hold. | ||
OPTIMUM_CAPACITY | NUMBER | Optimum capacity for this location. This number cannot be greater than the maximum. | ||
RENTABLE_AREA | NUMBER | Rentable area of this location. | ||
USABLE_AREA | NUMBER | Usable area of this location. Usable area cannot be greater than rentable area. | ||
ALLOCATE_COST_CENTER_CODE | VARCHAR2 | (30) | The cost center to which this location is allocated | |
UOM_CODE | VARCHAR2 | (3) | The unit of measure used to calculate the area of this location. The value is derived from the lookup_code column in FND_LOOKUPS where lookup_type = PN_UNITS_OF_MEASURE | |
DESCRIPTION | VARCHAR2 | (50) | Obsolete. To be deleted. | |
PARENT_LOCATION_ID | NUMBER | Identifies the parent location. The data element is null for a building row. The location_id of the building row is populated for the floor row within the building. The location id of the floor row is populated for an office row within the floor. | ||
INTERFACE_FLAG | VARCHAR2 | (1) | To be used later | |
REQUEST_ID | NUMBER | 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 | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
PROGRAM_ID | NUMBER | 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). | ||
STATUS | VARCHAR2 | (1) | Y | Identifies the status of the location. Valid values: A - Active, I - Inactive |
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Identifies the type of space, for example Mail Room, Office Space, Rest Rooms, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
SOURCE | VARCHAR2 | (80) | Name of the external application which created the locations row in Oracle Property Manager. | |
PROPERTY_ID | NUMBER | Property ID of the Property. List of values from the Property. | ||
CLASS | VARCHAR2 | (30) | Class Name. List of values available. | |
STATUS_TYPE | VARCHAR2 | (30) | Status Type Name. List of values available. | |
SUITE | VARCHAR2 | (30) | A Suite can have Offices attached to it. | |
GROSS_AREA | NUMBER | Gross Area to be defined at the Building/Land Level. | ||
ASSIGNABLE_AREA | NUMBER | Assignable Area to be defined at the Office/Section Level. | ||
COMMON_AREA | NUMBER | Common Area to be defined at the Office/Section Level. | ||
COMMON_AREA_FLAG | VARCHAR2 | (1) | Identifies whether the space is for common usage or not. | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc. | |
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc. | |
ACTIVE_START_DATE | DATE | Y | The date from which this location is active. This column is for locations date tracking and forms part of the primary key for this table along with the Location_ID and Active_End_Date columns | |
ACTIVE_END_DATE | DATE | Y | The date up to which this location is active. This column is for locations date tracking and forms part of the primary key for this table along with the Location_ID and Active_Start_Date columns | |
BOOKABLE_FLAG | VARCHAR2 | (1) | Indicates whether or not a location can be booked | |
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | The occupancy status of a location. It can be Y (occupiable) or N (not occupiable). | |
ASSIGNABLE_EMP | VARCHAR2 | (30) | Indicates if the location can be assigned to an employee. Valid values are Y and N. | |
ASSIGNABLE_CC | VARCHAR2 | (30) | Indicates if the location can be assigned to a Cost Center. Valid values are Y and N. | |
ASSIGNABLE_CUST | VARCHAR2 | (30) | Indicates if the location can be assigned to a customer. Valid values are Y and N. | |
DISPOSITION_CODE | VARCHAR2 | (30) | Indicates the Disposition of a location. | |
ACC_TREATMENT_CODE | VARCHAR2 | (30) | Indicates the Accounting Treatment of a location. |
PN.PN_LOCATIONS_ALL does not reference any database object
PN.PN_LOCATIONS_ALL is referenced by following:
Description: | Space definition data to be imported or exported in and out of Oracle Property Manager |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOCATIONS_ITF.PROPERTY_ID | PN_PROPERTIES_ALL |
The PN_LOCATIONS_ITF interface table stores the space definition data to be imported or exported into and out of Oracle Property Manager. The data elements pertain to the PN_LOCATIONS_ALL, PN_ADDRESSES_ALL, PN_CONTACTS_ALL, and PN_PHONES_ALL tables. This table is a gateway between the third party software and Oracle Property Manager. The data is created and extracted using export and import programs from both sets of applications.
This table is not partitioned by organization.
Scope: public
Product: PN
Lifecycle: active
Display Name: PN Locations Interface
Category: BUSINESS_ENTITY PN_PROPERTY
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOCATIONS_ITF_N1 | NONUNIQUE | APPS_TS_INTERFACE | LOCATION_ID |
PN_LOCATIONS_ITF_N2 | NONUNIQUE | APPS_TS_INTERFACE | BATCH_NAME |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_NAME | VARCHAR2 | (30) | Y | Name of batch. Required when importing data into Oracle Property Manager |
ENTRY_TYPE | VARCHAR2 | (1) | Y | The type of row. A indicates creation of new location, U indicates modification of existing location, and R indicates replacement of existing location. Required when importing data into Oracle Property Manager |
LOCATION_ID | NUMBER | Y | Internal location identifier. Required when importing data into Oracle Property Manager | |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location. Derived from the LOOKUP_CODE in FND_LOOKUPS where the LOOKUP_TYPE matches the PN_LOCATION_TYPE. Required when importing data into Oracle Property Manager |
LOCATION_CODE | VARCHAR2 | (90) | Y | Location Identifier. Oracle Property Manager generates this code based on a user-specified location alias. Required when importing data into Oracle Property Manager |
LEASE_OR_OWNED | VARCHAR2 | (30) | Indicator showing whether property is leased or owned | |
FLOOR | VARCHAR2 | (20) | Name of the floor. Required when importing floor data into Oracle Property Manager | |
OFFICE | VARCHAR2 | (20) | Name of the office. Required when importing office data into Oracle Property Manager | |
ADDRESS_LINE1 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Address of the land or building | |
COUNTY | VARCHAR2 | (60) | County where the building or land is located | |
CITY | VARCHAR2 | (60) | City where the building or land is located | |
STATE | VARCHAR2 | (60) | State where the building or land is located | |
PROVINCE | VARCHAR2 | (60) | Province where the building or land is located | |
ZIP_CODE | VARCHAR2 | (60) | Zip code for the building or land address | |
COUNTRY | VARCHAR2 | (60) | Country where the building or land is located | |
ADDRESS_STYLE | VARCHAR2 | (30) | Reserved for future use | |
MAX_CAPACITY | NUMBER | Maximum number of people the location can accommodate | ||
OPTIMUM_CAPACITY | NUMBER | Optimum capacity of the location. Cannot be greater than location's maximum capacity | ||
RENTABLE_AREA | NUMBER | Location's rentable area | ||
USABLE_AREA | NUMBER | Location's usable area. Cannot be greater than location's rentable area | ||
ALLOCATE_COST_CENTER_CODE | VARCHAR2 | (30) | No longer used | |
UOM_CODE | VARCHAR2 | (3) | Unit of measure used with the location. Validated using PN_UNITS_OF_MEASURE lookup when importing data into Oracle Property Manager | |
PARENT_LOCATION_ID | NUMBER | Identifier of the parent location. The value is null for building or land rows. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column: The date on which a user last updated the row | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column: The user who last updated the row. This column is a foreign key to FND_USER.USER_ID. | ||
CREATED_BY | NUMBER | Standard Who column: The date on which the row was created | ||
CREATION_DATE | DATE | Y | Standard Who column: The user who created the row. This column is a foreign key to FND_USER.USER_ID. | |
LAST_UPDATED_BY | NUMBER | Standard Who column: The operating system login of user who last updated the row. This column is a foreign key to FND_LOGINS.LOGIN_ID. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the descriptive flexfield structure | |
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 | |
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the descriptive flexfield structure for the location's address | |
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | Address Descriptive Flexfield Segment column | |
TRANSFERRED_TO_CAD | VARCHAR2 | (1) | Flag indicating whether the record has been exported to the external application (Y or N). Determines whether the row should be purged. Used only by Oracle Property Manager. | |
TRANSFERRED_TO_PN | VARCHAR2 | (1) | Flag indicating whether the record has been imported into Oracle Property Manager (Y or N). Determines whether row should be purged. Used only by Oracle Property Manager. | |
ERROR_MESSAGE | VARCHAR2 | (240) | Message error code if import or export of the record is unsuccessful | |
SOURCE | VARCHAR2 | (80) | Name of the external application where the location originated | |
REQUEST_ID | NUMBER | Concurrent program Who column: The request Identifier of the program that last updated this row. This column is a foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID. | ||
PROGRAM_APPLICATION_ID | NUMBER | Concurrent program Who column: The application Identifier of program that last updated this row. This column is a foreign key to FND_APPLICATION.APPLICATION_ID. | ||
PROGRAM_ID | NUMBER | Concurrent program Who column: The identifier of the program that last updated this row. This column is a foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID. | ||
PROGRAM_UPDATE_DATE | DATE | Concurrent program Who column: Date when the row was last updated | ||
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | The space type of the location. For example: mail room, office space, or rest room. Validated using PN_SPACE_TYPE LOOKUP_CODE in the FND_LOOKUPS table | |
GROSS_AREA | NUMBER | Gross area of a building or land | ||
ASSIGNABLE_AREA | NUMBER | Assignable area of an office or section | ||
CLASS | VARCHAR2 | (30) | Identifier of the class of a building | |
STATUS_TYPE | VARCHAR2 | (30) | Status of the location. For example, active or inactive | |
SUITE | VARCHAR2 | (30) | Name of suite to which the office belongs | |
COMMON_AREA | NUMBER | Common space in the office or section | ||
COMMON_AREA_FLAG | VARCHAR2 | (30) | Flag indicating whether the location is designated as common area | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Identifier of the location's function | |
LOCATION_ALIAS | VARCHAR2 | (30) | Alias of the location. Oracle Property Manager uses the alias, along with the location code of the parent location, if any, to create the location code. | |
PROPERTY_ID | NUMBER | Identifier of the property | ||
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Identifier of the type of user using this space. For example, director or vice president | |
ACTIVE_START_DATE | DATE | Date from which location is active | ||
ACTIVE_END_DATE | DATE | Date to which location is active | ||
CHANGE_MODE | VARCHAR2 | (30) | Flag indicating whether the location record should be corrected or updated | |
CHANGE_DATE | DATE | Date from which changes are effective | ||
NEW_ACTIVE_START_DATE | DATE | Date when the location becomes active. Use this column to change a location's start date. | ||
NEW_ACTIVE_END_DATE | DATE | Date from which this location becomes inactive. Use this column to change the location's end date. | ||
SITE_ID | NUMBER | (15) | This column is used exclusively by Oracle Site Management (RSS). This column is not available to other users and does not affect functionality in any way. | |
BUILDING#1 | VARCHAR2 | (50) |
PN.PN_LOCATIONS_ITF does not reference any database object
PN.PN_LOCATIONS_ITF is referenced by following:
Description: | Information on features available in a building |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOCATION_FEATURES_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_LOCATION_FEATURES_ALL stores information on features available in a building, for example elevators, handicapped facilities, concierge service, etc. These features are user-defined and are identified by the location_feature_lookup_code data element. The lookup_code is referenced from fnd_lookups.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOCATION_FEATURES_U1 | UNIQUE | APPS_TS_TX_IDX | LOCATION_FEATURE_ID |
PN_LOCATION_FEATURES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_FEATURE_ID | NUMBER | Y | Uniquely identifies the feature row. The value is populated using sequence PN_LOCATION_FEATURES_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_ID | NUMBER | Y | Associates the row in PN_LOCATIONS_ALL with the feature row | |
LOCATION_FEATURE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of features available in a location, such as parking, elevators, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LOCATION_FEATURE_TYPE' |
DESCRIPTION | VARCHAR2 | (240) | Obsolete. To be deleted | |
QUANTITY | NUMBER | Quantity of the specific feature. | ||
FEATURE_SIZE | NUMBER | Size of the feature | ||
UOM_CODE | VARCHAR2 | (3) | Unit of measure used to calculate the area of the feature size | |
CONDITION_LOOKUP_CODE | VARCHAR2 | (30) | The condition of the feature in a location, such as good, poor etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_FEATURE_CONDITION' | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_LOCATION_FEATURES_ALL does not reference any database object
PN.PN_LOCATION_FEATURES_ALL is referenced by following:
Description: | Information on Regions and Office Parks |
---|
PN_LOCATION_PARKS stores information on Regions and Office Parks. A Region or an Office Park identifies the geographical grouping of a location. One or many office parks can be associated with a region via parent_location_park_id. An office park or a region can be used to group locations of type Building.
This table is multi-lingual and is not partitioned by Org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOCATION_PARKS_U1 | UNIQUE | APPS_TS_ARCHIVE |
LOCATION_PARK_ID
LANGUAGE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_PARK_ID | NUMBER | Y | Uniquely identifies a region or an office park row. The value is populated using sequence PN_LOCATION_PARKS_S | |
PARENT_LOCATION_PARK_ID | NUMBER | Associates the region with an office park row. The location_park_id of a region row is used to populate this data element. The value is null for a region row. | ||
NAME | VARCHAR2 | (50) | Y | Name of a region or an office park |
DESCRIPTION | VARCHAR2 | (80) | Description of the region or office park | |
LOCATION_PARK_TYPE | VARCHAR2 | (30) | Y | Identifies whether it is a region or an office park row. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_PARK_TYPE |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LANGUAGE | VARCHAR2 | (4) | Y | Stores the language code. |
SOURCE_LANG | VARCHAR2 | (4) | Y | Source language. Identifies the source which resulted in the creation of this row, for example, the language may be French but the row may have been created in a US English environment. |
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 |
PN.PN_LOCATION_PARKS does not reference any database object
PN.PN_LOCATION_PARKS is referenced by following:
Description: | Stores the information for mapping of expense accounts to the location. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOC_ACC_MAP_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_LOC_ACC_MAP_ALL.LOC_ACC_MAP_HDR_ID | PN_LOC_ACC_MAP_HDR_ALL |
The table stores the information for mapping of expense accounts to the location for the specified accounting period. This is used when you extract the expense amount from GL to the PN_REC_EXP_ITF table.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOC_ACC_MAP_U1 | UNIQUE | APPS_TS_TX_IDX | LOC_ACC_MAP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOC_ACC_MAP_ID | NUMBER | (15) | Y | Unique location mapping identifier for the expense account mapping with location. |
LOC_ACC_MAP_HDR_ID | NUMBER | (15) | Y | Mapping identifier of the parent mapping to which the detail line belongs to. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
PROPERTY_ID | NUMBER | (15) | Property identifier of the property for the account mapping. | |
LOCATION_ID | NUMBER | (15) | Location identifier of the location for the account mapping. | |
ACCOUNT_LOW | VARCHAR2 | (240) | The GL account from range for mapping the account. | |
ACCOUNT_HIGH | VARCHAR2 | (240) | The GL account to range for mapping the account. | |
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Y | The expense type associated with the location and GL account range combination. |
EFFECTIVE_FROM_DATE | DATE | Y | The date from which the accounting period is effective. | |
EFFECTIVE_TO_DATE | DATE | Y | The Date to which the accounting period is effective. | |
RECOVERABLE_FLAG | VARCHAR2 | (1) | The flag to indicate whether the expenses are recoverable. | |
SEGMENT1_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT1_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT2_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT2_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT3_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT3_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT4_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT4_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT5_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT5_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT6_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT6_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT7_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT7_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT8_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT8_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT9_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT9_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT10_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT10_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT11_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT11_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT12_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT12_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT13_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT13_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT14_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT14_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT15_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT15_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT16_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT16_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT17_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT17_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT18_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT18_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT19_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT19_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT20_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT20_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT21_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT21_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT22_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT22_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT23_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT23_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT24_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT24_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT25_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT25_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT26_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT26_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT27_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT27_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT28_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT28_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT29_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT29_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT30_LOW | VARCHAR2 | (25) | Key flexfield segment. | |
SEGMENT30_HIGH | VARCHAR2 | (25) | Key flexfield segment. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment. | |
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 flexfields 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. | |
ORG_ID | NUMBER | (15) | Organization identifier. |
PN.PN_LOC_ACC_MAP_ALL does not reference any database object
PN.PN_LOC_ACC_MAP_ALL is referenced by following:
Description: | Stores mapping accounts to location header information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOC_ACC_MAP_HDR_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
Foreign Key Column | Foreign Table |
---|---|
PN_LOC_ACC_MAP_ALL.LOC_ACC_MAP_HDR_ID | PN_LOC_ACC_MAP_HDR_ALL |
Header table for mapping of expense accounts. The table stores the mapping name and its identifier.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_LOC_ACC_MAP_HDR_U1 | UNIQUE | APPS_TS_TX_IDX | LOC_ACC_MAP_HDR_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOC_ACC_MAP_HDR_ID | NUMBER | (15) | Y | Unique location mapping identifier for the expense account mapping with location. |
MAPPING_NAME | VARCHAR2 | (80) | Y | Mapping name for the expense account mapping. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment. | |
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. | |
ORG_ID | NUMBER | (15) | Organization identifier. |
PN.PN_LOC_ACC_MAP_HDR_ALL does not reference any database object
PN.PN_LOC_ACC_MAP_HDR_ALL is referenced by following:
Description: | PN_MILESTONES_ITF Interface Table. |
---|
PN_MILESTONES_ITF Interface Table used in creating the RXi Reports.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_MILESTONES_ITF_N1 | NONUNIQUE | APPS_TS_SUMMARY | LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_MILESTONE_ID | NUMBER | Uniquely identifies the Lease Milestone row. | ||
MILESTONE_TYPE_CODE | VARCHAR2 | (80) | Identifies the type of Milestone. | |
RESPONSIBLE_USER | VARCHAR2 | (100) | Responsible User. | |
ACTION_DATE | DATE | Action Date. | ||
NOTIFICATION_DATE | DATE | Notification Date. | ||
ACTION_TAKEN | VARCHAR2 | (50) | The action taken for this milestone | |
LEASE_ID | NUMBER | Uniquely identifies the Lease row. | ||
LEASE_NAME | VARCHAR2 | (50) | Identifies the Lease Name. | |
LEASE_NUMBER | VARCHAR2 | (30) | The lease number to which this milestone belongs | |
LEASE_COMMENCEMENT_DATE | DATE | The date on which the Lease Starts. | ||
LEASE_TERMINATION_DATE | DATE | The date on which the Lease Ends. | ||
LEASE_EXECUTION_DATE | DATE | The date on which the Lease gets executed. | ||
LEASE_TERM | NUMBER | Lease Term. | ||
LEASE_CLASS | VARCHAR2 | (80) | Identifies the type of Lease Class | |
LEASE_RESPONSIBLE_USER | VARCHAR2 | (100) | Lease Responsible User. | |
LEASE_STATUS | VARCHAR2 | (80) | Lease Status. | |
LEASE_TYPE | VARCHAR2 | (80) | Identifies the type of Lease. | |
ESTIMATED_OCCUPANCY_DATE | DATE | Estimated Occupancy Date. | ||
ACTUAL_OCCUPANCY_DATE | DATE | Actual Occupancy Date. | ||
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Identifies the type of location. | |
LOCATION_NAME | VARCHAR2 | (30) | Identifies the Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Identifies the Location Code. | |
SPACE_TYPE | VARCHAR2 | (80) | Identifies the type of space usage | |
REGION | VARCHAR2 | (50) | Region Name. | |
PROPERTY_NAME | VARCHAR2 | (30) | Name of the Property. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Identifies the Building or Land Name. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Identifies the Floor or Parcel Name. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Identifies the Office or Section Name. | |
ADDRESS | VARCHAR2 | (1500) | Identifies the Address. | |
COUNTY | VARCHAR2 | (60) | Identifies the County. | |
CITY | VARCHAR2 | (60) | Identifies the City. | |
STATE | VARCHAR2 | (60) | Identifies the State. | |
PROVINCE | VARCHAR2 | (60) | Identfies the Province. | |
ZIP_CODE | VARCHAR2 | (60) | Identifies the Zip Code. | |
COUNTRY | VARCHAR2 | (60) | Identifies the Country. | |
GROSS_AREA | NUMBER | Gross Area. | ||
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
TENURE | VARCHAR2 | (80) | Tenure. | |
TEN_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
TEN_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_MILESTONES_ITF does not reference any database object
PN.PN_MILESTONES_ITF is referenced by following:
Description: | Multiple lines of text associated with a note type. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_NOTE_DETAILS.NOTE_HEADER_ID | PN_NOTE_HEADERS |
PN_NOTE_DETAILS stores multiple lines of text associated with a note type.
This table is multi-lingual and is not partitioned by Org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_NOTE_DETAILS_U1 | UNIQUE | APPS_TS_TX_IDX |
NOTE_DETAIL_ID
LANGUAGE |
PN_NOTE_DETAILS_N1 | NONUNIQUE | APPS_TS_TX_IDX | NOTE_HEADER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NOTE_DETAIL_ID | NUMBER | Y | Uniquely identifies the line of the note. The value is populated using sequence PN_NOTE_DETAILS_S | |
NOTE_HEADER_ID | NUMBER | Y | Associates the note context from PN_NOTE_HEADERS wih the note line row | |
LANGUAGE | VARCHAR2 | (4) | Y | Identifies the language to which this row belongs. |
SOURCE_LANG | VARCHAR2 | (4) | Y | Source language. Identifies the source which resulted in the creation of this row, for example, the language may be French but the row may have been created in a US English environment. |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
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). | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
TEXT | VARCHAR2 | (2000) | Y | The text in the note line |
PN.PN_NOTE_DETAILS does not reference any database object
PN.PN_NOTE_DETAILS is referenced by following:
Description: | Type of note in a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_NOTE_HEADERS.LEASE_ID | PN_LEASES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_NOTE_DETAILS.NOTE_HEADER_ID | PN_NOTE_HEADERS |
PN_NOTE_HEADERS stores the type of a note in a lease. The type defines the context for note details and is set up as a lookup code in FND_LOOKUPS table.
This table is not partitioned by Org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_NOTE_HEADRES_U1 | UNIQUE | APPS_TS_TX_IDX | NOTE_HEADER_ID |
PN_NOTE_HEADRES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NOTE_HEADER_ID | NUMBER | Y | Uniquely identifies the note header row. The value is populated using sequence PN_NOTE_HEADERS_S | |
NOTE_DATE | DATE | Y | The date on which the note was created | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
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). | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
NOTE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of note. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_NOTE_TYPE' |
LEASE_ID | NUMBER | Associates the lease row in PN_LEASES_ALL with the note header row. | ||
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 |
PN.PN_NOTE_HEADERS does not reference any database object
PN.PN_NOTE_HEADERS is referenced by following:
Description: | This table stores method and overview information for operating expense agreements. |
---|
PN_OPEX_AGREEMENTS_ALL stores method and overview information for operating expense agreements.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_AGR_AGREEMENT_U1 | UNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
PN_OPEX_AGR_LEASE_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_OPEX_AGR_TENANCY_N1 | NONUNIQUE | APPS_TS_TX_IDX | TENANCY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement | |
LEASE_ID | NUMBER | Y | Identifier of the lease with which the agreement is associated | |
TENANCY_ID | NUMBER | Y | Identifier of the tenancy with which the agreement is associated | |
EXPENSE_CLAUSE | VARCHAR2 | (30) | Y | Description of the operating expense being recovered by the agreement |
AGR_NAME | VARCHAR2 | (90) | Y | The unique name of the agreement. Default value is the lease name plus the expense name |
AGR_NUM | VARCHAR2 | (90) | Y | The unique number of the agreement. System-generated value is the number of existing agreements plus 1, appended to the lease number. |
AGR_START_DATE | DATE | Y | The start date of the agreement | |
AGR_END_DATE | DATE | Y | The end date of the agreement | |
AGR_STATUS_CODE | VARCHAR2 | (30) | Y | Code indicating agreement status |
RECON_PAY_FREQ_CODE | VARCHAR2 | (30) | Y | Code specifying the reconciliation frequency for the agreement |
EXP_YR_END_MON_CODE | VARCHAR2 | (30) | Y | Code specifying the last month of the expense year |
CREDIT_AGAINST_CODE | VARCHAR2 | (30) | Code specifying how credit is to be applied to tenant: (AA=all agreements, TA=this agreement, AP=all payments) | |
ADMIN_FEE_FLAG | VARCHAR2 | (1) | Flag indicating if administration fee is to be applied | |
FEE_PCT | NUMBER | The percentage of administration fee to be applied | ||
TAXABLE_FLAG | VARCHAR2 | (1) | Flag indicating if tax is to be applied | |
CAP_MIN_FLAG | VARCHAR2 | (1) | Flag indicating if constraints are to be applied | |
CAP_APPLIED_CODE | VARCHAR2 | (30) | Code indicating how constraints are to be applied if administration fees are also being applied: (BF=before fee, AF=after fee) | |
STOP_TYPE_CODE | VARCHAR2 | (30) | Code specifying the stop type: (F=fixed amount, B=base year, N=none) | |
STOP_AMT | NUMBER | The value of the stop amount | ||
STOP_AMT_TYPE_CODE | VARCHAR2 | (30) | Code specifying stop amount units: (TOT= total area. PUA=per unit area) | |
GROSS_UP_FLAG | VARCHAR2 | (1) | Flag indicating if expenses are to be grossed up to adjust for less than full occupancy | |
BASE_YR_PCT | NUMBER | The percentage to be used to calculate the grossed up expense for the base year | ||
SUBSEQUENT_YR_PCT | NUMBER | The percentage to be used to calculate the grossed up expense for subsequent years | ||
PRORATA_BASIS_TYPE_CODE | VARCHAR2 | (30) | Code indicating the type of basis to be used for pro rata calculations | |
PRORATA_AREA_UNIT_CODE | VARCHAR2 | (30) | Code specifying the units used by the pro rata basis type | |
FY_CONSTR_UNIT_CODE | VARCHAR2 | (30) | Code specifying the units for first year constraints: (AMT=amount, APA=amount per area) | |
FY_CONSTR_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the first year constraint is to be applied: (LT=total landlord expense, TS= tenants pro rata share) | |
FY_CONSTR_PRORATE_FLAG | VARCHAR2 | (1) | Flag indicating if constraints are to be prorated | |
FY_CONSTR_MAX | NUMBER | The maximum constraint value for the first year | ||
FY_CONSTR_MIN | NUMBER | The minimum constraint value for the first year | ||
SY_CAP_LIMIT_CODE | VARCHAR2 | (30) | Code specifying the rate type to be used to determine the cap on expense increases | |
SY_CAP_COMPARE_TO_CODE | VARCHAR2 | (30) | Code specifying the basis to which rates are to be applied to determine the cap amount | |
SY_CAP_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the subsequent year cap is to be applied: (LT=total landlord expense, TS= tenants pro rata share) | |
SY_CAP_CARRY_FWD_CODE | VARCHAR2 | (30) | Code specifying the rules for carrying forward expense overages or shortfalls: (LO=landlord overruns, LS=landlord savings, NN=none) | |
SY_CAP_PCT | NUMBER | The percentage to be used to calculate the subsequent year cap amount using the fixed percent rate type | ||
SY_CAP_INDEX_ID | NUMBER | Identifier of the index to be used in calculating subsequent year cap | ||
SY_CAP_INDEX_FINDER_MONTH | NUMBER | Month whose index value is to be used to calculate subsequent year cap | ||
SY_MIN_LIMIT_CODE | VARCHAR2 | (30) | Code specifying the rate type to be used to determine subsequent year minimum | |
SY_MIN_COMPARE_TO_CODE | VARCHAR2 | (30) | Code specifying the basis to which rates are to be applied to determine the subsequent year minimum | |
SY_MIN_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the subsequent year minimum is to be applied: (LT=total landlord expense, TS= tenants pro rata share) | |
SY_MIN_CARRY_FWD_CODE | VARCHAR2 | (30) | Code specifying the rules for carrying forward expense overages or shortfalls: (LO=landlord overruns, LS=landlord savings, NN=none) | |
SY_MIN_PCT | NUMBER | The percentage to be used to calculate the subsequent year minimum amount using the fixed percent rate type | ||
SY_MIN_INDEX_ID | NUMBER | Identifier of the index to be used in calculating subsequent year minimum | ||
SY_MIN_INDEX_FINDER_MONTH | NUMBER | Month whose index value is to be used to calculate subsequent year minimum | ||
EST_PAY_FREQ_CODE | VARCHAR2 | (30) | Code specifying the frequency of estimated payments | |
EST_PAY_CURRENCY_CODE | VARCHAR2 | (30) | Code specifying the currency for the estimated payment term | |
PAYMENT_TYPE_CODE | VARCHAR2 | (30) | Code specifying the payment type | |
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Code specifying the payment purpose | |
TERM_TEMPLATE_ID | NUMBER | Identifier of the term template associated with the agreement | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_AGREEMENTS_ALL does not reference any database object
PN.PN_OPEX_AGREEMENTS_ALL is referenced by following:
Description: | This table stores information on critical dates for operating expense agreements. |
---|
PN_OPEX_CRITICAL_DATES_ALL stores information on critical dates for operating expense agreements.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_CRT_DTS_U1 | UNIQUE | APPS_TS_TX_IDX | CRITICAL_DATE_ID |
PN_OPEX_CRT_DTS_AGR_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CRITICAL_DATE_ID | NUMBER | Y | Identifier of the critical date | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which the critical date is associated | |
CRITICAL_DATE_TYPE_CODE | VARCHAR2 | (150) | Code specifying the type of critical date: (APE=audit period end, EDFL=estimate due from landlord, RPD=reconciliation payment due, RSDFL=reconciliation statement due from landlord) | |
CRITICAL_DATE_TYPE_NAME | VARCHAR2 | (150) | Name of the critical date | |
TIME_UNIT | NUMBER | The time interval between the event and the critical date | ||
TIME_UNIT_CODE | VARCHAR2 | (30) | Code specifying the unit of time of the time interval | |
WHEN_CODE | VARCHAR2 | (30) | Code specifying the time relationship of the critical date to the event: (B=before the event, A=after the event) | |
EVENT_CODE | VARCHAR2 | (30) | Code specifying the event to be used in calculating the value of the critical date | |
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_CRITICAL_DATES_ALL does not reference any database object
PN.PN_OPEX_CRITICAL_DATES_ALL is referenced by following:
Description: | This table stores estimated payment information for operating expense agreements. |
---|
PN_OPEX_EST_PAYMENTS_ALL table stores estimated payment information for operating expense agreements.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_ESTPT_U1 | UNIQUE | APPS_TS_TX_IDX | EST_PAYMENT_ID |
PN_OPEX_ESTPT_AGR_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EST_PAYMENT_ID | NUMBER | Y | Identifier of the estimated payment | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which the estimated payment is associated | |
PAYMENT_TERM_ID | NUMBER | Identifier of the estimated payment term | ||
CATCH_UP_TERM_ID | NUMBER | Identifier of the catch-up term | ||
EFFECTIVE_DATE | DATE | Y | The effective date of the new estimated payment | |
START_DATE | DATE | Y | The start date of the new estimated payment | |
END_DATE | DATE | Y | The end date of the new estimated payment | |
EST_PMT_AMOUNT | NUMBER | Y | The amount of the estimated payment | |
CATCH_UP_AMOUNT | NUMBER | The amount of the catch-up payment | ||
PCT_INCREASE | NUMBER | The percentage of increase in amount over the previous estimated payment | ||
ANNUAL_AMOUNT | NUMBER | The annual amount for the current estimated payment | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_EST_PAYMENTS_ALL does not reference any database object
PN.PN_OPEX_EST_PAYMENTS_ALL is referenced by following:
Description: | This table stores expense group information for operating expense agreements. |
---|
PN_OPEX_EXP_GRPS_ALL stores information for operating expense agreement notes.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_GRP_EXP_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_GRP_ID |
PN_OPEX_GRP_AGR_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
PN_OPEX_GRP_PRO_DT_N1 | NONUNIQUE | APPS_TS_TX_IDX | PRORAT_BASIS_DTL_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_GRP_ID | NUMBER | Y | Identifier of the expense group | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which the expense group is associated | |
PRORAT_BASIS_DTL_ID | NUMBER | Y | Identifier of the pro rata basis detail with which the expense group is associated | |
EXPENSE_GRP_NAME | VARCHAR2 | (90) | Y | The unique user-defined name for the expense group |
STD_GRP_NAME_CODE | VARCHAR2 | (30) | Code specifying a standard expense group name | |
CONTRIBUTION_FLAG | VARCHAR2 | (1) | Flag indicating if the expense group is a contribution or credit rather than an expense | |
CAP_FLAG | VARCHAR2 | (1) | Flag indicating if cap is to be applied to the expense group | |
FEE_FLAG | VARCHAR2 | (1) | Flag indicating if administration fee is to be applied to the expense group | |
TAX_FLAG | VARCHAR2 | (1) | Flag indicating if tax is to be applied to the expense group | |
MULTIPLE | NUMBER | The value of the multiplier factor to be applied to the expense group before calculating the pro rata share | ||
GROSS_UP_FLAG | VARCHAR2 | (1) | Flag indicating if gross up is to be applied to the expense group | |
DESCRIPTION | VARCHAR2 | (240) | Description of the expense group | |
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_EXP_GRPS_ALL does not reference any database object
PN.PN_OPEX_EXP_GRPS_ALL is referenced by following:
Description: | This table stores the information related to the 'Notes' section on various sub tabs in an Opex Agreement. |
---|
This table stores the information related to the 'Notes' section on various sub tabs in an Opex Agreement.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_NOTES_U1 | UNIQUE | APPS_TS_TX_IDX | NOTE_ID |
PN_OPEX_NOTES_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
PN_OPEX_NOTES_N2 | NONUNIQUE | APPS_TS_TX_IDX | NOTETYPE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NOTE_ID | NUMBER | Y | Identifier of the note | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which the note is associated | |
NOTETYPE | VARCHAR2 | (30) | Y | Code indicating the type of note |
NOTE_HEADER | VARCHAR2 | (1000) | The header text of the note | |
NOTE_TEXT | VARCHAR2 | (4000) | The detail text of the note | |
RECON_ID | NUMBER | Identifier of the reconciliation with which the note is associated | ||
RECON_NAME | VARCHAR2 | (150) | The unique name of the reconciliation with which the note is associated | |
PRINT_FLAG | VARCHAR2 | (1) | Flag indicating if the note can be printed | |
NOTESUSER | VARCHAR2 | (150) | User name of the loginthrought which the note was created or updated | |
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_NOTES_ALL does not reference any database object
PN.PN_OPEX_NOTES_ALL is referenced by following:
Description: | This table stores pro rata basis information for operating expense agreeements. |
---|
PN_OPEX_PRORAT_BASIS_DTLS_ALL stores pro rata basis information for operating expense agreeements.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_PRO_BASIS_DT_U1 | UNIQUE | APPS_TS_TX_IDX | PRORAT_BASIS_DTL_ID |
PN_OPEX_PRO_BASIS_DT_AGR_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PRORAT_BASIS_DTL_ID | NUMBER | Y | Identifier of the pro rata basis detail record | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which the pro rata basis is associated | |
PRORAT_BASIS_NAME | VARCHAR2 | (90) | Y | The unique user-defined name of the pro rata basis |
PRORAT_PCT | NUMBER | The pro rata percentage | ||
TENANT_AREA | NUMBER | Size of the tenant-occupied area | ||
TOTAL_AREA | NUMBER | Total area | ||
TOTAL_AREA_TYPE | VARCHAR2 | (30) | Description of the type of area (for example- mall interior) | |
FLOOR_PCT | NUMBER | Floor Percentage | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Indentifier of the operating unit |
PN.PN_OPEX_PRORAT_BASIS_DTLS_ALL does not reference any database object
PN.PN_OPEX_PRORAT_BASIS_DTLS_ALL is referenced by following:
Description: | This table stores reconciliation overview information for operating expenses |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_ALL.OPEX_RECON_ID | PN_OPEX_RECON_ALL |
PN_OPEX_RECON_ALL stores reconciliation overview information for operating expenses
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_RECON_U1 | UNIQUE | APPS_TS_TX_IDX | RECON_ID |
PN_OPEX_RECON_N1 | NONUNIQUE | APPS_TS_TX_IDX | AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RECON_ID | NUMBER | Y | Identifier of this reconciliation | |
AGREEMENT_ID | NUMBER | Y | Identifier of the agreement with which this reconciliation is associated | |
AGREEMENT_NAME | VARCHAR2 | (90) | Name of the agreement with which this reconciliation is associated | |
AGREEMENT_NUM | VARCHAR2 | (90) | Number of the agreement with which this reconciliation is associated | |
CAP_APPLIED_CODE | VARCHAR2 | (30) | Code indicating how constraints are to be applied if administration fees are also being applied: (BF=before fee, AF=after fee) | |
FEE_PCT | NUMBER | The percentage of administration fee to be applied to the reconciliation | ||
TAXABLE_FLAG | VARCHAR2 | (1) | Flag indicating if tax is to be applied | |
ADMIN_FEE_FLAG | VARCHAR2 | (1) | Flag indicating if the reconciliation is subject to administration fees | |
CAP_MIN_FLAG | VARCHAR2 | (1) | Flag indicating if the reconciliation is subject to constraints | |
GROSS_UP_FLAG | VARCHAR2 | (1) | Flag indicating if expenses are to be grossed up to adjust for less than full occupancy. | |
FY_CONSTR_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the first year constraint is to be applied to the reconciliation: (LT=total landlord expense, TS= tenants pro rata share) | |
FY_CONSTR_UNIT_CODE | VARCHAR2 | (30) | Code specifying the units for first year constraints: (AMT=amount, APA=amount per area) | |
FY_CONSTR_PRORATE_FLAG | VARCHAR2 | (1) | Flag indicating if constraints are to be prorated for the reconciliation | |
FY_CONSTR_MAX | NUMBER | The maximum constraint value for the first year | ||
FY_CONSTR_MIN | NUMBER | The minimum constraint value for the first year | ||
SY_CAP_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the subsequent year cap is to be applied: (LT=total landlord expense, TS= tenants pro rata share) | |
SY_CAP_LIMIT_CODE | VARCHAR2 | (30) | Code specifying the rate type to be used to determine the cap on expense increases | |
SY_CAP_COMPARE_TO_CODE | VARCHAR2 | (30) | Code specifying the basis to which rates are to be applied to determine the subsequent year cap amount | |
SY_CAP_CARRY_FWD_CODE | VARCHAR2 | (30) | Code specifying the rules for carrying forward expense overages or shortfalls: (LO=landlord overruns, LS=landlord savings, NN=none) | |
SY_CAP_PCT | NUMBER | The percentage to be used to calculate the subsequent year cap amount using the fixed percent rate type | ||
SY_CAP_INDEX_ID | NUMBER | Identifier of the index to be used in calculating subsequent year cap | ||
SY_CAP_INDEX_FINDER_MONTH | NUMBER | This column stores the Subsequent Year's Caps Index finder month for an Opex Agreement. | ||
SY_MIN_LIMIT_CODE | VARCHAR2 | (30) | Code specifying the rate type to be used for determining subsequent year minimum | |
SY_MIN_COMPARE_TO_CODE | VARCHAR2 | (30) | Code specifying the basis to which rates are to be applied to determine the subsequent year minimum | |
SY_MIN_APPLY_TO_CODE | VARCHAR2 | (30) | Code indicating how the subsequent year minimum is to be applied: (LT=total landlord expense, TS= tenants pro rata share) | |
SY_MIN_CARRY_FWD_CODE | VARCHAR2 | (30) | Code specifying the rules for carrying forward expense overages or shortfalls: (LO=landlord overruns, LS=landlord savings, NN=none) | |
SY_MIN_PCT | NUMBER | The percentage to be used for calculating the subsequent year minimum amount using the fixed percent rate type | ||
SY_MIN_INDEX_ID | NUMBER | Identifier of the index to be used for calculating subsequent year minimum | ||
SY_MIN_INDEX_FINDER_MONTH | NUMBER | This column stores the Subsequent Year's minimum Index finder month for an Opex Agreement. | ||
STOP_TYPE_CODE | VARCHAR2 | (30) | Code specifying the stop type: (F=fixed amount, B=base year, N=none) | |
STOP_AMT | NUMBER | The value of the stop amount | ||
STOP_AMT_TYPE_CODE | VARCHAR2 | (30) | Code specifying stop amount units: (TOT= total area. PUA=per unit area) | |
PRORATA_BASIS_TYPE_CODE | VARCHAR2 | (30) | Code specifying the pro rata basis type(FP=Fixed Percent, GLA=Gross Leasable Area, PSS=Pro Rata Share of Sales, OA=Occupied Area, OAF=Occupied Area with floor | |
PERIOD_START_DT | DATE | Y | The start date of the reconciliation period | |
PERIOD_END_DT | DATE | Y | The end date of the reconciliation period | |
ST_RECV_DT | DATE | Y | The date of receipt of reconciliation statement from landlord | |
ST_AMT_DUE | NUMBER | Reconciliation amount due as specified in the landlord statement | ||
RECON_PERFORM_DT | DATE | Y | Date when reconciliation was performed | |
RESP_PERSON_ID | NUMBER | Identifier of the person responsible for the reconciliation | ||
REVISION_NAME | VARCHAR2 | (50) | Y | Reconciliation revision name |
REVISION_NUMBER | NUMBER | Y | Reconciliation revision number | |
AUDIT_ST_CODE | VARCHAR2 | (30) | Code specifying reconciliation audit status | |
AUDITOR | VARCHAR2 | (50) | Name of the person performing the audit | |
AUDITOR_TYPE | VARCHAR2 | (1) | Code specifying auditor type: (I=internal, E=external) | |
STATUS_CODE | VARCHAR2 | (30) | Code specifying the reconciliation status | |
CURRENT_FLAG | VARCHAR2 | (1) | Flag indicating if this is the current reconciliation for this period | |
ADJ_TEN_CHARGE_ST | NUMBER | Adjustment amount for total tenant charge as specified in the landlord statement | ||
ADJ_TEN_CHARGE_EXP | NUMBER | Expected adjustment amount for total tenant charge | ||
ADJ_RECON_AMT_ST | NUMBER | Adjustment amount for the reconciliation as specified in the landlord statement | ||
ADJ_RECON_AMT_EXP | NUMBER | Expected adjustment amount for the reconciliation | ||
TEN_SHR_SUB_CAP | NUMBER | The tenant share subject to constraints | ||
TEN_SHR_AFT_CAP | NUMBER | The tenant share after constraints are applied | ||
TEN_TOT_CHARGE | NUMBER | Total tenant charge | ||
SAVINGS_CREDIT | NUMBER | The total landlord savings carried forward from past shortfalls between actual operating expenses and cap | ||
OVERRUN_CREDIT | NUMBER | The total landlord overruns carried forward from past overages between actual operating expenses and cap | ||
PAY_TRM_AMT | NUMBER | Payment Term Amount. | ||
AMT_DUE_ST | NUMBER | Calculated amount due as per the landlord statement | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_RECON_ALL does not reference any database object
PN.PN_OPEX_RECON_ALL is referenced by following:
Description: | This table stores information on critical dates for operating expense reconciliations |
---|
PN_OPEX_RECON_CRDT_ALL stores information on critical dates for operating expense reconciliations
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_RECON_CRDT_U1 | UNIQUE | APPS_TS_TX_IDX | DATE_ID |
PN_OPEX_RECON_CRDT_N1 | NONUNIQUE | APPS_TS_TX_IDX | RECON_ID |
PN_OPEX_RECON_CRDT_N2 | NONUNIQUE | APPS_TS_TX_IDX | CRITICAL_DATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DATE_ID | NUMBER | Y | Identifier of the date of the reconciliation | |
RECON_ID | NUMBER | Y | Identifier of the reconciliation | |
CRITICAL_DATE_ID | NUMBER | Y | Identifier of the agreement critical date | |
DT_OVR | DATE | The default critical date taken from the agreement | ||
DT_EXP | DATE | This column stores 'Calculated Date' under Critical Dates section of a Reconciliation. | ||
DATE_TYPE | VARCHAR2 | (10) | Date type: (RPD=reconciliation payment due, APE=audit period end) | |
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_RECON_CRDT_ALL does not reference any database object
PN.PN_OPEX_RECON_CRDT_ALL is referenced by following:
Description: | This table stores reconciliation review information for operating expenses |
---|
PN_OPEX_RECON_DETAILS_ALL stores reconciliation review information for operating expenses
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_RECON_DETAILS_U1 | UNIQUE | APPS_TS_TX_IDX | RECON_DETAIL_ID |
PN_OPEX_RECON_DETAILS_N1 | NONUNIQUE | APPS_TS_TX_IDX | RECON_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RECON_DETAIL_ID | NUMBER | Y | Identifier of the reconciliation detail | |
RECON_ID | NUMBER | Y | Identifier of the reconciliation with which this reconciliation detail is associated | |
TYPE | VARCHAR2 | (30) | Y | Detail type |
EXPECTED | NUMBER | Expected value for reconciliation detail | ||
STMT_OVR | NUMBER | User-entered value for the reconciled expense as specified in the landlord statement | ||
EXPECTED_OVR | NUMBER | User-entered value for the expected reconciled expense | ||
RECON_PRTBS_ID | NUMBER | Identifier of the pro rata basis for the reconciliation | ||
PRORAT_BASIS_DTL_ID | NUMBER | Identifier of the pro rata basis detail for the operating expense agreement | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_RECON_DETAILS_ALL does not reference any database object
PN.PN_OPEX_RECON_DETAILS_ALL is referenced by following:
Description: | This table stores expense group information for operating expense reconciliations |
---|
PN_OPEX_RECON_EXP_GRP_ALL stores expense group information for operating expense reconciliations
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_RECON_EXP_GRP_U1 | UNIQUE | APPS_TS_TX_IDX | RECON_EXP_GRP_ID |
PN_OPEX_RECON_EXP_GRP_N1 | NONUNIQUE | APPS_TS_TX_IDX | RECON_ID |
PN_OPEX_RECON_EXP_GRP_N2 | NONUNIQUE | APPS_TS_TX_IDX | EXP_GRP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RECON_EXP_GRP_ID | NUMBER | Y | Identifier of the expense group being reconciled | |
RECON_ID | NUMBER | Y | Identifier of the reconciliation | |
EXP_GRP_ID | NUMBER | Y | Identifier of the expense group as specified in the agreement | |
AMOUNT_ST | NUMBER | Expense amount as specified in the landlord statement | ||
MULTIPLE_ST | NUMBER | The expense multiplier as specified in the landlord statement | ||
AMOUNT_OVR | NUMBER | User-entered value for expense | ||
RECOVERABLE_OVR | NUMBER | User-entered value for recoverable expense | ||
RECOVERABLE_ST | NUMBER | Recoverable expense as specified in the landlord statement | ||
EXPENSE_GRP_NAME | VARCHAR2 | (90) | Name of the expense group being reconciled | |
PRORAT_BASIS_NAME | VARCHAR2 | (90) | Name of the pro rata basis for the expense group being reconciled | |
PRORAT_BASIS_DTL_ID | NUMBER | Identifier of the pro rata basis detail associated with the expense group | ||
MULTIPLE_EXP | NUMBER | The expected expense multiplier | ||
CAP_FLAG | VARCHAR2 | (1) | Flag indicating if the expense is subject to cap | |
FEE_FLAG | VARCHAR2 | (1) | Flag indicating if the expense is subject to administration fees | |
TAX_FLAG | VARCHAR2 | (1) | Flag indicating if the expense is taxable | |
GROSS_UP_FLAG | VARCHAR2 | (1) | Flag indicating if expenses are to be grossed up to adjust for less than full occupancy | |
CONTRIBUTION_FLAG | VARCHAR2 | (1) | Flag indicating if the expense group being reconciled is a contribution or credit rather than an expense | |
DESCRIPTION | VARCHAR2 | (240) | Description of expense group being reconciled | |
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_RECON_EXP_GRP_ALL does not reference any database object
PN.PN_OPEX_RECON_EXP_GRP_ALL is referenced by following:
Description: | This table stores pro rata basis information for operating expense reconciliations |
---|
PN_OPEX_RECON_PRTBS_ALL stores pro rata basis information for operating expense reconciliations.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPEX_RECON_PRTBS_U1 | UNIQUE | APPS_TS_TX_IDX | RECON_PRTBS_ID |
PN_OPEX_RECON_PRTBS_N1 | NONUNIQUE | APPS_TS_TX_IDX | RECON_ID |
PN_OPEX_RECON_PRTBS_N2 | NONUNIQUE | APPS_TS_TX_IDX | PRTBS_DTL_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RECON_PRTBS_ID | NUMBER | Y | Identifier of the pro rata basis used for the reconciliation | |
RECON_ID | NUMBER | Y | Identifier of the reconciliation | |
PRTBS_DTL_ID | NUMBER | Y | Identifier of the pro rata basis record of the agreement | |
TENANT_AREA_ST | NUMBER | Tenant area as specified in the landlord statement | ||
TOTAL_AREA_ST | NUMBER | Total area as specified in the landlord statement | ||
OCCUPIED_ST | NUMBER | Occupied area as specified in the landlord statement | ||
FLOOR_PCT_ST | NUMBER | The minimum building occupancy level (lowest floor) as specified in the landlord statement that is to be used for calculating pro rata share of occupied area | ||
PRORATA_PCT_ST | NUMBER | The tenant pro rata percentage as specified in the landlord statement | ||
TOTAL_AREA_OVR | NUMBER | User-entered value for total area | ||
OCCUPIED_OVR | NUMBER | User-entered value for occupied area | ||
PRORATA_PCT_OVR | NUMBER | User-entered value for pro rata percent | ||
PRORAT_BASIS_NAME | VARCHAR2 | (90) | Name of the pro rata basis | |
TENANT_AREA | NUMBER | User entered value for tenant area | ||
FLOOR_PCT | NUMBER | The minimum building occupancy level (lowest floor) as specified in the agreement that is to be used for calculating pro rata share of occupied area | ||
TOTAL_AREA | NUMBER | User entered value for tenant area | ||
TOT_EXPENSE | NUMBER | Total Expense | ||
NET_SUB_TO_FEE | NUMBER | Net expense subject to fees | ||
CAPPED_EXP | NUMBER | Expense after applying constraints | ||
SAVINGS_CREDIT | NUMBER | Landlord savings credit amount | ||
OVERRUN_CREDIT | NUMBER | Landlord overrun credit amount | ||
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 | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_OPEX_RECON_PRTBS_ALL does not reference any database object
PN.PN_OPEX_RECON_PRTBS_ALL is referenced by following:
Description: | Details of specified terms for a specific period in a lease contract |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_OPTIONS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_OPTIONS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_LEASE_MILESTONES_ALL.OPTION_ID | PN_OPTIONS_ALL |
PN_OPTIONS_HISTORY.OPTION_ID | PN_OPTIONS_ALL |
PN_OPTIONS_ALL stores the details of specified terms within a specific period in a lease contract. The purpose of an option can be to purchase or lease a property, extend the lease term, change payment terms, etc.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPTIONS_U1 | UNIQUE | APPS_TS_TX_IDX | OPTION_ID |
PN_OPTIONS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_OPTIONS_N2 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_OPTIONS_N3 | NONUNIQUE | APPS_TS_TX_IDX | EXPIRATION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPTION_ID | NUMBER | Y | Uniquely identifies the lease options row. The value is populated using sequence PN_OPTIONS_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the options row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the options row. | |
OPTION_NUM | VARCHAR2 | (15) | Y | Option number. This is the system-generated number without the database sequence. e.g. Select max(option_num) + 1 from dual for a lease. |
OPTION_TYPE_CODE | VARCHAR2 | (30) | Y | The type of option, for example early termination, purchase, renewal, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_OPTION_TYPE' |
START_DATE | DATE | Start date of the lease option | ||
EXPIRATION_DATE | DATE | Expiration date of the lease option | ||
OPTION_SIZE | NUMBER | Size of the lease option. | ||
UOM_CODE | VARCHAR2 | (3) | The unit of measure used to calculate the area of option size | |
OPTION_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the status of the lease option, for example Open, Cancelled, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_OPTION_STATUS_TYPE' |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
OPTION_EXER_START_DATE | DATE | The date on which notifications can be sent to the landlord. Should be defaulted to 'StartDate' Also should be defaulted into Milestones Begin Date. | ||
OPTION_EXER_END_DATE | DATE | The last date on which notifications can be sent to the landlord. Should be defaulted to 'End Date'. Also should be defaulted into Milestones Action Due Date. | ||
OPTION_ACTION_DATE | DATE | Date action was taken on the option. | ||
OPTION_COST | VARCHAR2 | (15) | Outlines the cost of the option if it is exercised & can be expressed in a variety of ways. | |
OPTION_AREA_CHANGE | NUMBER | Area that will be increased or decreased related to an option. | ||
OPTION_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the option right & terms. | |
OPTION_NOTICE_REQD | VARCHAR2 | (1) | Indicates a notice is required or not. | |
OPTION_COMMENTS | VARCHAR2 | (2000) | Comments regarding the option. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses. |
PN.PN_OPTIONS_ALL does not reference any database object
PN.PN_OPTIONS_ALL is referenced by following:
Description: | Track changes in option details related to a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_OPTIONS_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_OPTIONS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_OPTIONS_HISTORY.OPTION_ID | PN_OPTIONS_ALL |
PN_OPTIONS_HISTORY tracks changes in option details related to a lease. A row is created in this table when the options information is altered in a lease, by means of an amendment or an edit to the lease
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_OPTIONS_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | OPTION_HISTORY_ID |
PN_OPTIONS_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | OPTION_ID |
PN_OPTIONS_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPTION_HISTORY_ID | NUMBER | Y | Uniquely identifies the lease option history row. The value is populated using sequence PN_OPTIONS_HISTORY_S | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding options history row. When a row is modified in PN_OPTIONS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the options row. | |
OPTION_ID | NUMBER | Y | Associates the row in PN_OPTIONS_ALL with the options history row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the options history row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the options history row | |
OPTION_NUM | VARCHAR2 | (15) | Y | Stores the most recent value of the option number immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit |
OPTION_TYPE_CODE | VARCHAR2 | (30) | Y | Stores the most recent value for the type of option immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit |
START_DATE | DATE | Stores the most recent value of the start date immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit | ||
EXPIRATION_DATE | DATE | Stores the most recent value of the expiration date immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit | ||
OPTION_SIZE | NUMBER | Stores the most recent value of the option size immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit | ||
UOM_CODE | VARCHAR2 | (3) | Stores the most recent value of the unit of measure code immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit | |
OPTION_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | Y | Stores the most recent value of the option status code immediately prior to being changed in PN_OPTIONS_ALL as a result of an amendment or an edit |
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 | |
OPTION_EXER_START_DATE | DATE | The date on which notifications can be sent to the landlord. Should be defaulted to 'StartDate' Also should be defaulted into Milestones Begin Date. | ||
OPTION_EXER_END_DATE | DATE | The last date on which notifications can be sent to the landlord. Should be defaulted to 'End Date'. Also should be defaulted into Milestones Action Due Date. | ||
OPTION_ACTION_DATE | DATE | Date action was taken on the option. | ||
OPTION_COST | VARCHAR2 | (15) | Outlines the cost of the option if it is exercised & can be expressed in a variety of ways. | |
OPTION_AREA_CHANGE | NUMBER | Area that will be increased or decreased related to an option. | ||
OPTION_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the option right & terms. | |
OPTION_NOTICE_REQD | VARCHAR2 | (1) | Indicates a notice is required or not. | |
OPTION_COMMENTS | VARCHAR2 | (2000) | Comments regarding the option. Comments should note language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses. |
PN.PN_OPTIONS_HISTORY does not reference any database object
PN.PN_OPTIONS_HISTORY is referenced by following:
Description: | Payment and billing items associated with a payment or a billing schedule |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_ITEMS_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_ITEMS_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_PAYMENT_ITEMS_ALL.PAYMENT_SCHEDULE_ID | PN_PAYMENT_SCHEDULES_ALL |
PN_PAYMENT_ITEMS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_PAYMENT_ITEMS_ALL.SET_OF_BOOKS_ID | GL_SETS_OF_BOOKS_11I |
PN_PAYMENT_ITEMS_ALL.CURRENCY_CODE | FND_CURRENCIES |
PN_PAYMENT_ITEMS_ALL.EXPORT_CURRENCY_CODE | FND_CURRENCIES |
PN_PAYMENT_ITEMS_ALL.VENDOR_ID | PO_VENDORS |
PN_PAYMENT_ITEMS_ALL.VENDOR_SITE_ID | PO_VENDOR_SITES_ALL |
PN_PAYMENT_ITEMS_ALL.CUSTOMER_ID | RA_CUSTOMERS |
PN_PAYMENT_ITEMS_ALL.CUSTOMER_SITE_USE_ID | RA_SITE_USES_ALL |
PN_PAYMENT_ITEMS_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_ITEMS_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_PAYMENT_ITEMS_ALL.CUST_SHIP_SITE_ID | HZ_CUST_SITE_USES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_DETAILS.PAYMENT_ITEM_ID | PN_PAYMENT_ITEMS_ALL |
PN_PAYMENT_ITEMS_ALL stores payment and billing items associated with a payment or a billing schedule respectively. The items are generated by the system through a concurrent batch process for every payment and billing term defined in a lease. Payment item describes the details of payments to be made to a supplier. Billing item describes the details of receipts from a customer for a leased or owned property.
An item can be classified as a CASH or NORMALIZED item. PAYMENT_ITEM_TYPE_LOOKUP_CODE column identifies such a transaction. CASH items are transferred to AP and AR respectively based upon the lease class.
This table is partitioned by Org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_ITEMS_U1 | UNIQUE | APPS_TS_TX_IDX | PAYMENT_ITEM_ID |
PN_PAYMENT_ITEMS_N1 | NONUNIQUE | APPS_TS_TX_IDX | DUE_DATE |
PN_PAYMENT_ITEMS_N2 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_SCHEDULE_ID |
PN_PAYMENT_ITEMS_N3 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_PAYMENT_ITEMS_N4 | NONUNIQUE | APPS_TS_TX_IDX |
VENDOR_ID
VENDOR_SITE_ID |
PN_PAYMENT_ITEMS_N5 | NONUNIQUE | APPS_TS_TX_IDX | CUSTOMER_ID |
PN_PAYMENT_ITEMS_N6 | NONUNIQUE | APPS_TS_TX_IDX | CUSTOMER_SITE_USE_ID |
PN_PAYMENT_ITEMS_N7 | NONUNIQUE | APPS_TS_TX_IDX | EXPORT_GROUP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_ITEM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
DUE_DATE | DATE | Y | Due date of a payment or billing item | |
SET_OF_BOOKS_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing item row. | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Functional currency code. |
EXPORT_CURRENCY_CODE | VARCHAR2 | (15) | Currency code used to export payment and billing items | |
RATE | NUMBER | Currency conversion rate | ||
PAYMENT_ITEM_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of payment or billing item. Valid values: CASH and NORMALIZED. |
PAYMENT_SCHEDULE_ID | NUMBER | Y | Associates the payment schedule row in PN_PAYMENT_SCHEDULES_ALL with the payment or billing item row | |
PAYMENT_TERM_ID | NUMBER | Y | Associates the payment term row in PN_PAYMENT_TERMS_ALL with the payment or billing item row | |
VENDOR_ID | NUMBER | Associates the row in PO_VENDORS with the payment or billing item. The data element is null for a billing item row. | ||
VENDOR_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing item. The data element is null for a billing item row. | ||
ACTUAL_AMOUNT | NUMBER | Actual amount to be paid or billed | ||
EXPORT_CURRENCY_AMOUNT | NUMBER | The actual amount to be exported for payment or billing after currency conversion | ||
ESTIMATED_AMOUNT | NUMBER | The estimate amount to be paid or billed | ||
PERIOD_FRACTION | NUMBER | Reserved for rent calculation. Please do not use. | ||
DESCRIPTION | VARCHAR2 | (50) | Obsolete. To be deleted | |
COMMENTS | VARCHAR2 | (240) | Obsolete. To be deleted | |
EXPORT_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction should be exported to Oracle Accounts Payable. Valid values: Y - Export, N - Do not export. The data element is null for a billing item row. | |
TRANSFERRED_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction has been transferred to Oracle Accounts Payable interface tables. Valid values: Y - Transferred, N- Not Transferred. The data element is null for a billing item row. | |
AP_INVOICE_NUM | VARCHAR2 | (50) | Stores the invoice number generated by Oracle Accounts Payable for a payment item. The data element is null for a billing item row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ENTERED_BY_LEASE | VARCHAR2 | (1) | Identify whether this transaction was created through the lease process or during Authorizing payment or billing items. Valid values: N - Not created by lease, NULL - Created by lease. | |
EXPORT_GROUP_ID | VARCHAR2 | (240) | Group Identifier. Group together the set of transactions exported in one batch. | |
CUSTOMER_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the transaction row. The data element is null for a payment item row. | ||
CUSTOMER_SITE_USE_ID | NUMBER | Associates the customer's bill to site with the transaction row. The data element is null for a payment item row. | ||
EXPORT_TO_AR_FLAG | VARCHAR2 | (1) | Identifies whether this transaction should be exported to Oracle Accounts Receivable. Valid values: Y - Export, N - Do not export. The data element is null for a payment item row. | |
TRANSFERRED_TO_AR_FLAG | VARCHAR2 | (1) | Identify whether this transaction has been transferred to Oracle Receivables. Valid values: Y - Transferred, N- Not Transferred. The data element is null for a payment item row. | |
AR_TRX_NUM | VARCHAR2 | (20) | Stores the transaction number generated by Oracle Receivables for a billing item. The data element is null for a payment item row. | |
AR_REF_CODE | VARCHAR2 | (30) | Reference Code for an Invoice in AR to relate it in PN. | |
CUST_SHIP_SITE_ID | NUMBER | (15) | Customer Site Id for customer ship to site. | |
ACCOUNTED_AMOUNT | NUMBER | Holds value of actual amount in functional currency, converted using user defined conversion type | ||
ACCOUNTED_DATE | DATE | The date on which the accounted amount is calculated. | ||
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the payment item. | |
ADJ_START_DATE | DATE | Start Date of adjustment item created. | ||
ADJ_END_DATE | DATE | End Date of adjustment item created | ||
LAST_ADJUSTMENT_TYPE_CODE | VARCHAR2 | (30) | Code for last Adjustment Type, as a result of which the adjustment item has been created. | |
XLA_EVENT_ID | NUMBER | (15) | Subledger Accounting event identifier |
PN.PN_PAYMENT_ITEMS_ALL does not reference any database object
PN.PN_PAYMENT_ITEMS_ALL is referenced by following:
Description: | Shadow table for PN_PAYMENT_ITEMS_ALL for supporting Euro functional currency |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_ITEMS_EFC.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_ITEMS_EFC.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
Shadow table for PN_PAYMENT_ITEMS_ALL for supporting Euro
functional currency.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_ITEMS_EFC_U1 | UNIQUE | APPS_TS_TX_IDX | PAYMENT_ITEM_ID |
PN_PAYMENT_ITEMS_EFC_N1 | NONUNIQUE | APPS_TS_TX_IDX | DUE_DATE |
PN_PAYMENT_ITEMS_EFC_N2 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_SCHEDULE_ID |
PN_PAYMENT_ITEMS_EFC_N3 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_PAYMENT_ITEMS_EFC_N4 | NONUNIQUE | APPS_TS_TX_IDX |
VENDOR_ID
VENDOR_SITE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_ITEM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_EFC_S | |
DUE_DATE | DATE | Y | Due date of a payment or billing item | |
SET_OF_BOOKS_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing item row | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Functional currency code |
EXPORT_CURRENCY_CODE | VARCHAR2 | (15) | Currency code used to export payment and billing items | |
RATE | NUMBER | Y | Currency conversion rate | |
PAYMENT_ITEM_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Identifies the type of payment or billing item. Valid values: CASH and NORMALIZED |
PAYMENT_SCHEDULE_ID | NUMBER | Y | Associates the payment schedule row in PN_PAYMENT_SCHEDULES_ALL with the payment or billing item row | |
PAYMENT_TERM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_EFC_S | |
VENDOR_ID | NUMBER | Associates the row in PO_VENDORS with the payment or billing item. The data element is null for a billing item row | ||
VENDOR_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing item. The data element is null for a billing item row | ||
ACTUAL_AMOUNT | NUMBER | Actual amount to be paid or billed | ||
EXPORT_CURRENCY_AMOUNT | NUMBER | The actual amount to be exported for payment or billing after currency conversion | ||
ESTIMATED_AMOUNT | NUMBER | The estimate amount to be paid or billed | ||
PERIOD_FRACTION | NUMBER | Reserved for rent calculation. Please do not use | ||
EXPORT_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction should be exported to Oracle Accounts for a billing item row | |
TRANSFERRED_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction has been transferred to Oracle Accounts Payable interface tables. Valid values: Y - Transferred, N- Not Transferred.The data element is null for a billing item row. | |
AP_INVOICE_NUM | VARCHAR2 | (50) | Stores the invoice number generated by Oracle Accounts Payable for a payment item. The data element is null for a billing item row | |
GROUP_ID | VARCHAR2 | (240) | Group Identifier | |
CUSTOMER_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the transaction row. The data element is null for a payment item row | ||
CUSTOMER_SITE_USE_ID | NUMBER | Associates the customer's bill to site with the transaction row. The data element is null for a payment item row | ||
EXPORT_TO_AR_FLAG | VARCHAR2 | (1) | Identifies whether this transaction should be exported to Oracle Accounts Receivable. Valid values: Y - Export, N - Do not export. The data element is null for a payment item row. | |
TRANSFERRED_TO_AR_FLAG | VARCHAR2 | (1) | Identify whether this transaction has been transferred to OracleReceivables. Valid values: Y - Transferred, N- Not Transferred. The data element is null for a payment item row | |
AR_TRX_NUM | VARCHAR2 | (20) | Stores the transaction number generated by Oracle Receivables for a billing item. The data element is null for a payment item row | |
EXPORT_GROUP_ID | VARCHAR2 | (240) | Group Identifier. Group together the set of transactions exported in one batch | |
ORG_ID | NUMBER | (15) | Operating Unit identifier |
PN.PN_PAYMENT_ITEMS_EFC does not reference any database object
PN.PN_PAYMENT_ITEMS_EFC is referenced by following:
Description: | Payment or billing schedules for both landlord and the tenant |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_SCHEDULES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_PAYMENT_SCHEDULES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_SCHEDULES_ALL.APPROVED_BY_USER_ID | FND_USER |
PN_PAYMENT_SCHEDULES_ALL.TRANSFERRED_BY_USER_ID | FND_USER |
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_ITEMS_ALL.PAYMENT_SCHEDULE_ID | PN_PAYMENT_SCHEDULES_ALL |
PN_PAYMENT_SCHEDULES_ALL stores rent schedules for both landlord and tenant. The schedules are generated by a concurrent batch process when a lease is finalized or the lease dates are altered by an amendment or an edit. The schedules are created based on the frequency of a payment term in the lease. For example, if the term is for a year and the frequency is monthly, twelve schedules are created, one representing each month.
Schedule date is always assigned to the first day of the month.
This table is partitioned by Org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_SCHEDULES_U1 | UNIQUE | APPS_TS_TX_IDX | PAYMENT_SCHEDULE_ID |
PN_PAYMENT_SCHEDULES_N1 | NONUNIQUE | APPS_TS_TX_IDX | SCHEDULE_DATE |
PN_PAYMENT_SCHEDULES_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_SCHEDULE_ID | NUMBER | Y | Uniquely identifies a payment or billing schedule row. The value is populated using sequence PN_PAYMENT_SCHEDULES_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
SCHEDULE_DATE | DATE | Y | The date on which a payment or a bill is scheduled | |
LEASE_CHANGE_ID | NUMBER | Y | Associates a lease, amend or edit row in PN_LEASE_CHANGES_ALL with the schedule row | |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the schedule row | |
APPROVED_BY_USER_ID | NUMBER | User id of the user who has approved the payment or billing schedule. Associates the row in FND_USER with the schedule row | ||
TRANSFERRED_BY_USER_ID | NUMBER | User id of the user who initiated the transfer of payment or billing schedules to Oracle Payables or Oracle Receivables respectively. Associates the row in FND_USER with the schedule row | ||
PAYMENT_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of payment status. Valid values: APPROVED - Ready to be exported to Oracle Receivables or Oracle Payables, DRAFT - Not yet approved |
APPROVAL_DATE | DATE | Approval date of a schedule | ||
TRANSFER_DATE | DATE | The date on which the schedule items for this schedule were transferred to Oracle Payables or Oracle Receivables. | ||
PERIOD_NAME | VARCHAR2 | (15) | GL period name. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ON_HOLD | VARCHAR2 | (1) | On-hold field used put a payment schedule on hold. Checked during the Mass Approval. |
PN.PN_PAYMENT_SCHEDULES_ALL does not reference any database object
PN.PN_PAYMENT_SCHEDULES_ALL is referenced by following:
Description: | Payment and billing terms defined in a lease |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_TERMS_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_PAYMENT_TERMS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_PAYMENT_TERMS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_TERMS_ALL.SET_OF_BOOKS_ID | GL_SETS_OF_BOOKS_11I |
PN_PAYMENT_TERMS_ALL.CODE_COMBINATION_ID | GL_CODE_COMBINATIONS |
PN_PAYMENT_TERMS_ALL.CURRENCY_CODE | FND_CURRENCIES |
PN_PAYMENT_TERMS_ALL.VENDOR_ID | PO_VENDORS |
PN_PAYMENT_TERMS_ALL.VENDOR_SITE_ID | PO_VENDOR_SITES_ALL |
PN_PAYMENT_TERMS_ALL.CUSTOMER_ID | RA_CUSTOMERS |
PN_PAYMENT_TERMS_ALL.CUSTOMER_SITE_USE_ID | RA_SITE_USES_ALL |
PN_PAYMENT_TERMS_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_TERMS_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_PAYMENT_TERMS_ALL.CUST_SHIP_SITE_ID | HZ_CUST_SITE_USES_ALL |
PN_PAYMENT_TERMS_ALL.PERIOD_BILLREC_ID | PN_REC_PERIOD_BILL_ALL |
PN_PAYMENT_TERMS_ALL.OPEX_RECON_ID | PN_OPEX_RECON_ALL |
PN_PAYMENT_TERMS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
PN_PAYMENT_TERMS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_SUMMARIES.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_DISTRIBUTIONS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_INDEX_EXCLUDE_TERM_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_INDEX_LEASE_TERMS_ALL.LEASE_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_INDEX_LEASE_TERMS_ALL.RENT_INCREASE_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_LEASE_MILESTONES_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_PAYMENT_ITEMS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_VAR_ABATEMENTS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_DISTRIBUTIONS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_REC_LINBILL_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_PAYMENT_TERMS_HISTORY.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_REC_LINBILL_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_VAR_ABATEMENTS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_PAYMENT_TERMS_ALL stores the payment and billing terms defined in a lease. The terms can be for base rent, abatement, escalation, retro adjustment, direct, etc. The details of a term are used to create payment or billing schedules and payment or billing items.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_TERMS_U1 | UNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_PAYMENT_TERMS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_PAYMENT_TERMS_N100 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_BILLREC_ID |
PN_PAYMENT_TERMS_N101 | NONUNIQUE | APPS_TS_TX_IDX | AMOUNT_TYPE |
PN_PAYMENT_TERMS_N102 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
PN_PAYMENT_TERMS_N2 | NONUNIQUE | APPS_TS_TX_IDX | CODE_COMBINATION_ID |
PN_PAYMENT_TERMS_N3 | NONUNIQUE | APPS_TS_TX_IDX |
VENDOR_ID
VENDOR_SITE_ID |
PN_PAYMENT_TERMS_N4 | NONUNIQUE | APPS_TS_TX_IDX |
CUSTOMER_ID
CUSTOMER_SITE_USE_ID |
PN_PAYMENT_TERMS_N5 | NONUNIQUE | APPS_TS_TX_IDX | INDEX_PERIOD_ID |
PN_PAYMENT_TERMS_N6 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_INV_ID |
PN_PAYMENT_TERMS_N7 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_TERM_ID | NUMBER | Y | Uniquely identifies a lease term row. The value is populated using sequence PN_PAYMENT_TERMS_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Y | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_PAYMENT_PURPOSE_TYPE' |
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_PAYMENT_TERM_TYPE' |
FREQUENCY_CODE | VARCHAR2 | (30) | Y | The frequency of the term, specifying how often this term will come into effect, for example, monthly, annually, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_PAYMENT_FREQUENCY_TYPE' |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the term row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term row | |
START_DATE | DATE | Y | Start date of the term | |
END_DATE | DATE | Y | End date of the term | |
CODE_COMBINATION_ID | NUMBER | Associates the account id in GL_CODE_COMBINATIONS table with the lease term | ||
VENDOR_ID | NUMBER | Associates the row in PO_VENDORS with the term row. The data element is null for a billing term row. | ||
VENDOR_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing term. The data element is null for a billing term row. | ||
TARGET_DATE | DATE | The date on which the term of the type PRE-PAYMENT is to be offset with the due date. For all other terms, this data element is null. | ||
ACTUAL_AMOUNT | NUMBER | The amount to be paid or billed | ||
ESTIMATED_AMOUNT | NUMBER | The estimated amount to be paid or billed | ||
SET_OF_BOOKS_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing term row. | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Functional currency code. |
RATE | NUMBER | Currency conversion rate | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CUSTOMER_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the term row. The data element is null for a payment term row. | ||
CUSTOMER_SITE_USE_ID | NUMBER | Associates the customer's bill to site with the term row. The data element is null for a payment term row. | ||
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term need to be Normalized. valid Values: Y - Normalize, N - Don not Normalize | |
LOCATION_ID | NUMBER | (15) | Location Id of the location associated with the lease | |
SCHEDULE_DAY | NUMBER | (15) | Day of the month for which schedules are to be created. | |
CUST_SHIP_SITE_ID | NUMBER | (15) | Customer Site Id for customer ship to site. | |
AP_AR_TERM_ID | NUMBER | (15) | Payment Term Id for calculation of Term date. | |
CUST_TRX_TYPE_ID | NUMBER | (15) | Transaction Type Id to be passed to AR. | |
PROJECT_ID | NUMBER | (15) | Project Id for calculating account id in AP. | |
TASK_ID | NUMBER | (15) | Task Id for calculating account id in AP. | |
ORGANIZATION_ID | NUMBER | (15) | Organization Id for calculating account id in AP. | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type for calculating Account Id in AP. | |
EXPENDITURE_ITEM_DATE | DATE | Expenditure Item Date for calculating Account Id in AP. | ||
TAX_GROUP_ID | NUMBER | (15) | Tax Group Id for AP. | |
TAX_CODE_ID | NUMBER | (15) | Tax Code Id for AP/AR. | |
TAX_INCLUDED | VARCHAR2 | (1) | Tax included is an indicator to show that tax is included or not. | |
DISTRIBUTION_SET_ID | NUMBER | (15) | Distribution Set Id to be passed into AP. | |
INV_RULE_ID | NUMBER | (15) | Invoice Rule Id to be apssed into AR. | |
ACCOUNT_RULE_ID | NUMBER | (15) | Accounting Rule Id to be passed into AR. | |
SALESREP_ID | NUMBER | (15) | Salesperson Id to be passed into AR | |
APPROVED_BY | NUMBER | (15) | Approver Name for Index Payment Term. | |
STATUS | VARCHAR2 | (30) | Status of Index Payment Term. | |
INDEX_PERIOD_ID | NUMBER | Index Period Id for Index Payment Term. | ||
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Index Term Indicator for Index Payment Term. | |
PO_HEADER_ID | VARCHAR2 | (30) | Purchase Order Id to be passed into AP. | |
CUST_PO_NUMBER | VARCHAR2 | (50) | Status of Index Payment Term. | |
RECEIPT_METHOD_ID | NUMBER | (15) | Receipt Method Id. | |
PROJECT_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Project Attribute Category for passing Context to AR. | |
PROJECT_ATTRIBUTE1 | VARCHAR2 | (150) | Segment1 for Project Flex field. | |
PROJECT_ATTRIBUTE2 | VARCHAR2 | (150) | Segment2 for Project Flex field. | |
PROJECT_ATTRIBUTE3 | VARCHAR2 | (150) | Segment3 for Project Flex field. | |
PROJECT_ATTRIBUTE4 | VARCHAR2 | (150) | Segment4 for Project Flex field. | |
PROJECT_ATTRIBUTE5 | VARCHAR2 | (150) | Segment5 for Project Flex field. | |
PROJECT_ATTRIBUTE6 | VARCHAR2 | (150) | Segment6 for Project Flex field. | |
PROJECT_ATTRIBUTE7 | VARCHAR2 | (150) | Segment7 for Project Flex field. | |
PROJECT_ATTRIBUTE8 | VARCHAR2 | (150) | Segment8 for Project Flex field. | |
PROJECT_ATTRIBUTE9 | VARCHAR2 | (150) | Segment9 for Project Flex field. | |
PROJECT_ATTRIBUTE10 | VARCHAR2 | (150) | Segment10 for Project Flex field. | |
PROJECT_ATTRIBUTE11 | VARCHAR2 | (150) | Segment11 for Project Flex field. | |
PROJECT_ATTRIBUTE12 | VARCHAR2 | (150) | Segment12 for Project Flex field. | |
PROJECT_ATTRIBUTE13 | VARCHAR2 | (150) | Segment13 for Project Flex field. | |
PROJECT_ATTRIBUTE14 | VARCHAR2 | (150) | Segment14 for Project Flex field. | |
PROJECT_ATTRIBUTE15 | VARCHAR2 | (150) | Segment15 for Project Flex field. | |
VAR_RENT_INV_ID | NUMBER | (38) | Associates the row in this table with a variable rent invoice row in table pn_var_rent_inv_all. | |
VAR_RENT_TYPE | VARCHAR2 | (20) | Determines the term type if term is a variable rent term. The column can have one of the following values ,'ACTUAL', 'FORECASTED' or 'VARIANCE'. | |
CHANGED_FLAG | VARCHAR2 | (20) | Verifies that the Term is Early End Dated when the EDIT command is used. Valid values are Y (Term is Early End Dated) and N (Early End Dated Term processed) and NULL. | |
NORM_START_DATE | DATE | The Date from when Normalization starts. When the term is added using the AMEND command, Normalization starts from the Amendment Commencement Date for schedules in Draft Mode. Otherwise, normalization starts from the date of the next Draft Schedule. | ||
TERM_TEMPLATE_ID | NUMBER | (15) | Term Template ID of Term Template, which is used to default term details at term level | |
EVENT_TYPE_CODE | VARCHAR2 | (30) | The event type associated with the payment term | |
LEASE_STATUS | VARCHAR2 | (30) | Lease Status | |
NORM_END_DATE | DATE | The date on which normalization ends | ||
RECOVERABLE_FLAG | VARCHAR2 | (1) | Identifies whether the payment term is used for recovery purposes | |
PERIOD_BILLREC_ID | NUMBER | (15) | Associates a billed record for a period from PN_REC_PERIOD_BILL_ALL table | |
AMOUNT_TYPE | VARCHAR2 | (30) | Amount Type of the record | |
REC_AGR_LINE_ID | NUMBER | (15) | Associates a line for a billed record for a period from PN_REC_PERIOD_BILL_ALL table | |
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the payment term. | |
AREA_TYPE_CODE | VARCHAR2 | (30) | Area type code. | |
AREA | NUMBER | Total area associated with the payment term. | ||
TERM_ALTERED_FLAG | VARCHAR2 | (1) | The value Y of this field indicated that the term has undergone some changes and history has been created for the term. | |
SOURCE_CODE | VARCHAR2 | (30) | This field indicates the source of term i.e. Lease Abstract, Amend, Edit, Variable Rent, Index Rent and Recovery modules. | |
TERM_COMMENTS | VARCHAR2 | (2000) | User entered comments for a term. | |
LEGAL_ENTITY_ID | NUMBER | (15) | Legal entity for payment term | |
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | Tax classification code for payment term | |
INDEX_NORM_FLAG | VARCHAR2 | (1) | Flag indicating whether index rent term is normalized. | |
PARENT_TERM_ID | NUMBER | Identifier of the payment term. | ||
INCLUDE_IN_VAR_RENT | VARCHAR2 | (30) | Specifies whether term is included in natural breakpoint basis. | |
UPDATE_NBP_FLAG | VARCHAR2 | (1) | Flag indicating if natural breakpoint is to be regenerated . | |
RECUR_BB_CALC_DATE | DATE | Calculation date used as transaction date for recurring backbill. | ||
OPEX_TYPE | VARCHAR2 | (30) | Code identifying payment type: (CATCHUP=catch-up payment ESTPMT=estimated payment, RECON=reconciled payment) | |
OPEX_AGR_ID | NUMBER | Identifier of the agreement for which the term is being created | ||
OPEX_RECON_ID | NUMBER | Identifier of the reconciliation for which the term is being created |
PN.PN_PAYMENT_TERMS_ALL does not reference any database object
PN.PN_PAYMENT_TERMS_ALL is referenced by following:
Description: | Shadow table for PN_PAYMENT_TERMS_ALL for supporting Euro functional currency. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_EFC.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_PAYMENT_TERMS_EFC.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
Shadow table for PN_PAYMENT_TERMS_ALL for supporting Euro functional currency.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_TERMS_EFC_U1 | UNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_PAYMENT_TERMS_EFC_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_PAYMENT_TERMS_EFC_N2 | NONUNIQUE | APPS_TS_TX_IDX | CODE_COMBINATION_ID |
PN_PAYMENT_TERMS_EFC_N3 | NONUNIQUE | APPS_TS_TX_IDX |
VENDOR_ID
VENDOR_SITE_ID |
PN_PAYMENT_TERMS_EFC_N4 | NONUNIQUE | APPS_TS_TX_IDX |
CUSTOMER_ID
CUSTOMER_SITE_USE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_TERM_ID | NUMBER | Y | Uniquely identifies a lease term row. The value is populated using sequence PN_PAYMENT_TERMS_EFC_S | |
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Y | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = `PN_PAYMENT_PURPOSE_TYPE' |
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_PAYMENT_TERM_TYPE' |
FREQUENCY_CODE | VARCHAR2 | (30) | Y | The frequency of the term, specifying how often this term will come into effect, for example, monthly, annually, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_PAYMENT_FREQUENCY_TYPE' |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the term row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term row | |
START_DATE | DATE | Y | Start date of the term | |
END_DATE | DATE | Y | End date of the term | |
CODE_COMBINATION_ID | NUMBER | Y | Associates the account id in GL_CODE_COMBINATIONS table with the lease term | |
ACTUAL_AMOUNT | NUMBER | The amount to be paid or billed | ||
ESTIMATED_AMOUNT | NUMBER | The estimated amount to be paid or billed | ||
SET_OF_BOOKS_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing term row. | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Functional currency code. |
RATE | NUMBER | Y | Currency conversion rate | |
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term need to be Normalized. valid Values: Y - Normalize, N - Don not Normalize | |
VENDOR_ID | NUMBER | Associates the row in PO_VENDORS with the term row. The data element is null for a billing term row. | ||
VENDOR_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing term. The data element is null for a billing term row | ||
CUSTOMER_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the term row. The data element is null for a payment term row | ||
CUSTOMER_SITE_USE_ID | NUMBER | Associates the customer's bill to site with the term row. The data element is null for a payment term row. | ||
ORG_ID | NUMBER | (15) | Operating Unit identifier |
PN.PN_PAYMENT_TERMS_EFC does not reference any database object
PN.PN_PAYMENT_TERMS_EFC is referenced by following:
Description: | Term History table. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_HISTORY.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_PAYMENT_TERMS_HISTORY.DISTRIBUTION_CHANGE_ID | PN_DISTRIBUTIONS_HISTORY |
PN_PAYMENT_TERMS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_PAYMENT_TERMS_HISTORY.LEASE_ID | PN_LEASES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_ADJUSTMENT_DETAILS.TERM_HISTORY_ID | PN_PAYMENT_TERMS_HISTORY |
This table stores history of payment/billing terms. When a term is changed, its history is created and it stored in this table.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAYMENT_TERMS_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | TERM_HISTORY_ID |
PN_PAYMENT_TERMS_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
PN_PAYMENT_TERMS_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX | DISTRIBUTION_CHANGE_ID |
PN_PAYMENT_TERMS_HISTORY_N3 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_HISTORY_ID | NUMBER | (15) | Y | Unique Identifier of the term history row. This is the primary key of table. |
LAST_UPDATE_DATE | DATE | Y | Standard WHO column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard WHO column. |
CREATION_DATE | DATE | Y | Standard WHO column. | |
CREATED_BY | NUMBER | (15) | Y | Standard WHO column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column. | |
PAYMENT_TERM_ID | NUMBER | (15) | Y | Term Id, to which term history row belongs . |
DISTRIBUTION_CHANGE_ID | NUMBER | (15) | Y | Reference column to PN_DISTRIBUTIONS_HISTORY table. |
PREV_TERM_HISTORY_ID | NUMBER | (15) | Reference column to previous term history row of the same term. | |
ADJUSTMENT_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of adjustment for which the term history row was created. | |
TOTAL_ADJ_AMOUNT | NUMBER | Total of adjustment amounts created corresponding to the term history row. | ||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Y | Identifies the purpose of the term history row. |
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of the term history row, for example, base, escalation, pre-payment, etc. |
FREQUENCY_CODE | VARCHAR2 | (30) | Y | The frequency of the term history row, specifying how often the term would come into effect, for example, monthly, annually, etc. |
LEASE_ID | NUMBER | (15) | Y | Associates the lease row in PN_LEASES_ALL with the term history row. |
LEASE_CHANGE_ID | NUMBER | (15) | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term history row. |
START_DATE | DATE | Y | History of start date of the term. | |
END_DATE | DATE | Y | History of end date of the term. | |
VENDOR_ID | NUMBER | (15) | Associates the row in PO_VENDORS with the term history row. The data element is null for a billing term history row. | |
VENDOR_SITE_ID | NUMBER | (15) | Associates the row in PO_VENDOR_SITES with the term history row. The data element is null for a billing term history row. | |
TARGET_DATE | DATE | History of date on which the term of the type PRE-PAYMENT was to be offset with the due date. For all other terms, this data element is null. | ||
ACTUAL_AMOUNT | NUMBER | History of amount to be paid or billed. | ||
ESTIMATED_AMOUNT | NUMBER | History of estimated amount to be paid or billed. | ||
SET_OF_BOOKS_ID | NUMBER | (15) | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing term history row. |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Functional currency code. |
RATE | NUMBER | Currency conversion rate. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure Defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
CUSTOMER_ID | NUMBER | (15) | Associates the customer row in HZ_CUST_ACCOUNTS with the term history row. The data element is null for a payment term history row. | |
CUSTOMER_SITE_USE_ID | NUMBER | (15) | Associate the customer's bill to site with the term history row. The data element is null for a payment type history row. | |
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term history need to be Normalized. valid Values: Y - Normalize, N - Don not Normalize. | |
LOCATION_ID | NUMBER | (15) | Associates the location row in PN_LOCATIONS_ALL with the term history row. | |
SCHEDULE_DAY | NUMBER | (15) | Day of the month on which schedules are to be created and it is used to derive the schedule dates of term. | |
CUST_SHIP_SITE_ID | NUMBER | (15) | Associate the customer's ship to site with the term history row. The data element is null for a payment type history row. | |
AP_AR_TERM_ID | NUMBER | (15) | History of Term Id populated from Payables/Receivables to calculate the Due Date. | |
CUST_TRX_TYPE_ID | NUMBER | (15) | History of Transaction Type Id populated from Receivables and passed to Receivables while exporting an invoice. | |
PROJECT_ID | NUMBER | (15) | History of Project Id for calculating account id in Payables. | |
TASK_ID | NUMBER | (15) | History of Task Id for calculating account id in Payables. | |
ORGANIZATION_ID | NUMBER | (15) | History of Organization Id for calculating account id in Payables. | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | History of Expenditure Type for calculating account id in Payables. | |
EXPENDITURE_ITEM_DATE | DATE | History of Expenditure Item Date for calculating account id in Payables. | ||
TAX_GROUP_ID | NUMBER | (15) | History of Tax Group Id, populated from Payables and passed to Payables while exporting payment item. | |
TAX_CODE_ID | NUMBER | (15) | History of Tax Code Id, populated from Payables/Receivables and passed to Payables/Receivables while exporting an item. | |
TAX_INCLUDED | VARCHAR2 | (1) | History of Tax Included indicator. | |
DISTRIBUTION_SET_ID | NUMBER | (15) | History of Distribution Set Id. | |
INV_RULE_ID | NUMBER | (15) | History of Invoice Rule Id. | |
ACCOUNT_RULE_ID | NUMBER | (15) | History of Salesrep Id. | |
SALESREP_ID | NUMBER | (15) | History of Salesrep Id. | |
APPROVED_BY | NUMBER | (15) | Approver Name for Index Payment Term. | |
STATUS | VARCHAR2 | (30) | Status of Index Payment Terms. | |
INDEX_PERIOD_ID | NUMBER | (15) | Associates Index Period row of Index Period Term with the term history row. | |
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Identifies whether the payment term is for backbill or recurring . | |
PO_HEADER_ID | VARCHAR2 | (30) | History of Purchase Order Header Id. | |
CUST_PO_NUMBER | VARCHAR2 | (50) | History of Purchase Order Number. | |
RECEIPT_METHOD_ID | NUMBER | (15) | History of Receipt Method Identifier. | |
PROJECT_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Project Attribute Category for passing Context to AR. | |
PROJECT_ATTRIBUTE1 | VARCHAR2 | (150) | Segment1 for Project Flex field. | |
PROJECT_ATTRIBUTE2 | VARCHAR2 | (150) | Segment2 for Project Flex field. | |
PROJECT_ATTRIBUTE3 | VARCHAR2 | (150) | Segment3 for Project Flex field. | |
PROJECT_ATTRIBUTE4 | VARCHAR2 | (150) | Segment4 for Project Flex field. | |
PROJECT_ATTRIBUTE5 | VARCHAR2 | (150) | Segment5 for Project Flex field. | |
PROJECT_ATTRIBUTE6 | VARCHAR2 | (150) | Segment6 for Project Flex field. | |
PROJECT_ATTRIBUTE7 | VARCHAR2 | (150) | Segment7 for Project Flex field. | |
PROJECT_ATTRIBUTE8 | VARCHAR2 | (150) | Segment8 for Project Flex field. | |
PROJECT_ATTRIBUTE9 | VARCHAR2 | (150) | Segment9 for Project Flex field. | |
PROJECT_ATTRIBUTE10 | VARCHAR2 | (150) | Segment10 for Project Flex field. | |
PROJECT_ATTRIBUTE11 | VARCHAR2 | (150) | Segment11 for Project Flex field. | |
PROJECT_ATTRIBUTE12 | VARCHAR2 | (150) | Segment12 for Project Flex field. | |
PROJECT_ATTRIBUTE13 | VARCHAR2 | (150) | Segment13 for Project Flex field. | |
PROJECT_ATTRIBUTE14 | VARCHAR2 | (150) | Segment14 for Project Flex field. | |
PROJECT_ATTRIBUTE15 | VARCHAR2 | (150) | Segment15 for Project Flex field. | |
VAR_RENT_INV_ID | NUMBER | (15) | Associates the row in this table with a variable rent invoice row in table pn_var_rent_inv_all. | |
VAR_RENT_TYPE | VARCHAR2 | (20) | Determines the term type if term is a variable rent term. The column can have one of the following values ,'ACTUAL', 'FORECASTED' or 'VARIANCE'. | |
CHANGED_FLAG | VARCHAR2 | (20) | Indicates whether the term was changed or not. | |
NORM_START_DATE | DATE | Normalization start date of the term. | ||
TERM_TEMPLATE_ID | NUMBER | (15) | Associates Term Template row with the term history row. | |
EVENT_TYPE_CODE | VARCHAR2 | (30) | The event type associated with the term. | |
LEASE_STATUS | VARCHAR2 | (30) | Lease Status. | |
NORM_END_DATE | DATE | Normalization end date of the term. | ||
RECOVERABLE_FLAG | VARCHAR2 | (1) | Identifies whether the billing term is used for recovery purposes. | |
PERIOD_BILLREC_ID | NUMBER | (15) | Associates a billed record for a period from PN_REC_PERIOD_BILL_ALL table with term history row. | |
AMOUNT_TYPE | VARCHAR2 | (30) | Amount Type of the term history row. | |
REC_AGR_LINE_ID | NUMBER | (15) | Associates a line for a billed record for a period from PN_REC_PERIOD_BILL_ALL table with term history row. | |
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the term history. | |
AREA_TYPE_CODE | VARCHAR2 | (30) | Area Type Code. | |
AREA | NUMBER | Total area associated with the term history row. | ||
TERM_COMMENTS | VARCHAR2 | (2000) | Comments entered by user while created term history. | |
LEGAL_ENTITY_ID | NUMBER | (15) | Legal entity for payment term | |
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | Tax classification code for payment term |
PN.PN_PAYMENT_TERMS_HISTORY does not reference any database object
PN.PN_PAYMENT_TERMS_HISTORY is referenced by following:
Description: | Stores Group By information. |
---|
Stores information about the optional characteristics by which payment items can be grouped. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAY_GROUP_BYS_U1 | UNIQUE | APPS_TS_SEED | GROUP_BY_ID |
PN_PAY_GROUP_BYS_U2 | UNIQUE | APPS_TS_SEED |
GROUPING_RULE_ID
GROUP_BY_LOOKUP_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_BY_ID | NUMBER | (15) | Y | Uniquely identfies an optional group by characteristic |
GROUPING_RULE_ID | NUMBER | (15) | Y | Associates a grouping rule with the group by characteristic |
GROUP_BY_LOOKUP_CODE | VARCHAR2 | (30) | Y | Group by characteristic. Populated using the lookup PN_PAY_GROUP_BY |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield |
PN.PN_PAY_GROUP_BYS does not reference any database object
PN.PN_PAY_GROUP_BYS is referenced by following:
Description: | Stores grouping rules information. |
---|
Stores the grouping rules name and description. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PAY_GROUP_RULES_U1 | UNIQUE | APPS_TS_SEED | GROUPING_RULE_ID |
PN_PAY_GROUP_RULES_U2 | UNIQUE | APPS_TS_SEED | NAME |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUPING_RULE_ID | NUMBER | (15) | Y | Uniquely identfies a grouping rule |
NAME | VARCHAR2 | (30) | Y | Grouping rule name |
DESCRIPTION | VARCHAR2 | (240) | Grouping rule description | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield |
PN.PN_PAY_GROUP_RULES does not reference any database object
PN.PN_PAY_GROUP_RULES is referenced by following:
Description: | Telecommuting information to reach a contact |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_PHONES_ALL.CONTACT_ID | PN_CONTACTS_ALL |
PN_PHONES_ALL stores different types of telecommuting information to reach a contact. for example phone, fax, telex, etc.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PHONES_U1 | UNIQUE | APPS_TS_SEED | PHONE_ID |
PN_PHONES_N1 | NONUNIQUE | APPS_TS_SEED | CONTACT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PHONE_ID | NUMBER | Y | Uniquely identifies a contact's phone. The value is populated using sequence PN_PHONES_S | |
CONTACT_ID | NUMBER | Y | Associates the contact row in PN_CONTACTS_ALL with the phone row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
STATUS | VARCHAR2 | (1) | Y | To be used later |
PHONE_TYPE | VARCHAR2 | (30) | Y | The type of phone, such as general, fax, etc. The value is derived from the lookup_code in FND_LOOKUPS where lookup_type = 'PN_PHONE_TYPE' |
AREA_CODE | VARCHAR2 | (10) | Area code of the phone number | |
PHONE_NUMBER | VARCHAR2 | (35) | Phone number | |
EXTENSION | VARCHAR2 | (20) | Phone extension number | |
PRIMARY_FLAG | VARCHAR2 | (1) | Indicates whether the phone is primary or not. Valid values: Y - Primary, N - Not Primary | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_PHONES_ALL does not reference any database object
PN.PN_PHONES_ALL is referenced by following:
Description: | Stores the properties information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_LOCATIONS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_LOCATIONS_ITF.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_AGREEMENTS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXPCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_DTL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_ITF.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_ARCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_AGREEMENTS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_ARCL_DTLLN_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_ARCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXPCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_DTL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
Stores the properties information.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_PROPERTIES_U1 | UNIQUE | APPS_TS_TX_IDX | PROPERTY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROPERTY_ID | NUMBER | Y | Uniquely identify the properties row. The value is populated using sequence PN_PROPERTIES_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PROPERTY_NAME | VARCHAR2 | (30) | Y | Stores the Property Name. |
PROPERTY_CODE | VARCHAR2 | (90) | Y | Property Code should be Unique. |
LOCATION_PARK_ID | NUMBER | Refers to the Location Parks. | ||
ZONE | VARCHAR2 | (30) | The Zone under which a Property comes. The value is populated using an LOV. | |
DISTRICT | VARCHAR2 | (30) | The name of the District. | |
COUNTRY | VARCHAR2 | (60) | Y | The Country in which the Property is Defined. The value is populated using an LOV. |
DESCRIPTION | VARCHAR2 | (240) | Contains the Description of the Property. | |
PORTFOLIO | VARCHAR2 | (30) | Describes the Portfolio Type. The value is populated using an LOV. | |
TENURE | VARCHAR2 | (30) | Y | Describes the Tenure Type. The value is populated using an LOV. |
CLASS | VARCHAR2 | (30) | Describes the Class Type. The value is populated using an LOV. | |
PROPERTY_STATUS | VARCHAR2 | (30) | Describes the Property_Status Type. The value is populated using an LOV. | |
CONDITION | VARCHAR2 | (30) | Describes the Condition Type. The value is populated using an LOV. | |
ACTIVE_PROPERTY | VARCHAR2 | (1) | Either can be Active or Inactive. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_PROPERTIES_ALL does not reference any database object
PN.PN_PROPERTIES_ALL is referenced by following:
Description: | Recovery Agreement set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGREEMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_AGREEMENTS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_AGREEMENTS_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGREEMENTS_ALL.CUSTOMER_ID | HZ_PARTIES |
PN_REC_AGREEMENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_AGREEMENTS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_REC_AGREEMENTS_ALL.CUST_SITE_ID | HZ_CUST_SITE_USES_ALL |
PN_REC_AGREEMENTS_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_AGREEMENTS_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_PERIOD_BILL_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_CALC_PERIODS_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_AGR_LINES_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_CALC_PERIODS_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_AGR_LINES_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
This is the base table for Recovery Agreements created for recovery of common expense.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGREEMENTS_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGREEMENT_ID |
PN_REC_AGREEMENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_REC_AGREEMENTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_REC_AGREEMENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | CUSTOMER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGREEMENT_ID | NUMBER | (15) | Y | Unique Identifier for the recovery agreement. This is primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGREEMENT_NAME | VARCHAR2 | (30) | Recovery Agreement Name associated with recovery agreement id. | |
REC_AGREEMENT_NUM | VARCHAR2 | (30) | Y | Recovery Agreement Number associated with recovery agreement number. |
START_DATE | DATE | Y | Start Date of recovery agreement. | |
END_DATE | DATE | Y | End Date of recovery agreement. | |
CUSTOMER_ID | NUMBER | (15) | Y | Customer Id of customer assocaited with recovery agreement. |
CUST_SITE_ID | NUMBER | (15) | Y | Customer Site Id of customer associated with recovery agreement. |
LEASE_ID | NUMBER | (15) | Y | Lease Id of lease associated with recovery agreement. |
LOCATION_ID | NUMBER | (15) | Y | Location Id of location associated with recovery agreement. |
CURRENCY_CODE | VARCHAR2 | (15) | Currency Code associated with recovery agreement. | |
NEGATIVE_RECOVERY | VARCHAR2 | (30) | Indicator if Recovery rent will be negative. It has two values: Credit or Ignore | |
TERM_TEMPLATE_ID | NUMBER | (15) | Identifies the row in the Term Templates table associated with this agreement | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
PROPERTY_ID | NUMBER | (15) | Associates a property record from PN_PROPERTIES_ALL with a recovery agreement record |
PN.PN_REC_AGREEMENTS_ALL does not reference any database object
PN.PN_REC_AGREEMENTS_ALL is referenced by following:
Description: | Recovery Abatement set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINABAT_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGR_LINABAT_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINABAT_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
This is the base table for Abatement Lines created for recovery lines. Abatement Lines contain abatement related information for a recovery line. These abatements will be used while calculating recovery.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGR_LINABAT_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGR_LINABAT_ID |
PN_REC_AGR_LINABAT_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGR_LINABAT_ID | NUMBER | (15) | Y | Unique identifier of the abatement line. This is the primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Recovery Line Id of recovery line to which abatement line belongs. This is foreign key from PN_REC_AGR_LINES_ALL table. |
START_DATE | DATE | Y | Start Date of abatement line. | |
END_DATE | DATE | Y | End Date of abatement line. | |
TYPE | VARCHAR2 | (30) | Type Code for abatement line. | |
AMOUNT | NUMBER | Abatement Amount. | ||
DESCRIPTION | VARCHAR2 | (80) | Abatement Description. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_AGR_LINABAT_ALL does not reference any database object
PN.PN_REC_AGR_LINABAT_ALL is referenced by following:
Description: | Recovery Area set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINAREA_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGR_LINAREA_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINAREA_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_AGR_LINAREA_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINAREA_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
This is the base table for Area Lines created for recovery lines. Area Lines contain area realted information for a recovery line. The area will be used while calculating recovery.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGR_LINAREA_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGR_LINAREA_ID |
PN_REC_AGR_LINAREA_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGR_LINAREA_ID | NUMBER | (15) | Y | Unique identifier of the area line. This is the primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Recovery Line Id of recovery line to which area line belongs. This is foreign key from PN_REC_AGR_LINES_ALL table. |
AREA_CLASS_ID | NUMBER | (15) | Y | Area Class Id of area class associated with area line. |
START_DATE | DATE | Y | Start Date of area line. | |
END_DATE | DATE | Y | End Date of area line. | |
AREA_TYPE | VARCHAR2 | (30) | Area Type Code for area line. | |
FLOOR_PCT | NUMBER | Floor percentage for area line. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_AGR_LINAREA_ALL does not reference any database object
PN.PN_REC_AGR_LINAREA_ALL is referenced by following:
Description: | Recovery Constraint set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINCONST_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGR_LINCONST_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINCONST_ALL.CPI_INDEX | PN_INDEX_HISTORY_HEADERS |
PN_REC_AGR_LINCONST_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
This is the base table for Constraint Lines created for recovery lines. Constraint Lines contain constraint realted information for a recovery line. These constraints will be applied while calculating recovery.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGR_LINCONST_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGR_LINCONST_ID |
PN_REC_AGR_LINCONST_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGR_LINCONST_ID | NUMBER | (15) | Y | Unique identifier of the constraint line. This is the primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Recovery Line Id of recovery line to which constraint line belongs. This is foreign key from PN_REC_AGR_LINES_ALL table. |
START_DATE | DATE | Y | Start Date of constraint line. | |
END_DATE | DATE | Y | End Date of constraint line. | |
SCOPE | VARCHAR2 | (80) | Scope of constraints. | |
RELATION | VARCHAR2 | (30) | Relation for constraint. | |
VALUE | NUMBER | Percentage or Actual value of constraint. | ||
CPI_INDEX | NUMBER | Cpi Index Id of cpi index associated with the constraint line. | ||
BASE_YEAR | NUMBER | Base Year of constraint. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CONSTR_ORDER | NUMBER | (38) | Hierarchial order for constraints |
PN.PN_REC_AGR_LINCONST_ALL does not reference any database object
PN.PN_REC_AGR_LINCONST_ALL is referenced by following:
Description: | Recovery Lines set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINES_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGR_LINES_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_AGR_LINES_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINABAT_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINAREA_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINCONST_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_LINES_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINAREA_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINEXP_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINCONST_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINABAT_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINEXP_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_LINES_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
This is the base table for Recovery Lines created for recovery agreement. Recovery Lines depend upon payment terms of lease, associated with the recovery agreement of recovery line.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGR_LINES_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
PN_REC_AGR_LINES_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGR_LINE_ID | NUMBER | (15) | Y | Unique identifier of the recovery line. This is the primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGREEMENT_ID | NUMBER | (15) | Y | Recovery Agreement Id of recovery agreement to which the recovery line belongs. This is foriegn key from PN_REC_AGREEMENTS_ALL table. |
TYPE | VARCHAR2 | (30) | Y | Billing Type Code of recovery line. |
PURPOSE | VARCHAR2 | (30) | Y | Billing purpose Code of recovery line. |
START_DATE | DATE | Y | Start Date of a recovery line. | |
END_DATE | DATE | Y | End Date of a recovery line. | |
CALC_METHOD | VARCHAR2 | (30) | Calculation Method for a recovery line. | |
FIXED_AMOUNT | NUMBER | Fixed Amount for a recovery line. | ||
FIXED_RATE | NUMBER | Fixed Rate for a recovery line. | ||
MULTIPLE_PCT | NUMBER | Multiple percentage for recovery line. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
FIXED_PCT | NUMBER | Percentage when calculation method used is Fixed Percentage |
PN.PN_REC_AGR_LINES_ALL does not reference any database object
PN.PN_REC_AGR_LINES_ALL is referenced by following:
Description: | Recovery Expense set up table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINEXP_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINEXP_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_AGR_LINEXP_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_AGR_LINEXP_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_AGR_LINEXP_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
This is the base table for Expense Lines created for recovery lines. Expense Lines contain expense realted information for a recovery line. The expense will be used while calculating recovery.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_AGR_LINEXP_U1 | UNIQUE | APPS_TS_TX_IDX | REC_AGR_LINEXP_ID |
PN_REC_AGR_LINEXP_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_AGR_LINEXP_ID | NUMBER | (15) | Y | Unique identifier of the expense line. This is the primary key for the table. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Recovery Line Id of recovery line to which expense line belongs. This is foreign key from PN_REC_AGR_LINES_ALL table. |
EXPENSE_CLASS_ID | NUMBER | (15) | Y | Expense Class Id of expense class associated with the expense line. |
START_DATE | DATE | Y | Start Date of expense line. | |
END_DATE | DATE | Y | End Date of expense line. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_AGR_LINEXP_ALL does not reference any database object
PN.PN_REC_AGR_LINEXP_ALL is referenced by following:
Description: | Stores area class header information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_ARCL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_ARCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINAREA_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_DTL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_EXC_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_DTL_ALL.DEFAULT_AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_EXC_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_DTL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_AGR_LINAREA_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_DTL_ALL.DEFAULT_AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
Stores the header information for an area class for recovery setup. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_ARCL_U1 | UNIQUE | APPS_TS_TX_IDX | AREA_CLASS_ID |
PN_REC_ARCL_N1 | NONUNIQUE | APPS_TS_TX_IDX | AREA_CLASS_NUMBER |
PN_REC_ARCL_N2 | NONUNIQUE | APPS_TS_TX_IDX | AREA_CLASS_NAME |
PN_REC_ARCL_N3 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_REC_ARCL_N4 | NONUNIQUE | APPS_TS_TX_IDX | PROPERTY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AREA_CLASS_ID | NUMBER | (15) | Y | Uniquely identifies the area class |
AREA_CLASS_NUMBER | VARCHAR2 | (30) | Y | Area class number. System defined when the profile option PN: Automatic Area Class Number Generation is set to Yes. In this case, the PN_REC_ARCL_S sequence is used to populate the Area Class Number field |
AREA_CLASS_NAME | VARCHAR2 | (30) | Y | The user defined area class name |
DESCRIPTION | VARCHAR2 | (240) | Description of the area class | |
PORTION_PCT | NUMBER | The portion percentage is applied to the total area to calculate the recoverable area. The portion percentage is defaulted to 100 and should be between 0 and 100 | ||
PROPERTY_ID | NUMBER | (15) | Standard Who column | |
LOCATION_ID | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
UOM_CODE | VARCHAR2 | (30) | The unit of measure used to calculate the area for locations for this Area Class. The value is derived from the lookup_code column in FND_LOOKUPS where lookup_type = PN_UNITS_OF_MEASURE |
PN.PN_REC_ARCL_ALL does not reference any database object
PN.PN_REC_ARCL_ALL is referenced by following:
Description: | Stores drilldown information associated with an area class detail |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_DTLLN_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_ARCL_DTLLN_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_ARCL_DTLLN_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_ARCL_DTLLN_ALL.AREA_CLASS_DTL_ID | PN_REC_ARCL_DTL_ALL |
PN_REC_ARCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_ARCL_DTLLN_ALL.CUST_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_REC_ARCL_DTLLN_ALL.AREA_CLASS_DTL_ID | PN_REC_ARCL_DTL_ALL |
PN_REC_ARCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
Stores drill down occupancy and vacancy information for locations in an
area class line detail. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_ARCL_DTLLN_U1 | UNIQUE | APPS_TS_TX_IDX | AREA_CLASS_DTL_LINE_ID |
PN_REC_ARCL_DTLLN_N1 | NONUNIQUE | APPS_TS_TX_IDX | AREA_CLASS_DTL_ID |
PN_REC_ARCL_DTLLN_N2 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AREA_CLASS_DTL_ID | NUMBER | (15) | Y | Identifies the row in the Area Class Details table associated with the row in this table. |
AREA_CLASS_DTL_LINE_ID | NUMBER | (15) | Y | Uniquely identifies rows in this table. |
FROM_DATE | DATE | Y | Unit assignment start date. | |
TO_DATE | DATE | Y | Unit assignment end date. | |
LOCATION_ID | NUMBER | (15) | Y | Identifies the row in the Locations table associated with the row in this table. |
PROPERTY_ID | NUMBER | (15) | Identifies the row in the Properties table associated with the row in this table. | |
CUST_SPACE_ASSIGN_ID | NUMBER | (15) | Identifies the row in the Customer Space Assignments table associated with the row in this table. | |
CUST_ACCOUNT_ID | NUMBER | (15) | Identifies the row in the Code Combinations table associated with the row in this table. | |
LEASE_ID | NUMBER | (15) | Identifies the row in the Leases table associated with the row in this table. | |
ASSIGNABLE_AREA | NUMBER | Assignable area. A value derived from the Customer Space Assignment table during the time of extraction. | ||
ASSIGNED_AREA | NUMBER | Assigned area. A value derived from the Customer Space Assignment table during the time of extraction. | ||
ASSIGNED_AREA_OVR | NUMBER | Override assigned area. | ||
OCCUPANCY_PCT | NUMBER | Occupancy percentage. The percentage ratio of the unit assignment duration to extraction period duration. | ||
OCCUPIED_AREA | NUMBER | Occupied area. Defaults to the assigned area if the INCLUDE_FLAG column is Y, and 0 if the INCLUDE_FLAG column is N. | ||
OCCUPIED_AREA_OVR | NUMBER | Override occupied area. | ||
VACANT_AREA | NUMBER | Vacant area. Equals the assignable area minus the assigned area. | ||
VACANT_AREA_OVR | NUMBER | Override vacant area. | ||
WEIGHTED_AVG | NUMBER | Weighted average. Occupancy percentage multiplied by the occupied area. | ||
WEIGHTED_AVG_OVR | NUMBER | Override weighted average. Occupancy percentage multiplied by the override occupied area. | ||
EXCLUDE_AREA_FLAG | VARCHAR2 | (1) | Y | Exclude area flag. The value is Y if the area is to be excluded from totals, and N if the area is to be included in totals, given the INCLUDE_FLAG has value Y. |
EXCLUDE_AREA_OVR_FLAG | VARCHAR2 | (1) | Y | Exclude area flag override. |
EXCLUDE_PRORATA_FLAG | VARCHAR2 | (1) | Y | Exclude prorata flag. The value is Y if the area is to be excluded in prorata share calculation, and N if the area is to be included in prorata share calculation, given the INCLUDE_FLAG has value Y. |
EXCLUDE_PRORATA_OVR_FLAG | VARCHAR2 | (1) | Y | Exclude prorata flag override. |
INCLUDE_FLAG | VARCHAR2 | (1) | Y | Include Flag. The value is Y if this row will be included in calculating the totals, and N if this row will not be included in calculating the totals. |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Recovery space standard code associated with a space assignment. | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Recovery type code associated with a space assignment. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_ARCL_DTLLN_ALL does not reference any database object
PN.PN_REC_ARCL_DTLLN_ALL is referenced by following:
Description: | Stores area class details summary header information |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_DTL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_DTL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_ARCL_DTL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_DTLLN_ALL.AREA_CLASS_DTL_ID | PN_REC_ARCL_DTL_ALL |
PN_REC_ARCL_DTLLN_ALL.AREA_CLASS_DTL_ID | PN_REC_ARCL_DTL_ALL |
Stores the associated area class setup data as well as summary
information gathered during the area extraction process. This table is
partitioned by organization
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_ARCL_DTL_U1 | UNIQUE | APPS_TS_TX_IDX | AREA_CLASS_DTL_ID |
PN_REC_ARCL_DTL_N1 | NONUNIQUE | APPS_TS_TX_IDX | AREA_CLASS_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AREA_CLASS_DTL_ID | NUMBER | (15) | Y | Uniquely identifies rows in this table. |
AREA_CLASS_ID | NUMBER | (15) | Y | Identifies the row in the Area Class table associated with the row in this table. |
AS_OF_DATE | DATE | Y | As of date. Used to process vacancy and occupancy information for a given location. | |
FROM_DATE | DATE | Y | Period start date. Marks the start date of the extraction process. | |
TO_DATE | DATE | Y | Period end date. Marks the end date of the extraction process. | |
STATUS | VARCHAR2 | (30) | Y | Status. The status is Locked if there are approved recovery agreements associated with this area class detail. Otherwise, the status is Open. |
TOTAL_ASSIGNABLE_AREA | NUMBER | Total assignable area. | ||
TOTAL_OCCUPIED_AREA | NUMBER | Total occupied area. | ||
TOTAL_OCCUPIED_AREA_OVR | NUMBER | Total override occupied area. | ||
TOTAL_OCCUPIED_AREA_EXC | NUMBER | Total excluded occupied area. | ||
TOTAL_VACANT_AREA | NUMBER | Total vacant area. | ||
TOTAL_VACANT_AREA_OVR | NUMBER | Total override vacant area. | ||
TOTAL_VACANT_AREA_EXC | NUMBER | Total excluded vacant area. | ||
TOTAL_WEIGHTED_AVG | NUMBER | Total weighted average. | ||
TOTAL_WEIGHTED_AVG_OVR | NUMBER | Total override weighted average. | ||
TOTAL_WEIGHTED_AVG_EXC | NUMBER | Total excluded weighted average. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_ARCL_DTL_ALL does not reference any database object
PN.PN_REC_ARCL_DTL_ALL is referenced by following:
Description: | Stores area class exclusions information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_EXC_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_ARCL_EXC_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_ARCL_EXC_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
Stores the Exclusions information for an area class for
recovery setup. The exclusions will be deducted from the recoverable area
before calculating the recovery expenses. This table is partitioned by
organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_ARCL_EXC_U1 | UNIQUE | APPS_TS_TX_IDX | AREA_CLASS_EXCLUSION_ID |
PN_REC_ARCL_EXC_N1 | NONUNIQUE | APPS_TS_TX_IDX | AREA_CLASS_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AREA_CLASS_EXCLUSION_ID | NUMBER | (15) | Y | Uniquely identifies an area class exclusion |
AREA_CLASS_ID | NUMBER | (15) | Y | Identifies the area class row associated with this row |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Recovery type code. Populated using the lookup PN_RECOVERY_TYPE | |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Recovery space standard. Populated using the lookup PN_RECOVERY_SPACE_STD_TYPE | |
EXCLUSION_TYPE_CODE | VARCHAR2 | (30) | Exclusion type. Indicates the type of exclusion. Populated using the lookup PN_AREA_CLASS_EXCLUSION_TYPE | |
RELATIONAL_CODE | VARCHAR2 | (30) | Relational code. Provides the condition for excluding locations along with the area. Populated using the lookup PN_AREA_CLASS_RELATION_TYPE | |
AREA | NUMBER | Provides the condition for excluding Locations along with the relational code | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_ARCL_EXC_ALL does not reference any database object
PN.PN_REC_ARCL_EXC_ALL is referenced by following:
Description: | Calculation Periods table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_CALC_PERIODS_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_CALC_PERIODS_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_CALC_PERIODS_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_PERIOD_BILL_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_LINES_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_LINES_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
Table stores information regarding periods for which recovery calculation has been done for a recovery agreement
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_CALC_PERIODS_U1 | UNIQUE | APPS_TS_TX_IDX | REC_CALC_PERIOD_ID |
PN_REC_CALC_PERIODS_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGREEMENT_ID |
PN_REC_CALC_PERIODS_N2 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_REC_CALC_PERIODS_N3 | NONUNIQUE | APPS_TS_TX_IDX | END_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_CALC_PERIOD_ID | NUMBER | (15) | Y | Uniquely identifies the calculation period row. This is the primary key for the table. |
REC_AGREEMENT_ID | NUMBER | (15) | Y | Associates the calc. period row with a recovery agreement row in PN_REC_AGREEMENTS_ALL |
LAST_UPDATE_DATE | DATE | Y | Standard who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column. |
CREATION_DATE | DATE | Y | Standard who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
START_DATE | DATE | Y | Start date of the calculation period | |
END_DATE | DATE | Y | End date of the calculation period | |
AS_OF_DATE | DATE | Y | As of date used in the calculation period | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_CALC_PERIODS_ALL does not reference any database object
PN.PN_REC_CALC_PERIODS_ALL is referenced by following:
Description: | Stores expense class setup information |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXPCL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXPCL_ALL.AREA_CLASS_ID | PN_REC_ARCL_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_AGR_LINEXP_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_TYPE_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_AGR_LINEXP_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_TYPE_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
Stores information regarding the recovery setup for the expense class. This table is partitioned by organization
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_ID |
PN_REC_EXPCL_N1 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_REC_EXPCL_N2 | NONUNIQUE | APPS_TS_TX_IDX | PROPERTY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_ID | NUMBER | (15) | Y | Uniquely identifies the expense class row. |
EXPENSE_CLASS_NUM | VARCHAR2 | (30) | Y | Expense class number. System defined when the profile option PN: Automatic Expense Class Number Generation is set to Yes. In this case, the PN_REC_EXPCL_S sequence is used to populate the Expense Class Number field. |
EXPENSE_CLASS_NAME | VARCHAR2 | (50) | Y | Expense class name. User defined value identifying the expense class. |
LOCATION_ID | NUMBER | (15) | Associates the locations row in PN_LOCATIONS_ALL with the expense class row. | |
PROPERTY_ID | NUMBER | (15) | Associates the properties row in PN_PROPERTIES_ALL with the expense class row. | |
PORTION_PCT | NUMBER | The value of the Portion % field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. This amount is applied to the actual amount to determine the recoverable expense. Portion % should be between 0 and 100. | ||
CLASS_FEE_BEFORE_CONTR | NUMBER | The value of the Fee % Before Contributors field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. The values of the Fee % Before Contributors and Share % fields are applied to the recoverable expense amount to derive the actual recoverable amount. The value of the Fee % Before Contributors field should be between 0 and 100. | ||
CLASS_FEE_AFTER_CONTR | NUMBER | The value of the Fee % After Contributors field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. This amount is used by the recovery agreement during calculation. | ||
CURRENCY_CODE | VARCHAR2 | (15) | Y | Currency code associated with the expense class. Only an expense class with the same currency code as defined for a recovery agreement can be associated with that agreement. |
AREA_CLASS_ID | NUMBER | (15) | Associates the area class row in the PN_REC_ARCL_ALL with the expense class row. Used for the purpose of defaulting the area class when the expense class is associated with a recovery agreement. | |
DESCRIPTION | VARCHAR2 | (240) | Expense Class Description. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column. |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment. | |
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. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_EXPCL_ALL does not reference any database object
PN.PN_REC_EXPCL_ALL is referenced by following:
Description: | Stores drilldown information associated with an expense class line detail. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTLACC_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_CLASS_LINE_ID | PN_REC_EXPCL_DTLLN_ALL |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_CLASS_LINE_ID | PN_REC_EXPCL_DTLLN_ALL |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
Stores the breakdown of account level information for a given customer
and location in an expense class line detail. This table is partitioned by
organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_DTLACC_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_LINE_DTL_ID |
PN_REC_EXPCL_DTLACC_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_LINE_DTL_ID | NUMBER | (15) | Y | Uniquely identifies rows in the Expense Class Line Details table. |
EXPENSE_CLASS_LINE_ID | NUMBER | (15) | Y | Identifies the class line in the Expense Class Lines table associated with this row. |
EXPENSE_LINE_DTL_ID | NUMBER | (15) | Y | Identifies the row in the Expense Line Details table associated with this row. |
EXPENSE_ACCOUNT_ID | NUMBER | (15) | Y | Expense Account ID associated with an expense line. |
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Y | Expense type code associated with an expense line. |
BUDGETED_AMT | NUMBER | Budgeted amount associated with an expense line. | ||
EXPENSE_AMT | NUMBER | Actual amount associated with an expense line. | ||
RECOVERABLE_AMT | NUMBER | Recoverable amount. The portion percentage is applied to the actual amount to determine the recoverable amount. | ||
COMPUTED_RECOVERABLE_AMT | NUMBER | Actual recoverable amount. The management fee percentage and share percentage are applied to the recoverable amount to determine the actual recoverable amount. | ||
CLS_LINE_DTL_SHARE_PCT | NUMBER | Share percentage. | ||
CLS_LINE_DTL_SHARE_PCT_OVR | NUMBER | Override value for the share percentage. | ||
CLS_LINE_DTL_FEE_BF_CONTR | NUMBER | Management fee percentage. | ||
CLS_LINE_DTL_FEE_BF_CONTR_OVR | NUMBER | Override value for the management fee percentage. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXPCL_DTLACC_ALL does not reference any database object
PN.PN_REC_EXPCL_DTLACC_ALL is referenced by following:
Description: | Stores expense class line details associated with a summary header. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTLLN_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_DTLLN_ALL.LEASE_ID | PN_LEASES_ALL |
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_CLASS_LINE_ID | PN_REC_EXPCL_DTLLN_ALL |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_CLASS_LINE_ID | PN_REC_EXPCL_DTLLN_ALL |
Stores location and customer level information for a given expense
class line detail. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_DTLLN_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_LINE_ID |
PN_REC_EXPCL_DTLLN_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_DTL_ID |
PN_REC_EXPCL_DTLLN_N2 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_LINE_ID | NUMBER | (15) | Y | Uniquely identifies rows in this table. |
EXPENSE_CLASS_DTL_ID | NUMBER | (15) | Y | Identifies the summary header in the Expense Class Details table associated with this row. |
LOCATION_ID | NUMBER | (15) | Y | Identifies the row in the Locations table associated with this row. |
CUST_SPACE_ASSIGN_ID | NUMBER | (15) | Y | Identifies the row in the Customer Space Assignment table associated with this row. |
CUST_ACCOUNT_ID | NUMBER | (15) | Y | Identifies the row in the Code Combination table associated with this row. |
LEASE_ID | NUMBER | (15) | Y | Identifies the row in the Leases table associated with this row. |
BUDGETED_AMT | NUMBER | Sum of the account level budgeted amount. | ||
EXPENSE_AMT | NUMBER | Sum of the account level actual amount. | ||
RECOVERABLE_AMT | NUMBER | Recoverable amount. The portion percentage is applied to the actual amount to determine the recoverable amount. | ||
COMPUTED_RECOVERABLE_AMT | NUMBER | Actual recoverable amount. Management fee percentage and share percentage are applied to the recoverable amount to determine the actual recoverable amount. | ||
CLS_LINE_SHARE_PCT | NUMBER | Share percentage. Used only if there is no share percentage at the account level. | ||
CLS_LINE_FEE_BEFORE_CONTR_OVR | NUMBER | Override value for management fee percentage. Used only if there is no fee percentage at the account level. | ||
CLS_LINE_FEE_AFTER_CONTR_OVR | NUMBER | Override value for management fee percentage. Used in the recovery agreement calculation. | ||
USE_SHARE_PCT_FLAG | VARCHAR2 | (1) | Y | Use share percentage flag. The value is Y (Yes) if there is no share percentage defined at the account level, and N (No) if a share percentage is defined at the account level. |
USE_FEE_BEFORE_CONTR_FLAG | VARCHAR2 | (1) | Y | Use management fee percentage flag. Value is Y (Yes) if there is no management fee percentage defined at the account level, and N (No) if there is a management fee percentage defined at the account level. |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Y | Recovery space standard code associated with a location. |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Y | Recovery type code associated with a location. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXPCL_DTLLN_ALL does not reference any database object
PN.PN_REC_EXPCL_DTLLN_ALL is referenced by following:
Description: | Stores expense class details header information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTL_ALL.DEFAULT_AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_DTL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_DTL_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
PN_REC_EXPCL_DTL_ALL.DEFAULT_AREA_CLASS_ID | PN_REC_ARCL_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
PN_REC_EXPCL_DTLLN_ALL.EXPENSE_CLASS_DTL_ID | PN_REC_EXPCL_DTL_ALL |
Stores the associated expense line header and expense class setup
data used in the expense extraction process. This table is partitioned by
organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_DTL_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_DTL_ID |
PN_REC_EXPCL_DTL_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_ID |
PN_REC_EXPCL_DTL_N2 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_DTL_ID | NUMBER | (15) | Y | Uniquely identifies rows in this table. |
EXPENSE_CLASS_ID | NUMBER | (15) | Y | Identifies the row in the Expense Class table associated with this row. |
EXPENSE_LINE_ID | NUMBER | (15) | Y | Identifies the row in the Expense Line table associated with this row. |
STATUS | VARCHAR2 | (30) | Y | Status. The status is Closed if there are approved recovery agreements associated with this expense class detail. Otherwise, the status is Open. |
CLS_LINE_PORTION_PCT | NUMBER | Default portion percentage associated with an expense class. Used to determine the actual amount. | ||
CLS_LINE_FEE_BEFORE_CONTR | NUMBER | Default management fee percentage associated with an expense class. Used to determine the actual recoverable amount. | ||
CLS_LINE_FEE_AFTER_CONTR | NUMBER | Default management fee percentage associated with an expense class. Used in the recovery agreement calculation. | ||
DEFAULT_AREA_CLASS_ID | NUMBER | (15) | Default Area Class ID associated with an expense class. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXPCL_DTL_ALL does not reference any database object
PN.PN_REC_EXPCL_DTL_ALL is referenced by following:
Description: | Stores expense class inclusions associated with an expense class |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_INC_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_INC_ALL.EXPENSE_CLASS_TYPE_ID | PN_REC_EXPCL_TYPE_ALL |
PN_REC_EXPCL_INC_ALL.EXPENSE_CLASS_TYPE_ID | PN_REC_EXPCL_TYPE_ALL |
Stores information regarding the space standard and recovery type of the locations that will be included when you run the Expense Class Details concurrent process for the Expense Class. This table is partitioned by organization
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_INC_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_INCLUSION_ID |
PN_REC_EXPCL_INC_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_TYPE_ID |
PN_REC_EXPCL_INC_N2 | NONUNIQUE | APPS_TS_TX_IDX | RECOVERY_SPACE_STD_CODE |
PN_REC_EXPCL_INC_N3 | NONUNIQUE | APPS_TS_TX_IDX | RECOVERY_TYPE_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_INCLUSION_ID | NUMBER | (15) | Y | Uniquely identifies the expense class inclusion row. |
EXPENSE_CLASS_TYPE_ID | NUMBER | (15) | Y | Associates the expense class type row in PN_REC_EXPCL_TYPE_ALL with the expense class inclusion row. |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Y | When you run the Expense Class Details concurrent process, expense class details are generated for the assignments associated with the locations with a specified space standard. |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Y | When you run the Expense Class Details concurrent process, expense class details are generated for the assignments associated with the locations with a specified recovery type. |
CLS_INCL_SHARE_PCT | NUMBER | The value of the Share % field is defaulted in the PN_REC_EXPCL_DTLACC_ALL table when you run the Expense Class Details concurrent process. The Share % and Fee % Before Contributors amounts are applied to the recoverable expense amount to compute the actual recoverable amount. The value of the Share % field should be between 0 and 100. | ||
CLS_INCL_FEE_BEFORE_CONTR | NUMBER | The value of the Fee % Before Contributors is defaulted in the PN_REC_EXPCL_DTLACC_ALL table when you run the Expense Class Details concurrent process. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column. |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment. | |
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. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_EXPCL_INC_ALL does not reference any database object
PN.PN_REC_EXPCL_INC_ALL is referenced by following:
Description: | Stores expense class types associated with an expense class |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_TYPE_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
PN_REC_EXPCL_TYPE_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXPCL_TYPE_ALL.EXPENSE_CLASS_ID | PN_REC_EXPCL_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_INC_ALL.EXPENSE_CLASS_TYPE_ID | PN_REC_EXPCL_TYPE_ALL |
PN_REC_EXPCL_INC_ALL.EXPENSE_CLASS_TYPE_ID | PN_REC_EXPCL_TYPE_ALL |
Stores information regarding the expense types that will be selected when you run the Expense Class Details concurrent process for a particular expense class and expense extract. This table is partitioned by organization
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXPCL_TYPE_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_TYPE_ID |
PN_REC_EXPCL_TYPE_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_CLASS_ID |
PN_REC_EXPCL_TYPE_N2 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_TYPE_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_CLASS_TYPE_ID | NUMBER | (15) | Y | Uniquely identifies the expense class type row. |
EXPENSE_CLASS_ID | NUMBER | (15) | Y | Associates the expense class row in PN_REC_EXPCL_ALL with the expense class type row. |
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Y | When you run the Expense Class Details concurrent process, expense class details are generated for all the expense types defined under an expense class setup. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column. |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment. | |
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. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_EXPCL_TYPE_ALL does not reference any database object
PN.PN_REC_EXPCL_TYPE_ALL is referenced by following:
Description: | Recovery Expense Interface Table. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXP_ITF.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_ITF.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
Interface table from which populated expense data is extracted into the Expense Lines table.
Scope: public
Product: PN
Lifecycle: active
Display Name: PN Recovery Expense Lines Interface
Category: BUSINESS_ENTITY PN_RECOVERABLE_EXPENSE
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXP_ITF_N1 | NONUNIQUE | APPS_TS_INTERFACE | EXPENSE_LINE_DTL_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_LINE_DTL_ID | NUMBER | (15) | Identifier of row in PN_REC_EXP_LINE_DTL_ALL associated with information in this row | |
PROPERTY_ID | NUMBER | (15) | Identifier of row in PN_PROPERTIES_ALL associated with information in this row | |
LOCATION_ID | NUMBER | (15) | Identifier of row in PN_LOCATIONS_ALL associated with information in this row | |
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Y | Identifier of purpose of the payment term |
EXPENSE_ACCOUNT_ID | NUMBER | (15) | Y | Identifier of the customer code combination |
ACCOUNT_DESCRIPTION | VARCHAR2 | (240) | User-defined account description. Mapped to ACCOUNT_DESCRIPTION in PN_REC_EXP_LINE_DTL_ALL | |
ACTUAL_AMOUNT | NUMBER | Y | Actual recoverable expense amount | |
BUDGETED_AMOUNT | NUMBER | Budgeted recoverable expense amount | ||
CURRENCY_CODE | VARCHAR2 | (15) | Y | Identifier of the currency used for transaction |
FROM_DATE | DATE | Y | Period start date for the expense line | |
TO_DATE | DATE | Y | Period end date for the expense line | |
TRANSFER_FLAG | VARCHAR2 | (1) | Y | Flag indicating whether row has been transferred |
MODE_FLAG | VARCHAR2 | (1) | Reserved for future use. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column: Date on which a user updated the row | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column: User who updated the row. This column is a foreign key to FND_USER.USER_ID |
CREATION_DATE | DATE | Y | Standard Who column: Date on which the row was created | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column: User who created the row. This column is a foreign key to FND_USER.USER_ID |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column: Operating system login of user who updated the row. This column is a foreign key to FND_LOGINS.LOGIN_ID | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the descriptive flexfield structure | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXP_ITF does not reference any database object
PN.PN_REC_EXP_ITF is referenced by following:
Description: | Stores the expense lines header information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXP_LINE_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXP_LINE_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXPCL_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
PN_REC_EXP_LINE_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
PN_REC_EXPCL_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
Stores the expense lines header information for recovery expenses. This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXP_LINE_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_LINE_ID |
PN_REC_EXP_LINE_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_EXTRACT_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_LINE_ID | NUMBER | (15) | Y | Uniquely identifies a recovery expense line header |
EXPENSE_EXTRACT_CODE | VARCHAR2 | (30) | Y | Expense extract code or recovery expense number. Uniquely identifies a recovery expense header |
AS_OF_DATE | DATE | Y | As of date. The date as of which the expense line is extracted or entered | |
FROM_DATE | DATE | Y | Period start date for the recovery expense line | |
TO_DATE | DATE | Y | Period end date for the recovery expense line | |
LOCATION_ID | NUMBER | (15) | Identifies the row in the Locations table associated with this row | |
PROPERTY_ID | NUMBER | (15) | Identifies the row in the Properties table associated with this row | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | Currency code. Denotes the currency for the amounts in this expense line. Only a recovery expense line header with the same currency code as defined for a recovery agreement can be associated with that agreement |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXP_LINE_ALL does not reference any database object
PN.PN_REC_EXP_LINE_ALL is referenced by following:
Description: | Stores recovery expense lines and recovery expense line allocations information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXP_LINE_DTL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
PN_REC_EXP_LINE_DTL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_REC_EXP_LINE_DTL_ALL.EXPENSE_LINE_ID | PN_REC_EXP_LINE_ALL |
PN_REC_EXP_LINE_DTL_ALL.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
PN_REC_EXP_LINE_DTL_ALL.PROPERTY_ID | PN_PROPERTIES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_EXP_ITF.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
PN_REC_EXPCL_DTLACC_ALL.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
PN_REC_EXP_LINE_DTL_ALL.EXPENSE_LINE_DTL_ID | PN_REC_EXP_LINE_DTL_ALL |
Stores recovery expense lines and recovery expense line
allocations information. This is a self-referencing table that stores both
recovery expense lines and the recovery expense lines allocations information.
This table is partitioned by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_EXP_LINE_DTL_U1 | UNIQUE | APPS_TS_TX_IDX | EXPENSE_LINE_DTL_ID |
PN_REC_EXP_LINE_DTL_N1 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_LINE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPENSE_LINE_DTL_ID | NUMBER | (15) | Y | Uniquely identifies a recovery expense line detail or recovery expense allocation |
EXPENSE_LINE_ID | NUMBER | (15) | Y | Identifies the row in the recovery expense line headers table associated with this row |
PARENT_EXPENSE_LINE_ID | NUMBER | (15) | Identifies the row in the Recovery Expense Line Details table associated with this row for a recovery expense line allocation record. This column is null for a recovery expense line | |
PROPERTY_ID | NUMBER | (15) | Identifies the row in Properties table associated with this row | |
LOCATION_ID | NUMBER | (15) | Identifies the row in Locations table associated with this row | |
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Expense type code. Denotes the expense type for this recovery expense line detail or allocation. Populated using the lookup PN_PAYMENT_PURPOSE_TYPE | |
EXPENSE_ACCOUNT_ID | NUMBER | (15) | Y | Identifies the row in the Code Combinations table associated with this row |
ACCOUNT_DESCRIPTION | VARCHAR2 | (240) | User defined expense account description | |
ACTUAL_AMOUNT | NUMBER | Actual amount for this recovery expense line detail or allocation | ||
ACTUAL_PCT | NUMBER | Actual percentage amount for this recovery expense line detail or allocation | ||
ACTUAL_AMOUNT_OVR | NUMBER | User entered actual amount override for this recovery expense line detail or allocation | ||
BUDGETED_AMOUNT | NUMBER | Budgeted amount for this recovery expense line detail or allocation | ||
BUDGETED_PCT | NUMBER | Budgeted percentage amount for this recovery expense line detail or allocation | ||
BUDGETED_AMOUNT_OVR | NUMBER | User entered budgeted amount override for this recovery expense line detail or allocation | ||
CURRENCY_CODE | VARCHAR2 | (15) | Y | Currency Code. Denotes currency for the amount in this Expense Line Detail or Allocation |
EXPENSE_LINE_INDICATOR | VARCHAR2 | (30) | Y | Expense line indicator. Indicates if there are allocations for a recovery expense detail |
RECOVERABLE_FLAG | VARCHAR2 | (1) | Recoverable flag. Indicates if the amount in this recovery expense line detail or allocation is recoverable | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_REC_EXP_LINE_DTL_ALL does not reference any database object
PN.PN_REC_EXP_LINE_DTL_ALL is referenced by following:
Description: | Calculation Periods table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_LINBILL_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_LINBILL_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_REC_LINBILL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
Table stores information regarding payment/billing terms which were used in the recovery calculation for each line
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_LINBILL_U1 | UNIQUE | APPS_TS_TX_IDX | REC_LINBILL_ID |
PN_REC_LINBILL_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
PN_REC_LINBILL_N2 | NONUNIQUE | APPS_TS_TX_IDX | PAYMENT_TERM_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_LINBILL_ID | NUMBER | (15) | Y | Uniquely identifies a row in the line bill table. This is the primary key for the table |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Associates a line bill row to a recovery line row in PN_REC_AGR_LINES_ALL |
PAYMENT_TERM_ID | NUMBER | (15) | Y | Associates a line bill row to a payment term row in PN_PAYMENT_TERMS_ALL |
LAST_UPDATE_DATE | DATE | Y | Standard who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column. |
CREATION_DATE | DATE | Y | Standard who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_LINBILL_ALL does not reference any database object
PN.PN_REC_LINBILL_ALL is referenced by following:
Description: | Billed terms for a period and line table |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_PERIOD_BILL_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_BILL_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGREEMENT_ID | PN_REC_AGREEMENTS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_BILL_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_BILL_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
Foreign Key Column | Foreign Table |
---|---|
PN_PAYMENT_TERMS_ALL.PERIOD_BILLREC_ID | PN_REC_PERIOD_BILL_ALL |
Table stores information of billed term and the amount for a line or an agremment for a calculation period
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_PERIOD_BILL_U1 | UNIQUE | APPS_TS_TX_IDX | PERIOD_BILLREC_ID |
PN_REC_PERIOD_BILL_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_CALC_PERIOD_ID |
PN_REC_PERIOD_BILL_N2 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
PN_REC_PERIOD_BILL_N3 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGREEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_BILLREC_ID | NUMBER | (15) | Y | Uniquely identifies a row in the period bill table. This is the primary key for the table |
REC_AGREEMENT_ID | NUMBER | (15) | Y | Associates a period bill row to a recovery agreement row in PN_REC_AGREEMENT_ALL |
REC_AGR_LINE_ID | NUMBER | (15) | Y | Associates a period bill row to a recovery line row in PN_REC_AGR_LINES_ALL |
REC_CALC_PERIOD_ID | NUMBER | (15) | Y | Associates a period bill row to a recovery line row in PN_REC_CALC_PERIODS_ALL |
LAST_UPDATE_DATE | DATE | Y | Standard who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column. |
CREATION_DATE | DATE | Y | Standard who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
AMOUNT | NUMBER | Recovery amount billed as term | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. |
PN.PN_REC_PERIOD_BILL_ALL does not reference any database object
PN.PN_REC_PERIOD_BILL_ALL is referenced by following:
Description: | Recovery lines and the amount calculated for a period |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_REC_PERIOD_LINES_ALL.CUST_ACCOUNT_ID | HZ_CUST_ACCOUNTS |
PN_REC_PERIOD_LINES_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_LINES_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_LINES_ALL.REC_AGR_LINE_ID | PN_REC_AGR_LINES_ALL |
PN_REC_PERIOD_LINES_ALL.REC_CALC_PERIOD_ID | PN_REC_CALC_PERIODS_ALL |
PN_REC_PERIOD_LINES_ALL.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
Table stores information about calculated recovery amounts for a line for a calculation period
Index | Type | Tablespace | Column |
---|---|---|---|
PN_REC_PERIOD_LINES_U1 | UNIQUE | APPS_TS_TX_IDX | REC_PERIOD_LINES_ID |
PN_REC_PERIOD_LINES_N1 | NONUNIQUE | APPS_TS_TX_IDX | REC_AGR_LINE_ID |
PN_REC_PERIOD_LINES_N2 | NONUNIQUE | APPS_TS_TX_IDX | REC_CALC_PERIOD_ID |
PN_REC_PERIOD_LINES_N3 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_REC_PERIOD_LINES_N4 | NONUNIQUE | APPS_TS_TX_IDX | END_DATE |
PN_REC_PERIOD_LINES_N5 | NONUNIQUE | APPS_TS_TX_IDX | AS_OF_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REC_PERIOD_LINES_ID | NUMBER | (15) | Y | Uniquely identifies the period-lines row. This is the primary key for the table. |
REC_CALC_PERIOD_ID | NUMBER | (15) | Y | Associates the period lines row with a calculation period row in PN_REC_CALC_PERIOD_ALL table |
REC_AGR_LINE_ID | NUMBER | (15) | Associates the period lines row with a recovery period row in PN_REC_CALC_PERIODS_ALL table | |
AS_OF_DATE | DATE | As of date of the calc. period | ||
START_DATE | DATE | Start date of the calc. period | ||
END_DATE | DATE | End date of the calc. period | ||
BILLING_TYPE | VARCHAR2 | (30) | Billing type associated with the line | |
BILLING_PURPOSE | VARCHAR2 | (30) | Billing purpose associated with the line | |
CUST_ACCOUNT_ID | NUMBER | (15) | Associates the period lines row with a customer space assignment row in PN_SPACE_ASSIGN_CUST_ALL | |
LAST_UPDATE_DATE | DATE | Y | Standard who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column. |
CREATION_DATE | DATE | Y | Standard who column. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
TOTAL_AREA | NUMBER | Total area of the property used for calculation of recovery for the line | ||
TOTAL_EXPENSE | NUMBER | Total expense used for calculation of recovery for the line | ||
RECOVERABLE_AREA | NUMBER | Recoverable area of the location used for calculation of recovery for the line | ||
ACTUAL_RECOVERY | NUMBER | Actual recovery amount calculated | ||
CONSTRAINED_ACTUAL | NUMBER | Recovery Amount after applying constraints | ||
ABATEMENTS | NUMBER | Total abatements applied to the recovery amount | ||
ACTUAL_PRORATA_SHARE | NUMBER | Prorata share of Recovery Amount after applying abatements to constrained actual | ||
BILLED_RECOVERY | NUMBER | Recoverable amount that has been billed | ||
RECONCILED_AMOUNT | NUMBER | Recovery amount after applying billed recovery to the actual prorata share | ||
BUDGET_RECOVERY | NUMBER | Recovery amount as budgeted | ||
BUDGET_EXPENSE | NUMBER | Expense amount as budgeted | ||
BUDGET_PRORATA_SHARE | NUMBER | Prorata share of recovery amount as budgeted | ||
BUDGET_COST_PER_AREA | NUMBER | Cost per area as budgeted | ||
BUDGET_PCT | NUMBER | Budget percentage | ||
OCCUPANCY_PCT | NUMBER | Occupancy percentage | ||
MULTIPLE_PCT | NUMBER | Multiple percentage as entered for each line in PNREC_AGR_LINES_ALL | ||
TENANCY_START_DATE | DATE | Start date of tenancy | ||
TENANCY_END_DATE | DATE | End date of tenancy | ||
STATUS | VARCHAR2 | (30) | Based on the result of calculation the values are ERROR,COMPLETE | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield. | |
ORG_ID | NUMBER | (15) | Operating unit identifier. | |
FIXED_PCT | NUMBER | The percentage value associated with a recovery line having calculation method of Fixed Percentage |
PN.PN_REC_PERIOD_LINES_ALL does not reference any database object
PN.PN_REC_PERIOD_LINES_ALL is referenced by following:
Description: | This table is used to create the RXi Rent Increase Account Detail Report |
---|
Interface Table used in creating the RXi Report Rent Increase Account Detail Report
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (50) | Name of the lease | |
LEASE_NUM | VARCHAR2 | (30) | Lease number | |
PAYMENT_TERM_PRORATION_RULE | NUMBER | Defines the rule to determine the number of days per year in order to generate rent schedules. The year can be represented with 365 days or with 360 days | ||
ABSTRACTED_BY_USER_NAME | VARCHAR2 | (100) | User Name of the user who created the lease | |
LEASE_CLASS_MEANING | VARCHAR2 | (80) | Meaning of the lease class | |
LEASE_COMMENCEMENT_DATE | DATE | Commencement date of the lease | ||
LEASE_TERMINATION_DATE | DATE | Termination date of the lease | ||
LEASE_EXECUTION_DATE | DATE | Execution date of the lease | ||
LEASE_EXTENSION_END_DATE | DATE | Extension end date of the lease | ||
PAYMENT_PURPOSE_MEANING | VARCHAR2 | (80) | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_PURPOSE_TYPE | |
PAYMENT_TERM_TYPE_MEANING | VARCHAR2 | (80) | Identifies the type of the term, fore example, base, escalation, pre-payment. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_TERM_TYPE | |
FREQUENCY_MEANING | VARCHAR2 | (80) | The frequency of the term, specifying how often this term will come into effect, for example monthly, annually. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_FREQUENCY_TYPE | |
START_DATE | DATE | Start date of the term | ||
END_DATE | DATE | End date of the term | ||
VENDOR_NAME | VARCHAR2 | (80) | Associates the row in PO_VENDORS with the term row | |
VENDOR_SITE_CODE | VARCHAR2 | (30) | Associates the row in PO_VENDOR_SITES with the payment or billing term | |
TARGET_DATE | DATE | The date on which the term of the type PRE-PAYMENT is to be offset with the due date. For all other terms, this data element is null | ||
ACTUAL_AMOUNT | NUMBER | The amount to be paid or billed | ||
ESTIMATED_AMOUNT | NUMBER | The estimated amount to be paid or billed | ||
CURRENCY_CODE | VARCHAR2 | (15) | Functional currency code | |
RATE | NUMBER | Currency conversion rate | ||
CUSTOMER_NAME | VARCHAR2 | (50) | Associates the customer row in HZ_CUST_ACCOUNTS and HZ_PARTIES with the term row | |
CUSTOMER_BILL_SITE | VARCHAR2 | (50) | The customer location to which bills are sent | |
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term need to be Normalized. valid Values are Y - Normalize, N - Don not Normalize | |
LOCATION_CODE | VARCHAR2 | (30) | Associates the location_code in PN_LOCATIONS_ALL with the row in this table | |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of location, for example, building, floor, office, land, parcel, or section | |
SCHEDULE_DAY | NUMBER | (15) | Day of the month for which schedules are to be created | |
CUSTOMER_SHIP_SITE | VARCHAR2 | (50) | The customer location to which the shipment is sent | |
AP_AR_TERM_NAME | VARCHAR2 | (15) | Accounts Payable/Receivables Term Name | |
CUST_TRX_TYPE_NAME | VARCHAR2 | (30) | Customer transaction type name | |
PROJECT_NUMBER | VARCHAR2 | (30) | The project number associated with an employee | |
TASK_NUMBER | VARCHAR2 | (20) | The project task name associated with a customer | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Organization Name for calculating account id in AP | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type | |
EXPENDITURE_ITEM_DATE | DATE | Expenditure Item Date for calculating Account Id in AP | ||
INV_RULE_NAME | VARCHAR2 | (100) | Invoice Rule Name | |
ACCOUNT_RULE_NAME | VARCHAR2 | (100) | Accounting Rule Name to be passed into AR | |
SALESREP_NAME | VARCHAR2 | (240) | Salesperson Name to be passed into AR | |
PAYTERM_STATUS | VARCHAR2 | (30) | Status of Index Payment Term | |
APPROVED_BY_NAME | VARCHAR2 | (100) | Approver Name for Index Payment Term | |
PO_NUMBER | VARCHAR2 | (100) | Purchase Order Number to be passed into AP | |
PAYMENT_METHOD | VARCHAR2 | (100) | Payment method | |
SUPPLIER_NUMBER | VARCHAR2 | (100) | The supplier number | |
CUSTOMER_NUMBER | VARCHAR2 | (100) | The customer number | |
ANNUAL | NUMBER | The annualized actual amount | ||
AREA | NUMBER | Defaults from the rentable area associated with the primary location | ||
ANNUAL_AREA | NUMBER | Calculated field indicating Actual/rentable area | ||
TAX_CODE | VARCHAR2 | (100) | Tax Code Name for AP/AR | |
TAX_GROUP | VARCHAR2 | (100) | Tax Group | |
TAX_INCLUDED | VARCHAR2 | (1) | Tax included is an indicator to show that tax is included or not | |
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Index term indicator values Example - ATLEAST, ATLEAST-BACKBILL | |
INDEX_NAME | VARCHAR2 | (30) | Associates the row in PN_INDEX_HISTORY_HEADERS with the row in this table | |
IL_COMMENCEMENT_DATE | DATE | Rent Increase Commencement date | ||
IL_TERMINATION_DATE | DATE | Rent Increase Termination date | ||
INDEX_LEASE_NUMBER | VARCHAR2 | (100) | Rent Increase Number | |
IL_ASSESSMENT_DATE | DATE | Date Rent Increase is assessed on | ||
ASSESSMENT_INTERVAL | NUMBER | Determines how frequently the rent increase is assessed. Has to be a postive whole integer | ||
SPREAD_FREQUENCY_MEANING | VARCHAR2 | (80) | Determines how the annual invoiced amount is spread over the year | |
BASIS_PERCENT_DEFAULT | NUMBER | Default basis percentage | ||
INITIAL_BASIS | NUMBER | Basis amount used in the first Rent Increase period | ||
BASE_INDEX | NUMBER | Given the Index Type and the Base Year defaults the Base Index from the table PN_INDEX_HISTORY_LINES | ||
INDEX_FINDER_METHOD | VARCHAR2 | (80) | Determines the options if the index value is unavailable.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_FINDER_METHOD | |
INDEX_FINDER_MONTHS | NUMBER | Denotes the whole number subtracted from the Date Assessed to determine the Index Finder Date | ||
NEGATIVE_RENT_TYPE_MEANING | VARCHAR2 | (80) | Determines the options when negative index rent is encountered.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_NEGATIVE_RENT | |
INCREASE_ON_MEANING | VARCHAR2 | (80) | Indicates the type of payment/billing term the increase is to be assessed on. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_PAYMENT_TERM_TYPE | |
BASIS_TYPE | VARCHAR2 | (30) | Determines how the basis amount is calculated.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_BASIS_TYPE | |
REFERENCE_PERIOD_MEANING | VARCHAR2 | (80) | Required to calculate the index percentage.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_REF_PERIOD | |
BASE_YEAR | DATE | Index date used to derive the Base Index value | ||
ILP_ASSESSMENT_DATE | DATE | Date the rent increase is assessed on | ||
BASIS_START_DATE | DATE | Period Basis start date | ||
BASIS_END_DATE | DATE | Period Basis end date | ||
INDEX_FINDER_DATE | DATE | Period Index Finder date | ||
CURRENT_BASIS | NUMBER | The current basis amount is calculated as the sum of schedule items lying between the basis start date and basis end date | ||
RELATIONSHIP_MEANING | VARCHAR2 | (80) | Determines whether the percentage calculated is a basis percentage, Basis Only, index percentage Index Only, the Greater of or Lesser Of the index percentage or Basis percentage. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_RELATION | |
INDEX_PERCENT_CHANGE | NUMBER | System Calculated Index Percentage | ||
BASIS_PERCENT_CHANGE | NUMBER | Basis percentage | ||
CURRENT_INDEX_LINE_VALUE | NUMBER | Index value associated with the current index finder date | ||
PREVIOUS_INDEX_LINE_VALUE | NUMBER | Index value of the previous index finder date | ||
UNCONSTRAINT_RENT_DUE | NUMBER | Unconstrained rent increase amount | ||
CONSTRAINT_RENT_DUE | NUMBER | Rent increase amount after constraints have been applied | ||
CARRY_FORWARD_AMOUNT | NUMBER | Stores the carry forward amount available to the next period | ||
CARRY_FORWARD_PERCENT | NUMBER | Stores the carry forward percentage available to the next period | ||
CONSTRAINT_APPLIED_AMOUNT | NUMBER | Stores the amount of the minimum or maximum constraint applied to the unconstrained rent due for the period | ||
CONSTRAINT_APPLIED_PERCENT | NUMBER | Stores the percentage of the minimum or maximum constraint | ||
OPEN_CARRY_FORWARD_AMOUNT | NUMBER | Opening balance of the carry forward amount | ||
OPEN_CARRY_FORWARD_PERCENT | NUMBER | Opening balance of the carry forward percent | ||
APP_CARRY_FORWARD_AMOUNT | NUMBER | Carry forward amount applied in the current period | ||
APP_CARRY_FORWARD_PERCENT | NUMBER | Carry forward percent applied in the current period | ||
OLD_RENT | NUMBER | Constrained rent amount for the previous assessment period | ||
NEW_RENT | NUMBER | Constrained rent amount for the current assessment period | ||
CHANGE_RENT | NUMBER | Difference between old and new rent | ||
ACCOUNT_CLASS_MEANING | VARCHAR2 | (90) | Account class of the account in this distribution. The value is populated from the lookups PN_PAY_ACCOUNT_TYPE | |
GL_CONCATENATED_SEGMENTS | VARCHAR2 | (2000) | General Ledger account code | |
DISTRIBUTION_PERCENTAGE | NUMBER | Percentage of the actual amount from the payment term corresponding to this distribution | ||
DISTRIBUTION_AMOUNT | NUMBER | Amount based on distibution percentage | ||
CONSTRAINT_PRORATION | VARCHAR2 | (80) | Timing method used to prorate lease costs over a shorter period of time. Valid values are No Proration, Days / 365, Full and Partial Months / 12 | |
INDEX_MULTIPLIER | NUMBER | Index Multiplier is applied to the index value to determine the final value by which the rent is increased from one period to the next | ||
UNADJUSTED_INDEX_CHANGE | NUMBER | System calculated index change | ||
ADJUSTED_INDEX_CHANGE_PERCENT | NUMBER | Index multiplier times unadjusted index change percent | ||
INCLUDE_IN_VAR_RENT | VARCHAR2 | (80) | Checkbox to indicate whether the billing term is included in the Variaible rent calculations | |
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard Who column - user who created this row (foreign key to FND_USER.USER_ID) | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID) | ||
REQUEST_ID | NUMBER | Concurrent Program Who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID) |
PN.PN_RENT_INCREASE_DETAILACC_ITF does not reference any database object
PN.PN_RENT_INCREASE_DETAILACC_ITF is referenced by following:
Description: | This table is used to create the RXi Rent Increase Detail Report |
---|
Interface Table used in creating the RXi Report Rent Increase Detail Report
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (50) | Name of the lease | |
LEASE_NUM | VARCHAR2 | (30) | Lease number | |
PAYMENT_TERM_PRORATION_RULE | NUMBER | Defines the rule to determine the number of days per year in order to generate rent schedules. The year can be represented with 365 days or with 360 days | ||
ABSTRACTED_BY_USER_NAME | VARCHAR2 | (100) | User Name of the user who created the lease | |
LEASE_CLASS_MEANING | VARCHAR2 | (80) | Meaning of the lease class | |
LEASE_COMMENCEMENT_DATE | DATE | Commencement date of the lease | ||
LEASE_TERMINATION_DATE | DATE | Termination date of the lease | ||
LEASE_EXECUTION_DATE | DATE | Execution date of the lease | ||
LEASE_EXTENSION_END_DATE | DATE | Extension end date of the lease | ||
PAYMENT_PURPOSE_MEANING | VARCHAR2 | (80) | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_PURPOSE_TYPE | |
PAYMENT_TERM_TYPE_MEANING | VARCHAR2 | (80) | Identifies the type of the term, fore example, base, escalation, pre-payment. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_TERM_TYPE | |
FREQUENCY_MEANING | VARCHAR2 | (80) | The frequency of the term, specifying how often this term will come into effect, for example monthly, annually. The value is derived from meaning in FND_LOOKUPS where lookup_type = PN_PAYMENT_FREQUENCY_TYPE | |
START_DATE | DATE | Start date of the term | ||
END_DATE | DATE | End date of the term | ||
VENDOR_NAME | VARCHAR2 | (80) | Associates the row in PO_VENDORS with the term row | |
VENDOR_SITE_CODE | VARCHAR2 | (30) | Associates the row in PO_VENDOR_SITES with the payment or billing term | |
TARGET_DATE | DATE | The date on which the term of the type PRE-PAYMENT is to be offset with the due date. For all other terms, this data element is null | ||
ACTUAL_AMOUNT | NUMBER | The amount to be paid or billed | ||
ESTIMATED_AMOUNT | NUMBER | The estimated amount to be paid or billed | ||
CURRENCY_CODE | VARCHAR2 | (15) | Functional currency code | |
RATE | NUMBER | Currency conversion rate | ||
CUSTOMER_NAME | VARCHAR2 | (50) | Associates the customer row in HZ_CUST_ACCOUNTS and HZ_PARTIES with the term row | |
CUSTOMER_BILL_SITE | VARCHAR2 | (50) | The customer location to which bills are sent | |
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term need to be Normalized. valid Values are Y - Normalize, N - Don not Normalize | |
LOCATION_CODE | VARCHAR2 | (30) | Associates the location_code in PN_LOCATIONS_ALL with the row in this table | |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of location, for example, building, floor, office, land, parcel, or section | |
SCHEDULE_DAY | NUMBER | (15) | Day of the month for which schedules are to be created | |
CUSTOMER_SHIP_SITE | VARCHAR2 | (50) | The customer location to which the shipment is sent | |
AP_AR_TERM_NAME | VARCHAR2 | (15) | Accounts Payable/Receivables Term Name | |
CUST_TRX_TYPE_NAME | VARCHAR2 | (30) | Customer transaction type name | |
PROJECT_NUMBER | VARCHAR2 | (30) | The project number associated with an employee | |
TASK_NUMBER | VARCHAR2 | (20) | The project task name associated with a customer | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Organization Name for calculating account id in AP | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type | |
EXPENDITURE_ITEM_DATE | DATE | Expenditure Item Date for calculating Account Id in AP | ||
INV_RULE_NAME | VARCHAR2 | (100) | Invoice Rule Name | |
ACCOUNT_RULE_NAME | VARCHAR2 | (100) | Accounting Rule Name to be passed into AR | |
SALESREP_NAME | VARCHAR2 | (240) | Salesperson Name to be passed into AR | |
PAYTERM_STATUS | VARCHAR2 | (30) | Status of Index Payment Term | |
APPROVED_BY_NAME | VARCHAR2 | (100) | Approver Name for Index Payment Term | |
PO_NUMBER | VARCHAR2 | (100) | Purchase Order Number to be passed into AP | |
PAYMENT_METHOD | VARCHAR2 | (100) | Payment method | |
SUPPLIER_NUMBER | VARCHAR2 | (100) | The supplier number | |
CUSTOMER_NUMBER | VARCHAR2 | (100) | The customer number | |
ANNUAL | NUMBER | The annualized actual amount | ||
AREA | NUMBER | Defaults from the rentable area associated with the primary location | ||
ANNUAL_AREA | NUMBER | Calculated field indicating Actual/rentable area | ||
TAX_CODE | VARCHAR2 | (100) | Tax Code Name for AP/AR | |
TAX_GROUP | VARCHAR2 | (100) | Tax Group | |
TAX_INCLUDED | VARCHAR2 | (1) | Tax included is an indicator to show that tax is included or not | |
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Index term indicator values Example - ATLEAST, ATLEAST-BACKBILL | |
INDEX_NAME | VARCHAR2 | (30) | Associates the row in PN_INDEX_HISTORY_HEADERS with the row in this table | |
IL_COMMENCEMENT_DATE | DATE | Rent Increase Commencement date | ||
IL_TERMINATION_DATE | DATE | Rent Increase Termination date | ||
INDEX_LEASE_NUMBER | VARCHAR2 | (100) | Rent Increase Number | |
IL_ASSESSMENT_DATE | DATE | Date Rent Increase is assessed on | ||
ASSESSMENT_INTERVAL | NUMBER | Determines how frequently the rent increase is assessed. Has to be a postive whole integer | ||
SPREAD_FREQUENCY_MEANING | VARCHAR2 | (80) | Determines how the annual invoiced amount is spread over the year | |
BASIS_PERCENT_DEFAULT | NUMBER | Default basis percentage | ||
INITIAL_BASIS | NUMBER | Basis amount used in the first Rent Increase period | ||
BASE_INDEX | NUMBER | Given the Index Type and the Base Year defaults the Base Index from the table PN_INDEX_HISTORY_LINES | ||
INDEX_FINDER_METHOD | VARCHAR2 | (80) | Determines the options if the index value is unavailable.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_FINDER_METHOD | |
INDEX_FINDER_MONTHS | NUMBER | Denotes the whole number subtracted from the Date Assessed to determine the Index Finder Date | ||
NEGATIVE_RENT_TYPE_MEANING | VARCHAR2 | (80) | Determines the options when negative index rent is encountered.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_NEGATIVE_RENT | |
INCREASE_ON_MEANING | VARCHAR2 | (80) | Indicates the type of payment/billing term the increase is to be assessed on. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_PAYMENT_TERM_TYPE | |
BASIS_TYPE | VARCHAR2 | (30) | Determines how the basis amount is calculated.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_BASIS_TYPE | |
REFERENCE_PERIOD_MEANING | VARCHAR2 | (80) | Required to calculate the index percentage.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_REF_PERIOD | |
BASE_YEAR | DATE | Index date used to derive the Base Index value | ||
ILP_ASSESSMENT_DATE | DATE | Date the rent increase is assessed on | ||
BASIS_START_DATE | DATE | Period Basis start date | ||
BASIS_END_DATE | DATE | Period Basis end date | ||
INDEX_FINDER_DATE | DATE | Period Index Finder date | ||
CURRENT_BASIS | NUMBER | The current basis amount is calculated as the sum of schedule items lying between the basis start date and basis end date | ||
RELATIONSHIP_MEANING | VARCHAR2 | (80) | Determines whether the percentage calculated is a basis percentage, Basis Only, index percentage Index Only, the Greater of or Lesser Of the index percentage or Basis percentage. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_RELATION | |
INDEX_PERCENT_CHANGE | NUMBER | System Calculated Index Percentage | ||
BASIS_PERCENT_CHANGE | NUMBER | Basis percentage | ||
CURRENT_INDEX_LINE_VALUE | NUMBER | Index value associated with the current index finder date | ||
PREVIOUS_INDEX_LINE_VALUE | NUMBER | Index value of the previous index finder date | ||
UNCONSTRAINT_RENT_DUE | NUMBER | Unconstrained rent increase amount | ||
CONSTRAINT_RENT_DUE | NUMBER | Rent increase amount after constraints have been applied | ||
CARRY_FORWARD_AMOUNT | NUMBER | Stores the carry forward amount available to the next period | ||
CARRY_FORWARD_PERCENT | NUMBER | Stores the carry forward percentage available to the next period | ||
CONSTRAINT_APPLIED_AMOUNT | NUMBER | Stores the amount of the minimum or maximum constraint applied to the unconstrained rent due for the period | ||
CONSTRAINT_APPLIED_PERCENT | NUMBER | Stores the percentage of the minimum or maximum constraint | ||
OPEN_CARRY_FORWARD_AMOUNT | NUMBER | Opening balance of the carry forward amount | ||
OPEN_CARRY_FORWARD_PERCENT | NUMBER | Opening balance of the carry forward percent | ||
APP_CARRY_FORWARD_AMOUNT | NUMBER | Carry forward amount applied in the current period | ||
APP_CARRY_FORWARD_PERCENT | NUMBER | Carry forward percent applied in the current period | ||
OLD_RENT | NUMBER | Constrained rent amount for the previous assessment period | ||
NEW_RENT | NUMBER | Constrained rent amount for the current assessment period | ||
CHANGE_RENT | NUMBER | Difference between old and new rent | ||
CONSTRAINT_PRORATION | VARCHAR2 | (80) | Timing method used to prorate lease costs over a shorter period of time. Valid values are No Proration, Days / 365, Full and Partial Months / 12 | |
INDEX_MULTIPLIER | NUMBER | Index Multiplier is applied to the index value to determine the final value by which the rent is increased from one period to the next | ||
UNADJUSTED_INDEX_CHANGE | NUMBER | System calculated index change | ||
ADJUSTED_INDEX_CHANGE_PERCENT | NUMBER | Index multiplier times unadjusted index change percent | ||
INCLUDE_IN_VAR_RENT | VARCHAR2 | (80) | Checkbox to indicate whether the billing term is included in the Variaible rent calculations | |
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard Who column - user who created this row (foreign key to FND_USER.USER_ID) | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID) | ||
REQUEST_ID | NUMBER | Concurrent Program Who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID) |
PN.PN_RENT_INCREASE_DETAIL_ITF does not reference any database object
PN.PN_RENT_INCREASE_DETAIL_ITF is referenced by following:
Description: | This table is used to create the RXi Rent Increase Summary Report |
---|
PN_RENT_INCREASE_SUMMARY_ITF used to create the RXi Rent Increase Summary Report
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (50) | Name of the lease | |
LEASE_NUM | VARCHAR2 | (30) | Lease number | |
PAYMENT_TERM_PRORATION_RULE | NUMBER | Defines the rule to determine the number of days per year in order to generate rent schedules. The year can be represented with 365 days or with 360 days | ||
ABSTRACTED_BY_USER_NAME | VARCHAR2 | (100) | User Name of the user who created the lease | |
LEASE_CLASS_MEANING | VARCHAR2 | (80) | Meaning of the lease class | |
LEASE_COMMENCEMENT_DATE | DATE | Commencement date of the lease | ||
LEASE_TERMINATION_DATE | DATE | Termination date of the lease | ||
LEASE_EXECUTION_DATE | DATE | Execution date of the lease | ||
LEASE_EXTENSION_END_DATE | DATE | Extension end date of the lease | ||
LOCATION_CODE | VARCHAR2 | (30) | Associates the location_code in PN_LOCATIONS_ALL with the row in this table | |
INDEX_NAME | VARCHAR2 | (30) | Associates the row in PN_INDEX_HISTORY_HEADERS with the row in this table | |
IL_COMMENCEMENT_DATE | DATE | Rent Increase Commencement date | ||
IL_TERMINATION_DATE | DATE | Rent Increase Termination date | ||
INDEX_LEASE_NUMBER | VARCHAR2 | (100) | Rent Increase Number | |
IL_ASSESSMENT_DATE | DATE | Date Rent Increase is assessed on | ||
ASSESSMENT_INTERVAL | NUMBER | Determines how frequently the rent increase is assessed. Has to be a postive whole integer | ||
SPREAD_FREQUENCY_MEANING | VARCHAR2 | (80) | Determines how the annual invoiced amount is spread over the year | |
BASIS_PERCENT_DEFAULT | NUMBER | Default basis percentage | ||
INITIAL_BASIS | NUMBER | Basis amount used in the first Rent Increase period | ||
BASE_INDEX | NUMBER | Given the Index Type and the Base Year defaults the Base Index from the table PN_INDEX_HISTORY_LINES | ||
INDEX_FINDER_METHOD | VARCHAR2 | (80) | Determines the options if the index value is unavailable.The value is derived from the lookup code in FND_LOOKUPS table where lookup_type= PN_INDEX_FINDER_METHOD | |
INDEX_FINDER_MONTHS | NUMBER | Denotes the whole number subtracted from the Date Assessed to determine the Index Finder Date | ||
NEGATIVE_RENT_TYPE_MEANING | VARCHAR2 | (80) | Determines the options when negative index rent is encountered.The value is derived from the lookup code in FND_LOOKUPS table where lookup_type= PN_INDEX_NEGATIVE_RENT | |
INCREASE_ON_MEANING | VARCHAR2 | (80) | Indicates the type of payment/billing term the increase is to be assessed on. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_PAYMENT_TERM_TYPE | |
BASIS_TYPE | VARCHAR2 | (30) | Determines how the basis amount is calculated.The value is derived from the lookup code in FND_LOOKUPS table,where lookup_type= PN_INDEX_BASIS_TYPE | |
REFERENCE_PERIOD_MEANING | VARCHAR2 | (80) | Required to calculate the index percentage.The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_REF_PERIOD | |
BASE_YEAR | DATE | Index date used to derive the Base Index value | ||
ILP_ASSESSMENT_DATE | DATE | Date the rent increase is assessed on | ||
BASIS_START_DATE | DATE | Period Basis start date | ||
BASIS_END_DATE | DATE | Period Basis end date | ||
INDEX_FINDER_DATE | DATE | Period Index Finder date | ||
CURRENT_BASIS | NUMBER | The current basis amount is calculated as the sum of schedule items lying between the basis start date and basis end date | ||
RELATIONSHIP_MEANING | VARCHAR2 | (80) | Determines whether the percentage calculated is a basis percentage, Basis Only, index percentage Index Only, the Greater of or Lesser Of the index percentage or Basis percentage. The value is derived from the lookup code in FND_LOOKUPS table, where lookup_type= PN_INDEX_RELATION | |
INDEX_PERCENT_CHANGE | NUMBER | System Calculated Index Percentage | ||
BASIS_PERCENT_CHANGE | NUMBER | Basis percentage | ||
CURRENT_INDEX_LINE_VALUE | NUMBER | Index value associated with the current index finder date | ||
PREVIOUS_INDEX_LINE_VALUE | NUMBER | Index value of the previous index finder date | ||
UNCONSTRAINT_RENT_DUE | NUMBER | Unconstrained rent increase amount | ||
CONSTRAINT_RENT_DUE | NUMBER | Rent increase amount after constraints have been applied | ||
CARRY_FORWARD_AMOUNT | NUMBER | Stores the carry forward amount available to the next period | ||
CARRY_FORWARD_PERCENT | NUMBER | Stores the carry forward percentage available to the next period | ||
CONSTRAINT_APPLIED_AMOUNT | NUMBER | Stores the amount of the minimum or maximum constraint applied to the unconstrained rent due for the period | ||
CONSTRAINT_APPLIED_PERCENT | NUMBER | Stores the percentage of the minimum or maximum constraint | ||
OPEN_CARRY_FORWARD_AMOUNT | NUMBER | Opening balance of the carry forward amount | ||
OPEN_CARRY_FORWARD_PERCENT | NUMBER | Opening balance of the carry forward percent | ||
APP_CARRY_FORWARD_AMOUNT | NUMBER | Carry forward amount applied in the current period | ||
APP_CARRY_FORWARD_PERCENT | NUMBER | Carry forward percent applied in the current period | ||
OLD_RENT | NUMBER | Constrained rent amount for the previous assessment period | ||
NEW_RENT | NUMBER | Constrained rent amount for the current assessment period | ||
CHANGE_RENT | NUMBER | Difference between old and new rent | ||
CONSTRAINT_PRORATION | VARCHAR2 | (80) | Timing method used to prorate lease costs over a shorter period of time. Valid values are No Proration, Days / 365, Full and Partial Months / 12 | |
INDEX_MULTIPLIER | NUMBER | Index Multiplier is applied to the index value to determine the final value by which the rent is increased from one period to the next | ||
UNADJUSTED_INDEX_CHANGE | NUMBER | System calculated index change | ||
ADJUSTED_INDEX_CHANGE_PERCENT | NUMBER | Index multiplier times unadjusted index change percent | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard Who column - user who created this row (foreign key to FND_USER.USER_ID) | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID) | ||
REQUEST_ID | NUMBER | Concurrent Program Who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID) |
PN.PN_RENT_INCREASE_SUMMARY_ITF does not reference any database object
PN.PN_RENT_INCREASE_SUMMARY_ITF is referenced by following:
Description: | PN_RENT_ROLL_LEASE_EXP_ITF Interface Table. |
---|
PN_RENT_ROLL_LEASE_EXP_ITF Interface Table used in creating the RXi Reports.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_RENT_ROLL_LEASE_EXP_ITF_N1 | NONUNIQUE | APPS_TS_SUMMARY | LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_ID | NUMBER | Uniquely identifies the Lease row. | ||
LEASE_NAME | VARCHAR2 | (50) | Name of the Lease | |
LEASE_NUMBER | VARCHAR2 | (30) | Lease Number | |
LEASE_COMMENCEMENT_DATE | DATE | Commencement Date of the Lease | ||
LEASE_TERMINATION_DATE | DATE | Termination Date of the Lease | ||
LEASE_EXECUTION_DATE | DATE | Execution Date of the Lease | ||
LEASE_TERM | NUMBER | Term of the Lease in days | ||
LEASE_CLASS | VARCHAR2 | (80) | Class of Lease - Direct sub-lease or third party | |
LEASE_RESPONSIBLE_USER | VARCHAR2 | (100) | User Id of the user responsible for creating the Lease | |
LEASE_STATUS | VARCHAR2 | (80) | Status of the Lease - Draft or Final | |
LEASE_TYPE | VARCHAR2 | (80) | Type of Lease | |
ESTIMATED_OCCUPANCY_DATE | DATE | Estimated occupancy date of a tenancy | ||
ACTUAL_OCCUPANCY_DATE | DATE | Actual occupancy date of a tenancy | ||
TENANT_NAME | VARCHAR2 | (360) | Name of the tenant | |
TENANT_SITE | VARCHAR2 | (40) | Tenant Site | |
LANDLORD_NAME | VARCHAR2 | (360) | Name of the Landlord | |
LANDLORD_SITE | VARCHAR2 | (40) | Landlord Site | |
ANNUAL_BASE_RENT | NUMBER | Annual Base Rent | ||
MONTHLY_BASE_RENT | NUMBER | Monthly Base Rent | ||
DEPOSIT | NUMBER | Deposit | ||
MONTHLY_OPERATING_EXPENSE | NUMBER | Monthly operating expense | ||
TOTAL_LEASE_LIABILITY | NUMBER | Total Lease Liability | ||
REMAINING_LEASE_LIABILITY | NUMBER | Remaining Lease Liability | ||
ANNUAL_RENT_PER_RENTABLE_AREA | NUMBER | Annual rent for rentable area | ||
INVOICING_ADDRESS | VARCHAR2 | (1500) | Invoicing address | |
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Type of Location | |
LOCATION_NAME | VARCHAR2 | (30) | Name of Location | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code | |
SPACE_TYPE | VARCHAR2 | (80) | Identifies the type of space usage | |
REGION | VARCHAR2 | (50) | Name of the region | |
PROPERTY_NAME | VARCHAR2 | (30) | Name of the property | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Name of building or Land | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Name of Floor or Parcel | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Name of office or section | |
ADDRESS | VARCHAR2 | (1500) | Address line | |
COUNTY | VARCHAR2 | (60) | County part of Address | |
CITY | VARCHAR2 | (60) | City part of Address | |
STATE | VARCHAR2 | (60) | State part of Address | |
PROVINCE | VARCHAR2 | (60) | Province part of Address | |
ZIP_CODE | VARCHAR2 | (60) | Zip Code part of Address | |
COUNTRY | VARCHAR2 | (60) | Country part of Address | |
GROSS_AREA | NUMBER | Gross Area | ||
RENTABLE_AREA | NUMBER | Rentable Area | ||
USABLE_AREA | NUMBER | Usable Area | ||
TENURE | VARCHAR2 | (80) | Tenure | |
TEN_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure definig column | |
TEN_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_RENT_ROLL_LEASE_EXP_ITF does not reference any database object
PN.PN_RENT_ROLL_LEASE_EXP_ITF is referenced by following:
Description: | Stores the rights information for leases |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_RIGHTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_RIGHTS_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_RIGHTS_HISTORY.RIGHT_ID | PN_RIGHTS_ALL |
Stores details about rights of the lessee/lessor for the lease.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_RIGHTS_U1 | UNIQUE | APPS_TS_TX_IDX | RIGHT_ID |
PN_RIGHTS_N1 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
PN_RIGHTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_RIGHTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | EXPIRATION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RIGHT_ID | NUMBER | Y | Uniquely identify the lease rights row. The value is populated using sequence PN_RIGHTS_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the RIGHTS row. | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease ammend, edit row in PN_LEASE_CHANGES_ALL with the RIGHTS row. | |
RIGHT_NUM | NUMBER | Y | Right Number. This is a system generated number without a database sequence generator, i.e, Select max(right_num)+1 from dual for a lease. | |
RIGHT_TYPE_CODE | VARCHAR2 | (30) | Y | Classification of a right type within a lease. |
RIGHT_STATUS_CODE | VARCHAR2 | (30) | Y | Indicates whether the lease specifically bestows the right upon the tenant. |
RIGHT_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the RIGHT. | |
START_DATE | DATE | Start date of the right. | ||
EXPIRATION_DATE | DATE | Expiry date of the right. | ||
RIGHT_COMMENTS | VARCHAR2 | (2000) | Comments regarding the right.Comments should language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses. | |
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 | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE8 | 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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_RIGHTS_ALL does not reference any database object
PN.PN_RIGHTS_ALL is referenced by following:
Description: | Stores the rights history for lease amendments |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_RIGHTS_HISTORY.RIGHT_ID | PN_LEASES_ALL |
PN_RIGHTS_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_RIGHTS_HISTORY.NEW_LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_RIGHTS_HISTORY.RIGHT_ID | PN_RIGHTS_ALL |
Stores details abouthistory of rights of the lessee/lessor for the lease.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_RIGHTS_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | RIGHT_HISTORY_ID |
PN_RIGHTS_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | RIGHT_ID |
PN_RIGHTS_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RIGHT_HISTORY_ID | NUMBER | Y | Uniquely identifies the rights history | |
RIGHT_ID | NUMBER | Y | Uniquely identify the lease rights row. The value is populated using sequence PN_RIGHTS_S. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the RIGHTS row. | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease ammend, edit row in PN_LEASE_CHANGES_ALL with the RIGHTS row. | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Identifies the lease change associated with this right history | |
RIGHT_NUM | NUMBER | Y | Right Number. This is a system generated number without a database sequence generator, i.e, Select max(right_num)+1 from dual for a lease. | |
RIGHT_TYPE_CODE | VARCHAR2 | (30) | Y | Classification of a right type within a lease. |
RIGHT_STATUS_CODE | VARCHAR2 | (30) | Y | Indicates whether the lease specifically bestows the right upon the tenant. |
RIGHT_REFERENCE | VARCHAR2 | (15) | Paragraph in the original lease document that references the RIGHT. | |
START_DATE | DATE | Start date of the right. | ||
EXPIRATION_DATE | DATE | Expiry date of the right. | ||
RIGHT_COMMENTS | VARCHAR2 | (2000) | Comments regarding the right.Comments should language in the lease that is ambiguous, arbitrary or unusual such as pro-landlord or pro-tenant clauses. | |
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 |
PN.PN_RIGHTS_HISTORY does not reference any database object
PN.PN_RIGHTS_HISTORY is referenced by following:
Description: | Milestone setup information to be associated with a milestone set |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SET_MILESTONES.SET_ID | PN_SET_TYPES |
PN_SET_MILESTONES stores milestone information to be associated with a milestone set. This setup data can be created at any time in Oracle Property Manager. The purpose is to save data entry time while defining milestones for a lease, lease options, insurance and payment terms. Refer to the
definition of a milestone in PN_LEASE_MILESTONES_ALL table.
This table is not partitioned by org.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MILESTONES_SET_ID | NUMBER | Y | Uniquely identifies the milestone setup data row. The value is populated using sequence PN_SET_MILESTONES_S | |
SET_ID | NUMBER | Y | Associates the row in PN_SET_TYPES with the milestone setup data row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
MILESTONE_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of milestone. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_MILESTONES_TYPE' |
USER_ID | NUMBER | Y | User id of the user for whom the milestone is created. Associates the user in FND_USER with this row. | |
NOTIFICATION_DATE | DATE | Notification date | ||
LEAD_DAYS | NUMBER | Number of days before which the first milestone notification can be send | ||
FREQUENCY | NUMBER | How often the notification should be send | ||
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 |
PN.PN_SET_MILESTONES does not reference any database object
PN.PN_SET_MILESTONES is referenced by following:
Description: | Type of milestones grouping |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SET_MILESTONES.SET_ID | PN_SET_TYPES |
PN_SET_TYPES stores the type of milestones grouping. The information can be used to create default milestones for a lease, lease options, insurance and payment terms.
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SET_TYPE_U1 | UNIQUE | APPS_TS_SEED |
SET_ID
LANGUAGE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_ID | NUMBER | Y | Uniquely identifies the milestone set. The value is populated using sequence PN_SET_TYPES_S | |
LANGUAGE | VARCHAR2 | (4) | Y | Identifies the language to which this row belongs. |
SOURCE_LANG | VARCHAR2 | (4) | Y | Identifies the source language which was used to create this row. For example, the language may be French but the row may have been created in US English environment. |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
SET_NAME | VARCHAR2 | (50) | Y | Name of the milestone set |
DESCRIPTION | VARCHAR2 | (80) | Description of the milestone set |
PN.PN_SET_TYPES does not reference any database object
PN.PN_SET_TYPES is referenced by following:
Description: | Space assignment information for an employee, contractor or the cost center. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SPACE_ALLOCATIONS_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_SPACE_ALLOCATIONS_ALL stores space assignment information for an employee, contractor or cost center.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ALLOCATIONS_U1 | UNIQUE | APPS_TS_ARCHIVE | SPACE_ALLOCATION_ID |
PN_SPACE_ALLOCATIONS_N1 | NONUNIQUE | APPS_TS_ARCHIVE | LOCATION_ID |
PN_SPACE_ALLOCATIONS_N2 | NONUNIQUE | APPS_TS_ARCHIVE | EMPLOYEE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SPACE_ALLOCATION_ID | NUMBER | Y | Uniquely identifies the space allocation row. The value is populated using sequence PN_SPACE_ALLOCATIONS_S | |
LOCATION_ID | NUMBER | Y | Associates the location in PN_LOCATIONS_ALL with the space allocation row | |
EMPLOYEE_ID | NUMBER | Associates the person in PER_PEOPLE_F to whom space is allocated with the space allocation row | ||
COST_CENTER_CODE | VARCHAR2 | (30) | The cost center to which this space is charged | |
ALLOCATED_AREA_PCT | NUMBER | Percent area allocated | ||
ALLOCATED_AREA | NUMBER | Allocated area | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
SOURCE | VARCHAR2 | (80) | The name of an external application which created this row |
PN.PN_SPACE_ALLOCATIONS_ALL does not reference any database object
PN.PN_SPACE_ALLOCATIONS_ALL is referenced by following:
Description: | No Longer Used |
---|
No Longer Used
The PN_SPACE_ALLOC_ITF interface table stores the space assignment definition data to be imported or exported into and out of Oracle Property Manager. The data elements pertain to the PN_SPACE_ALLOCATIONS_ALL table. This table is a gateway between the third party software and Oracle Property Manager. The data is created and extracted using export and import programs from both sets of applications.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ALLOC_ITF_N1 | NONUNIQUE | APPS_TS_ARCHIVE | SPACE_ALLOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_NAME | VARCHAR2 | (30) | Y | Name of the batch. The value is required when importing data into Oracle Property Manager |
ENTRY_TYPE | VARCHAR2 | (1) | Y | Row type. Valid values: A - Add (Create a new space allocation row), U - Update (Modify an existing space allocation row), D - Delete (Delete an existing space allocation row). The value is required when importing data into Oracle Property Manager |
SPACE_ALLOCATION_ID | NUMBER | Space_Allocation_ID is a unique identifier generated from an Oracle database sequence. This data element is mapped to the space_allocation_id in PN_SPACE_ALLOCATIONS_ALL. The value is required when importing data into Oracle Property Manager | ||
LOCATION_ID | NUMBER | Associates a location with an employee, contractor or cost center. This data element is mapped to the location_id in PN_SPACE_ALLOCATIONS_ALL. The value is required when importing data into Oracle Property Manager. | ||
EMPLOYEE_ID | NUMBER | Uniquely identifies an employee. This data element is mapped to the employee_id in PN_SPACE_ALLOCATIONS_ALL. The value is optional. | ||
COST_CENTER_CODE | VARCHAR2 | (30) | Cost center to which this space must be charged. This data element is mapped to the cost_center_code in PN_SPACE_ALLOCATIONS_ALL. Optional. | |
ALLOCATED_AREA | NUMBER | Allocated area for the space. Calculated value: (USEABLE_AREA / total number of space assignments to a location) . This data element is mapped to allocated_area_pct in PN_SPACE_ALLOCATIONS_ALL. The value is required when importing data into Oracle Property Manager. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
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 | |
TRANSFERRED_TO_CAD | VARCHAR2 | (1) | Identify whether the transaction has been exported to external application. Valid values: Y - The data is transferred, N - Not transferred. This data element is for Oracle Property Manager's usage only. It will also be used to purge data from the table. | |
TRANSFERRED_TO_PN | VARCHAR2 | (1) | Identify whether the transaction has been imported into Oracle Property Manager. Valid values: Y - Imported, N - Not imported. The data element is for Oracle Property Manager's usage only. It will also be used to purge data from this table. | |
ERROR_MESSAGE | VARCHAR2 | (240) | Error message code. Transaction which failed to export or import will have a value. | |
SOURCE | VARCHAR2 | (80) | The name of the external application which created the transaction. | |
REQUEST_ID | NUMBER | 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 | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
PROGRAM_ID | NUMBER | 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). | ||
ALLOCATED_PERCENTAGE | NUMBER | Allocated percentage for the space. The value is required |
PN.PN_SPACE_ALLOC_ITF does not reference any database object
PN.PN_SPACE_ALLOC_ITF is referenced by following:
Description: | Stores the customer space assignment information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SPACE_ASSIGN_CUST_ALL.CUST_ACCOUNT_ID | HZ_CUST_ACCOUNTS |
PN_SPACE_ASSIGN_CUST_ALL.SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.TENANCY_ID | PN_TENANCIES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.CUST_ACCOUNT_ID | HZ_CUST_ACCOUNTS |
PN_SPACE_ASSIGN_CUST_ALL.SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.EXPENSE_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_SPACE_ASSIGN_CUST_ALL.PROJECT_ID | PA_PROJECTS_ALL |
PN_SPACE_ASSIGN_CUST_ALL.TASK_ID | PA_TASKS |
PN_SPACE_ASSIGN_CUST_ALL.LEASE_ID | PN_LEASES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.TENANCY_ID | PN_TENANCIES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_REC_ARCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_ARCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
PN_REC_EXPCL_DTLLN_ALL.CUST_SPACE_ASSIGN_ID | PN_SPACE_ASSIGN_CUST_ALL |
Stores the customer space assignment information. The space
assignment is date tracked.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ASSIGN_CUST_U1 | UNIQUE | APPS_TS_TX_IDX | CUST_SPACE_ASSIGN_ID |
PN_SPACE_ASSIGN_CUST_N1 | NONUNIQUE | APPS_TS_TX_IDX | CUST_ASSIGN_START_DATE |
PN_SPACE_ASSIGN_CUST_N2 | NONUNIQUE | APPS_TS_TX_IDX | CUST_ASSIGN_END_DATE |
PN_SPACE_ASSIGN_CUST_N3 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_SPACE_ASSIGN_CUST_N4 | NONUNIQUE | APPS_TS_TX_IDX | CUST_ACCOUNT_ID |
PN_SPACE_ASSIGN_CUST_N5 | NONUNIQUE | APPS_TS_TX_IDX | PROJECT_ID |
PN_SPACE_ASSIGN_CUST_N6 | NONUNIQUE | APPS_TS_TX_IDX | TASK_ID |
PN_SPACE_ASSIGN_CUST_N7 | NONUNIQUE | APPS_TS_TX_IDX | EXPENSE_ACCOUNT_ID |
PN_SPACE_ASSIGN_CUST_N8 | NONUNIQUE | APPS_TS_TX_IDX | SITE_USE_ID |
PN_SPACE_ASSIGN_CUST_N9 | NONUNIQUE | APPS_TS_TX_IDX | TENANCY_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUST_SPACE_ASSIGN_ID | NUMBER | Y | Uniquely identify the customer space assignments row. The value is populated using sequence PN_SPACE_ASSIGN_CUST_S. | |
LOCATION_ID | NUMBER | Y | Associates the location row in PN_LOCATIONS_ALL with the customer space assignments row for a new record in PN_SPACE_ASSIGN_CUST_ALL. | |
CUST_ACCOUNT_ID | NUMBER | Y | Associates the customer row in HZ_CUST_ACCOUNTS with the customer space assignments row. | |
SITE_USE_ID | NUMBER | Associates the customer row in HZ_CUST_SITE_USES_ALL with the customer space assignments row. | ||
EXPENSE_ACCOUNT_ID | NUMBER | (15) | Expense account id. | |
PROJECT_ID | NUMBER | Associates the projects row in PA_PROJECTS_ALL with the customer space assignments row. | ||
TASK_ID | NUMBER | Associates the tasks row in PA_TASKS_ALL with the employee space assignments row. | ||
CUST_ASSIGN_START_DATE | DATE | Start date of the sapce assignment for the customer. | ||
CUST_ASSIGN_END_DATE | DATE | End date of the sapce assignment for the customer. | ||
ALLOCATED_AREA_PCT | NUMBER | Allocated area of space in percentage to a customer. | ||
ALLOCATED_AREA | NUMBER | Allocated area of space to a customer. | ||
UOM_CODE | VARCHAR2 | (3) | Obsoleted - Unit of Measure code. | |
UTILIZED_AREA | NUMBER | Utilized Area. | ||
CUST_SPACE_COMMENTS | VARCHAR2 | (2000) | Comments regarding the employee space assignment. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LEASE_ID | NUMBER | (38) | Uniquely identifies a lease associated with a space assignment | |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Identifies the type of space for recovery purposes | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of tenant for recovery purposes | |
FIN_OBLIG_END_DATE | DATE | The date until which the customer is financially responsible for recovery charges | ||
TENANCY_ID | NUMBER | Associates the tenancy row in PN_TENANCIES_ALL with the customer space assignment row |
PN.PN_SPACE_ASSIGN_CUST_ALL does not reference any database object
PN.PN_SPACE_ASSIGN_CUST_ALL is referenced by following:
Description: | Stores the employee space assignment information |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SPACE_ASSIGN_EMP_ALL.PROJECT_ID | PA_PROJECTS_ALL |
PN_SPACE_ASSIGN_EMP_ALL.TASK_ID | PA_TASKS |
Stores the employee space assignment information. The space
assignment is date tracked.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ASSIGN_EMP_U1 | UNIQUE | APPS_TS_TX_IDX | EMP_SPACE_ASSIGN_ID |
PN_SPACE_ASSIGN_EMP_N1 | NONUNIQUE | APPS_TS_TX_IDX | EMP_ASSIGN_START_DATE |
PN_SPACE_ASSIGN_EMP_N2 | NONUNIQUE | APPS_TS_TX_IDX | EMP_ASSIGN_END_DATE |
PN_SPACE_ASSIGN_EMP_N3 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_SPACE_ASSIGN_EMP_N4 | NONUNIQUE | APPS_TS_TX_IDX | PERSON_ID |
PN_SPACE_ASSIGN_EMP_N5 | NONUNIQUE | APPS_TS_TX_IDX | PROJECT_ID |
PN_SPACE_ASSIGN_EMP_N6 | NONUNIQUE | APPS_TS_TX_IDX | TASK_ID |
PN_SPACE_ASSIGN_EMP_N7 | NONUNIQUE | APPS_TS_TX_IDX | COST_CENTER_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EMP_SPACE_ASSIGN_ID | NUMBER | Y | Uniquely identify the employee space assignments row. The value is populated using sequence PN_SPACE_ASSIGN_EMP_S. | |
LOCATION_ID | NUMBER | Y | Associates the location row in PN_LOCATIONS_ALL with the employee space assignments row. | |
PERSON_ID | NUMBER | Associates the person row in PER_ALL_PEOPLE_F with the employee space assignments row. | ||
PROJECT_ID | NUMBER | Associates the projects row in PA_PROJECTS_ALL with the employee space assignments row. | ||
TASK_ID | NUMBER | Associates the tasks row in PA_TASKS_ALL with the employee space assignments row. | ||
EMP_ASSIGN_START_DATE | DATE | Start date of the sapce assignment for the employee. | ||
EMP_ASSIGN_END_DATE | DATE | End date of the sapce assignment for the employee. | ||
COST_CENTER_CODE | VARCHAR2 | (30) | Associates the cost center code with the employee space assignments row. | |
ALLOCATED_AREA_PCT | NUMBER | Allocated area of space in percentage to an employee. | ||
ALLOCATED_AREA | NUMBER | Allocated area of space to an employee. | ||
UOM_CODE | VARCHAR2 | (3) | Obsoleted -- Unit of Measure code. | |
UTILIZED_AREA | NUMBER | Utilized Area. | ||
EMP_SPACE_COMMENTS | VARCHAR2 | (2000) | Comments regarding the employee space assignment. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
SOURCE | VARCHAR2 | (80) | Name of the external application which created the employee row in Oracle Property Manager. |
PN.PN_SPACE_ASSIGN_EMP_ALL does not reference any database object
PN.PN_SPACE_ASSIGN_EMP_ALL is referenced by following:
Description: | PN_SPACE_ASSIGN_LEASE_ITF Interface Table. |
---|
PN_SPACE_ASSIGN_LEASE_ITF Interface Table used in creating the RXi Reports.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ASSIGN_LEASE_ITF_N1 | NONUNIQUE | APPS_TS_SUMMARY | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_ID | NUMBER | Uniquely identifies the Lease row. | ||
LEASE_NAME | VARCHAR2 | (50) | Identifies the Lease Name. | |
LEASE_NUMBER | VARCHAR2 | (30) | Lease Number. | |
LEASE_COMMENCEMENT_DATE | DATE | The date on which the Lease Starts. | ||
LEASE_TERMINATION_DATE | DATE | The date on which the Lease Ends. | ||
LOCATION_ID | NUMBER | Uniquely identifies the Loaction row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Identifies the type of Location. | |
LOCATION_NAME | VARCHAR2 | (30) | Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code. | |
SPACE_TYPE | VARCHAR2 | (80) | Identifies the type of space usage. | |
PROPERTY_CODE | VARCHAR2 | (90) | Property Code. | |
PROPERTY_NAME | VARCHAR2 | (30) | Property Name. | |
BUILDING_LOCATION_CODE | VARCHAR2 | (90) | Building Location Code. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Identifies the Building Or Land name. | |
FLOOR_LOCATION_CODE | VARCHAR2 | (90) | Floor Location Code. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Identifies the Floor Or Parcel name. | |
OFFICE_LOCATION_CODE | VARCHAR2 | (90) | Office Location Code. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Identifies the Office Or Section name. | |
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
ASSIGNABLE_AREA | NUMBER | Assignable Area. | ||
COMMON_AREA | NUMBER | Common Area. | ||
PERSON_ID | NUMBER | uniquely identifies the Person row. | ||
EMPLOYEE_NAME | VARCHAR2 | (240) | Employee Name. | |
COST_CENTER | VARCHAR2 | (30) | Cost Center. | |
EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee Number. | |
EMPLOYEE_TYPE | VARCHAR2 | (80) | Identifies the type of Employee. | |
EMPLOYEE_CATEGORY | VARCHAR2 | (80) | Employee Category. | |
EMPLOYEE_POSITION | VARCHAR2 | (80) | Employee Position. | |
EMPLOYEE_PROJECT_NUMBER | VARCHAR2 | (25) | Identifies the name of the project. | |
EMPLOYEE_TASK_NUMBER | VARCHAR2 | (20) | Identifies the name of the task | |
EMPLOYEE_ASSIGNED_AREA | NUMBER | Employee Assigned Area. | ||
EMPLOYEE_VACANT_AREA | NUMBER | Employee Vacant Area. | ||
EMPLOYEE_ASSIGNED_FROM | DATE | Employee Assigned From date. | ||
EMPLOYEE_ASSIGNED_TO | DATE | Employee Assigned To date. | ||
CUSTOMER_NAME | VARCHAR2 | (360) | Customer Name. | |
CUSTOMER_SITE | VARCHAR2 | (40) | Customer Site. | |
CUSTOMER_CATEGORY | VARCHAR2 | (80) | Customer Category. | |
CUSTOMER_ACCOUNT | VARCHAR2 | (60) | Identifies the expense account of the customer | |
CUSTOMER_PROJECT_NUMBER | VARCHAR2 | (25) | Identifies the name of the project. | |
CUSTOMER_TASK_NUMBER | VARCHAR2 | (20) | Identifies the name of the task | |
CUSTOMER_ASSIGNED_AREA | NUMBER | Customer Assigned Area. | ||
CUSTOMER_VACANT_AREA | NUMBER | Customer Vacant Area. | ||
CUSTOMER_ASSIGNED_FROM | DATE | Customer Assigned From date. | ||
CUSTOMER_ASSIGNED_TO | DATE | Customer Assigned To date. | ||
TEN_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
TEN_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
TEN_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_SPACE_ASSIGN_LEASE_ITF does not reference any database object
PN.PN_SPACE_ASSIGN_LEASE_ITF is referenced by following:
Description: | PN_SPACE_ASSIGN_LOC_ITF Interface Table. |
---|
PN_SPACE_ASSIGN_LOC_ITF Interface Table used in creating the RXi Reports.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_ASSIGN_LOC_ITF_N1 | NONUNIQUE | APPS_TS_SUMMARY | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Identifies the type of Location. | |
LOCATION_NAME | VARCHAR2 | (30) | Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code. | |
SPACE_TYPE | VARCHAR2 | (80) | Identifies the type of space usage | |
PROPERTY_CODE | VARCHAR2 | (90) | Property Code. | |
PROPERTY_NAME | VARCHAR2 | (30) | Property Name. | |
BUILDING_LOCATION_CODE | VARCHAR2 | (90) | Building Location Code. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Building Or Land Name. | |
FLOOR_LOCATION_CODE | VARCHAR2 | (90) | Floor Location Code. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Floor Or Parcel Name. | |
OFFICE_LOCATION_CODE | VARCHAR2 | (90) | Office Location Code. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Office Or Section Name. | |
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
ASSIGNABLE_AREA | NUMBER | Assignable Area. | ||
COMMON_AREA | NUMBER | Common Area. | ||
PERSON_ID | NUMBER | Uniquely identifies the Person row. | ||
EMPLOYEE_NAME | VARCHAR2 | (240) | Employee Name. | |
COST_CENTER | VARCHAR2 | (30) | Cost Center. | |
EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee Number. | |
EMPLOYEE_TYPE | VARCHAR2 | (80) | Identifies the type of Employee. | |
EMPLOYEE_CATEGORY | VARCHAR2 | (80) | Employee Category. | |
EMPLOYEE_POSITION | VARCHAR2 | (80) | Employee Position. | |
EMPLOYEE_PROJECT_NUMBER | VARCHAR2 | (25) | Identifies the name of the project. | |
EMPLOYEE_TASK_NUMBER | VARCHAR2 | (20) | Identifies the name of the task | |
EMPLOYEE_ASSIGNED_AREA | NUMBER | Employee Assigned Area. | ||
EMPLOYEE_VACANT_AREA | NUMBER | Employee Vacant Area. | ||
EMPLOYEE_ASSIGNED_FROM | DATE | Employee Assigned From. | ||
EMPLOYEE_ASSIGNED_TO | DATE | Employee Assigned To. | ||
CUSTOMER_NAME | VARCHAR2 | (360) | Customer Name. | |
CUSTOMER_SITE | VARCHAR2 | (40) | Customer Site. | |
CUSTOMER_CATEGORY | VARCHAR2 | (80) | Customer Category. | |
CUSTOMER_ACCOUNT | VARCHAR2 | (60) | Identifies the expense account of the customer | |
CUSTOMER_PROJECT_NUMBER | VARCHAR2 | (25) | Identifies the name of the project. | |
CUSTOMER_TASK_NUMBER | VARCHAR2 | (20) | Identifies the name of the task | |
CUSTOMER_ASSIGNED_AREA | NUMBER | Customer Assigned Area. | ||
CUSTOMER_VACANT_AREA | NUMBER | Customer Vacant Area. | ||
CUSTOMER_ASSIGNED_FROM | DATE | Customer Assigned From. | ||
CUSTOMER_ASSIGNED_TO | DATE | Customer Assigned To. | ||
LOC_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
LOC_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_SPACE_ASSIGN_LOC_ITF does not reference any database object
PN.PN_SPACE_ASSIGN_LOC_ITF is referenced by following:
Description: | PN_SPACE_UTIL_LEASE_ITF Interface Table. |
---|
PN_SPACE_UTIL_LEASE_ITF Interface Table used in creating the RXi Reports.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SPACE_UTIL_LEASE_ITF_N1 | NONUNIQUE | APPS_TS_SUMMARY | LEASE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_ID | NUMBER | Uniquely identifies the Lease row. | ||
LEASE_NAME | VARCHAR2 | (50) | Lease Name. | |
LEASE_NUMBER | VARCHAR2 | (30) | Lease Number. | |
LEASE_COMMENCEMENT_DATE | DATE | The date on which the Lease Starts. | ||
LEASE_TERMINATION_DATE | DATE | The date on which the Lease Ends. | ||
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Identifies the type of location. | |
LOCATION_NAME | VARCHAR2 | (30) | Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code. | |
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
ASSIGNABLE_AREA | NUMBER | Assignable Area. | ||
COMMON_AREA | NUMBER | Common Area. | ||
MAXIMUM_OCCUPANCY | NUMBER | MaximumOccupancy. | ||
OPTIMUM_OCCUPANCY | NUMBER | Optimum Occupancy. | ||
MAXIMUM_VACANCY | NUMBER | Maximum Vacancy. | ||
OPTIMUM_VACANCY | NUMBER | Optimum Vacancy. | ||
USAGE_TYPE | VARCHAR2 | (80) | Usage Type. | |
VACANT_AREA | NUMBER | Vacant Area. | ||
ASSIGNED_AREA | NUMBER | Assigned Area. | ||
UTILIZED | NUMBER | Utilized. | ||
PROPERTY_CODE | VARCHAR2 | (90) | Property Code. | |
PROPERTY_NAME | VARCHAR2 | (30) | Property Name. | |
BUILDING_LOCATION_CODE | VARCHAR2 | (90) | Building Location Code. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Building Or Land Name. | |
FLOOR_LOCATION_CODE | VARCHAR2 | (90) | Floor Location Code. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Floor Or Parcel Name. | |
OFFICE_LOCATION_CODE | VARCHAR2 | (90) | Office Location Code. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Office Or Section Name. | |
LOC_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
LOC_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_SPACE_UTIL_LEASE_ITF does not reference any database object
PN.PN_SPACE_UTIL_LEASE_ITF is referenced by following:
Description: | PN_SPACE_UTIL_LOC_ITF Interface Table. |
---|
PN_SPACE_UTIL_LOC_ITF Interface Table used in creating the RXi Reports.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | Uniquely identifies the Location row. | ||
LOCATION_TYPE | VARCHAR2 | (80) | Identifies the type of Location. | |
LOCATION_NAME | VARCHAR2 | (30) | Location Name. | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code. | |
RENTABLE_AREA | NUMBER | Rentable Area. | ||
USABLE_AREA | NUMBER | Usable Area. | ||
ASSIGNABLE_AREA | NUMBER | Assignable Area. | ||
COMMON_AREA | NUMBER | Common Area. | ||
MAXIMUM_OCCUPANCY | NUMBER | Maximum Occupancy. | ||
OPTIMUM_OCCUPANCY | NUMBER | Optimum Occupancy. | ||
USAGE_TYPE | VARCHAR2 | (80) | Usage Type. | |
VACANT_AREA | NUMBER | Vacant Area. | ||
ASSIGNED_AREA | NUMBER | Assigned Area. | ||
UTILIZED | NUMBER | Utilized. | ||
MAXIMUM_VACANCY | NUMBER | Maximum Vacancy. | ||
OPTIMUM_VACANCY | NUMBER | Optimum Vacancy. | ||
PROPERTY_CODE | VARCHAR2 | (90) | Property Code. | |
PROPERTY_NAME | VARCHAR2 | (30) | Property Name. | |
BUILDING_LOCATION_CODE | VARCHAR2 | (90) | Building Location Code. | |
BUILDING_OR_LAND_NAME | VARCHAR2 | (30) | Building Or Land Name. | |
FLOOR_LOCATION_CODE | VARCHAR2 | (90) | Floor Location Code. | |
FLOOR_OR_PARCEL_NAME | VARCHAR2 | (30) | Floor Or Parcel Name. | |
OFFICE_LOCATION_CODE | VARCHAR2 | (90) | Office Location Code. | |
OFFICE_OR_SECTION_NAME | VARCHAR2 | (30) | Office Or Section Name. | |
LOC_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
LOC_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LOC_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | Y | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PN.PN_SPACE_UTIL_LOC_ITF does not reference any database object
PN.PN_SPACE_UTIL_LOC_ITF is referenced by following:
Description: | Property Manager system setup options for operating units. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_SYSTEM_SETUP_OPTIONS.ORG_ID | HR_ALL_ORGANIZATION_UNITS |
PN_SYSTEM_SETUP_OPTIONS.SET_OF_BOOKS_ID | GL_SETS_OF_BOOKS_11I |
PN_SYSTEM_SETUP_OPTIONS holds setup options at the operating unit level. It retains information such as the operating unit's set of books and the accounting option.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_SYSTEM_SETUP_OPTIONS_U1 | UNIQUE | APPS_TS_SEED | PROFILE_ID |
PN_SYSTEM_SETUP_OPTIONS_N1 | NONUNIQUE | APPS_TS_SEED | ORG_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROFILE_ID | NUMBER | (15) | Y | Uniquely identifies the profile options row |
ORG_ID | NUMBER | (15) | Organization identifier | |
SET_OF_BOOKS_ID | NUMBER | (15) | Y | Set of books as defined in GL |
ACCOUNTING_OPTION | VARCHAR2 | (30) | Y | Accounting option |
DEFAULT_CURRENCY_CONV_TYPE | VARCHAR2 | (30) | Default currency conversion type as defined in GL | |
SPACE_ASSIGN_SYSDATE_OPTN | VARCHAR2 | (1) | Y | Use SYSDATE to record space assignment |
MULTIPLE_TENANCY_LEASE | VARCHAR2 | (1) | Y | Multiple leases can concurrently refer to the same location |
AUTO_SPACE_DISTRIBUTION | VARCHAR2 | (1) | Y | Automatic Space Distribution option |
AUTO_COMP_NUM_GEN | VARCHAR2 | (1) | Y | Automatic Company Number Generation option |
AUTO_LEASE_NUM_GEN | VARCHAR2 | (1) | Y | Automatic Lease Number Generation option |
AUTO_INDEX_NUM_GEN | VARCHAR2 | (1) | Y | Automatic Rent Increase Number Generation option |
AUTO_VAR_RENT_NUM_GEN | VARCHAR2 | (1) | Y | Automatic Variable Rent Number Generation option |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated 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). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LOCATION_CODE_SEPARATOR | VARCHAR2 | (2) | The separator used while defining the Location Codes | |
AUTO_REC_AGR_NUM_FLAG | VARCHAR2 | (1) | Y | Automatic Recovery Agreement Number Generation option |
AUTO_REC_EXP_NUM_FLAG | VARCHAR2 | (1) | Y | Automatic Recovery Expense Number Generation option |
AUTO_REC_ARCL_NUM_FLAG | VARCHAR2 | (1) | Y | Automatic Recovery Area Class Number Generation option |
AUTO_REC_EXPCL_NUM_FLAG | VARCHAR2 | (1) | Y | Automatic Recovery Expense Class Number Generation option |
CONS_REC_AGRTERMS_FLAG | VARCHAR2 | (1) | Y | Consolidate Recovery Agreement Terms option |
DEFAULT_LOCN_AREA_FLAG | VARCHAR2 | (1) | Y | Default location area for leases. |
GROUPING_RULE_ID | NUMBER | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the setup option. | ||
GL_TRANSFER_MODE | VARCHAR2 | (30) | The mode by which accounting information is transferred to General Ledger. | |
SUBMIT_JOURNAL_IMPORT_FLAG | VARCHAR2 | (1) | Flag to indicate whether the Submit the Journal Import concurrent program is called automatically once data is transferred to General Ledger. | |
LEGACY_DATA_CUTOFF_DATE | DATE | The cutoff date to switch from a legacy system to Oracle Property Manager | ||
EXTEND_INDEXRENT_TERM_FLAG | VARCHAR2 | (1) | Y | Extend index rent terms when leases are extended |
SYSDATE_FOR_ADJ_FLAG | VARCHAR2 | (1) | Indicates if the adjustments will be created in the month of the system date. | |
SYSDATE_AS_TRX_DATE_FLAG | VARCHAR2 | (1) | Indicates if the system date will be used as the transaction date for the adjustment items. | |
RENORM_ADJ_ACC_ALL_DRAFT_FLAG | VARCHAR2 | (1) | Indicates if the renormalization will be done across all the available draft schedules. | |
CONSOLIDATE_ADJ_ITEMS_FLAG | VARCHAR2 | (1) | Indicates if the adjustments should be consolidated into one item. | |
DEFAULT_USER_VIEW_CODE | VARCHAR2 | (30) | Default user view. The value can be either Tenant or Landlord. | |
CALC_ANNUALIZED_BASIS_CODE | VARCHAR2 | (30) | Determines the terms to be considered for calculating the annualized basis amount in Index Rent agreements. | |
ALLOW_TENANCY_OVERLAP_FLAG | VARCHAR2 | (1) | Y | Allow overlapping tenancies for the same location in a lease |
RECALC_IR_ON_ACC_CHG_FLAG | VARCHAR2 | (1) | Y | Recalculate rent increase agreements for changes to account attributes |
SMALLEST_TERM_AMOUNT | NUMBER | The threshold amount required for a term to be created. | ||
INCL_TERMS_BY_DEFAULT_FLAG | VARCHAR2 | (1) | Y | Flag indicating if rent increase terms are to be included by default. |
PN.PN_SYSTEM_SETUP_OPTIONS does not reference any database object
PN.PN_SYSTEM_SETUP_OPTIONS is referenced by following:
Description: | Information on leased or subleased locations |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_TENANCIES_ALL.LEASE_ID | PN_LEASES_ALL |
PN_TENANCIES_ALL.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_TENANCIES_ALL.LOCATION_ID | PN_LOCATIONS_ALL |
PN_TENANCIES_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_TENANCIES_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_TENANCIES_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_SPACE_ASSIGN_CUST_ALL.TENANCY_ID | PN_TENANCIES_ALL |
PN_SPACE_ASSIGN_CUST_ALL.TENANCY_ID | PN_TENANCIES_ALL |
PN_TENANCIES_HISTORY.TENANCY_ID | PN_TENANCIES_ALL |
PN_TENANCIES_ALL stores information on leased or subleased locations. The table captures the tenancy occupancy and expiration dates along with additional lease clauses.
This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_TENANCIES_U1 | UNIQUE | APPS_TS_TX_IDX | TENANCY_ID |
PN_TENANCIES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
PN_TENANCIES_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TENANCY_ID | NUMBER | Y | Uniquely identifies the tenancy in a lease. The value is populated using sequence PN_TENANCIES_S | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_ID | NUMBER | Y | Associates the location in PN_LOCATIONS_ALL with the tenancy row | |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the tenancy row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend or edit row in PN_LEASE_CHANGES_ALL with the tenancy row | |
TENANCY_USAGE_LOOKUP_CODE | VARCHAR2 | (30) | Y | The type of tenancy usage, such as office space, retail space, etc. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = 'PN_TENANCY_USAGE_TYPE' |
PRIMARY_FLAG | VARCHAR2 | (30) | Y | Identifies whether the location occupied is primary or not. Valid values: Y - Primary, N - Not Primary |
ESTIMATED_OCCUPANCY_DATE | DATE | Estimated occupancy date | ||
OCCUPANCY_DATE | DATE | Occupancy date | ||
EXPIRATION_DATE | DATE | Expiration date | ||
ASSIGNABLE_FLAG | VARCHAR2 | (30) | Identifies whether the location in tenancy is assignable or not. Valid values: Y - Assignable, N - Not Assignable | |
SUBLEASEABLE_FLAG | VARCHAR2 | (30) | Identify whether the location in tenancy can be subleased or not. Valid values: Y - Subleaseable, N- Not Subleaseable | |
TENANTS_PROPORTIONATE_SHARE | NUMBER | Tenant's proportionate share of the location in tenancy | ||
STATUS | VARCHAR2 | (1) | Y | Identifies whether the tenancy row is active or inactive. Valid values: A - Active, I - Inactive |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of a tenant for recovery purposes | |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Identifies the type of space for recovery purposes | |
FIN_OBLIG_END_DATE | DATE | Date until which the customer is financially responsible for recovery charges | ||
CUSTOMER_ID | NUMBER | (15) | Identifies the customer occupying the location | |
CUSTOMER_SITE_USE_ID | NUMBER | (15) | Identifies the customer bill site for recovery purposes | |
LEASE_RENTABLE_AREA | NUMBER | Rentable area for the lease. | ||
LEASE_USABLE_AREA | NUMBER | Usable area for the lease. | ||
LEASE_ASSIGNABLE_AREA | NUMBER | Assignable area for the lease. | ||
LEASE_LOAD_FACTOR | NUMBER | Load factor for the lease. | ||
LOCATION_RENTABLE_AREA | NUMBER | Rentable area for the location. | ||
LOCATION_USABLE_AREA | NUMBER | Usable area for the location. | ||
LOCATION_ASSIGNABLE_AREA | NUMBER | Assignable area for the location. | ||
LOCATION_LOAD_FACTOR | NUMBER | Load factor for the location. | ||
ALLOCATED_AREA | NUMBER | Area of location occupied by the tenant | ||
ALLOCATED_AREA_PCT | NUMBER | Percent location occupied by the tenant |
PN.PN_TENANCIES_ALL does not reference any database object
PN.PN_TENANCIES_ALL is referenced by following:
Description: | Track changes in the leased or subleased locations |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_TENANCIES_HISTORY.LEASE_ID | PN_LEASES_ALL |
PN_TENANCIES_HISTORY.LEASE_CHANGE_ID | PN_LEASE_CHANGES_ALL |
PN_TENANCIES_HISTORY.LOCATION_ID | PN_LOCATIONS_ALL |
PN_TENANCIES_HISTORY.TENANCY_ID | PN_TENANCIES_ALL |
PN_TENANCIES_HISTORY.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_TENANCIES_HISTORY.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_TENANCIES_HISTORY tracks changes in the leased or subleased locations. A row is created in this table when the tenancy information is altered by means of an amendment or an edit to the lease
This table is not partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_TENANCIES_HISTORY_U1 | UNIQUE | APPS_TS_TX_IDX | TENANCY_HISTORY_ID |
PN_TENANCIES_HISTORY_N1 | NONUNIQUE | APPS_TS_TX_IDX | TENANCY_ID |
PN_TENANCIES_HISTORY_N2 | NONUNIQUE | APPS_TS_TX_IDX |
LEASE_ID
LEASE_CHANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TENANCY_HISTORY_ID | NUMBER | Y | Uniquely identifies the tenancy history row. The value is populated using sequence PN_TENANCIES_HISTORY_S | |
NEW_LEASE_CHANGE_ID | NUMBER | Y | Associates the row in PN_LEASE_CHANGES_ALL with its corresponding tenancy history row. When a row is modified in PN_LEASE_DETAILS_ALL as a result of an amendment or an edit to the lease, this field is updated with lease_change_id. The purpose is to associate the new amendment or edit row with the previous state of the lease tenancy row. | |
TENANCY_ID | NUMBER | Y | Associates the tenancy row in PN_TENANCIES_ALL with the history row | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_ID | NUMBER | Y | Associates the location row in PN_LOCATIONS_ALL with the history row. Stores the most recent value immediately prior to being changed in PN_TENANCIES_ALL as a result of an amendment or an edit. | |
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the tenancy history row | |
LEASE_CHANGE_ID | NUMBER | Y | Associates the lease, amend or edit row in PN_LEASE_CHANGES_ALL with the tenancy history row | |
TENANCY_USAGE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Stores the most recent value for the tenancy usage type immediately prior to being changed in PN_TENANCIES_ALL as a result of an amendment or an edit |
PRIMARY_FLAG | VARCHAR2 | (30) | Y | Stores the most recent primary flag value immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit |
ESTIMATED_OCCUPANCY_DATE | DATE | Stores the most recent value for the estimated occupancy date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | ||
OCCUPANCY_DATE | DATE | Stores the most recent value for the tenancy occupancy date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | ||
EXPIRATION_DATE | DATE | Stores the most recent value for the tenancy expiration date immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | ||
ASSIGNABLE_FLAG | VARCHAR2 | (30) | Stores the most recent value for the tenancy assignable flag immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | |
SUBLEASEABLE_FLAG | VARCHAR2 | (30) | Stores the most recent value for the tenancy subleaseable flag immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | |
TENANTS_PROPORTIONATE_SHARE | NUMBER | Stores the most recent value for the tenant's proportionate share immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit | ||
STATUS | VARCHAR2 | (1) | Y | Stores the most recent value for the tenancy status immediately before it is changed in PN_TENANCIES_ALL as a result of an amendment or an edit |
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 | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of tenant for recovery purposes | |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Identifies the type of space for recovery purposes | |
FIN_OBLIG_END_DATE | DATE | Date until which the customer is financially responsible for recovery charges | ||
CUSTOMER_ID | NUMBER | (15) | Identifies the customer occupying the location | |
CUSTOMER_SITE_USE_ID | NUMBER | (15) | Identifies the customer bill site for recovery purposes | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LEASE_RENTABLE_AREA | NUMBER | Rentable area for the lease. | ||
LEASE_USABLE_AREA | NUMBER | Usable area for the lease. | ||
LEASE_ASSIGNABLE_AREA | NUMBER | Assignable area for the lease. | ||
LEASE_LOAD_FACTOR | NUMBER | Load factor for the lease. | ||
LOCATION_RENTABLE_AREA | NUMBER | Rentable area for the location. | ||
LOCATION_USABLE_AREA | NUMBER | Usable area for the location. | ||
LOCATION_ASSIGNABLE_AREA | NUMBER | Assignable area for the location. | ||
LOCATION_LOAD_FACTOR | NUMBER | Load factor for the location. |
PN.PN_TENANCIES_HISTORY does not reference any database object
PN.PN_TENANCIES_HISTORY is referenced by following:
Description: | PN_TERM_TEMPLATES_ALL stores the payment/billing term details defaults. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_TERM_TEMPLATES_ALL.SET_OF_BOOKS_ID | GL_SETS_OF_BOOKS_11I |
PN_TERM_TEMPLATES_ALL.CUSTOMER_ID | HZ_CUST_ACCOUNTS |
PN_TERM_TEMPLATES_ALL.CUSTOMER_SITE_USE_ID | HZ_CUST_SITE_USES_ALL |
PN_TERM_TEMPLATES_ALL.CUST_SHIP_SITE_ID | HZ_CUST_SITE_USES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_DISTRIBUTIONS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_INDEX_LEASES_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_REC_AGREEMENTS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_DISTRIBUTIONS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_VAR_RENTS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_PAYMENT_TERMS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
PN_TERM_TEMPLATES_ALL stores the payment/billing term details defaults like Supplier/Customer information, Distribution accounts, Project related information etc.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_TERM_TEMPLATES_U1 | UNIQUE | APPS_TS_TX_IDX | NAME |
PN_TERM_TEMPLATES_U2 | UNIQUE | APPS_TS_TX_IDX | TERM_TEMPLATE_ID |
PN_TERM_TEMPLATES_N1 | NONUNIQUE | APPS_TS_TX_IDX | LOCATION_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_TEMPLATE_ID | NUMBER | Y | Uniquely identifies the Term Template row.The value is populated using sequence PN_TERM_TEMPLATES_S. | |
NAME | VARCHAR2 | (100) | Y | Term template name. |
SET_OF_BOOKS_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the row in this table. | |
CURRENCY_CODE | VARCHAR2 | (30) | Functional Currency Code. | |
NORMALIZE | VARCHAR2 | (1) | Normalize flag. | |
SCHEDULE_DAY | NUMBER | Day of the month for which schedules are to be created. | ||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Identifies the purpose of the term for example rent,operating expense etc. The value is derived from the lookup_code in FND_LOOKUPS where lookup_type=PN_PAYMENT_PURPOSE_TYPE. | |
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of the term, for example base rent,escalation etc. The value is derived from the lookup_code in FND_LOOKUPS where lookup_type=PN_PAYMENT_TERM_TYPE. | |
ACCRUAL_ACCOUNT_ID | NUMBER | Accrual Account Id. | ||
PROJECT_ID | NUMBER | Project Id for calculating Account Id in AP. | ||
TASK_ID | NUMBER | Task Id for calculating Account Id in AP. | ||
ORGANIZATION_ID | NUMBER | Organization Id for calculating Account Id in AP. | ||
EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type for calculating Account Id in AP. | |
EXPENDITURE_ITEM_DATE | DATE | Expenditure Item Date for calculating Account Id in AP. | ||
VENDOR_ID | NUMBER | Supplier identifier. | ||
VENDOR_SITE_ID | NUMBER | Supplier site identifier. | ||
CUSTOMER_ID | NUMBER | Customer identifier. | ||
CUSTOMER_SITE_USE_ID | NUMBER | Customer Site Id for customer bill to site. | ||
CUST_SHIP_SITE_ID | NUMBER | Customer Site Id for customer ship to site. | ||
AP_AR_TERM_ID | NUMBER | Payment Term Id for calculation of Due Date. | ||
CUST_TRX_TYPE_ID | NUMBER | Transaction Type Id to be passed to AR. | ||
TAX_GROUP_ID | NUMBER | Tax Group Id for AP. | ||
TAX_CODE_ID | NUMBER | Tax Code Id to be passed to AP/AR. | ||
DISTRIBUTION_SET_ID | NUMBER | Distribution Set Id to be passed into AP. | ||
INV_RULE_ID | NUMBER | Invoice Rule Id to be passed to AR. | ||
ACCOUNT_RULE_ID | NUMBER | Accounting Rule Id to be passed into AR. | ||
SALESREP_ID | NUMBER | Salesperson Id to be passed to AR. | ||
TAX_INCLUDED | VARCHAR2 | (1) | Tax Included is an indicator to show whether tax is included or not. | |
PO_HEADER_ID | NUMBER | Purchase Order header ID. | ||
CUST_PO_NUMBER | VARCHAR2 | (50) | Purchase Order number | |
RECEIPT_METHOD_ID | NUMBER | Receipt method Identifier. | ||
ACTIVE | VARCHAR2 | (1) | Active Flag. | |
DESCRIPTION | VARCHAR2 | (100) | Description. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LOCATION_ID | NUMBER | (15) | Location id of a location associated with TERM TEMPLATE. | |
TERM_TEMPLATE_TYPE | VARCHAR2 | (30) | Identifies the type of the term template. The term template can be of type Billing or Payment. | |
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | Tax classification code for payment term | |
INCLUDE_IN_VAR_RENT | VARCHAR2 | (1) | Not used |
PN.PN_TERM_TEMPLATES_ALL does not reference any database object
PN.PN_TERM_TEMPLATES_ALL is referenced by following:
Description: | Stores recurring abatements information for an invoice. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_ABATEMENTS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_VAR_ABATEMENTS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
PN_VAR_ABATEMENTS_ALL.PAYMENT_TERM_ID | PN_PAYMENT_TERMS_ALL |
PN_VAR_ABATEMENTS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_ABATEMENTS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
Stores information about the main lease payment/billing terms to be used for calculating the recurring abatement amount applicable to an invoice. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_ABATEMENTS_U1 | UNIQUE | APPS_TS_TX_IDX | VAR_ABATEMENT_ID |
PN_VAR_ABATEMENTS_U2 | UNIQUE | APPS_TS_TX_IDX |
PAYMENT_TERM_ID
VAR_RENT_INV_ID VAR_RENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_ABATEMENT_ID | NUMBER | Y | Uniquely identifies the abatements row | |
VAR_RENT_INV_ID | NUMBER | Y | This column is associated with var_rent_inv_id in the pn_var_rent_inv table | |
PAYMENT_TERM_ID | NUMBER | Y | This column is associated with payment_term_id in the pn_payment_terms table | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
ORG_ID | NUMBER | (15) | Organization identifier | |
VAR_RENT_ID | NUMBER | (15) | Y | Identifier of the variable rent agreement |
INCLUDE_TERM | VARCHAR2 | (1) | Code specifying whether abatements or allowances are to be applied to this payment. | |
INCLUDE_INCREASES | VARCHAR2 | (1) | Code specifying whether abatements or allowances are to be applied to rent increases on this payment. | |
UPDATE_FLAG | VARCHAR2 | (1) | Flag indicating if the payment has been updated. |
PN.PN_VAR_ABATEMENTS_ALL does not reference any database object
PN.PN_VAR_ABATEMENTS_ALL is referenced by following:
Description: | This table stores setup information for abatements and allowances. |
---|
PN_VAR_ABAT_DEFAULTS_ALL stores default setup information for abatements and allowances.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_ABAT_DEFAULTS_U1 | UNIQUE | APPS_TS_TX_IDX | ABATEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ABATEMENT_ID | NUMBER | Y | Identifier of the abatement or allowance | |
VAR_RENT_ID | NUMBER | Identifier of the variable rent agreement | ||
START_DATE | DATE | Start date for applying abatement or allowance | ||
END_DATE | DATE | End date for applying abatement or allowance | ||
TYPE_CODE | VARCHAR2 | (30) | Code specifying abatement type: (AB=fixed abatement, AL=rolling allowance) | |
AMOUNT | NUMBER | Allowance or abatement amount | ||
ALLOWANCE_APPLIED | NUMBER | Amount of rolling allowance applied | ||
DESCRIPTION | VARCHAR2 | (2000) | Description of the allowance or abatement | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
COMMENTS | VARCHAR2 | (2000) | Cooments related to Abatements | |
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_ABAT_DEFAULTS_ALL does not reference any database object
PN.PN_VAR_ABAT_DEFAULTS_ALL is referenced by following:
Description: | This table stores setup information for breakpoint details by organization. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_DET_ALL.BKDT_DEFAULT_ID | PN_VAR_BKDT_DEFAULTS_ALL |
PN_VAR_BKDT_DEFAULTS_ALL stores setup information for breakpoint details by organization.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_BKDT_DEFAULTS_U1 | UNIQUE | APPS_TS_TX_IDX | BKDT_DEFAULT_ID |
PN_VAR_BKDT_DEFAULTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | BKHD_DEFAULT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BKDT_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint detail setup record | |
BKDT_DETAIL_NUM | NUMBER | Y | Number of the breakpoint detail | |
BKHD_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint for this breakpoint detail | |
BKDT_START_DATE | DATE | Start date of the breakpoint detail | ||
BKDT_END_DATE | DATE | End date of the breakpoint detail | ||
PERIOD_BKPT_VOL_START | NUMBER | Start of period volume range for the breakpoint detail | ||
PERIOD_BKPT_VOL_END | NUMBER | End of period volume range for the breakpoint detail | ||
GROUP_BKPT_VOL_START | NUMBER | Start of group volume range for the breakpoint detail | ||
GROUP_BKPT_VOL_END | NUMBER | End of group volume range for the breakpoint detail | ||
BKPT_RATE | NUMBER | Rate to be applied to overage | ||
BKPT_DET_TEMPLATE_ID | NUMBER | Not used | ||
PROCESSED_FLAG | NUMBER | Not used | ||
VAR_RENT_ID | NUMBER | Identifier of the variable rent agreement | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ANNUAL_BASIS_AMOUNT | NUMBER | Annual basis amount for natural breakpoint | ||
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_BKDT_DEFAULTS_ALL does not reference any database object
PN.PN_VAR_BKDT_DEFAULTS_ALL is referenced by following:
Description: | This table stores setup information for breakpoints by organization. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_HEAD_ALL.BKHD_DEFAULT_ID | PN_VAR_BKHD_DEFAULTS_ALL |
Breakpoint Header defaults
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_BKHD_DEFAULTS_U1 | UNIQUE | APPS_TS_TX_IDX | BKHD_DEFAULT_ID |
PN_VAR_BKHD_DEFAULTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | LINE_DEFAULT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BKHD_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint setup record | |
BKHD_DETAIL_NUM | NUMBER | Y | Number of the breakpoint | |
LINE_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint line | |
BKHD_START_DATE | DATE | Start date of the breakpoint | ||
BKHD_END_DATE | DATE | End date of the breakpoint | ||
BREAK_TYPE | VARCHAR2 | (30) | Specifies whether the breakpoint is natural or artificial | |
BASE_RENT_TYPE | VARCHAR2 | (30) | Not used | |
NATURAL_BREAK_RATE | NUMBER | Natural break rate | ||
BASE_RENT | NUMBER | Not used | ||
BREAKPOINT_TYPE | VARCHAR2 | (30) | Specifies the type of artificial breakpoint and the treatment for the artificial breakpoint range | |
BREAKPOINT_LEVEL | VARCHAR2 | (30) | Not used | |
LINE_TEMPLATE_ID | NUMBER | Not used | ||
BKPT_HEAD_TEMPLATE_ID | NUMBER | Not used | ||
AGREEMENT_TEMPLATE_ID | NUMBER | Not used | ||
PROCESSED_FLAG | NUMBER | Not used | ||
VAR_RENT_ID | NUMBER | Identifier of the variable rent agreement | ||
BKPT_UPDATE_FLAG | VARCHAR2 | (1) | Flag indicating if records in the PN_VAR_TRANSACTIONS_ALL table need to be updated for breakpoint | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_BKHD_DEFAULTS_ALL does not reference any database object
PN.PN_VAR_BKHD_DEFAULTS_ALL is referenced by following:
Description: | Stores breakpoint related information to be used in the calculation of variable rent for each line item. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_DET_ALL.BKPT_HEADER_ID | PN_VAR_BKPTS_HEAD_ALL |
PN_VAR_BKPTS_DET_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_BKPTS_DET_ALL.BKDT_DEFAULT_ID | PN_VAR_BKDT_DEFAULTS_ALL |
PN_VAR_BKPTS_DET_ALL.BKPT_HEADER_ID | PN_VAR_BKPTS_HEAD_ALL |
Stores breakpoint related information to be used in the calculation of variable rent for each line item such as type of breakpoint, base rent, break rate.This table stores the header information for the header details. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_BKPTS_DET_U1 | UNIQUE | APPS_TS_TX_IDX | BKPT_DETAIL_ID |
PN_VAR_BKPTS_DET_N1 | NONUNIQUE | APPS_TS_TX_IDX | BKPT_HEADER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BKPT_DETAIL_ID | NUMBER | Y | Uniquely identifies the breakpoints detail row. | |
BKPT_DETAIL_NUM | NUMBER | Y | Unique number of a breakpoints detail row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
BKPT_HEADER_ID | NUMBER | Associates the details row with a header row. | ||
PERIOD_BKPT_VOL_START | NUMBER | Y | Start of break point volume range for the period. | |
PERIOD_BKPT_VOL_END | NUMBER | End of break point volume range for the period. | ||
GROUP_BKPT_VOL_START | NUMBER | Y | Start of break point volume range for the group date. | |
GROUP_BKPT_VOL_END | NUMBER | End of break point volume range for the group date. | ||
BKPT_RATE | NUMBER | Y | Rate used in calculation of the variable rent. | |
COMMENTS | VARCHAR2 | (2000) | Comments related to the breakpoints detail row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
BKPT_START_DATE | DATE | Default start date of breakpoint detail. | ||
BKPT_END_DATE | DATE | Default end date of breakpoint detail pjretro. | ||
BKDT_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint detail setup record. | |
VAR_RENT_ID | NUMBER | Y | Identifier of the variable rent agreement . | |
ANNUAL_BASIS_AMOUNT | NUMBER | Basis amount used to calculate natural breakpoint. |
PN.PN_VAR_BKPTS_DET_ALL does not reference any database object
PN.PN_VAR_BKPTS_DET_ALL is referenced by following:
Description: | Stores breakpoint related detail information to be used in the calculation of variable rent for each line item. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_HEAD_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_BKPTS_HEAD_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_BKPTS_HEAD_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_BKPTS_HEAD_ALL.BKHD_DEFAULT_ID | PN_VAR_BKHD_DEFAULTS_ALL |
PN_VAR_BKPTS_HEAD_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_DET_ALL.BKPT_HEADER_ID | PN_VAR_BKPTS_HEAD_ALL |
PN_VAR_BKPTS_DET_ALL.BKPT_HEADER_ID | PN_VAR_BKPTS_HEAD_ALL |
Stores breakpoint related detail information to be used in the calculation of variable rent for each line item such as the ranges in volume and the break rate to be applied. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_BKPTS_HEAD_U1 | UNIQUE | APPS_TS_TX_IDX | BKPT_HEADER_ID |
PN_VAR_BKPTS_HEAD_U2 | UNIQUE | APPS_TS_TX_IDX | LINE_ITEM_ID |
PN_VAR_BKPTS_HEAD_N1 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BKPT_HEADER_ID | NUMBER | Y | Uniquely identifies the Breakpoints Header row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LINE_ITEM_ID | NUMBER | Associates the line item row in PN_VAR_LINES_ALL with the Breakpoints Header row. | ||
PERIOD_ID | NUMBER | Associates the period row in PN_VAR_PERIODS_ALL with the Breakpoints Header row. | ||
BREAK_TYPE | VARCHAR2 | (30) | Y | Identifies the type of the breakpoint. Has two choices natural or artificial. |
BASE_RENT_TYPE | VARCHAR2 | (30) | Identifies the type of base rent used for the calculation of breakpoint. | |
NATURAL_BREAK_RATE | NUMBER | Rate used for the calculation of natural breakpoint. | ||
BASE_RENT | NUMBER | The actual rent amount tenants pay. | ||
BREAKPOINT_TYPE | VARCHAR2 | (30) | Y | The type of breakpoint. Has three choices Stratified, Sliding and Flat. |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
BKHD_START_DATE | DATE | Start date of the breakpoint. | ||
BKHD_END_DATE | DATE | End date of the breakpoint | ||
BKHD_DEFAULT_ID | NUMBER | Y | Identifier of the breakpoint | |
VAR_RENT_ID | NUMBER | Identifier of the variable rent agreement. |
PN.PN_VAR_BKPTS_HEAD_ALL does not reference any database object
PN.PN_VAR_BKPTS_HEAD_ALL is referenced by following:
Description: | Stores constraints to be applied to a period for the calculation of variable rent. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_CONSTRAINTS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_CONSTRAINTS_ALL.CONSTR_TEMPLATE_ID | PN_VAR_CONSTR_TEMPLATES_ALL |
PN_VAR_CONSTRAINTS_ALL.CONSTR_DEFAULT_ID | PN_VAR_CONSTR_DEFAULTS_ALL |
PN_VAR_CONSTRAINTS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_CONSTRAINTS_ALL.AGREEMENT_TEMPLATE_ID | PN_VAR_TEMPLATES_ALL |
Stores constraints to be applied to a period for the calculation of variable rent,constraint type and classification. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_CONSTRAINTS_U1 | UNIQUE | APPS_TS_TX_IDX | CONSTRAINT_ID |
PN_VAR_CONSTRAINTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONSTRAINT_ID | NUMBER | Y | Uniquely identifies the constraint row. | |
CONSTRAINT_NUM | NUMBER | Y | Unique number of a constraint row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PERIOD_ID | NUMBER | Associates the constraints row with a periods row from the PN_VAR_PERIODS_ALL. | ||
CONSTR_CAT_CODE | VARCHAR2 | (30) | Identifies the constraint category.The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_CONSTR_CATEGORY. | |
TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the constraint type. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_MAX_MIN. |
AMOUNT | NUMBER | Constraint Amount. | ||
COMMENTS | VARCHAR2 | (2000) | Comments related to the Constraints row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
AGREEMENT_TEMPLATE_ID | NUMBER | Identifier of the agreement template. | ||
CONSTR_TEMPLATE_ID | NUMBER | not used | ||
CONSTR_DEFAULT_ID | NUMBER | Identifier of the constraint setup record. | ||
CONSTR_START_DATE | DATE | Default start date of the constraint. | ||
CONSTR_END_DATE | DATE | Default end date of the constraint. |
PN.PN_VAR_CONSTRAINTS_ALL does not reference any database object
PN.PN_VAR_CONSTRAINTS_ALL is referenced by following:
Description: | This table stores setup information for constraints by organization. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_CONSTRAINTS_ALL.CONSTR_DEFAULT_ID | PN_VAR_CONSTR_DEFAULTS_ALL |
Constraints defaults
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_CONSTR_DEFAULTS_U1 | UNIQUE | APPS_TS_TX_IDX | CONSTR_DEFAULT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONSTR_DEFAULT_ID | NUMBER | Y | Identifier of the constraints setup record | |
CONSTR_DEFAULT_NUM | NUMBER | Y | Number of the constraint | |
VAR_RENT_ID | NUMBER | Y | Identifier of the variable rent agreement | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
AGREEMENT_TEMPLATE_ID | NUMBER | Not used | ||
CONSTR_TEMPLATE_ID | NUMBER | Not used | ||
CONSTR_START_DATE | DATE | Start date of the constraint | ||
CONSTR_END_DATE | DATE | End date of the constraint | ||
CONSTR_CAT_CODE | VARCHAR2 | (30) | Y | Code specifying constraint category |
TYPE_CODE | VARCHAR2 | (30) | Code specifying whether the constraint is a maximum or minimum constraint | |
AMOUNT | NUMBER | Constraint amount | ||
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_CONSTR_DEFAULTS_ALL does not reference any database object
PN.PN_VAR_CONSTR_DEFAULTS_ALL is referenced by following:
Description: | Constraints Templates |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_CONSTRAINTS_ALL.CONSTR_TEMPLATE_ID | PN_VAR_CONSTR_TEMPLATES_ALL |
Constraints Templates
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_CONSTR_TEMPLATES_U1 | UNIQUE | APPS_TS_TX_IDX | CONSTR_TEMPLATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONSTR_TEMPLATE_ID | NUMBER | Y | Uniquely identifies the constraint template row. | |
CONSTR_DETAIL_NUM | NUMBER | Y | Unique number of a constraint template detail row. | |
AGREEMENT_TEMPLATE_ID | NUMBER | Y | Associates the breakpoint template details row with the agreement template row. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
CONSTR_CAT_CODE | VARCHAR2 | (30) | Identifies the constraint category.The value is derived from lookup_code in FND_LOOKUPS where lookup_type =PN_CONSTR_CATEGORY. | |
TYPE_CODE | VARCHAR2 | (30) | Constraint template type_code . | |
AMOUNT | NUMBER | Constraint template amount. | ||
COMMENTS | VARCHAR2 | (2000) | Comments related to the constraint template row. | |
ORG_ID | NUMBER | (15) | Operating Unit Identifier. |
PN.PN_VAR_CONSTR_TEMPLATES_ALL does not reference any database object
PN.PN_VAR_CONSTR_TEMPLATES_ALL is referenced by following:
Description: | Stores deductions to be applied to each line item for calculation of variable rent. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_DEDUCTIONS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_DEDUCTIONS_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_DEDUCTIONS_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_DEDUCTIONS_ALL.GL_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_VAR_DEDUCTIONS_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
Stores deductions to be applied to each line item for calculation of variable rent, deduction type, related start and end dates, deduction type and account information.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_DEDUCTIONS_U1 | UNIQUE | APPS_TS_TX_IDX | DEDUCTION_ID |
PN_VAR_DEDUCTIONS_N1 | NONUNIQUE | APPS_TS_TX_IDX | GRP_DATE_ID |
PN_VAR_DEDUCTIONS_N2 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
PN_VAR_DEDUCTIONS_N3 | NONUNIQUE | APPS_TS_TX_IDX | LINE_ITEM_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEDUCTION_ID | NUMBER | Y | Uniquely identifies the deductions row. | |
DEDUCTION_NUM | NUMBER | Y | Unique number of a deductions row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LINE_ITEM_ID | NUMBER | Associates the deductions row with a lines row in PN_VAR_LINES_ALL. | ||
PERIOD_ID | NUMBER | Associates the deductions row with a period row in PN_VAR_PERIODS_ALL. | ||
START_DATE | DATE | Y | Deduction start date from which deduction will be applicable to variable rent. | |
END_DATE | DATE | Y | Deduction end date before which deduction will be applicable to variable rent. | |
GRP_DATE_ID | NUMBER | Associates the deductions row with a group date row in PN_VAR_GRP_DATES_ALL. | ||
GROUP_DATE | DATE | Y | Group date selected from PN_VAR_GRP_DATES_ALL based on Deduction start date and Deduction end date. | |
INVOICING_DATE | DATE | Y | Invoicing date selected from PN_VAR_GRP_DATES_ALL based on Deduction start date and Deduction end date. | |
GL_ACCOUNT_ID | NUMBER | Associates the account id in GL_CODE_COMBINATIONS table with the deductions row. | ||
DEDUCTION_TYPE_CODE | VARCHAR2 | (30) | Identifies the deduction type.The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_DEDUCTION_TYPE. | |
DEDUCTION_AMOUNT | NUMBER | Y | Deduction Amount. | |
EXPORTED_CODE | VARCHAR2 | (1) | Y | Identifies if a variable rent amount has been exported using this deduction amount. |
COMMENTS | VARCHAR2 | (2000) | Comments related to the deductions row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_VAR_DEDUCTIONS_ALL does not reference any database object
PN.PN_VAR_DEDUCTIONS_ALL is referenced by following:
Description: | This table stores deduction data that was modified during batch import. |
---|
PN_VAR_DEDUCT_ARCH_ALL stores deduction data that was modified during batch import.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_DEDUCT_ARCH_U1 | UNIQUE | APPS_TS_TX_IDX | DEDUCT_ARCH_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEDUCT_ARCH_ID | NUMBER | Y | Identifier of the deduction archive | |
DEDUCTION_ID | NUMBER | Y | Identifier of the deduction | |
DEDUCTION_NUM | NUMBER | Y | Number of the deduction | |
HIST_LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
HIST_LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
HIST_CREATION_DATE | DATE | Y | Standard Who column | |
HIST_CREATED_BY | NUMBER | Y | Standard Who column | |
HIST_LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
LINE_ITEM_ID | NUMBER | Identifier of the line in the PN_VAR_LINES_ALL table for this deduction | ||
PERIOD_ID | NUMBER | Identifier of the period in the PN_VAR_PERIODS_ALL table for this deduction | ||
START_DATE | DATE | Y | Start date for applying deduction to variable rent | |
END_DATE | DATE | Y | End date for applying deduction to variable rent | |
GRP_DATE_ID | NUMBER | Identifier of the group date in the PN_VAR_GRP_DATES_ALL table for this deduction | ||
GROUP_DATE | DATE | Y | Group date in the PN_VAR_GRP_DATES_ALL table that is based on the dates for this deduction | |
INVOICING_DATE | DATE | Y | Invoice date in the PN_VAR_GRP_DATES_ALL table that is based on the dates for this deduction | |
GL_ACCOUNT_ID | NUMBER | Identifier of the account in the GL_CODE_COMBINATIONS table for this deduction | ||
DEDUCTION_TYPE_CODE | VARCHAR2 | (30) | Code specifying deduction type | |
DEDUCTION_AMOUNT | NUMBER | Y | Deduction Amount. | |
EXPORTED_CODE | VARCHAR2 | (1) | Y | Code specifying whether this deduction has been used in an exported variable rent |
COMMENTS | VARCHAR2 | (2000) | Comments for this deduction | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield segment | |
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 | |
HIST_ORG_ID | NUMBER | (15) | Identifier of the operating unit for this deduction | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | Identifier of the operating unit for the deduction archive |
PN.PN_VAR_DEDUCT_ARCH_ALL does not reference any database object
PN.PN_VAR_DEDUCT_ARCH_ALL is referenced by following:
Description: | Stores critical dates related to the variable rent agreement generated by the periods generation program. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_GRP_DATES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_GRP_DATES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_GRP_DATES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_DEDUCTIONS_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_VOL_HIST_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_RENT_SUMM_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_RENT_SUMM_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_VOL_HIST_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
Stores critical dates related to the variable rent agreement generated by the periods generation program based on information from PN_VAR_DATES_ALL table such as group start and end dates, invoice start and end dates, group date ,invoice date, proration factor. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_GRP_DATES_U1 | UNIQUE | APPS_TS_TX_IDX | GRP_DATE_ID |
PN_VAR_GRP_DATES_N1 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
PN_VAR_GRP_DATES_N2 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GRP_DATE_ID | NUMBER | Y | Uniquely identifies the Group Dates row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
VAR_RENT_ID | NUMBER | Y | Associates the group dates row with a variable rent row in PN_VAR_RENTS_ALL. | |
PERIOD_ID | NUMBER | Y | Associates the group dates row with a period row in PN_VAR_PERIODS_ALL. | |
GRP_START_DATE | DATE | Start date for group date based on the information from PN_VAR_RENT_DATES_ALL.Generated by the generate periods program. | ||
GRP_END_DATE | DATE | End date for group date based on the information from PN_VAR_RENT_DATES_ALL.Generated by the generate periods program. | ||
GROUP_DATE | DATE | Date derived from the variable rent dates table.Generated by the generate periods program. | ||
REPTG_DUE_DATE | DATE | Reporting due date derived from the variable rent dates table. Generated by the generate periods program. | ||
INV_START_DATE | DATE | Invoice start date for invoice date based on the information from PN_VAR_RENT_DATES_ALL. Generated by the generate periods program. | ||
INV_END_DATE | DATE | Invoice end date for invoice date based on the information fromPN_VAR_RENT_DATES_ALL. Generated by the generate periods program. | ||
INVOICE_DATE | DATE | Date derived from the variable rent dates table. Generated by the generate periods program. | ||
INV_SCHEDULE_DATE | DATE | Invocing schedule date derived from the variable rent dates table. Generated by the generate periods program. | ||
PRORATION_FACTOR | NUMBER | A fractional value not greater than 1 indicating the proration for the group.Generated by generate periods program. | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Identifies if a variable rent amount has been exported using this group date. | |
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Identifies if a forecasted variable rent amount has been exported using this group date. | |
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Identifies if a difference of forecasted and actual variable rent amounts has been exported using this group date. | |
ORG_ID | NUMBER | (15) | Organization identifier |
PN.PN_VAR_GRP_DATES_ALL does not reference any database object
PN.PN_VAR_GRP_DATES_ALL is referenced by following:
Description: | Stores information related to line items associated within each period for a variable rent. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_LINES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_LINES_ALL.LINE_TEMPLATE_ID | PN_VAR_LINE_TEMPLATES_ALL |
PN_VAR_LINES_ALL.AGREEMENT_TEMPLATE_ID | PN_VAR_TEMPLATES_ALL |
PN_VAR_LINES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_LINES_ALL.LINE_TEMPLATE_ID | PN_VAR_LINE_TEMPLATES_ALL |
PN_VAR_LINES_ALL.LINE_DEFAULT_ID | PN_VAR_LINE_DEFAULTS_ALL |
PN_VAR_LINES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_HEAD_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_DEDUCTIONS_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_VOL_HIST_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_DEDUCTIONS_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_BKPTS_HEAD_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_RENT_SUMM_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_RENT_SUMM_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_VOL_HIST_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
Stores information related to line items such as item category, type,associated period id. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_LINES_U1 | UNIQUE | APPS_TS_TX_IDX | LINE_ITEM_ID |
PN_VAR_LINES_N1 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
PN_VAR_LINES_N2 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_ITEM_ID | NUMBER | Y | Uniquely identifies the Line Item row. | |
LINE_ITEM_NUM | NUMBER | Y | Unique number of a Line Item row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PERIOD_ID | NUMBER | Associates the period row in PN_VAR_PERIODS_ALL with the line item row. | ||
SALES_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of the line item. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_SALES_CHANNEL. | |
ITEM_CATEGORY_CODE | VARCHAR2 | (30) | Identifies the item category of the line item. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_ITEM_CATEGORY. | |
COMMENTS | VARCHAR2 | (2000) | Comments related to the line item. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LINE_TEMPLATE_ID | NUMBER | Identifier of the line item template | ||
AGREEMENT_TEMPLATE_ID | VARCHAR2 | (30) | Identifier of the agreement template | |
LINE_DEFAULT_ID | VARCHAR2 | (30) | Y | Identifier of the line item in the breakpoint setup record |
VAR_RENT_ID | VARCHAR2 | (30) | Y | Identifier of the variable rent agreement |
BKPT_UPDATE_FLAG | VARCHAR2 | (1) | Flag indicating if records in the PN_VAR_TRANSACTIONS_ALL table need to be updated for breakpoints | |
SALES_VOL_UPDATE_FLAG | VARCHAR2 | (1) | Flag indicating if records in the PN_VAR_TRANSACTIONS_ALL table need to be updated for sales volumes |
PN.PN_VAR_LINES_ALL does not reference any database object
PN.PN_VAR_LINES_ALL is referenced by following:
Description: | This table stores default line setup information for variable rent by organization. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_LINES_ALL.LINE_DEFAULT_ID | PN_VAR_LINE_DEFAULTS_ALL |
This table stores Breakpoint Detail information to be cascaded from VR setup tables to main tables of Variable rent agreement. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_LINE_DEFAULTS_U1 | UNIQUE | APPS_TS_TX_IDX | LINE_DEFAULT_ID |
PN_VAR_LINE_DEFAULTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_DEFAULT_ID | NUMBER | Y | Identifier of the line item in variable rent setup | |
LINE_NUM | NUMBER | Y | Line number | |
VAR_RENT_ID | NUMBER | Y | Identifier of the variable rent agreement | |
SALES_TYPE_CODE | VARCHAR2 | (30) | Code specifying the product type | |
ITEM_CATEGORY_CODE | VARCHAR2 | (30) | Code specifying the product category | |
LINE_TEMPLATE_ID | NUMBER | Not used | ||
AGREEMENT_TEMPLATE_ID | NUMBER | Identifier of the agreement template | ||
LINE_START_DATE | DATE | Default start date of the line | ||
LINE_END_DATE | DATE | Default end date of the line | ||
PROCESSED_FLAG | NUMBER | Flag indicating if variable rent has been processed to generate periods | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_LINE_DEFAULTS_ALL does not reference any database object
PN.PN_VAR_LINE_DEFAULTS_ALL is referenced by following:
Description: | This table stores line setup information for variable rent by organization. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_LINES_ALL.LINE_TEMPLATE_ID | PN_VAR_LINE_TEMPLATES_ALL |
PN_VAR_LINES_ALL.LINE_TEMPLATE_ID | PN_VAR_LINE_TEMPLATES_ALL |
Line Templates
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_LINES_TMPLATE_U1 | UNIQUE | APPS_TS_TX_IDX | LINE_TEMPLATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_TEMPLATE_ID | NUMBER | Y | Identifier of the line template in the agreement template | |
LINE_DETAIL_NUM | NUMBER | Y | Line number | |
AGREEMENT_TEMPLATE_ID | NUMBER | Y | Identifier of the agreement template | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
SALES_TYPE_CODE | VARCHAR2 | (30) | Sales Channel. | |
ITEM_CATEGORY_CODE | VARCHAR2 | (30) | Product Category. | |
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_LINE_TEMPLATES_ALL does not reference any database object
PN.PN_VAR_LINE_TEMPLATES_ALL is referenced by following:
Description: | Stores information about periods generated by the periods generation program for the duration of variable rent. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_PERIODS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_PERIODS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_BKPTS_HEAD_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_CONSTRAINTS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_DEDUCTIONS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_GRP_DATES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_LINES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_GRP_DATES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_CONSTRAINTS_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_RENT_INV_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_LINES_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_RENT_INV_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_RENT_SUMM_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_VOL_HIST_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
Stores periods critical date information, period number, proration factor and the associated variable variable rent id. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_PERIODS_U1 | UNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
PN_VAR_PERIODS_N1 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
PN_VAR_PERIODS_N2 | NONUNIQUE | APPS_TS_TX_IDX | START_DATE |
PN_VAR_PERIODS_N3 | NONUNIQUE | APPS_TS_TX_IDX | END_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_ID | NUMBER | Y | Uniquely identifies the period row. | |
PERIOD_NUM | NUMBER | Y | Unique number of a period row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
VAR_RENT_ID | NUMBER | Y | Associates the periods row with a variable rent row in PN_VAR_RENTS_ALL. | |
START_DATE | DATE | Y | Period start date derived from the variable rent dates table.Generated by generate periods program. | |
END_DATE | DATE | Y | Period end date derived from the variable rent dates table.Generated by generate periods program. | |
PRORATION_FACTOR | NUMBER | A fractional value not greater than 1 indicating the proration. Generated by generate periods program. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
PARTIAL_PERIOD | VARCHAR2 | (1) | Specifies whether a period is partial or complete. | |
TRUEUP_PROCESS_COMPLETE | VARCHAR2 | (1) | Not used | |
STATUS | VARCHAR2 | (30) | Specifies inactive periods after agreement has been contracted. |
PN.PN_VAR_PERIODS_ALL does not reference any database object
PN.PN_VAR_PERIODS_ALL is referenced by following:
Description: | Stores variable rent agreement information. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_RENTS_ALL.LEASE_ID | PN_LEASES_ALL |
PN_VAR_RENTS_ALL.TERM_TEMPLATE_ID | PN_TERM_TEMPLATES_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_ABATEMENTS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_BKPTS_DET_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_BKPTS_HEAD_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_GRP_DATES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_LINES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_PERIODS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_PERIODS_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_RENT_DATES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_RENT_INV_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_RENT_SUMM_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
Stores variable rent agreement information such as lease associated,variable rent number, critical date information, location.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_RENTS_U1 | UNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
PN_VAR_RENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | LEASE_ID |
PN_VAR_RENTS_N2 | NONUNIQUE | APPS_TS_TX_IDX | COMMENCEMENT_DATE |
PN_VAR_RENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | TERMINATION_DATE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_ID | NUMBER | Y | Uniquely identifies the Variable Rent row. | |
RENT_NUM | VARCHAR2 | (30) | Unique number of a variable rent row. User defined, except when profile option PN: Automatic Variable Rent Number Generation is set to Yes , then PN_VAR_RENTS_S sequence is used to populate this data element. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | Associates the lease row in PN_LEASES_ALL with the variable rent row. | |
LOCATION_ID | NUMBER | Associates the locations row in PN_LOCATIONS_ALL with the variable rent row. | ||
PRORATION_DAYS | NUMBER | Indicates the proration rule chosen for the lease. | ||
PURPOSE_CODE | VARCHAR2 | (30) | Y | Identifies the purpose of the variable rent. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_PAYMENT_PURPOSE_TYPE. |
TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of the variable rent. The value is derived from lookup_code in FND_LOOKUPS where lookup_type = PN_PAYMENT_TERM_TYPE. |
COMMENCEMENT_DATE | DATE | Y | Start date of the variable rent period. | |
TERMINATION_DATE | DATE | Y | End date of the variable rent period. | |
ABSTRACTED_BY_USER | NUMBER | Y | User Id of the user who created the variable rent row. | |
CUMULATIVE_VOL | VARCHAR2 | (1) | When checked indicates that volumes are considered cumulative for calculation of variable rent else non-cumulative. | |
ACCRUAL | VARCHAR2 | (1) | When checked indicates that accrued variable rent is calculated in the cumulative volume case. | |
UOM_CODE | VARCHAR2 | (30) | Y | Unit of Measure. |
ROUNDING | VARCHAR2 | (30) | Indicates negotitated method of rounding of the calculated variable rent. | |
INVOICE_ON | VARCHAR2 | (30) | Y | Indicates whether a variable rent amount should be invoiced on forecasted or actual volume histories. |
NEGATIVE_RENT | VARCHAR2 | (30) | Y | Indicates whether a calculated variable rent if negative should be ignored,carried forward or applied. |
TERM_TEMPLATE_ID | NUMBER | Id of the term template used. | ||
ABATEMENT_AMOUNT | NUMBER | Abatement amount available. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CURRENCY_CODE | VARCHAR2 | (15) | Currency Code associated with the variable rent agreement. | |
PRORATION_RULE | VARCHAR2 | (30) | Calculation method to be used for partial year. | |
AGREEMENT_TEMPLATE_ID | NUMBER | Identifier of the agreement template. | ||
CHG_CAL_VAR_RENT_ID | NUMBER | Not used | ||
ORDER_OF_APPL_CODE | VARCHAR2 | (30) | Code specifying whether allowances or abatements are to be applied first: (AB=abatement first, AL=allowance first) | |
EXCESS_ABAT_CODE | VARCHAR2 | (30) | Code specifying treatment of excess abatement:(I=ignore, NR=treat as negative rent) |
PN.PN_VAR_RENTS_ALL does not reference any database object
PN.PN_VAR_RENTS_ALL is referenced by following:
Description: | Stores GL Calendar to be used and variable agreement related date frequencies. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_RENT_DATES_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
Stores GL Calendar to be used and date related frequencies for the variable rent agreement such as reporting, invoicing auditing and reconciliation frequencies.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_RENT_DATES_U1 | UNIQUE | APPS_TS_TX_IDX | VAR_RENT_DATE_ID |
PN_VAR_RENT_DATES_U2 | UNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_DATE_ID | NUMBER | Y | Uniquely identifies the Variable Rent Date row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
VAR_RENT_ID | NUMBER | Y | Associates the variable rent dates row with a Variable Rent row in PN_VAR_RENTS_ALL. | |
GL_PERIOD_SET_NAME | VARCHAR2 | (15) | Associates the variable rent dates row with GL Calendar row in GL_PERIODS. | |
PERIOD_FREQ_CODE | VARCHAR2 | (30) | Y | Used for generating variable rent periods. |
REPTG_FREQ_CODE | VARCHAR2 | (30) | Y | Frequency of reporting sales volume. Also used for generating group dates. |
REPTG_DAY_OF_MONTH | NUMBER | Date of the month following the reporting period that reporting of sales volume is due. | ||
REPTG_DAYS_AFTER | NUMBER | Number of days following the reporting period that reporting of sales volume is due. | ||
INVG_FREQ_CODE | VARCHAR2 | (30) | Y | Frequency of invoicing. Also used for generating invoicing dates. |
INVG_DAY_OF_MONTH | NUMBER | Date of the month following the invoicing period that invoicing is due. | ||
INVG_DAYS_AFTER | NUMBER | Number of days following the invoicing period that invoicing is due. | ||
INVG_SPREAD_CODE | VARCHAR2 | (30) | Not used | |
INVG_TERM | NUMBER | Determines the invoicing end date if spread frequency is other than one-time. | ||
AUDIT_FREQ_CODE | VARCHAR2 | (30) | Not used | |
AUDIT_DAY_OF_MONTH | NUMBER | Date of the month following the audit period that auditing is due. | ||
AUDIT_DAYS_AFTER | NUMBER | Number of days following the audit period that auditing is due. | ||
RECON_FREQ_CODE | VARCHAR2 | (30) | Not used | |
RECON_DAY_OF_MONTH | NUMBER | Date of the month following the reconciliation period that reconciliation is due. | ||
RECON_DAYS_AFTER | NUMBER | Number of days following the reconciliation period that reconciliation is due. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
USE_GL_CALENDAR | VARCHAR2 | (1) | Indicates if the user uses a GL Calendar to generate the periods and the group dates | |
PERIOD_TYPE | VARCHAR2 | (15) | Indicates the period type to be used for the selected GL Calendar to generate periods and group dates. | |
YEAR_START_DATE | DATE | Determines the year start date to be used to generate periods and group dates. | ||
COMMENTS | VARCHAR2 | (2000) | Used for comments about variable rent dates, such as the reporting date or invoicing date. | |
EFFECTIVE_DATE | DATE | Effective date for variable rent | ||
VRG_REPTG_FREQ_CODE | VARCHAR2 | (30) | Y | Code specifying reporting frequency to be used in the variable rent gateway |
PN.PN_VAR_RENT_DATES_ALL does not reference any database object
PN.PN_VAR_RENT_DATES_ALL is referenced by following:
Description: | Stores the calculated variable rent details for a period and for an invoice date. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_RENT_INV_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_RENT_INV_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_RENT_INV_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_ABATEMENTS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
PN_PAYMENT_TERMS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
PN_VAR_ABATEMENTS_ALL.VAR_RENT_INV_ID | PN_VAR_RENT_INV_ALL |
PN_VAR_RENT_INV_ALL stores the variable rent calculation details by period and by invoice date and information indicating whether a term has been created for forecasted,actual or actual-forecasted variable rent.This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_RENT_INV_U1 | UNIQUE | APPS_TS_TX_IDX | VAR_RENT_INV_ID |
PN_VAR_RENT_INV_N1 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
PN_VAR_RENT_INV_N2 | NONUNIQUE | APPS_TS_TX_IDX | INVOICE_DATE |
PN_VAR_RENT_INV_N3 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_INV_ID | NUMBER | Y | Uniquely identifies the Variable Rent Invoice row.The value is populated using the sequence PN_VAR_RENT_INV_S. | |
ADJUST_NUM | NUMBER | Y | Unique number of a variable rent invoice row identifying the number of adjustments made to a period and an invoice date. | |
INVOICE_DATE | DATE | Y | Invoice Date derived from the table pn_var_grp_dates. | |
FOR_PER_RENT | NUMBER | Forecasted Variable rent calculated based on total forecasted volume. | ||
TOT_ACT_VOL | NUMBER | Total actual volume on which actual variable rent calculation is based on. | ||
ACT_PER_RENT | NUMBER | Actual Variable rent calculated based on total actual volume. | ||
CONSTR_ACTUAL_RENT | NUMBER | Actual Variable rent after constraints have been applied. | ||
ABATEMENT_APPL | NUMBER | Abatement applicable to the constrained actual variable rent. | ||
NEGATIVE_RENT | NUMBER | Negative rent applicable to the constrained actual variable rent. | ||
ACTUAL_INVOICED_AMOUNT | NUMBER | Actual variable rent to be invoiced. | ||
PERIOD_ID | NUMBER | Y | Associates the invoice row in this table with a period row. | |
VAR_RENT_ID | NUMBER | Y | Associates the invoice row in this table with a variable rent row. | |
ACTUAL_TERM_STATUS | VARCHAR2 | (1) | Y | Has a value of 'Y' if a term has been created f or actual variable rent. |
FORECASTED_TERM_STATUS | VARCHAR2 | (1) | Y | Has a value of 'Y' if a term has been created for forecasted variable rent. |
VARIANCE_TERM_STATUS | VARCHAR2 | (1) | Y | Has a value of 'Y' if a term has been created for the difference between actual variable rent and forecasted variable rent. |
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if actual rent amount has been exported for the invoice date and period. |
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if forecasted rent amount has been exported for the invoice date and period. |
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if the difference of forecasted variable rent and actual variable rent amount has been exported for the invoice date and period. |
COMMENTS | VARCHAR2 | (2000) | Comments related to the invoice row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
REC_ABATEMENT | NUMBER | Recurring abatement amount calculated by the system applicable to an invoice. | ||
REC_ABATEMENT_OVERRIDE | NUMBER | Recurring abatement amount defined by the user. The user defined value takes precedence over the recurring abatement amount calculated by the system. | ||
DEF_NEG_RENT | NUMBER | Specifies whether negative rent is to be deferred to next invoice period | ||
TRUE_UP_AMT | NUMBER | True-up rent amount | ||
TRUE_UP_STATUS | VARCHAR2 | (1) | Indicates whether true-up term has been created | |
TRUE_UP_EXP_CODE | VARCHAR2 | (1) | Code specifying whether the true-up term is approved. | |
CREDIT_FLAG | VARCHAR2 | (1) | Flag indicating whether the invoice that is created is the result of reversal terms . |
PN.PN_VAR_RENT_INV_ALL does not reference any database object
PN.PN_VAR_RENT_INV_ALL is referenced by following:
Description: | Stores the calculated variable rent for a line item for a group date. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_RENT_SUMM_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_RENT_SUMM_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_RENT_SUMM_ALL.VAR_RENT_ID | PN_VAR_RENTS_ALL |
PN_VAR_RENT_SUMM_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_RENT_SUMM_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_RENT_SUMM_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
Stores the calculated variable rent for a line item fora group date and related volumes used to calculate the variable rent for forecasted and/or actual volumes based on the option chosen in the variable agreement. This table is partitioned by org.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_RENT_SUMM_U1 | UNIQUE | APPS_TS_TX_IDX | VAR_RENT_SUMM_ID |
PN_VAR_RENT_SUMM_N1 | NONUNIQUE | APPS_TS_TX_IDX | LINE_ITEM_ID |
PN_VAR_RENT_SUMM_N2 | NONUNIQUE | APPS_TS_TX_IDX | GROUP_DATE |
PN_VAR_RENT_SUMM_N3 | NONUNIQUE | APPS_TS_TX_IDX | INVOICE_DATE |
PN_VAR_RENT_SUMM_N4 | NONUNIQUE | APPS_TS_TX_IDX | VAR_RENT_ID |
PN_VAR_RENT_SUMM_N5 | NONUNIQUE | APPS_TS_TX_IDX | GRP_DATE_ID |
PN_VAR_RENT_SUMM_N6 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_SUMM_ID | NUMBER | Y | Uniquely identifies the Variable Rent Summary row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
VAR_RENT_ID | NUMBER | Y | Associates the summary row with a variable rent row in PN_VAR_RENTS_ALL. | |
PERIOD_ID | NUMBER | Y | Associates the summary row with a period row in PN_VAR_PERIODS_ALL. | |
LINE_ITEM_ID | NUMBER | Y | Associates the summary row with a line items row in PN_VAR_LINES_ALL. | |
GRP_DATE_ID | NUMBER | Associates the summary row with a group dates row in PN_VAR_GRP_DATES_ALL. | ||
GROUP_DATE | DATE | Y | Date derived from the variable rent dates table. | |
INVOICE_DATE | DATE | Y | Date derived from the variable rent dates table. | |
TOT_ACT_VOL | NUMBER | Total actual volume on which variable rent calculation is based. | ||
TOT_FOR_VOL | NUMBER | Total forecasted volume on which variable rent calculation is based. | ||
TOT_DED | NUMBER | Total deductions applied to volume for calculation of variable rent. | ||
ACT_VAR_RENT | NUMBER | Actual Variable rent calculated based on total actual volume. | ||
FOR_VAR_RENT | NUMBER | Forecasted Variable rent calculated based on total forecasted volume. | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
FIRST_YR_RENT | NUMBER | Rent amount for the first year. | ||
TRUEUP_VAR_RENT | NUMBER | True-up variable rent amount |
PN.PN_VAR_RENT_SUMM_ALL does not reference any database object
PN.PN_VAR_RENT_SUMM_ALL is referenced by following:
Description: | This table stores report dates of variable rent by group date. |
---|
PN_VAR_REPORT_DATES_ALL stores report dates of variable rent by group date.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_REPORT_DATES_U1 | UNIQUE | APPS_TS_TX_IDX | REPORT_DATE_ID |
PN_VAR_REPORT_DATES_N1 | NONUNIQUE | APPS_TS_TX_IDX | GRP_DATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPORT_DATE_ID | NUMBER | Y | Identifier of the reporting date | |
GRP_DATE_ID | NUMBER | Y | Identifier of the group date for the reporting dates | |
VAR_RENT_ID | NUMBER | Y | Identifier of the variable rent agreement | |
REPORT_START_DATE | DATE | Y | Start date of the report | |
REPORT_END_DATE | DATE | Y | End date of the report | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield. | |
CREATION_DATE | DATE | Y | Standard Who column. | |
CREATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
ORG_ID | NUMBER | Identifier of the operating unit |
PN.PN_VAR_REPORT_DATES_ALL does not reference any database object
PN.PN_VAR_REPORT_DATES_ALL is referenced by following:
Description: | This table stores templates containing default values for variable rent agreements. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_LINES_ALL.AGREEMENT_TEMPLATE_ID | PN_VAR_TEMPLATES_ALL |
PN_VAR_CONSTRAINTS_ALL.AGREEMENT_TEMPLATE_ID | PN_VAR_TEMPLATES_ALL |
Variable rent Templates
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_TEMPLATES_U1 | UNIQUE | APPS_TS_TX_IDX | AGREEMENT_TEMPLATE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AGREEMENT_TEMPLATE_ID | NUMBER | Y | Identifier of the agreement template | |
AGREEMENT_TEMPLATE | VARCHAR2 | (100) | Y | Name of the agreement template |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
PURPOSE_CODE | VARCHAR2 | (30) | Code specifying variable rent category | |
TYPE_CODE | VARCHAR2 | (30) | Code specifying volume type | |
CUMULATIVE_VOL | VARCHAR2 | (1) | Specifies the calculation method | |
INVOICE_ON | VARCHAR2 | (30) | Specifies whether the variable rent calculation uses forecasted volumes and reconciliation | |
NEGATIVE_RENT | VARCHAR2 | (30) | Specifies treatment of negative rent | |
TERM_TEMPLATE_ID | NUMBER | Identifier of the term template | ||
ABATEMENT_AMOUNT | NUMBER | Not used | ||
PRORATION_RULE | VARCHAR2 | (30) | Specifies the partial year calculation method to be used | |
VRG_REPTG_FREQ_CODE | VARCHAR2 | (30) | Code specifying the frequency for reporting sales volume | |
PERIOD_FREQ_CODE | VARCHAR2 | (30) | Not used | |
USE_GL_CALENDAR | VARCHAR2 | (1) | Specifies whether GL calendar is to be used for rent dates | |
YEAR_START_DATE | DATE | Annual period start date | ||
GL_PERIOD_SET_NAME | VARCHAR2 | (15) | Name of the GL period in the GL_PERIODS table that contains the variable rent dates | |
PERIOD_TYPE | VARCHAR2 | (15) | Specifies the variable rent period type in the PN_VAR_PERIODS_ALL table | |
REPTG_FREQ_CODE | VARCHAR2 | (30) | Code specifying the calculation frequency | |
REPTG_DAY_OF_MONTH | NUMBER | Due date for reporting sales volume | ||
REPTG_DAYS_AFTER | NUMBER | Number of days after the reporting period when reporting of sales volume is due | ||
INVG_FREQ_CODE | VARCHAR2 | (30) | Code specifying the frequency for creating invoices | |
INVG_SPREAD_CODE | VARCHAR2 | (30) | Not used | |
INVG_DAY_OF_MONTH | NUMBER | Due date for invoices | ||
INVG_DAYS_AFTER | NUMBER | Number of days after the invoicing period when invoice is due | ||
COMMENTS | VARCHAR2 | (2000) | Comments related to dates | |
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 | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit |
PN.PN_VAR_TEMPLATES_ALL does not reference any database object
PN.PN_VAR_TEMPLATES_ALL is referenced by following:
Description: | This table stores information on variable rent records. |
---|
PN_VAR_TRX_DETAILS_ALL stores information on variable rent records
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_TRX_DETAILS_U1 | UNIQUE | APPS_TS_TX_IDX | TRX_DETAIL_ID |
PN_VAR_TRX_DETAILS_N1 | NONUNIQUE | APPS_TS_TX_IDX | TRX_HEADER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRX_DETAIL_ID | NUMBER | (15) | Y | Identifier of the detail record |
TRX_HEADER_ID | NUMBER | (15) | Y | Identifier of the transaction for the detail |
BKPT_DETAIL_ID | NUMBER | (15) | Y | Identifier of the breakpoint detail |
BKPT_RATE | NUMBER | Y | Breakpoint rate for stratified ranges | |
PRORATED_GRP_VOL_START | NUMBER | Start of breakpoint volume range for the calculation sub-period | ||
PRORATED_GRP_VOL_END | NUMBER | End of breakpoint volume range for the calculation sub-period | ||
FY_PR_GRP_VOL_START | NUMBER | Breakpoint range start volume for partial first year | ||
FY_PR_GRP_VOL_END | NUMBER | Breakpoint range end volume for partial first year | ||
LY_PR_GRP_VOL_START | NUMBER | Breakpoint range start volume for partial last year | ||
LY_PR_GRP_VOL_END | NUMBER | Breakpoint range end volume for partial last year | ||
PR_GRP_BLENDED_VOL_START | NUMBER | Start of breakpoint volume range for the calculation period | ||
PR_GRP_BLENDED_VOL_END | NUMBER | End of breakpoint volume range for the calculation period | ||
YTD_GROUP_VOL_START | NUMBER | Start of year-to-date breakpoint volume | ||
YTD_GROUP_VOL_END | NUMBER | End of year-to-date breakpoint volume | ||
BLENDED_PERIOD_VOL_START | NUMBER | Start of blended annual breakpoint volume | ||
BLENDED_PERIOD_VOL_END | NUMBER | End of blended annual breakpoint volume | ||
ORG_ID | NUMBER | (15) | Identifier of the operating unit | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
PN.PN_VAR_TRX_DETAILS_ALL does not reference any database object
PN.PN_VAR_TRX_DETAILS_ALL is referenced by following:
Description: | This table stores details of variable rent calculations |
---|
PN_VAR_TRX_HEADERS_ALL stores details of variable rent calculations
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_TRX_HEADERS_U1 | UNIQUE | APPS_TS_TX_IDX | TRX_HEADER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRX_HEADER_ID | NUMBER | (15) | Y | Identifier of the calculation sub-period |
VAR_RENT_ID | NUMBER | (15) | Y | Identifier of the variable rent agreement |
PERIOD_ID | NUMBER | (15) | Y | Identifier of the annual period |
LINE_ITEM_ID | NUMBER | (15) | Y | Identifier of the line item |
GRP_DATE_ID | NUMBER | (15) | Y | Identifier of the calculation period |
CALC_PRD_START_DATE | DATE | Start date of the calculation sub-period | ||
CALC_PRD_END_DATE | DATE | End date of the calculation sub-period | ||
VAR_RENT_SUMM_ID | NUMBER | (15) | Identifier of the variable rent summary | |
LINE_ITEM_GROUP_ID | NUMBER | Identifier of the group for this line item in the Setup table | ||
RESET_GROUP_ID | NUMBER | Identifier of the line item group at the end of a cumulative cycle after a change in break rate | ||
PRORATION_FACTOR | NUMBER | Proration factor calculated as days in the calculation sub-period divided by the total number of days in calculation period | ||
REPORTING_GROUP_SALES | NUMBER | Total sales for the calculation period | ||
PRORATED_GROUP_SALES | NUMBER | Total sales for the calculation sub-period | ||
YTD_SALES | NUMBER | Year-to-date sales for the calculation sub-period | ||
REPORTING_GROUP_SALES_FOR | NUMBER | Total forecasted sales for the calculation period | ||
PRORATED_GROUP_SALES_FOR | NUMBER | Total forecasted sales for the calculation sub-period | ||
YTD_SALES_FOR | NUMBER | Year-to-date forecasted sales for the calculation sub-period | ||
FY_PRORATION_SALES | NUMBER | Prorated sales for the first year | ||
LY_PRORATION_SALES | NUMBER | Prorated sales for the last year | ||
CALCULATED_RENT | NUMBER | Cumulative rent amount | ||
PERCENT_RENT_DUE | NUMBER | Gross variable rent for the calculation sub-period | ||
YTD_PERCENT_RENT | NUMBER | Year-to-date gross variable rent | ||
PRORATED_RENT_DUE | NUMBER | Amount of prorated rent due using the partial year calculation methods of first year, last year, and first, last, and first year and last year | ||
TRUEUP_RENT_DUE | NUMBER | Amount of true-up rent due | ||
CALCULATED_RENT_FOR | NUMBER | Cumulative forecasted rent amount | ||
PERCENT_RENT_DUE_FOR | NUMBER | Forecasted variable rent for the calculation sub-period | ||
YTD_PERCENT_RENT_FOR | NUMBER | Year-to-date forecasted rent | ||
REPORTING_GROUP_DEDUCTIONS | NUMBER | Total deduction amount for the calculation period | ||
PRORATED_GROUP_DEDUCTIONS | NUMBER | Total deduction amount for the calculation sub-period | ||
YTD_DEDUCTIONS | NUMBER | Year-to-date deduction amount | ||
LY_PRORATION_DEDUCTIONS | NUMBER | Prorated deduction for the last year | ||
FY_PRORATION_DEDUCTIONS | NUMBER | Prorated deduction for the first year | ||
FIRST_YR_RENT | NUMBER | Amount of partial first year | ||
INVOICE_FLAG | VARCHAR2 | (1) | Flag indicating whether an invoice is to be created | |
ORG_ID | NUMBER | (15) | Identifier of the operating unit | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
PN.PN_VAR_TRX_HEADERS_ALL does not reference any database object
PN.PN_VAR_TRX_HEADERS_ALL is referenced by following:
Description: | This table stores volume data that was modified during batch import. |
---|
PN_VAR_VOL_ARCH_ALL stores volume data that was modified during batch import.
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_VOL_ARCH_U1 | UNIQUE | APPS_TS_TX_IDX | VOL_ARCH_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VOL_ARCH_ID | NUMBER | Y | Identifier of the archived volume | |
VOL_HIST_ID | NUMBER | Y | Identifier of the archived volume record in the PN_VAR_VOL_ARCH_ALL table | |
VOL_HIST_NUM | NUMBER | Y | Archived volume number | |
HIST_LAST_UPDATE_DATE | DATE | Y | Standard Who column. | |
HIST_LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
HIST_CREATION_DATE | DATE | Y | Standard Who column | |
HIST_CREATED_BY | NUMBER | Y | Standard Who column | |
HIST_LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
LINE_ITEM_ID | NUMBER | Identifier of the archived volume line item in the PN_VAR_LINES_ALL table | ||
PERIOD_ID | NUMBER | Identifier of the archived volume period in the PN_VAR_PERIODS_ALL table | ||
START_DATE | DATE | Y | Start date of the reporting volume to be used for calculating variable rent | |
END_DATE | DATE | Y | End date of the reporting volume to be used for calculating variable rent | |
GRP_DATE_ID | NUMBER | Identifier of the group date in the PN_VAR_GRP_DATES_ALL table for this volume | ||
GROUP_DATE | DATE | Y | Group date in the PN_VAR_GRP_DATES_ALL table for this volume | |
REPORTING_DATE | DATE | Reporting date of this volume | ||
DUE_DATE | DATE | Due date for line item reporting volume | ||
INVOICING_DATE | DATE | Y | Invoice date in the PN_VAR_GRP_DATES_ALL table for this volume | |
ACTUAL_GL_ACCOUNT_ID | NUMBER | Identifier of the account in the GL_CODE_COMBINATIONS table for the actual volume reported | ||
ACTUAL_AMOUNT | NUMBER | Actual volume reported | ||
VOL_HIST_STATUS_CODE | VARCHAR2 | (30) | Y | Code specifying reporting status of the volume: (draft, on hold, approved) |
REPORT_TYPE_CODE | VARCHAR2 | (30) | Code specifying report type for reporting sales volumes: (standard, certified, optional) | |
CERTIFIED_BY | NUMBER | User name of the person responsible for approving the reported volume | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Code specifying whether variable rent for this actual volume has been exported | |
FOR_GL_ACCOUNT_ID | NUMBER | Identifier of the account in the GL_CODE_COMBINATIONS table for the forecasted volume | ||
FORECASTED_AMOUNT | NUMBER | Forecasted volume amount | ||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Code specifying whether variable rent for this forecasted volume has been exported | |
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Code specifying whether variable rent for the variance in forecasted and actual volumes has been exported | |
COMMENTS | VARCHAR2 | (2000) | Comments for this volume | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield segment | |
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 | |
HIST_ORG_ID | NUMBER | (15) | Identifier of the operating unit for this volume | |
DAILY_ACTUAL_AMOUNT | NUMBER | Daily Actual Amount | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column | |
CREATION_DATE | DATE | Y | Standard Who column | |
CREATED_BY | NUMBER | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ORG_ID | NUMBER | Identifier of the operating unit for the volume archive |
PN.PN_VAR_VOL_ARCH_ALL does not reference any database object
PN.PN_VAR_VOL_ARCH_ALL is referenced by following:
Description: | Stores volume history related to a line item. |
---|
Foreign Key Column | Foreign Table |
---|---|
PN_VAR_VOL_HIST_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_VOL_HIST_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_VOL_HIST_ALL.PERIOD_ID | PN_VAR_PERIODS_ALL |
PN_VAR_VOL_HIST_ALL.LINE_ITEM_ID | PN_VAR_LINES_ALL |
PN_VAR_VOL_HIST_ALL.GRP_DATE_ID | PN_VAR_GRP_DATES_ALL |
PN_VAR_VOL_HIST_ALL.ACTUAL_GL_ACCOUNT_ID | GL_CODE_COMBINATIONS |
PN_VAR_VOL_HIST_ALL.FOR_GL_ACCOUNT_ID | GL_CODE_COMBINATIONS |
Stores volume history related to a line item and related start and end date, reporting date information, associated account information for actual, forecasted volumes reported. This table is partitioned by org
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VAR_VOL_HIST_U1 | UNIQUE | APPS_TS_TX_IDX | VOL_HIST_ID |
PN_VAR_VOL_HIST_N1 | NONUNIQUE | APPS_TS_TX_IDX | GRP_DATE_ID |
PN_VAR_VOL_HIST_N2 | NONUNIQUE | APPS_TS_TX_IDX | PERIOD_ID |
PN_VAR_VOL_HIST_N3 | NONUNIQUE | APPS_TS_TX_IDX | LINE_ITEM_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VOL_HIST_ID | NUMBER | Y | Uniquely identifies the volume history row. | |
VOL_HIST_NUM | NUMBER | Y | Unique number of a volume history row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LINE_ITEM_ID | NUMBER | Associates the volume history row with a lines row in PN_VAR_LINES_ALL. | ||
PERIOD_ID | NUMBER | Associates the volume history row with a period row in PN_VAR_PERIODS_ALL. | ||
START_DATE | DATE | Y | Start date from which volume history for a line item is being reported for the purpose of calculation of to variable rent. | |
END_DATE | DATE | Y | End date to which volume history for a line item is being reported for the purpose of calculation of to variable rent. | |
GRP_DATE_ID | NUMBER | Associates the volume history row with a group date row in PN_VAR_GRP_DATES_ALL. | ||
GROUP_DATE | DATE | Y | Group date selected from PN_VAR_GRP_DATES_ALL based on volume history start date and volume history end date. | |
REPORTING_DATE | DATE | Reporting date of volume history for a line item. | ||
DUE_DATE | DATE | Due date for reporting volume for a line item. | ||
INVOICING_DATE | DATE | Y | Invoicing date selected from PN_VAR_GRP_DATES_ALL based on volume history start date and volume history end date. | |
ACTUAL_GL_ACCOUNT_ID | NUMBER | Associates the account id in GL_CODE_COMBINATIONS table with the volume history row for actual volume reported. | ||
ACTUAL_AMOUNT | NUMBER | Volume history actual amount. | ||
VOL_HIST_STATUS_CODE | VARCHAR2 | (30) | Y | Identifies if a volume history record is in DRAFT, ON HOLD or APPROVED status. |
REPORT_TYPE_CODE | VARCHAR2 | (30) | Identifies the report type used in reporting sales. STANDARD , CERTIFIED OR OPTIONAL. | |
CERTIFIED_BY | NUMBER | Identifies the user name of the person that certified the volume amount and changed status from DRAFT to APPROVED. | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if a variable rent amount has been exported using this volume history amount for actual volume reported. |
FOR_GL_ACCOUNT_ID | NUMBER | Associates the account id in GL_CODE_COMBINATIONS table with the volume history row for forecasted volume reported. | ||
FORECASTED_AMOUNT | NUMBER | volume history forecasted amount. | ||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if a variable rent amount has been exported using this volume history amount for forecasted volume reported. |
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Y | Identifies if a variable rent amount has been exported using this volume history amount for the difference of forecasted and actual volume reported. |
COMMENTS | VARCHAR2 | (2000) | Comments related to the volume history row. | |
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
DAILY_ACTUAL_AMOUNT | NUMBER | Not used |
PN.PN_VAR_VOL_HIST_ALL does not reference any database object
PN.PN_VAR_VOL_HIST_ALL is referenced by following:
Description: | Interface table to contain batch information. |
---|
This is interface table whcih contains information of Variable Rent Volume History Batch whcih is being imported into Variable Rent Volume History table.
Scope: public
Product: PN
Lifecycle: active
Display Name: PN Volume History Batch Interface
Category: BUSINESS_ENTITY PN_VOLUME_HISTORY
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VOL_HIST_BATCH_U1 | UNIQUE | APPS_TS_INTERFACE | BATCH_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | (15) | Y | Identifier of volume history batch |
BATCH_NAME | VARCHAR2 | (30) | Y | Name of volume history batch |
MIN_REP_DATE | DATE | Y | Earliest reporting date of volume history batch | |
MAX_REP_DATE | DATE | Y | Latest reporting date of volume history batch | |
VOLUME_TYPE | VARCHAR2 | (30) | Voulme type of volume history batch. | |
STATUS | VARCHAR2 | (1) | Status of volume history batch to indicate whether batch is pending for import,errored out or imported. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column: The date on which a user updated the row | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column: The user who updated the row. This column is a foreign key to FND_USER.USER_ID. |
CREATION_DATE | DATE | Y | Standard Who column: The date on which row was created | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column: The user who created row. This column is a foreign key to FND_USER.USER_ID. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column: The operating system login of the user who last updated the row. This column is a foreign key to FND_LOGINS.LOGIN_ID. | |
SALES_STATUS_CODE | VARCHAR2 | (30) | Identifies if a volume history record is in DRAFT, ON HOLD or APPROVED status. | |
REPORT_TYPE_CODE | VARCHAR2 | (30) | Report type used while reporting sales |
PN.PN_VOL_HIST_BATCH_ITF does not reference any database object
PN.PN_VOL_HIST_BATCH_ITF is referenced by following:
Description: | Interface table to contain batch lines information. |
---|
This is interface table whcih contains information of Variable Rent Volume History Batch lines which is being imported into Variable Rent Volume History table.
Scope: public
Product: PN
Lifecycle: active
Display Name: PN Volume History Lines Interface
Category: BUSINESS_ENTITY PN_VOLUME_HISTORY
Index | Type | Tablespace | Column |
---|---|---|---|
PN_VOL_HIST_LINES_N1 | NONUNIQUE | APPS_TS_INTERFACE | BATCH_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | (15) | Y | Identifier of volume history batch to which batch line belongs |
VAR_RENT_ID | NUMBER | (15) | Y | Identifier of the variable rent agreement |
LINE_ITEM_ID | NUMBER | (15) | Y | Identifier of variable rent agreement line |
REP_STR_DATE | DATE | Y | Reporting start date of volume history batch line | |
REP_END_DATE | DATE | Y | Reporting end date of volume history batch line | |
AMOUNT | NUMBER | Amount for volume history batch line. | ||
DEDUCTION_AMT | NUMBER | Deduction amount for volume history batch line if volume type of batch is of type Deduction. | ||
DEDUCTION_TYPE_CODE | VARCHAR2 | (30) | Deduction type code for volume history batch line if volume type of batch is of type Deduction. | |
STATUS | VARCHAR2 | (1) | Status of volume history line to indicate whether batch line is pending for import, errored out or imported. | |
ERROR_LOG | VARCHAR2 | (2000) | Error log message for volume history batch line mentioning reason for which the import of line failed. | |
GROUP_DATE | DATE | Group Date for volume history batch line. | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column: Date on which a user updated the row | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column: User who updated the row. This column is a foreign key to FND_USER.USER_ID |
CREATION_DATE | DATE | Y | Standard Who column: Date on which the row was created | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column: User who created the row. This column is a 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). | |
REPORTING_DATE | DATE | Reporting date for volume | ||
VOL_HIST_STATUS_CODE | VARCHAR2 | (30) | Code specifying status of the volume. | |
REPORT_TYPE_CODE | VARCHAR2 | (30) | Code specifying report type of the volume. | |
VOL_DEDUCT_ID | NUMBER | Identifier of volume or deduction. | ||
CERTIFIED_BY | NUMBER | User name of the person responsible for approving the reported volume |
PN.PN_VOL_HIST_LINES_ITF does not reference any database object
PN.PN_VOL_HIST_LINES_ITF is referenced by following:
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_DATE | DATE | Date derived from the variable rent dates table.Generated by the generate periods program. | ||
INVOICE_DATE | DATE | Date derived from the variable rent dates table. Generated by the generate periods program. | ||
LINE_ITEM_ID | NUMBER | Associates the summary row with a line items row in PN_VAR_LINES_ALL. | ||
TOT_VOL | NUMBER | |||
BKPT_VOL_START | NUMBER | |||
BKPT_VOL_END | NUMBER | |||
VOL_APPL | NUMBER | |||
BKPT_RATE | NUMBER | |||
VAR_RENT | NUMBER | |||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | ||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | ||
VARIANCE_EXP_CODE | VARCHAR2 | (1) | ||
VAR_RENT_TYPE | CHAR | (6) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_ACT_RENT_DETAILS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_HISTORY_ID | NUMBER | (15) | Y | Associates term history row in PN_PAYMENT_TERMS_HISTORY table with the adjustment detail row. |
GROUP_NUM | NUMBER | Identifier for grouping adjustments if consolidated. | ||
MIN_START_DATE | DATE | |||
MAX_END_DATE | DATE | |||
ADJUSTMENT_AMOUNT | NUMBER |
APPS.PN_ADJUSTMENT_DETAILS_V is not referenced by any database object
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 |
---|---|---|---|---|
JE_HEADER_ID | NUMBER | (15) | Y | |
JE_LINE_NUM | NUMBER | (15) | Y | |
APPLICATION_ID | NUMBER | |||
SET_OF_BOOKS_ID | NUMBER | (15) | Y | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ACCOUNTING_RULE_NAME | VARCHAR2 | (15) | Y | |
TRX_CLASS_NAME | VARCHAR2 | (50) | Y | |
TRX_TYPE_NAME | VARCHAR2 | (80) | Y | |
SALESREP_NAME | VARCHAR2 | (80) | Y | |
TRX_NUMBER_DISPLAYED | VARCHAR2 | (80) | Y | |
ACCOUNTED_CR | NUMBER | |||
ACCOUNTED_DR | NUMBER | |||
ACCOUNTING_DATE | DATE | Y | ||
ACCT_LINE_TYPE | VARCHAR2 | (30) | Y | |
ACCT_LINE_TYPE_NAME | VARCHAR2 | (80) | Y | |
AEH_ID | NUMBER | (15) | Y | |
AEL_ID | NUMBER | (15) | Y | |
CODE_COMBINATION_ID | NUMBER | (15) | Y | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | |
CURRENCY_CONVERSION_DATE | DATE | |||
CURRENCY_CONVERSION_RATE | NUMBER | |||
CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | ||
CURRENCY_USER_CONVERSION_TYPE | VARCHAR2 | (30) | ||
ENTERED_CR | NUMBER | |||
ENTERED_DR | NUMBER | |||
SOURCE_ID | NUMBER | (15) | Y | |
SOURCE_TABLE | VARCHAR2 | (30) | Y | |
THIRD_PARTY_ID | NUMBER | |||
THIRD_PARTY_NAME | VARCHAR2 | (360) | Y | |
THIRD_PARTY_SUB_NAME | VARCHAR2 | (40) | Y | |
JE_CATEGORY | VARCHAR2 | (30) | Y | |
USER_JE_CATEGORY_NAME | VARCHAR2 | (25) | Y | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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). | |
TRX_LINE_TYPE | VARCHAR2 | (30) | Y | |
TRX_LINE_TYPE_NAME | VARCHAR2 | (80) | ||
ACCOUNTING_LINE_NUMBER | NUMBER | (15) | ||
PA_GL_TRANSFER_DATE | DATE | Y | ||
PA_PERIOD_DATE | DATE | Y | ||
TRX_SOURCE_ID | NUMBER | Y |
APPS.PN_AEL_BILL_GL_V is not referenced by any database object
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 |
---|---|---|---|---|
JE_HEADER_ID | NUMBER | (15) | Y | |
JE_LINE_NUM | NUMBER | (15) | Y | |
APPLICATION_ID | NUMBER | |||
SET_OF_BOOKS_ID | NUMBER | (15) | Y | |
ORG_ID | NUMBER | (15) | Organization identifier | |
ACCOUNTING_RULE_NAME | VARCHAR2 | (15) | Y | |
TRX_CLASS_NAME | VARCHAR2 | (50) | Y | |
TRX_TYPE_NAME | VARCHAR2 | (80) | Y | |
SALESREP_NAME | VARCHAR2 | (80) | Y | |
TRX_NUMBER_DISPLAYED | VARCHAR2 | (80) | Y | |
ACCOUNTED_CR | NUMBER | |||
ACCOUNTED_DR | NUMBER | |||
ACCOUNTING_DATE | DATE | Y | ||
ACCT_LINE_TYPE | VARCHAR2 | (30) | Y | |
ACCT_LINE_TYPE_NAME | VARCHAR2 | (80) | Y | |
AEH_ID | NUMBER | (15) | Y | |
AEL_ID | NUMBER | (15) | Y | |
CODE_COMBINATION_ID | NUMBER | (15) | Y | |
CURRENCY_CODE | VARCHAR2 | (15) | Y | |
CURRENCY_CONVERSION_DATE | DATE | |||
CURRENCY_CONVERSION_RATE | NUMBER | |||
CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | ||
CURRENCY_USER_CONVERSION_TYPE | VARCHAR2 | (30) | ||
ENTERED_CR | NUMBER | |||
ENTERED_DR | NUMBER | |||
SOURCE_ID | NUMBER | (15) | Y | |
SOURCE_TABLE | VARCHAR2 | (30) | Y | |
THIRD_PARTY_ID | NUMBER | |||
THIRD_PARTY_NAME | VARCHAR2 | (240) | ||
THIRD_PARTY_SUB_NAME | VARCHAR2 | (15) | ||
JE_CATEGORY | VARCHAR2 | (30) | Y | |
USER_JE_CATEGORY_NAME | VARCHAR2 | (25) | Y | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Y | 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). | |
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). | |
TRX_LINE_TYPE | VARCHAR2 | (30) | Y | |
TRX_LINE_TYPE_NAME | VARCHAR2 | (80) | ||
ACCOUNTING_LINE_NUMBER | NUMBER | (15) | ||
PA_GL_TRANSFER_DATE | DATE | Y | ||
PA_PERIOD_DATE | DATE | Y | ||
TRX_SOURCE_ID | NUMBER | Y |
APPS.PN_AEL_PAY_GL_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
ORG_ID | NUMBER | (15) | ||
LOCATION_ID | NUMBER | Y | Uniquely identifies the location data row. | |
LAST_UPDATE_DATE | DATE | Y | Who Column identifies last update date. | |
LAST_UPDATED_BY | NUMBER | Y | Who Column identifies last up dated by. | |
CREATION_DATE | DATE | Y | Who Column identifies creation date. | |
CREATED_BY | NUMBER | Y | Who Column identifies created by. | |
LAST_UPDATE_LOGIN | NUMBER | Who Column identifies last update login. | ||
LOCATION_PARK_ID | NUMBER | Associates the row in PN_LOCATION_PARKS with the locations row | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location , such as building , floor office , land , parcel , section. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
LOCATION_TYPE | VARCHAR2 | (80) | Y | This column contains the meaning from the FND_LOOKUPS table |
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_FUNCTION_TYPE | |
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_STANDARD_TYPE | |
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying the location.The locations are classified as :BUILDING , FLOOR , OFFICE LAND , PARCEL , SECTION. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. |
LOCATION_ALIAS | VARCHAR2 | (30) | This data element is used to create the location code for a building , floor , office , land , parcel , section | |
BUILDING | VARCHAR2 | (50) | Name of a building. This data elemet is null for a floor and office row | |
LEASE_OR_OWNED | VARCHAR2 | (30) | Identifies whether the property is leased or owned. Valid values: L - Leased , O - Owned , M - Managed , MI - Mixed | |
LEASE_OR_OWNED_TENURE | VARCHAR2 | (80) | ||
CLASS | VARCHAR2 | (30) | Name of the Class List of values available | |
CLASS_NAME | VARCHAR2 | (80) | This captures the meaning from the FND_LOOKUPS table | |
STATUS_TYPE | VARCHAR2 | (30) | Name of the Status_Type List of values available | |
STATUS_TYPE_NAME | VARCHAR2 | (80) | This captures the meaning from the FND_LOOKUPS table | |
GROSS_AREA | NUMBER | Gross Area to be defined at the Building/Land Level | ||
UOM_CODE | VARCHAR2 | (3) | The unit of measure used to calculate the area of this location. The value is derived from the lookup_code column in FND_LOOKUPS where lookup_type = PN_UNITS_OF_MEASURE | |
STATUS | VARCHAR2 | (1) | Y | This captures the status of the location as Active or Inactive |
PROPERTY_ID | NUMBER | Property ID of the Property List of values from the Property | ||
PROPERTY_NAME | VARCHAR2 | (30) | Property Name of the Property | |
INTERFACE_FLAG | VARCHAR2 | (1) | To be used later | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
UNIT_OF_MEASURE | VARCHAR2 | (25) | The unit of measure used to calculate the area of this location | |
ADDRESS_ID | NUMBER | Uniquely identifies an address row.The value is populated using sequence PN_ADDRESSES_S | ||
ADDRESS_LINE1 | VARCHAR2 | (240) | First line of an address | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Second line of an address | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Third line of an address | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Fourth line of an address | |
COUNTY | VARCHAR2 | (60) | County | |
CITY | VARCHAR2 | (60) | City | |
STATE | VARCHAR2 | (60) | State | |
PROVINCE | VARCHAR2 | (60) | Province | |
ZIP_CODE | VARCHAR2 | (60) | Postal Code | |
COUNTRY | VARCHAR2 | (60) | Country | |
ADDRESS_STYLE | VARCHAR2 | (30) | Used as context value for Flexible Address Format descriptive flexfield | |
TERRITORY_ID | NUMBER | Territory identifier | ||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure Defining Column. | |
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | This captures the name of the Country | |
CONCATENATED_ADDRESS | VARCHAR2 | (4000) | This captures the address part | |
OFFICE_PARK_ID | NUMBER | This picks up the value from the FND_LOOKUPS table where LOOKUP_CODE = OFFICE PARK | ||
OFFICE_PARK_NAME | VARCHAR2 | (50) | This picks up the meaning from the FND_LOOKUPS table where LOOKUP_CODE = OFFICE PARK | |
REGION_ID | NUMBER | This picks up the value from the FND_LOOKUPS table where LOOKUP_CODE = REGION | ||
REGION_NAME | VARCHAR2 | (50) | This picks up the meaning from the FND_LOOKUPS table where LOOKUP_CODE = REGION | |
VACANT_AREA | NUMBER | This is a computed column | ||
LOAD_FACTOR | NUMBER | This is a computed column | ||
PRCT_VACANT | NUMBER | This is a computed column | ||
UTILIZED_CAPACITY | NUMBER | This is a computed column | ||
VACANCY | NUMBER | This is a computed column | ||
OCCUPANCY | NUMBER | This is a computed column | ||
AREA_UTILIZED | NUMBER | This is a computed column | ||
FLOORS | NUMBER | This is a computed column | ||
UNITS | NUMBER | This is a computed column | ||
ACTIVE_START_DATE | DATE | Y | ||
ACTIVE_END_DATE | DATE | |||
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | The occupancy status of a location. It can be Y (occupiable) or N (not occupiable) | |
OCCUPANCY_STATUS | VARCHAR2 | (80) | ||
ASSIGNABLE_EMP | VARCHAR2 | (30) | Indicates if the location can be assigned to an employee. Valid values are Y and N | |
ASSIGNABLE_CC | VARCHAR2 | (30) | Indicates if the location can be assigned to a Cost Center. Valid values are Y and N | |
ASSIGNABLE_CUST | VARCHAR2 | (30) | Indicates if the location can be assigned to a customer. Valid values are Y and N | |
DISPOSITION_CODE | VARCHAR2 | (30) | Indicates the disposition of a location | |
DISPOSITION | VARCHAR2 | (80) | ||
ACC_TREATMENT_CODE | VARCHAR2 | (30) | Indicates the accounting treatment of a location | |
ACC_TREATMENT | VARCHAR2 | (80) |
APPS.PN_BUILDINGS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
COMPANY_ID | NUMBER | Y | ||
COMPANY_NUMBER | VARCHAR2 | (30) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
NAME | VARCHAR2 | (80) | Y | |
ENABLED_FLAG | VARCHAR2 | (1) | Y | |
PARENT_COMPANY_ID | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
PARENT_COMPANY_NAME | VARCHAR2 | (80) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_COMPANIES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
COMPANY_SITE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
NAME | VARCHAR2 | (40) | Y | |
COMPANY_ID | NUMBER | Y | ||
ENABLED_FLAG | VARCHAR2 | (1) | Y | |
COMPANY_SITE_CODE | VARCHAR2 | (15) | ||
LEASE_ROLE_TYPE | VARCHAR2 | (30) | Y | |
ADDRESS_ID | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ADDRESS_LINE1 | VARCHAR2 | (240) | ||
ADDRESS_LINE2 | VARCHAR2 | (240) | ||
ADDRESS_LINE3 | VARCHAR2 | (240) | ||
ADDRESS_LINE4 | VARCHAR2 | (240) | ||
COUNTY | VARCHAR2 | (60) | ||
CITY | VARCHAR2 | (60) | ||
STATE | VARCHAR2 | (60) | ||
PROVINCE | VARCHAR2 | (60) | ||
ZIP_CODE | VARCHAR2 | (60) | ||
COUNTRY | VARCHAR2 | (60) | ||
TERRITORY_ID | NUMBER | |||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | ||
ADDRESS_STYLE | VARCHAR2 | (30) | ||
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | ||
LEASE_ROLE | VARCHAR2 | (80) | Y | |
CONCATENATED_ADDRESS | VARCHAR2 | (4000) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_COMPANY_SITES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONTACT_ID | NUMBER | Y | ||
COMPANY_SITE_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
STATUS | VARCHAR2 | (1) | Y | |
LAST_NAME | VARCHAR2 | (50) | Y | |
FIRST_NAME | VARCHAR2 | (50) | ||
JOB_TITLE | VARCHAR2 | (50) | ||
MAIL_STOP | VARCHAR2 | (60) | ||
EMAIL_ADDRESS | VARCHAR2 | (240) | ||
PRIMARY_FLAG | VARCHAR2 | (1) | ||
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 | |
JOB_TITLE_MEANING | VARCHAR2 | (80) | ||
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_CONTACTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONTACT_ASSIGNMENT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
COMPANY_ID | NUMBER | Y | ||
COMPANY_NAME | VARCHAR2 | (80) | Y | |
COMPANY_SITE_ID | NUMBER | Y | ||
SITE_NAME | VARCHAR2 | (40) | Y | |
LEASE_ROLE_TYPE | VARCHAR2 | (30) | Y | |
LEASE_ROLE | VARCHAR2 | (80) | Y | |
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
STATUS | VARCHAR2 | (1) | Y | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
CONTACT_NAME | VARCHAR2 | (101) | ||
ADDRESS_ID | NUMBER | |||
ORG_ID | NUMBER | (15) |
APPS.PN_CONTACT_ASSIGNMENTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONTACT_ASSIGNMENT_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
COMPANY_ID | NUMBER | |||
COMPANY_NAME | VARCHAR2 | (80) | ||
COMPANY_SITE_ID | NUMBER | |||
SITE_NAME | VARCHAR2 | (40) | ||
LEASE_ROLE_TYPE | VARCHAR2 | (30) | ||
LEASE_ROLE | VARCHAR2 | (80) | ||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
STATUS | VARCHAR2 | (1) | ||
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 | |
CONTACT_ASSIGN_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) |
APPS.PN_CONTACT_ASSIGN_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION_HISTORY_ID | NUMBER | (15) | Y | Distribution History Id is a unique identifier for the each row of PN_DISTRIBUTIONS_HISTORY table. |
DISTRIBUTION_CHANGE_ID | NUMBER | (15) | Y | Distribution Change Id changes when distribution history is created for a distribtuion set. |
DISTRIBUTION_ID | NUMBER | (15) | Y | Distribution Id is foreign key from PN_DISTRIBUTIONS_ALL table. |
PERCENTAGE | NUMBER | Percentage distribution of amount. | ||
LINE_NUMBER | NUMBER | Serial No. of distribution line. | ||
ACCOUNT_ID | NUMBER | (15) | Y | GL Account code to be associated with each distribution. |
ACCOUNT_CLASS | VARCHAR2 | (30) | Account Class associated with each distribution. | |
ACCOUNT_CLASS_PAY | VARCHAR2 | (30) | ||
ACCOUNT_CLASS_BILL | VARCHAR2 | (30) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment column. | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | Standard WHO column. | |
CREATION_DATE | DATE | Y | Standard WHO column. | |
CREATED_BY | NUMBER | Y | Standard WHO column. | |
LAST_UPDATE_LOGIN | NUMBER | Y | Standard WHO column. |
APPS.PN_DISTRIBUTIONS_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
DISTRIBUTION_ID | NUMBER | (15) | Y | |
PAYMENT_TERM_ID | NUMBER | (15) | ||
TERM_TEMPLATE_ID | NUMBER | (15) | ||
PERCENTAGE | NUMBER | |||
LINE_NUMBER | NUMBER | |||
ACCOUNT_ID | NUMBER | (15) | Y | |
ACCOUNT_CLASS | VARCHAR2 | (30) | ||
ACCOUNT_CLASS_PAY | VARCHAR2 | (30) | ||
ACCOUNT_CLASS_BILL | VARCHAR2 | (30) | ||
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 | |
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_DISTRIBUTIONS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXPORT_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction should be exported to Oracle Accounts Payable. Valid values: Y - Export, N - Do not export. The data element is null for a billing item row. | |
EXPORT_TO_AR_FLAG | VARCHAR2 | (1) | ||
TRANSFERRED_TO_AP_FLAG | VARCHAR2 | (1) | ||
TRANSFERRED_TO_AR_FLAG | VARCHAR2 | (1) | ||
VENDOR_ID | NUMBER | |||
CUSTOMER_ID | NUMBER | |||
VENDOR_SITE_ID | NUMBER | |||
CUSTOMER_SITE_USE_ID | NUMBER | |||
VENDOR_NAME | VARCHAR2 | (240) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
AP_INVOICE_NUM | VARCHAR2 | (50) | ||
AR_TRX_NUM | VARCHAR2 | (20) | ||
PAYMENT_PURPOSE | VARCHAR2 | (80) | ||
PAYMENT_TYPE | VARCHAR2 | (80) | ||
DUE_DATE | DATE | |||
SET_OF_BOOKS_ID | NUMBER | |||
CURRENCY_CODE | VARCHAR2 | (15) | ||
EXPORT_CURRENCY_CODE | VARCHAR2 | (15) | ||
RATE | NUMBER | |||
ACTUAL_AMOUNT | NUMBER | |||
EXPORT_CURRENCY_AMOUNT | NUMBER | |||
CODE_COMBINATION_ID | NUMBER | |||
COMMENTS | VARCHAR2 | (240) | ||
LEASE_ID | NUMBER | |||
LEASE_NAME | VARCHAR2 | (50) | ||
LEASE_NUMBER | VARCHAR2 | (30) | ||
SCHEDULE_DATE | DATE | |||
PERIOD_NAME | VARCHAR2 | (15) | ||
PAYMENT_ITEM_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | ||
PAYMENT_SCHEDULE_ID | NUMBER | |||
PAYMENT_TERM_ID | NUMBER | |||
ESTIMATED_AMOUNT | NUMBER | |||
PERIOD_FRACTION | NUMBER | |||
DESCRIPTION | VARCHAR2 | (50) | ||
ORG_ID | NUMBER | (15) | ||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | ||
REC_LIA_ACCOUNT_ID | NUMBER | (15) | ||
GROUPING_RULE_ID | NUMBER | |||
INV_GROUP_NAME | VARCHAR2 | (30) |
APPS.PN_EXP_PAYMENT_ITEMS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_ID | NUMBER | Y | Uniquely identifies the location data row. | |
LAST_UPDATE_DATE | DATE | Y | Who Column identifies last update date. | |
LAST_UPDATED_BY | NUMBER | Y | Who Column identifies last up dated by. | |
CREATION_DATE | DATE | Y | Who Column identifies creation date. | |
CREATED_BY | NUMBER | Y | Who Column identifies created by. | |
LAST_UPDATE_LOGIN | NUMBER | Who Column identifies last update login. | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location,such as building,floor office , land , parcel , section. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
LOCATION_TYPE | VARCHAR2 | (80) | Y | This column contains the meaning from the FND_LOOKUPS table |
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
SPACE_TYPE | VARCHAR2 | (80) | This captures the meaning from FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_FUNCTION_TYPE | |
FUNCTION_TYPE | VARCHAR2 | (80) | This captures the meaning from FND_LOOKUPS table where lookup_type = PN_FUNCTION_TYPE | |
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_STANDARD_TYPE | |
STANDARD_TYPE | VARCHAR2 | (80) | This captures the meaning from FND_LOOKUPS table where lookup_type = PN_STANDARD_TYPE | |
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying the location.The locations are classified as :BUILDING , FLOOR , OFFICE LAND , PARCEL , SECTION. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. |
LOCATION_ALIAS | VARCHAR2 | (30) | This data element is used to create the location code for a building , floor , office , land , parcel , section | |
BUILDING | VARCHAR2 | (50) | null | |
FLOOR | VARCHAR2 | (20) | Name of a floor. This data elemet is null for a building and office row | |
PARENT_LOCATION_ID | NUMBER | This will capture the parent location id for any floor location id | ||
STATUS | VARCHAR2 | (1) | Y | This captures the status of the location as Active or Inactive |
INTERFACE_FLAG | VARCHAR2 | (1) | To be used later | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
VACANT_AREA | NUMBER | This is a computed column | ||
UTILIZED_CAPACITY | NUMBER | This is a computed column | ||
VACANCY | NUMBER | This is a computed column | ||
SECONDARY_CIRCULATION | NUMBER | This is a computed column | ||
ACTIVE_START_DATE | DATE | Y | ||
ACTIVE_END_DATE | DATE | |||
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | The occupancy status of a location. It can be Y (occupiable) or N (not occupiable) | |
OCCUPANCY_STATUS | VARCHAR2 | (80) | ||
ASSIGNABLE_EMP | VARCHAR2 | (30) | Indicates if the location can be assigned to an employee. Valid values are Y and N | |
ASSIGNABLE_CC | VARCHAR2 | (30) | Indicates if the location can be assigned to a Cost Center. Valid values are Y and N | |
ASSIGNABLE_CUST | VARCHAR2 | (30) | Indicates if the location can be assigned to a customer. Valid values are Y and N | |
DISPOSITION_CODE | VARCHAR2 | (30) | Indicates the disposition of a location | |
DISPOSITION | VARCHAR2 | (80) | ||
ACC_TREATMENT_CODE | VARCHAR2 | (30) | Indicates the accounting treatment of a location | |
ACC_TREATMENT | VARCHAR2 | (80) |
APPS.PN_FLOORS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_DATE | DATE | Date derived from the variable rent dates table.Generated by the generate periods program. | ||
INVOICE_DATE | DATE | Date derived from the variable rent dates table. Generated by the generate periods program. | ||
LINE_ITEM_ID | NUMBER | Associates the summary row with a line items row in PN_VAR_LINES_ALL. | ||
TOT_VOL | NUMBER | Total forecasted volume on which variable rent calculation is based. | ||
BKPT_VOL_START | NUMBER | |||
BKPT_VOL_END | NUMBER | |||
VOL_APPL | NUMBER | |||
BKPT_RATE | NUMBER | |||
VAR_RENT | NUMBER | |||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | ||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | ||
VARIANCE_EXP_CODE | VARCHAR2 | (1) | ||
VAR_RENT_TYPE | CHAR | (10) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_FOR_RENT_DETAILS_V is not referenced by any database object
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 |
---|---|---|---|---|
PERIOD_NAME | VARCHAR2 | (15) | Y | |
START_DATE | DATE | Y | ||
END_DATE | DATE | Y |
APPS.PN_GL_PERIOD_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDEX_LEASE_ID | NUMBER | Y | Uniquely identifies the Rent Increase row. The value is populated using the sequence PN_INDEX_LEASES_S. | |
PAYMENT_TERM_ID | NUMBER | |||
EXCLUDE_FLAG | VARCHAR2 | (1) | ||
PAYMENT_PURPOSE | VARCHAR2 | (80) | ||
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | ||
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | ||
START_DATE | DATE | |||
END_DATE | DATE | |||
ACTUAL_AMOUNT | NUMBER | |||
VENDOR_NUMBER | VARCHAR2 | (30) | ||
VENDOR_NAME | VARCHAR2 | (240) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
ORG_ID | NUMBER |
APPS.PN_INDEX_EXCLUDE_TERM_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INDEX_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
NAME | VARCHAR2 | (30) | Y | |
SOURCE | VARCHAR2 | (30) | ||
COMMENTS | VARCHAR2 | (2000) | ||
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 |
APPS.PN_INDEX_HISTORY_HEADERS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INDEX_LINE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INDEX_ID | NUMBER | Y | ||
INDEX_DATE | DATE | Y | ||
INDEX_FIGURE | NUMBER | |||
INDEX_ESTIMATE | NUMBER | |||
INDEX_UNADJ_1 | NUMBER | |||
INDEX_UNADJ_2 | NUMBER | |||
INDEX_SEASONALLY_UNADJ_1 | NUMBER | |||
INDEX_SEASONALLY_UNADJ_2 | NUMBER | |||
UPDATED_FLAG | VARCHAR2 | (1) | ||
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 |
APPS.PN_INDEX_HISTORY_LINES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
ORG_ID | NUMBER | (15) | ||
LEASE_ID | NUMBER | Y | ||
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUM | VARCHAR2 | (30) | Y | |
INDEX_LEASE_ID | NUMBER | Y | ||
INDEX_LEASE_NUMBER | VARCHAR2 | (100) | Y | |
INDEX_ID | NUMBER | Y | ||
INDEX_TYPE | VARCHAR2 | (30) | Y | |
LOCATION_ID | NUMBER | |||
TERM_TEMPLATE_ID | NUMBER | |||
LOCATION_CODE | VARCHAR2 | (90) | ||
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | |
LEASE_COMMENCEMENT_DATE | DATE | |||
LEASE_TERMINATION_DATE | DATE | |||
USER_RESPONSIBLE | VARCHAR2 | (100) | Y | |
ABSTRACTED_BY | NUMBER | (15) | Y | |
INDEX_COMMENCEMENT_DATE | DATE | Y | ||
INDEX_TERMINATION_DATE | DATE | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ASSESSMENT_DATE | DATE | |||
ASSESSMENT_INTERVAL | NUMBER | |||
SPREAD_FREQUENCY | VARCHAR2 | (30) | ||
RELATIONSHIP_DEFAULT | VARCHAR2 | (30) | ||
BASIS_PERCENT_DEFAULT | NUMBER | |||
INITIAL_BASIS | NUMBER | |||
BASE_INDEX | NUMBER | |||
INDEX_FINDER_METHOD | VARCHAR2 | (30) | ||
NEGATIVE_RENT_TYPE | VARCHAR2 | (30) | ||
INCREASE_ON | VARCHAR2 | (30) | ||
INCREASE_ON_TYPE | VARCHAR2 | (80) | ||
BASIS_TYPE | VARCHAR2 | (30) | ||
REFERENCE_PERIOD | VARCHAR2 | (30) | ||
BASE_YEAR | DATE | |||
LEASED_AREA | NUMBER | |||
ROUNDING_FLAG | VARCHAR2 | (1) | ||
AGGREGATION_FLAG | VARCHAR2 | (1) | ||
GROSS_FLAG | VARCHAR2 | (1) | ||
BASE_INDEX_LINE_ID | NUMBER | |||
INDEX_FINDER_MONTHS | NUMBER | |||
CURRENCY_CODE | VARCHAR2 | (15) | ||
CARRY_FORWARD_FLAG | VARCHAR2 | (1) | ||
AGREEMENT_CATEGORY | VARCHAR2 | (30) | ||
AGREEMENT_ATTRIBUTE1 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE2 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE3 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE4 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE5 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE6 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE7 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE8 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE9 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE10 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE11 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE12 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE13 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE14 | VARCHAR2 | (150) | ||
AGREEMENT_ATTRIBUTE15 | VARCHAR2 | (150) | ||
RETAIN_INITIAL_BASIS_FLAG | VARCHAR2 | (1) | ||
INDEX_MULTIPLIER | NUMBER | |||
VR_NBP_FLAG | VARCHAR2 | (1) | ||
LEASE_EXTENSION_END_DATE | DATE | |||
PRORATION_RULE | VARCHAR2 | (30) | ||
PRORATION_PERIOD_START_DATE | DATE |
APPS.PN_INDEX_LEASES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INDEX_CONSTRAINT_ID | NUMBER | Y | ||
INDEX_LEASE_ID | NUMBER | Y | ||
SCOPE | VARCHAR2 | (30) | Y | |
MINIMUM_AMOUNT | NUMBER | |||
MAXIMUM_AMOUNT | NUMBER | |||
MINIMUM_PERCENT | NUMBER | |||
MAXIMUM_PERCENT | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_INDEX_LEASE_CONSTRAINTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INDEX_PERIOD_ID | NUMBER | Y | ||
INDEX_LEASE_ID | NUMBER | Y | ||
LINE_NUMBER | NUMBER | Y | ||
ASSESSMENT_DATE | DATE | Y | ||
BASIS_START_DATE | DATE | |||
BASIS_END_DATE | DATE | |||
INDEX_FINDER_DATE | DATE | |||
CURRENT_INDEX_LINE_ID | NUMBER | |||
CURRENT_INDEX_LINE_VALUE | NUMBER | |||
PREVIOUS_INDEX_LINE_ID | NUMBER | |||
PREVIOUS_INDEX_LINE_VALUE | NUMBER | |||
CURRENT_BASIS | NUMBER | |||
RELATIONSHIP | VARCHAR2 | (30) | ||
INDEX_PERCENT_CHANGE | NUMBER | |||
BASIS_PERCENT_CHANGE | NUMBER | |||
CONSTRAINT_APPLIED_AMOUNT | NUMBER | |||
CONSTRAINT_APPLIED_PERCENT | NUMBER | |||
CARRY_FORWARD_AMOUNT | NUMBER | |||
CARRY_FORWARD_PERCENT | NUMBER | |||
UNCONSTRAINT_RENT_DUE | NUMBER | |||
CONSTRAINT_RENT_DUE | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
BASE_INDEX | NUMBER | |||
ORG_ID | NUMBER | (15) | ||
INDEX_MULTIPLIER | NUMBER |
APPS.PN_INDEX_LEASE_PERIODS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INSURANCE_REQUIREMENT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
INSURANCE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
POLICY_START_DATE | DATE | |||
POLICY_EXPIRATION_DATE | DATE | |||
INSURER_NAME | VARCHAR2 | (50) | ||
POLICY_NUMBER | VARCHAR2 | (15) | ||
INSURED_AMOUNT | NUMBER | |||
REQUIRED_AMOUNT | NUMBER | |||
STATUS | VARCHAR2 | (1) | Y | |
INSURANCE_COMMENTS | VARCHAR2 | (2000) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
INSURANCE_TYPE | VARCHAR2 | (80) | Y | |
ORG_ID | NUMBER | (15) |
APPS.PN_INSURANCE_REQUIREMNTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
INSURANCE_REQUIREMENT_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
INSURANCE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
POLICY_START_DATE | DATE | |||
POLICY_EXPIRATION_DATE | DATE | |||
INSURER_NAME | VARCHAR2 | (50) | ||
POLICY_NUMBER | VARCHAR2 | (15) | ||
INSURED_AMOUNT | NUMBER | |||
REQUIRED_AMOUNT | NUMBER | |||
STATUS | VARCHAR2 | (1) | ||
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 | |
INSURANCE_TYPE | VARCHAR2 | (80) | ||
INSURANCE_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) |
APPS.PN_INSUR_REQUIRE_HISTORY_V is not referenced by any database object
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 |
---|---|---|---|---|
JE_CATEGORY_NAME | VARCHAR2 | (30) | ||
USER_JE_CATEGORY_NAME | VARCHAR2 | (80) |
APPS.PN_JE_CATEGORIES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LANDLORD_SERVICE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
SERVICE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
START_DATE | DATE | |||
END_DATE | DATE | |||
STATUS | VARCHAR2 | (1) | Y | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
SERVICE_TYPE | VARCHAR2 | (80) | ||
OBLIGATION_NUM | VARCHAR2 | (15) | ||
RESPONSIBILITY_CODE | VARCHAR2 | (30) | ||
RESPONSIBILITY_TYPE | VARCHAR2 | (80) | ||
COMMON_AREA_RESP | VARCHAR2 | (30) | ||
FINANCIAL_RESP_PARTY_CODE | VARCHAR2 | (30) | ||
FINANCIAL_RESP_PARTY | VARCHAR2 | (80) | ||
FINANCIAL_PCT_RESP | VARCHAR2 | (15) | ||
RESPONSIBILITY_MAINT | VARCHAR2 | (30) | ||
COMPANY_ID | NUMBER | |||
RESPONSIBILITY_PROV_NAME | VARCHAR2 | (80) | ||
OBLIGATION_REFERENCE | VARCHAR2 | (15) | ||
OBLIGATION_COMMENTS | VARCHAR2 | (2000) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_LANDLORD_SERVICES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LANDLORD_SERVICE_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
SERVICE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
START_DATE | DATE | |||
END_DATE | DATE | |||
STATUS | VARCHAR2 | (1) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
SERVICE_TYPE | VARCHAR2 | (80) | ||
LANDLORD_SERVICE_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) | ||
OBLIGATION_NUM | VARCHAR2 | (15) | ||
RESPONSIBILITY_CODE | VARCHAR2 | (30) | ||
RESPONSIBILITY_TYPE | VARCHAR2 | (80) | ||
COMMON_AREA_RESP | VARCHAR2 | (30) | ||
FINANCIAL_RESP_PARTY_CODE | VARCHAR2 | (30) | ||
FINANCIAL_RESP_PARTY | VARCHAR2 | (80) | ||
FINANCIAL_PCT_RESP | VARCHAR2 | (15) | ||
RESPONSIBILITY_MAINT | VARCHAR2 | (30) | ||
COMPANY_ID | NUMBER | |||
RESPONSIBILITY_PROV_NAME | VARCHAR2 | (80) | ||
OBLIGATION_REFERENCE | VARCHAR2 | (15) | ||
OBLIGATION_COMMENTS | VARCHAR2 | (2000) |
APPS.PN_LANDLORD_SERVICE_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | |
PARENT_LEASE_ID | NUMBER | |||
LEASE_TYPE_CODE | VARCHAR2 | (30) | Y | |
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | |
PAYMENT_TERM_RULE | NUMBER | |||
COMMENTS | VARCHAR2 | (240) | ||
STATUS | VARCHAR2 | (1) | ||
LEASE_STATUS | VARCHAR2 | (30) | Y | |
LOCATION_ID | NUMBER | (15) | ||
CUSTOMER_ID | NUMBER | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
LEASE_DETAIL_ID | NUMBER | Y | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
EXPENSE_ACCOUNT_ID | NUMBER | |||
ACCRUAL_ACCOUNT_ID | NUMBER | (15) | ||
RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | ||
TERM_TEMPLATE_ID | NUMBER | (15) | ||
LEASE_COMMENCEMENT_DATE | DATE | |||
LEASE_TERMINATION_DATE | DATE | |||
LEASE_EXECUTION_DATE | DATE | |||
LEASE_EXTENSION_END_DATE | DATE | |||
LEASE_TERM | NUMBER | |||
ABSTRACTED_BY_USER_ID | NUMBER | Y | ||
USER_ABSTRACTED | VARCHAR2 | (100) | Y | |
RESPONSIBLE_USER_ID | NUMBER | |||
USER_RESPONSIBLE | VARCHAR2 | (100) | Y | |
LEASE_TYPE | VARCHAR2 | (80) | Y | |
LEASE_CLASS | VARCHAR2 | (80) | Y | |
PARENT_LEASE_NUMBER | VARCHAR2 | (30) | ||
PARENT_LEASE_NAME | VARCHAR2 | (50) | ||
GROUPING_RULE_ID | NUMBER | (15) | ||
INV_GROUP_NAME | VARCHAR2 | (30) | ||
ORG_ID | NUMBER | (15) | ||
LOCATION_NAME_DISP | VARCHAR2 | (4000) | ||
LOCATION_CODE_DISP | VARCHAR2 | (4000) | ||
PROPERTY_NAME_DISP | VARCHAR2 | (4000) | ||
CALENDAR_YEAR_START_DATE | VARCHAR2 | (5) |
APPS.PN_LEASES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
LEASE_TRANSACTION_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LEASE_CHANGE_NUMBER | NUMBER | |||
LEASE_CHANGE_NAME | VARCHAR2 | (50) | ||
ABSTRACTED_BY_USER_ID | NUMBER | |||
USER_ABSTRACTED | VARCHAR2 | (100) | ||
RESPONSIBLE_USER_ID | NUMBER | |||
USER_RESPONSIBLE | VARCHAR2 | (100) | ||
CHANGE_EXECUTION_DATE | DATE | |||
CHANGE_COMMENCEMENT_DATE | DATE | |||
CHANGE_TERMINATION_DATE | DATE | |||
CHANGE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
AMENDMENT_TERM | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
STATUS | VARCHAR2 | (1) | ||
LEASE_STATUS | VARCHAR2 | (30) | ||
LEASE_NUMBER | VARCHAR2 | (30) | Y | |
LEASE_NAME | VARCHAR2 | (50) | Y | |
TRANSACTION_TYPE_CODE | VARCHAR2 | (30) | Y | |
TRANSACTION_TYPE | VARCHAR2 | (80) | Y | |
LEASE_TYPE | VARCHAR2 | (80) | Y | |
LEASE_TYPE_CODE | VARCHAR2 | (30) | Y | |
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | |
LEASE_CLASS | VARCHAR2 | (80) | Y | |
LOCATION_ID | NUMBER | (15) | ||
CUSTOMER_ID | NUMBER | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
ORG_ID | NUMBER | (15) | ||
CALENDAR_YEAR_START_DATE | VARCHAR2 | (5) |
APPS.PN_LEASE_CHANGES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONTACT_ASSIGNMENT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
COMPANY_ID | NUMBER | Y | ||
COMPANY_NAME | VARCHAR2 | (80) | Y | |
COMPANY_SITE_ID | NUMBER | Y | ||
SITE_NAME | VARCHAR2 | (40) | Y | |
LEASE_ROLE_TYPE | VARCHAR2 | (30) | Y | |
LEASE_ROLE | VARCHAR2 | (80) | Y | |
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
STATUS | VARCHAR2 | (1) | Y | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
CONCATENATED_ADDRESS | VARCHAR2 | (4000) |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_DETAIL_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
LEASE_ID | NUMBER | |||
LEASE_NAME | VARCHAR2 | (50) | ||
LEASE_NUMBER | VARCHAR2 | (30) | ||
LEASE_STATUS | VARCHAR2 | (30) | ||
RESPONSIBLE_USER_ID | NUMBER | |||
USER_RESPONSIBLE | VARCHAR2 | (100) | ||
EXPENSE_ACCOUNT_ID | NUMBER | |||
RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | ||
ACCRUAL_ACCOUNT_ID | NUMBER | (15) | ||
TERM_TEMPLATE_ID | NUMBER | (15) | ||
LEASE_EXECUTION_DATE | DATE | |||
LEASE_COMMENCEMENT_DATE | DATE | |||
LEASE_TERMINATION_DATE | DATE | |||
LEASE_EXTENSION_END_DATE | DATE | |||
LEASE_TERM | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
PAYMENT_TERM_RULE | NUMBER | |||
DETAIL_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) | ||
GROUPING_RULE_ID | NUMBER | (15) | ||
INV_GROUP_NAME | VARCHAR2 | (30) |
APPS.PN_LEASE_DETAILS_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_DETAIL_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | |
LEASE_TYPE_CODE | VARCHAR2 | (30) | Y | |
LEASE_STATUS | VARCHAR2 | (30) | Y | |
RESPONSIBLE_USER_ID | NUMBER | |||
USER_RESPONSIBLE | VARCHAR2 | (100) | Y | |
EXPENSE_ACCOUNT_ID | NUMBER | |||
LEASE_EXECUTION_DATE | DATE | |||
LEASE_COMMENCEMENT_DATE | DATE | |||
LEASE_TERMINATION_DATE | DATE | |||
LEASE_EXTENSION_END_DATE | DATE | |||
LEASE_TERM | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ACCRUAL_ACCOUNT_ID | NUMBER | (15) | ||
RECEIVABLE_ACCOUNT_ID | NUMBER | (15) | ||
TERM_TEMPLATE_ID | NUMBER | (15) | ||
PAYMENT_TERM_RULE | NUMBER | |||
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the lease. | |
INV_GROUP_NAME | VARCHAR2 | (30) | Grouping rule name. | |
ORG_ID | NUMBER | (15) |
APPS.PN_LEASE_DETAILS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_MILESTONE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
MILESTONE_DATE | DATE | Y | ||
USER_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
MILESTONE_TYPE_CODE | VARCHAR2 | (30) | Y | |
OPTION_ID | NUMBER | |||
INSURANCE_REQUIREMENT_ID | NUMBER | |||
PAYMENT_TERM_ID | NUMBER | |||
LEAD_DAYS | NUMBER | |||
EVERY_DAYS | NUMBER | |||
ACTION_TAKEN | VARCHAR2 | (50) | ||
ACTION_DATE | DATE | |||
NOTIFICATION_DATE | DATE | |||
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 | |
RESPONSIBLE_USER | VARCHAR2 | (100) | Y | |
MILESTONE_TYPE | VARCHAR2 | (80) | Y | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_LEASE_MILESTONES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LEASE_TRANSACTION_ID | NUMBER | Y | Uniquely identify the lease transaction row. | |
LEASE_ID | NUMBER | Associates the row in PN_LEASES_ALL with the lease transaction row | ||
LOCATION_ID | NUMBER | To be used later | ||
TRANSACTION_TYPE_CODE | VARCHAR2 | (30) | Y | The type of lease transaction, such as amend or edit. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
DATE_EFFECTIVE | DATE | The date on which the transaction was created | ||
TRANSACTION_TYPE | VARCHAR2 | (80) | Y | Transaction Type |
CREATED_BY_NAME | VARCHAR2 | (100) | Y | Application username (what a user types in at the Oracle Applications sign-on screen) |
LEASE_CHANGE_ID | NUMBER | Y | Uniquely identifies a lease row, amendment row or edit row. | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_LEASE_TRANSACTIONS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_ID | NUMBER | Y | Uniquely identifies a location row. The value is populated using sequence PN_LOCATIONS_S | |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location, such as building, floor, office, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. |
BUILDING | VARCHAR2 | (50) | Name of the building. This data element is null for a floor and an office row | |
LEASE_OR_OWNED | VARCHAR2 | (30) | Identifies whether the property is leased or owned or mixed or managed. Valid values : L------ Leased, MG------ Managed, MI------ Mixed, O------ Owned | |
FLOOR | VARCHAR2 | (20) | Name of the floor, for example, 'First Floor' or '01'. This data element is null for a building and an office row. | |
OFFICE | VARCHAR2 | (20) | Name of the office, for example, ' CEO's Office' or '01'. This data element is null for a floor and building row. | |
ADDRESS_LINE1 | VARCHAR2 | (240) | First line of an address | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Second line of an address | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Third line of an address | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Fourth line of an address | |
COUNTY | VARCHAR2 | (60) | County | |
CITY | VARCHAR2 | (60) | City | |
STATE | VARCHAR2 | (60) | State | |
PROVINCE | VARCHAR2 | (60) | Province | |
ZIP_CODE | VARCHAR2 | (60) | Postal Code | |
COUNTRY | VARCHAR2 | (60) | Country | |
ADDRESS_STYLE | VARCHAR2 | (30) | Used as context value for Flexible Address Format descriptive flexfield | |
MAX_CAPACITY | NUMBER | Maximum capacity for this location. Oracle Property Manager uses this data element to identify the number of people a location can hold. | ||
OPTIMUM_CAPACITY | NUMBER | Optimum capacity for this location. This number cannot be greater than the maximum. | ||
RENTABLE_AREA | NUMBER | Rentable area of this location. | ||
USABLE_AREA | NUMBER | Usable area of this location. Usable area cannot be greater than rentable area. | ||
ALLOCATE_COST_CENTER_CODE | VARCHAR2 | (30) | The cost center to which this location is allocated | |
UOM_CODE | VARCHAR2 | (3) | The unit of measure used to calculate the area of this location. The value is derived from the lookup_code column in FND_LOOKUPS where lookup_type = PN_UNITS_OF_MEASURE | |
CONTACT_NAME | VARCHAR2 | (101) | ||
CONTACT_PHONE | VARCHAR2 | (35) | ||
EMAIL_ADDRESS | VARCHAR2 | (240) | ||
DESCRIPTION | VARCHAR2 | (50) | ||
PARENT_LOCATION_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
CREATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_LOCATIONS_ITF_V is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
Identifies a location and its attributes
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier | |
LOCATION_ID | NUMBER | Y | Internal Location Identifier | |
LOCATION_CODE | VARCHAR2 | (90) | Y | Location Identifier. Oracle Property Manager generates this code based on the user-specified location alias. |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Code for location type. Value is derived from the LOOKUP_CODE in the FND_LOOKUPS table where the LOOKUP_TYPE matches the PN_LOCATION_TYPE |
ACTIVE_START_DATE | DATE | Y | Date from which the location is defined. Column is used for tracking location dates and forms part of the primary key for this table along with LOCATION_ID and ACTIVE_END_DATE. | |
ACTIVE_END_DATE | DATE | Y | Date to which this location is defined. Column is used for tracking location dates and forms part of the primary key for this table along with LOCATION_ID and ACTIVE_START_DATE. | |
LOCATION_ALIAS | VARCHAR2 | (30) | Used to create a location code | |
PARENT_LOCATION_CODE | VARCHAR2 | (90) | Location Code of the parent location. This data element is null for a building or land row. | |
GPARENT_LOCATION_CODE | VARCHAR2 | (90) | The Location Code of the parent locations parent | |
LOCATION_NAME | VARCHAR2 | (50) | Name of the location | |
PARENT_LOCATION_NAME | VARCHAR2 | (50) | Name of the parent locations parent | |
GPARENT_LOCATION_NAME | VARCHAR2 | (50) | Name of the parent locations parent | |
SUITE | VARCHAR2 | (30) | Suite to which the office is attached | |
UOM_CODE | VARCHAR2 | (3) | Unit of measure used to calculate the area of the location. Derived from the lookup_code column in FND_LOOKUPS where LOOKUP_TYPE matches the PN_UNITS_OF_MEASURE | |
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | TCode representing the locations space type | |
SPACE_TYPE | VARCHAR2 | (80) | Purpose for which the location is used, for example, as workspace, storage space, or training room | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Code representing the locations function type | |
FUNCTION_TYPE | VARCHAR2 | (80) | Function of the location, for example, whether the location is an office or workstation, kitchen, or library | |
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Code representing the locations standard type | |
STANDARD_TYPE | VARCHAR2 | (80) | Type of individual who uses the location, for example, contractor, manager, or vice president | |
STATUS_TYPE | VARCHAR2 | (30) | Code representing the locations status type | |
STATUS_TYPE_NAME | VARCHAR2 | (80) | Status of the location, for example, whether it is condemned, under construction, or operational | |
MAX_CAPACITY | NUMBER | Maximum number of people a location can hold | ||
OPTIMUM_CAPACITY | NUMBER | Optimum capacity for the location. Cannot be greater than the locations maximum capacity | ||
RENTABLE_AREA | NUMBER | The locations rentable area | ||
USABLE_AREA | NUMBER | The locations usable area. Cannot be greater than rentable area | ||
GROSS_AREA | NUMBER | The locations usable area. Cannot be greater than rentable area | ||
ASSIGNABLE_AREA | NUMBER | Assignable area of an office or section | ||
COMMON_AREA | NUMBER | Common area of an office or section | ||
VACANT_AREA | NUMBER | Calculated data element that indicates the vacant area at a location | ||
VACANT_AREA_PERCENT | NUMBER | Calculated data element that indicates the percentage of vacant area at a location | ||
LEVELS | NUMBER | Calculated data element that indicates the number of floors in a building or offices on a floor | ||
UNITS | NUMBER | Calculated data element that indicates the number of offices on a floor | ||
UTILIZED_CAPACITY | NUMBER | Calculated data element that indicates the locations utilized capacity | ||
LOAD_FACTOR | NUMBER | Calculated data element that indicates the load factor of the location | ||
UTILIZED_AREA | NUMBER | Calculated data element that indicates the locations utilized area | ||
VACANCY | NUMBER | Number of vacancies at the location | ||
SECONDARY_CIRCULATION | NUMBER | Calculated data element. Derived by subtracting common and assignable area from a locations usable area. | ||
COMMON_AREA_FLAG | VARCHAR2 | (1) | Flag to indicate whether the space is meant for common use | |
PROPERTY_ID | NUMBER | Internal Identifier of the property on which the building is located | ||
PROPERTY_NAME | VARCHAR2 | (30) | Name of the property on which the building is located | |
PROPERTY_CODE | VARCHAR2 | (90) | The code of the property on which the building is located | |
TENURE_CODE | VARCHAR2 | (30) | The TENURE_CODE for the building | |
TENURE | VARCHAR2 | (80) | Tenure of the building, for example, leased, owned, mixed, or managed. | |
CLASS | VARCHAR2 | (30) | The class code for the building. | |
CLASS_MEANING | VARCHAR2 | (80) | Class of the building, for example, urban or rural | |
STATUS | VARCHAR2 | (1) | Y | Status of the location, for example, active or inactive |
PARENT_STATUS | VARCHAR2 | (1) | Y | Status of the parent location |
GPARENT_STATUS | VARCHAR2 | (1) | Y | Status of the parent locations parent |
ADDRESS_LINE1 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Address of the land or building | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Address of the land or building | |
COUNTY | VARCHAR2 | (60) | County where the building or land is located | |
CITY | VARCHAR2 | (60) | City where the building or land is located | |
STATE | VARCHAR2 | (60) | State where the building or land is located | |
PROVINCE | VARCHAR2 | (60) | Province where the building or land is located | |
ZIP_CODE | VARCHAR2 | (60) | Zip code for the building or land address | |
COUNTRY | VARCHAR2 | (60) | Y | Country where the building or land is located |
TERRITORY_ID | NUMBER | Territory ID for address of the land or building | ||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the Descriptive Flexfield structure for the locations address | |
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | Y | Name of the territory to which the building or land belongs |
OFFICE_PARK | VARCHAR2 | (50) | Office park to which the building or land belongs | |
REGION | VARCHAR2 | (50) | Region to which the building or land belongs | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. The date on which a user last updated the row | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. User who last updated the row. Foreign key to FND_USER.USER_ID | |
CREATION_DATE | DATE | Y | Standard Who column. Date on which the row was created | |
CREATED_BY | NUMBER | Y | Standard Who column. User who created the row. Foreign key to FND_USER.USER_ID | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column: Operating system login of user who last updated the row. Foreign key to FND_LOGINS.LOGIN_ID | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | The definition of the descriptive flexfield structure | |
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 | |
ORG_ID | NUMBER | (15) | Organization Identifier | |
BOOKABLE_FLAG | VARCHAR2 | (1) | Flag to indicate whether a location can be reserved | |
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | The occupancy status of a location. It can be Y (occupiable) or N (not occupiable) | |
OCCUPANCY_STATUS | VARCHAR2 | (80) | This captures the meaning of the occupancy status code from fnd_lookups where the lookup type is PN_OCCUPANCY_STATUS_CODE | |
ASSIGNABLE_EMP | VARCHAR2 | (30) | Indicates if the location can be assigned to an employee. Valid values are Y and N | |
ASSIGNABLE_CC | VARCHAR2 | (30) | Indicates if the location can be assigned to a Cost Center. Valid values are Y and N | |
ASSIGNABLE_CUST | VARCHAR2 | (30) | Indicates if the location can be assigned to a customer. Valid values are Y and N | |
DISPOSITION_CODE | VARCHAR2 | (30) | This captures the meaning of the disposition code from fnd_lookups where the lookup type is PN_DISPOSITION_CODE | |
DISPOSITION | VARCHAR2 | (80) | This captures the meaning of the disposition code from fnd_lookups where the lookup type is PN_DISPOSITION_CODE | |
ACC_TREATMENT_CODE | VARCHAR2 | (30) | Indicates the accounting treatment of a location | |
ACC_TREATMENT | VARCHAR2 | (80) | This captures the meaning of the accounting treatment code from fnd_lookups where the lookup type is PN_ACC_TREATMENT_CODE |
APPS.PN_LOCATIONS_PUB_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
ORG_ID | NUMBER | (15) | ||
LOCATION_ID | NUMBER | |||
LOCATION_CODE | VARCHAR2 | (90) | ||
LOCATION_ALIAS | VARCHAR2 | (30) | ||
LOCATION_NAME | VARCHAR2 | (50) | ||
PROPERTY_ID | NUMBER | |||
PROPERTY_NAME | VARCHAR2 | (30) | ||
BUILDING_ID | NUMBER | |||
BUILDING | VARCHAR2 | (50) | ||
BUILDING_LOCATION_CODE | VARCHAR2 | (90) | ||
FLOOR_ID | NUMBER | |||
FLOOR | VARCHAR2 | (20) | ||
FLOOR_LOCATION_CODE | VARCHAR2 | (90) | ||
OFFICE_ID | NUMBER | |||
OFFICE | VARCHAR2 | (20) | ||
OFFICE_LOCATION_CODE | VARCHAR2 | (90) | ||
OFFICE_COMMON_AREA_FLAG | VARCHAR2 | (1) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
LOCATION_PARK_ID | NUMBER | |||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
LEASE_OR_OWNED | VARCHAR2 | (30) | ||
LEASE_OR_OWNED_TENURE | VARCHAR2 | (80) | ||
MAX_CAPACITY | NUMBER | |||
OPTIMUM_CAPACITY | NUMBER | |||
RENTABLE_AREA | NUMBER | |||
USABLE_AREA | NUMBER | |||
BUILDING_MAX_CAPACITY | NUMBER | |||
BUILDING_OPTIMUM_CAPACITY | NUMBER | |||
BUILDING_RENTABLE_AREA | NUMBER | |||
BUILDING_USABLE_AREA | NUMBER | |||
FLOOR_MAX_CAPACITY | NUMBER | |||
FLOOR_OPTIMUM_CAPACITY | NUMBER | |||
FLOOR_RENTABLE_AREA | NUMBER | |||
FLOOR_USABLE_AREA | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
STATUS | VARCHAR2 | (1) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
UNIT_OF_MEASURE | VARCHAR2 | (25) | ||
ADDRESS_ID | NUMBER | |||
ADDRESS_LINE1 | VARCHAR2 | (240) | ||
ADDRESS_LINE2 | VARCHAR2 | (240) | ||
ADDRESS_LINE3 | VARCHAR2 | (240) | ||
ADDRESS_LINE4 | VARCHAR2 | (240) | ||
COUNTY | VARCHAR2 | (60) | ||
CITY | VARCHAR2 | (60) | ||
STATE | VARCHAR2 | (60) | ||
PROVINCE | VARCHAR2 | (60) | ||
ZIP_CODE | VARCHAR2 | (60) | ||
COUNTRY | VARCHAR2 | (60) | ||
ADDRESS_STYLE | VARCHAR2 | (30) | ||
TERRITORY_ID | NUMBER | |||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | ||
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | ||
CONCATENATED_ADDRESS | VARCHAR2 | (4000) | ||
LOCATION_TYPE | VARCHAR2 | (80) | ||
OFFICE_PARK_ID | NUMBER | |||
OFFICE_PARK_NAME | VARCHAR2 | (50) | ||
REGION_ID | NUMBER | |||
REGION_NAME | VARCHAR2 | (50) | ||
ACTIVE_START_DATE | DATE | |||
ACTIVE_END_DATE | DATE | |||
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | ||
OCCUPANCY_STATUS | VARCHAR2 | (80) | ||
ASSIGNABLE_EMP | VARCHAR2 | (30) | ||
ASSIGNABLE_CC | VARCHAR2 | (30) | ||
ASSIGNABLE_CUST | VARCHAR2 | (30) | ||
DISPOSITION_CODE | VARCHAR2 | (30) | ||
DISPOSITION | VARCHAR2 | (80) | ||
ACC_TREATMENT_CODE | VARCHAR2 | (30) | ||
ACC_TREATMENT | VARCHAR2 | (80) |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONTACT_ASSIGNMENT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
COMPANY_ID | NUMBER | Y | ||
COMPANY_NAME | VARCHAR2 | (80) | Y | |
COMPANY_SITE_ID | NUMBER | Y | ||
SITE_NAME | VARCHAR2 | (40) | Y | |
LEASE_ROLE_TYPE | VARCHAR2 | (30) | Y | |
LEASE_ROLE | VARCHAR2 | (80) | Y | |
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
STATUS | VARCHAR2 | (1) | Y | |
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 | |
ORG_ID | NUMBER | (15) |
APPS.PN_LOCATION_CONTACT_ASSIGN_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_FEATURE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_ID | NUMBER | Y | ||
LOCATION_FEATURE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
DESCRIPTION | VARCHAR2 | (240) | ||
QUANTITY | NUMBER | |||
FEATURE_SIZE | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
CONDITION_LOOKUP_CODE | VARCHAR2 | (30) | ||
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 | |
LOCATION_FEATURE | VARCHAR2 | (80) | Y | |
FEATURE_CONDITION | VARCHAR2 | (80) | ||
UNIT_OF_MEASURE | VARCHAR2 | (25) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_LOCATION_FEATURES_V is not referenced by any database object
MultiLingual view (a language resolved view of the data.)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_PARK_ID | NUMBER | Y | ||
PARENT_LOCATION_PARK_ID | NUMBER | |||
NAME | VARCHAR2 | (50) | Y | |
DESCRIPTION | VARCHAR2 | (80) | ||
LOCATION_PARK_TYPE | VARCHAR2 | (30) | Y | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 |
APPS.PN_LOCATION_PARKS_VL is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOC_ACC_MAP_HDR_ID | NUMBER | (15) | Y | |
MAPPING_NAME | VARCHAR2 | (80) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_LOC_ACC_MAP_HDR_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOC_ACC_MAP_ID | NUMBER | (15) | Y | |
LOC_ACC_MAP_HDR_ID | NUMBER | (15) | Y | |
MAPPING_NAME | VARCHAR2 | (80) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
PROPERTY_ID | NUMBER | (15) | ||
PROPERTY_NAME | VARCHAR2 | (30) | ||
PROPERTY_CODE | VARCHAR2 | (90) | ||
LOCATION_ID | NUMBER | (15) | ||
LOCATION_TYPE | VARCHAR2 | (30) | ||
LOCATION_CODE | VARCHAR2 | (90) | ||
ACCOUNT_LOW | VARCHAR2 | (240) | ||
ACCOUNT_HIGH | VARCHAR2 | (240) | ||
EXPENSE_TYPE_CODE | VARCHAR2 | (30) | Y | |
EXPENSE_TYPE | VARCHAR2 | (80) | Y | |
EFFECTIVE_FROM_DATE | DATE | Y | ||
EFFECTIVE_TO_DATE | DATE | Y | ||
RECOVERABLE_FLAG | VARCHAR2 | (1) | ||
SEGMENT1_LOW | VARCHAR2 | (25) | ||
SEGMENT1_HIGH | VARCHAR2 | (25) | ||
SEGMENT2_LOW | VARCHAR2 | (25) | ||
SEGMENT2_HIGH | VARCHAR2 | (25) | ||
SEGMENT3_LOW | VARCHAR2 | (25) | ||
SEGMENT3_HIGH | VARCHAR2 | (25) | ||
SEGMENT4_LOW | VARCHAR2 | (25) | ||
SEGMENT4_HIGH | VARCHAR2 | (25) | ||
SEGMENT5_LOW | VARCHAR2 | (25) | ||
SEGMENT5_HIGH | VARCHAR2 | (25) | ||
SEGMENT6_LOW | VARCHAR2 | (25) | ||
SEGMENT6_HIGH | VARCHAR2 | (25) | ||
SEGMENT7_LOW | VARCHAR2 | (25) | ||
SEGMENT7_HIGH | VARCHAR2 | (25) | ||
SEGMENT8_LOW | VARCHAR2 | (25) | ||
SEGMENT8_HIGH | VARCHAR2 | (25) | ||
SEGMENT9_LOW | VARCHAR2 | (25) | ||
SEGMENT9_HIGH | VARCHAR2 | (25) | ||
SEGMENT10_LOW | VARCHAR2 | (25) | ||
SEGMENT10_HIGH | VARCHAR2 | (25) | ||
SEGMENT11_LOW | VARCHAR2 | (25) | ||
SEGMENT11_HIGH | VARCHAR2 | (25) | ||
SEGMENT12_LOW | VARCHAR2 | (25) | ||
SEGMENT12_HIGH | VARCHAR2 | (25) | ||
SEGMENT13_LOW | VARCHAR2 | (25) | ||
SEGMENT13_HIGH | VARCHAR2 | (25) | ||
SEGMENT14_LOW | VARCHAR2 | (25) | ||
SEGMENT14_HIGH | VARCHAR2 | (25) | ||
SEGMENT15_LOW | VARCHAR2 | (25) | ||
SEGMENT15_HIGH | VARCHAR2 | (25) | ||
SEGMENT16_LOW | VARCHAR2 | (25) | ||
SEGMENT16_HIGH | VARCHAR2 | (25) | ||
SEGMENT17_LOW | VARCHAR2 | (25) | ||
SEGMENT17_HIGH | VARCHAR2 | (25) | ||
SEGMENT18_LOW | VARCHAR2 | (25) | ||
SEGMENT18_HIGH | VARCHAR2 | (25) | ||
SEGMENT19_LOW | VARCHAR2 | (25) | ||
SEGMENT19_HIGH | VARCHAR2 | (25) | ||
SEGMENT20_LOW | VARCHAR2 | (25) | ||
SEGMENT20_HIGH | VARCHAR2 | (25) | ||
SEGMENT21_LOW | VARCHAR2 | (25) | ||
SEGMENT21_HIGH | VARCHAR2 | (25) | ||
SEGMENT22_LOW | VARCHAR2 | (25) | ||
SEGMENT22_HIGH | VARCHAR2 | (25) | ||
SEGMENT23_LOW | VARCHAR2 | (25) | ||
SEGMENT23_HIGH | VARCHAR2 | (25) | ||
SEGMENT24_LOW | VARCHAR2 | (25) | ||
SEGMENT24_HIGH | VARCHAR2 | (25) | ||
SEGMENT25_LOW | VARCHAR2 | (25) | ||
SEGMENT25_HIGH | VARCHAR2 | (25) | ||
SEGMENT26_LOW | VARCHAR2 | (25) | ||
SEGMENT26_HIGH | VARCHAR2 | (25) | ||
SEGMENT27_LOW | VARCHAR2 | (25) | ||
SEGMENT27_HIGH | VARCHAR2 | (25) | ||
SEGMENT28_LOW | VARCHAR2 | (25) | ||
SEGMENT28_HIGH | VARCHAR2 | (25) | ||
SEGMENT29_LOW | VARCHAR2 | (25) | ||
SEGMENT29_HIGH | VARCHAR2 | (25) | ||
SEGMENT30_LOW | VARCHAR2 | (25) | ||
SEGMENT30_HIGH | VARCHAR2 | (25) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_LOC_ACC_MAP_V is not referenced by any database object
MultiLingual view (a language resolved view of the data.)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
NOTE_DETAIL_ID | NUMBER | Y | ||
NOTE_HEADER_ID | NUMBER | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
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). | |
CREATED_BY | NUMBER | (15) | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
TEXT | VARCHAR2 | (2000) | Y |
APPS.PN_NOTE_DETAILS_VL is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
NOTE_HEADER_ID | NUMBER | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
UPDATED_BY_USER_NAME | VARCHAR2 | (100) | Y | |
CREATED_BY | NUMBER | (15) | Y | |
CREATION_DATE | DATE | Y | ||
NOTE_DATE | DATE | Y | ||
NOTE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
LEASE_ID | NUMBER | |||
NOTE_TYPE | VARCHAR2 | (80) | Y | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) |
APPS.PN_NOTE_HEADERS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_ID | NUMBER | Y | Uniquely identifies the location data row. | |
LAST_UPDATE_DATE | DATE | Y | Who Column identifies last update date. | |
LAST_UPDATED_BY | NUMBER | Y | Who Column identifies last up dated by. | |
CREATION_DATE | DATE | Y | Who Column identifies creation date. | |
CREATED_BY | NUMBER | Y | Who Column identifies created by. | |
LAST_UPDATE_LOGIN | NUMBER | Who Column identifies last update login. | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location,such as building , floor office, land , parcel , section. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
LOCATION_TYPE | VARCHAR2 | (80) | Y | This column contains the meaning from the FND_LOOKUPS table |
SPACE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of Space, such as Mail Room , Office Space etc.The Value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
SPACE_TYPE | VARCHAR2 | (80) | This captures the meaning from the FND_LOOKUPS table where lookup_type = PN_SPACE_TYPE | |
FUNCTION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
FUNCTION_TYPE | VARCHAR2 | (80) | ||
STANDARD_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
STANDARD_TYPE | VARCHAR2 | (80) | ||
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying the location.The locations are classified as :BUILDING , FLOOR , OFFICE LAND , PARCEL , SECTION. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. |
LOCATION_ALIAS | VARCHAR2 | (30) | This data element is used to create the location code for a building , floor , office , land , parcel , section | |
BUILDING | VARCHAR2 | (50) | null | |
FLOOR | VARCHAR2 | (20) | null | |
OFFICE | VARCHAR2 | (20) | Name of an office . This data elemet is null for a building and floor row | |
MAX_CAPACITY | NUMBER | Maximum capacity for this location.Oracle Property Manager uses this data element to identify the number of people a location can hold | ||
OPTIMUM_CAPACITY | NUMBER | Optimum capacity for this location.This number cannot be greater than the maximum | ||
RENTABLE_AREA | NUMBER | Rentable area of this location | ||
USABLE_AREA | NUMBER | Usable area of this location. Usable area cannot be greate than rentable area | ||
ASSIGNABLE_AREA | NUMBER | Assignable area of this location Assignable area cannot be greater than the usable area | ||
COMMON_AREA | NUMBER | Common area of this location Common area cannot be greater than the usable area | ||
SUITE | VARCHAR2 | (30) | Name of the Suite | |
PARENT_LOCATION_ID | NUMBER | This will capture the parent location id for any office location id | ||
BUILDING_ID | NUMBER | This will capture the Building ID | ||
STATUS | VARCHAR2 | (1) | Y | This captures the status of the location as Active or Inactive |
INTERFACE_FLAG | VARCHAR2 | (1) | To be used later | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
VACANT_AREA | NUMBER | This is a computed column | ||
UTILIZED_CAPACITY | NUMBER | This is a computed column | ||
VACANCY | NUMBER | This is a computed column | ||
SECONDARY_CIRCULATION | NUMBER | This is a computed column | ||
COMMON_AREA_FLAG | VARCHAR2 | (1) | Identifies whether the space is for common usage or not. Valid values: Y - Yes , Null or N - No | |
ACTIVE_START_DATE | DATE | Y | ||
ACTIVE_END_DATE | DATE | |||
BOOKABLE_FLAG | VARCHAR2 | (1) | Indicates whether or not a location can be booked. | |
OCCUPANCY_STATUS_CODE | VARCHAR2 | (30) | The occupancy status of a location. It can be Y (occupiable) or N (not occupiable) | |
OCCUPANCY_STATUS | VARCHAR2 | (80) | ||
ASSIGNABLE_EMP | VARCHAR2 | (30) | Indicates if the location can be assigned to an employee. Valid values are Y and N | |
ASSIGNABLE_CC | VARCHAR2 | (30) | Indicates if the location can be assigned to a Cost Center. Valid values are Y and N | |
ASSIGNABLE_CUST | VARCHAR2 | (30) | Indicates if the location can be assigned to a customer. Valid values are Y and N | |
DISPOSITION_CODE | VARCHAR2 | (30) | Indicates the disposition of a location | |
DISPOSITION | VARCHAR2 | (80) | ||
ACC_TREATMENT_CODE | VARCHAR2 | (30) | Indicates the accounting treatment of a location | |
ACC_TREATMENT | VARCHAR2 | (80) |
APPS.PN_OFFICES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
OPTION_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
OPTION_NUM | VARCHAR2 | (15) | ||
OPTION_TYPE_CODE | VARCHAR2 | (30) | ||
START_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
OPTION_TERM | NUMBER | |||
OPTION_SIZE | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
OPTION_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | ||
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 | |
OPTION_TYPE | VARCHAR2 | (80) | ||
OPTION_STATUS_TYPE | VARCHAR2 | (80) | ||
UNIT_OF_MEASURE | VARCHAR2 | (25) | ||
OPTION_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) | ||
OPTION_EXER_START_DATE | DATE | |||
OPTION_EXER_END_DATE | DATE | |||
OPTION_ACTION_DATE | DATE | |||
OPTION_COST | VARCHAR2 | (15) | ||
OPTION_AREA_CHANGE | NUMBER | |||
OPTION_REFERENCE | VARCHAR2 | (15) | ||
OPTION_NOTICE_REQD | VARCHAR2 | (1) | ||
OPTION_COMMENTS | VARCHAR2 | (2000) |
APPS.PN_OPTIONS_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
OPTION_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
OPTION_NUM | VARCHAR2 | (15) | Y | |
OPTION_TYPE_CODE | VARCHAR2 | (30) | Y | |
START_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
OPTION_TERM | NUMBER | |||
OPTION_SIZE | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
OPTION_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
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 | |
OPTION_TYPE | VARCHAR2 | (80) | Y | |
OPTION_STATUS_TYPE | VARCHAR2 | (80) | Y | |
UNIT_OF_MEASURE | VARCHAR2 | (25) | ||
OPTION_EXER_START_DATE | DATE | |||
OPTION_EXER_END_DATE | DATE | |||
OPTION_ACTION_DATE | DATE | |||
OPTION_COST | VARCHAR2 | (15) | ||
OPTION_AREA_CHANGE | NUMBER | |||
OPTION_REFERENCE | VARCHAR2 | (15) | ||
OPTION_NOTICE_REQD | VARCHAR2 | (1) | ||
OPTION_COMMENTS | VARCHAR2 | (2000) | ||
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_OPTIONS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PAYMENT_ITEM_ID | NUMBER | Uniquely identifies a payment or a billing item row. | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
CREATION_DATE | DATE | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
DUE_DATE | DATE | Due date of a payment or billing item | ||
SET_OF_BOOKS_ID | NUMBER | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing item row. | ||
CURRENCY_CODE | VARCHAR2 | (15) | Functional currency code. | |
RATE | NUMBER | Currency conversion rate | ||
PAYMENT_ITEM_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Identifies the type of payment or billing item. Valid values: CASH and NORMALIZED. | |
PAYMENT_SCHEDULE_ID | NUMBER | Associates the payment schedule row in PN_PAYMENT_SCHEDULES_ALL with the payment or billing item row | ||
PAYMENT_TERM_ID | NUMBER | Associates the payment term row in PN_PAYMENT_TERMS_ALL with the payment or billing item row | ||
VENDOR_ID | NUMBER | Associates the row in PO_VENDORS with the payment or billing item. The data element is null for a billing item row. | ||
VENDOR_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing item. The data element is null for a billing item row. | ||
CUSTOMER_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the transaction row. The data element is null for a payment item row. | ||
CUSTOMER_SITE_USE_ID | NUMBER | Associates the customer's bill to site with the transaction row. The data element is null for a payment item row. | ||
ACTUAL_AMOUNT | NUMBER | Actual amount to be paid or billed | ||
ESTIMATED_AMOUNT | NUMBER | The estimate amount to be paid or billed | ||
ACCOUNTED_AMOUNT | NUMBER | Holds value of actual amount in functional currency, converted using user defined conversion type | ||
ACCOUNTED_DATE | DATE | The date on which the accounted amount is calculated. | ||
PERIOD_FRACTION | NUMBER | Reserved for rent calculation. Please do not use. | ||
DESCRIPTION | VARCHAR2 | (50) | Obsolete. To be deleted | |
COMMENTS | VARCHAR2 | (240) | Obsolete. To be deleted | |
TRANSFERRED_TO_AP_FLAG | VARCHAR2 | (1) | Identifies whether this transaction has been transferred to Oracle Accounts Payable interface tables. Valid values: Y - Transferred, N- Not Transferred. The data element is null for a billing item row. | |
AP_INVOICE_NUM | VARCHAR2 | (50) | Stores the invoice number generated by Oracle Accounts Payable for a payment item. The data element is null for a billing item row. | |
ENTERED_BY_LEASE | VARCHAR2 | (1) | Identify whether this transaction was created through the lease process or during Authorizing payment or billing items. Valid values: N - Not created by lease, NULL - Created by lease. | |
CUST_SHIP_SITE_ID | NUMBER | (15) | Customer Site Id for customer ship to site. | |
CUST_SHIP_SITE_USE | VARCHAR2 | (40) | Site use identifier | |
PAYMENT_PURPOSE | VARCHAR2 | (80) | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. | |
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. | |
ONE_TIME | VARCHAR2 | (1) | The frequency of the term, specifying how often this term will come into effect, for example, monthly, annually, etc. | |
CODE_COMBINATION_ID | NUMBER | Associates the account id in GL_CODE_COMBINATIONS table with the lease term | ||
TERM_NORMALIZE_FLAG | VARCHAR2 | (1) | Identify whether the Items related to the term need to be Normalized. valid Values: Y - Normalize, N - Don not Normalize | |
TERM_ACTUAL_AMOUNT | NUMBER | The amount to be paid or billed | ||
TERM_ESTIMATED_AMOUNT | NUMBER | The estimated amount to be paid or billed | ||
VENDOR_NAME | VARCHAR2 | (240) | Supplier name | |
VENDOR_NUMBER | VARCHAR2 | (30) | Supplier number | |
CUSTOMER_NUMBER | VARCHAR2 | (30) | Account Number | |
VENDOR_SITE | VARCHAR2 | (15) | Site code name | |
TAX_FLAG | VARCHAR2 | (0) | Tax Flag | |
CUSTOMER_NAME | VARCHAR2 | (360) | Name of this party | |
CUSTOMER_SITE_USE | VARCHAR2 | (40) | Site use identifier | |
GROUPING_RULE_ID | NUMBER | (15) | Associates the grouping rule name in PN_PAY_GROUP_RULES_ALL with the payment item. | |
INV_GROUP_NAME | VARCHAR2 | (30) | Grouping rule name | |
ADJ_START_DATE | DATE | Start Date of adjustment item created. | ||
ADJ_END_DATE | DATE | End Date of adjustment item created | ||
LAST_ADJUSTMENT_TYPE_CODE | VARCHAR2 | (30) | Code for last Adjustment Type, as a result of which the adjustment item has been created. | |
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 | |
CUST_TRX_TYPE_ID | NUMBER | (15) | Transaction Type Id to be passed to AR. | |
DISTRIBUTION_SET_ID | NUMBER | (15) | Distribution Set Id to be passed into AP. | |
AP_AR_TERM_ID | NUMBER | (15) | Payment Term Id for calculation of Term date. | |
PROJECT_ID | NUMBER | (15) | Project Id for calculating account id in AP. | |
TASK_ID | NUMBER | (15) | Task Id for calculating account id in AP. | |
ORGANIZATION_ID | NUMBER | (15) | Organization Id for calculating account id in AP. | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type for calculating Account Id in AP. | |
EXPENDITURE_ITEM_DATE | DATE | Expenditure Item Date for calculating Account Id in AP. | ||
TAX_GROUP_ID | NUMBER | (15) | Tax Group Id for AP. | |
TAX_CODE_ID | NUMBER | (15) | Tax Code Id for AP/AR. | |
TAX_INCLUDED | VARCHAR2 | (1) | Tax included is an indicator to show that tax is included or not. | |
INV_RULE_ID | NUMBER | (15) | Invoice Rule Id to be passed into AR. | |
ACCOUNT_RULE_ID | NUMBER | (15) | Accounting Rule Id to be passed into AR. | |
SALESREP_ID | NUMBER | (15) | Salesperson Id to be passed into AR | |
CUST_PO_NUMBER | VARCHAR2 | (50) | Status of Index Payment Term. | |
RECEIPT_METHOD_ID | NUMBER | (15) | Receipt Method Id. | |
TERM_TEMPLATE_ID | NUMBER | (15) | Term Template ID of Term Template, which is used to default term details at term level | |
ORG_ID | NUMBER | (15) | Organization identifier | |
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | Tax Classification Code | |
TCC_PAYMENT | VARCHAR2 | (80) | Tax Classification for a Payment Term | |
TCC_BILLING | VARCHAR2 | (80) | Tax Classification for a Billing Term |
APPS.PN_PAYMENT_ITEMS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PAYMENT_SCHEDULE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
SCHEDULE_DATE | DATE | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
APPROVED_BY_USER_ID | NUMBER | |||
TRANSFERRED_BY_USER_ID | NUMBER | |||
PAYMENT_STATUS_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
APPROVAL_DATE | DATE | |||
TRANSFER_DATE | DATE | |||
PERIOD_NAME | VARCHAR2 | (15) | ||
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 | |
ON_HOLD | VARCHAR2 | (1) | On-hold field used put a payment schedule on hold. Checked during the Mass Approval | |
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | |
USER_APPROVED_BY | VARCHAR2 | (100) | ||
USER_TRANSFERRED_BY | VARCHAR2 | (100) | ||
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | |
ORG_ID | NUMBER | (15) | Organization identifier | |
STATUS | VARCHAR2 | (1) | ||
LEASE_STATUS | VARCHAR2 | (30) | Y |
APPS.PN_PAYMENT_SCHEDULES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_HISTORY_ID | NUMBER | (15) | Unique Identifier of the term history row. This is the primary key of table. | |
PREV_TERM_HISTORY_ID | NUMBER | (15) | Reference column to previous term history row of the same term. | |
DISTRIBUTION_CHANGE_ID | NUMBER | (15) | Reference column to PN_DISTRIBUTIONS_HISTORY table. | |
PAYMENT_TERM_ID | NUMBER | (15) | Term Id, to which term history row belongs . | |
LAST_UPDATE_DATE | DATE | Standard WHO column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard WHO column. | |
CREATION_DATE | DATE | Standard WHO column. | ||
CREATED_BY | NUMBER | (15) | Standard WHO column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column. | |
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | Identifies the purpose of the term history row. | |
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | Identifies the type of the term history row, for example, base, escalation, pre-payment, etc. | |
FREQUENCY_CODE | VARCHAR2 | (30) | The frequency of the term history row, specifying how often the term would come into effect, for example, monthly, annually, etc. | |
NORMALIZE | VARCHAR2 | (1) | Identify whether the Items related to the term history need to be Normalized. valid Values: Y - Normalize, N - Don not Normalize. | |
LEASE_ID | NUMBER | (15) | Associates the lease row in PN_LEASES_ALL with the term history row. | |
LEASE_CHANGE_ID | NUMBER | (15) | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term history row. | |
START_DATE | DATE | History of start date of the term. | ||
END_DATE | DATE | History of end date of the term. | ||
VENDOR_ID | NUMBER | (15) | Associates the row in PO_VENDORS with the term history row. The data element is null for a billing term history row. | |
VENDOR_SITE_ID | NUMBER | (15) | Associates the row in PO_VENDOR_SITES with the term history row. The data element is null for a billing term history row. | |
CUSTOMER_ID | NUMBER | (15) | Associates the customer row in HZ_CUST_ACCOUNTS with the term history row. The data element is null for a payment term history row. | |
CUSTOMER_SITE_USE_ID | NUMBER | (15) | Associate the customer's bill to site with the term history row. The data element is null for a payment type history row. | |
TARGET_DATE | DATE | History of date on which the term of the type PRE-PAYMENT was to be offset with the due date. For all other terms, this data element is null. | ||
ACTUAL_AMOUNT | NUMBER | History of amount to be paid or billed. | ||
ESTIMATED_AMOUNT | NUMBER | History of estimated amount to be paid or billed. | ||
SET_OF_BOOKS_ID | NUMBER | (15) | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing term history row. | |
CURRENCY_CODE | VARCHAR2 | (15) | Functional currency code. | |
RATE | NUMBER | Currency conversion rate. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield Structure Defining column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield Segment column. | |
LOCATION_ID | NUMBER | (15) | Associates the location row in PN_LOCATIONS_ALL with the term history row. | |
SCHEDULE_DAY | NUMBER | (15) | Day of the month on which schedules are to be created and it is used to derive the schedule dates of term. | |
CUST_SHIP_SITE_ID | NUMBER | (15) | Associate the customer's ship to site with the term history row. The data element is null for a payment type history row. | |
AP_AR_TERM_ID | NUMBER | (15) | History of Term Id populated from Payables/Receivables to calculate the Due Date. | |
CUST_TRX_TYPE_ID | NUMBER | (15) | History of Transaction Type Id populated from Receivables and passed to Receivables while exporting an invoice. | |
PROJECT_ID | NUMBER | (15) | History of Project Id for calculating account id in Payables. | |
TASK_ID | NUMBER | (15) | History of Task Id for calculating account id in Payables. | |
ORGANIZATION_ID | NUMBER | (15) | History of Organization Id for calculating account id in Payables. | |
EXPENDITURE_TYPE | VARCHAR2 | (30) | History of Expenditure Type for calculating account id in Payables. | |
EXPENDITURE_ITEM_DATE | DATE | History of Expenditure Item Date for calculating account id in Payables. | ||
TAX_GROUP_ID | NUMBER | (15) | History of Tax Group Id, populated from Payables and passed to Payables while exporting payment item. | |
TAX_CODE_ID | NUMBER | (15) | History of Tax Code Id, populated from Payables/Receivables and passed to Payables/Receivables while exporting an item. | |
TAX_INCLUDED | VARCHAR2 | (1) | History of Tax Included indicator. | |
DISTRIBUTION_SET_ID | NUMBER | (15) | History of Distribution Set Id. | |
INV_RULE_ID | NUMBER | (15) | History of Invoice Rule Id. | |
ACCOUNT_RULE_ID | NUMBER | (15) | History of Salesrep Id. | |
SALESREP_ID | NUMBER | (15) | History of Salesrep Id. | |
APPROVED_BY | NUMBER | (15) | Approver Name for Index Payment Term. | |
STATUS | VARCHAR2 | (30) | Status of Index Payment Terms. | |
INDEX_PERIOD_ID | NUMBER | (15) | Associates Index Period row of Index Period Term with the term history row. | |
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | Identifies whether the payment term is for backbill or recurring . | |
PO_HEADER_ID | VARCHAR2 | (30) | History of Purchase Order Header Id. | |
CUST_PO_NUMBER | VARCHAR2 | (50) | History of Purchase Order Number. | |
RECEIPT_METHOD_ID | NUMBER | (15) | History of Receipt Method Identifier. | |
VAR_RENT_INV_ID | NUMBER | (15) | Associates the row in this table with a variable rent invoice row in table pn_var_rent_inv_all. | |
VAR_RENT_TYPE | VARCHAR2 | (20) | Determines the term type if term is a variable rent term. The column can have one of the following values ,'ACTUAL', 'FORECASTED' or 'VARIANCE'. | |
CHANGED_FLAG | VARCHAR2 | (20) | Indicates whether the term was changed or not. | |
RECOVERABLE_FLAG | VARCHAR2 | (1) | Identifies whether the billing term is used for recovery purposes. | |
PERIOD_BILLREC_ID | NUMBER | (15) | Associates a billed record for a period from PN_REC_PERIOD_BILL_ALL table with term history row. | |
REC_AGR_LINE_ID | NUMBER | (15) | Associates a line for a billed record for a period from PN_REC_PERIOD_BILL_ALL table with term history row. | |
AMOUNT_TYPE | VARCHAR2 | (30) | Amount Type of the term history row. | |
NORM_START_DATE | DATE | Normalization start date of the term. | ||
INTERFACE_LINE_CONTEXT | VARCHAR2 | (30) | Project Attribute Category for passing Context to AR. | |
INTERFACE_LINE_ATTRIBUTE1 | VARCHAR2 | (150) | Segment1 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE2 | VARCHAR2 | (150) | Segment2 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE3 | VARCHAR2 | (150) | Segment3 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE4 | VARCHAR2 | (150) | Segment4 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE5 | VARCHAR2 | (150) | Segment5 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE6 | VARCHAR2 | (150) | Segment6 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE7 | VARCHAR2 | (150) | Segment7 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE8 | VARCHAR2 | (150) | Segment8 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE9 | VARCHAR2 | (150) | Segment9 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE10 | VARCHAR2 | (150) | Segment10 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE11 | VARCHAR2 | (150) | Segment11 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE12 | VARCHAR2 | (150) | Segment12 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE13 | VARCHAR2 | (150) | Segment13 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE14 | VARCHAR2 | (150) | Segment14 for Project Flex field. | |
INTERFACE_LINE_ATTRIBUTE15 | VARCHAR2 | (150) | Segment15 for Project Flex field. | |
TERM_TEMPLATE_ID | NUMBER | (15) | Associates Term Template row with the term history row. | |
PAYMENT_PURPOSE | VARCHAR2 | (80) | ||
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | ||
FREQUENCY_TYPE | VARCHAR2 | (80) | ||
VENDOR_NAME | VARCHAR2 | (240) | ||
VENDOR_NUMBER | VARCHAR2 | (30) | ||
VENDOR_SITE | VARCHAR2 | (15) | ||
TAX_FLAG | VARCHAR2 | (0) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
CUST_SHIP_SITE_USE | VARCHAR2 | (40) | ||
TOTAL_PAYMENT | NUMBER | |||
LEASED_AREA | NUMBER | |||
AREA_TYPE_CODE | VARCHAR2 | (30) | ||
AREA | NUMBER | |||
GROUPING_RULE_ID | NUMBER | (15) | ||
INV_GROUP_NAME | VARCHAR2 | (30) | ||
TERM_TEMPLATE | VARCHAR2 | (100) | ||
TERM_COMMENTS | VARCHAR2 | (2000) | ||
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | ||
TCC_PAYMENT | VARCHAR2 | (80) | ||
TCC_BILLING | VARCHAR2 | (80) |
APPS.PN_PAYMENT_TERMS_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PAYMENT_TERM_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | ||
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | ||
FREQUENCY_CODE | VARCHAR2 | (30) | ||
NORMALIZE | VARCHAR2 | (1) | ||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
START_DATE | DATE | |||
END_DATE | DATE | |||
VENDOR_ID | NUMBER | |||
VENDOR_SITE_ID | NUMBER | |||
CUSTOMER_ID | NUMBER | |||
CUSTOMER_SITE_USE_ID | NUMBER | |||
TARGET_DATE | DATE | |||
ACTUAL_AMOUNT | NUMBER | |||
ESTIMATED_AMOUNT | NUMBER | |||
SET_OF_BOOKS_ID | NUMBER | |||
CURRENCY_CODE | VARCHAR2 | (15) | ||
RATE | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
LOCATION_ID | NUMBER | (15) | ||
SCHEDULE_DAY | NUMBER | (15) | ||
CUST_SHIP_SITE_ID | NUMBER | (15) | ||
AP_AR_TERM_ID | NUMBER | (15) | ||
CUST_TRX_TYPE_ID | NUMBER | (15) | ||
PROJECT_ID | NUMBER | (15) | ||
TASK_ID | NUMBER | (15) | ||
ORGANIZATION_ID | NUMBER | (15) | ||
EXPENDITURE_TYPE | VARCHAR2 | (30) | ||
EXPENDITURE_ITEM_DATE | DATE | |||
TAX_GROUP_ID | NUMBER | (15) | ||
TAX_CODE_ID | NUMBER | (15) | ||
TAX_INCLUDED | VARCHAR2 | (1) | ||
DISTRIBUTION_SET_ID | NUMBER | (15) | ||
INV_RULE_ID | NUMBER | (15) | ||
ACCOUNT_RULE_ID | NUMBER | (15) | ||
SALESREP_ID | NUMBER | (15) | ||
APPROVED_BY | NUMBER | (15) | ||
STATUS | VARCHAR2 | (30) | ||
INDEX_PERIOD_ID | NUMBER | |||
INDEX_TERM_INDICATOR | VARCHAR2 | (30) | ||
PO_HEADER_ID | VARCHAR2 | (30) | ||
CUST_PO_NUMBER | VARCHAR2 | (50) | ||
RECEIPT_METHOD_ID | NUMBER | (15) | ||
VAR_RENT_INV_ID | NUMBER | (38) | ||
VAR_RENT_TYPE | VARCHAR2 | (20) | ||
CHANGED_FLAG | VARCHAR2 | (20) | ||
RECOVERABLE_FLAG | VARCHAR2 | (1) | ||
PERIOD_BILLREC_ID | NUMBER | (15) | ||
REC_AGR_LINE_ID | NUMBER | (15) | ||
AMOUNT_TYPE | VARCHAR2 | (30) | ||
NORM_START_DATE | DATE | |||
INTERFACE_LINE_CONTEXT | VARCHAR2 | (30) | ||
INTERFACE_LINE_ATTRIBUTE1 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE2 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE3 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE4 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE5 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE6 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE7 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE8 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE9 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE10 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE11 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE12 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE13 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE14 | VARCHAR2 | (150) | ||
INTERFACE_LINE_ATTRIBUTE15 | VARCHAR2 | (150) | ||
TERM_TEMPLATE_ID | NUMBER | (15) | ||
PAYMENT_PURPOSE | VARCHAR2 | (80) | ||
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | ||
FREQUENCY_TYPE | VARCHAR2 | (80) | ||
VENDOR_NAME | VARCHAR2 | (240) | ||
VENDOR_NUMBER | VARCHAR2 | (30) | ||
VENDOR_SITE | VARCHAR2 | (15) | ||
TAX_FLAG | VARCHAR2 | (0) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
CUST_SHIP_SITE_USE | VARCHAR2 | (40) | ||
TOTAL_PAYMENT | NUMBER | |||
LEASED_AREA | NUMBER | |||
AREA_TYPE_CODE | VARCHAR2 | (30) | ||
AREA | NUMBER | |||
GROUPING_RULE_ID | NUMBER | (15) | ||
INV_GROUP_NAME | VARCHAR2 | (30) | ||
ORG_ID | NUMBER | (15) | ||
TERM_TEMPLATE | VARCHAR2 | (100) | ||
TERM_ALTERED_FLAG | VARCHAR2 | (1) | ||
SOURCE_CODE | VARCHAR2 | (30) | ||
TERM_COMMENTS | VARCHAR2 | (2000) | ||
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | ||
TCC_PAYMENT | VARCHAR2 | (80) | ||
TCC_BILLING | VARCHAR2 | (80) | ||
LEGAL_ENTITY_ID | NUMBER | (15) | ||
INCLUDE_IN_VAR_RENT | VARCHAR2 | (30) | ||
RECUR_BB_CALC_DATE | DATE | |||
OPEX_AGR_ID | NUMBER | |||
OPEX_RECON_ID | NUMBER | |||
AGREEMENT_NUMBER | VARCHAR2 | (4000) | ||
SOURCE_MODULE | VARCHAR2 | (4000) | ||
AGREEMENT_NAME | VARCHAR2 | (90) | ||
PAYMENT_FUNCTION | VARCHAR2 | (30) | ||
RECON_PERIOD | VARCHAR2 | (25) |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Stores information about the optional characteristics by which payment items can be grouped.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUP_BY_ID | NUMBER | (15) | Y | |
GROUPING_RULE_ID | NUMBER | (15) | Y | |
GROUP_BY_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
GROUP_BY | VARCHAR2 | (80) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | |
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | (15) | Y | |
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) |
APPS.PN_PAY_GROUP_BYS_V is not referenced by any database object
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Stores the grouping rules name and description.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GROUPING_RULE_ID | NUMBER | (15) | Y | |
NAME | VARCHAR2 | (30) | Y | |
DESCRIPTION | VARCHAR2 | (240) | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | |
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | (15) | Y | |
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) |
APPS.PN_PAY_GROUP_RULES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_ID | NUMBER | Y | Uniquely identifies a location row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_CODE | VARCHAR2 | (90) | Y | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | Type of location, such as building, floor, office, etc. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = PN_LOCATION_TYPE |
BUILDING | VARCHAR2 | (50) | Name of the building. This data element is null for a floor and an office row | |
STATUS | VARCHAR2 | (1) | Y | Identifies the status of the location. Valid values: A - Active, I - Inactive |
PROPERTY_ID | NUMBER | Property ID of the Property. List of values from the Property. | ||
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 | |
ADDRESS_ID | NUMBER | Associates the row in PN_ADDRESSES_ALL with the location. This data element is null for a floor and an office row. The address is defined for a building row only | ||
ADDRESS_LINE1 | VARCHAR2 | (240) | First line of an address | |
ADDRESS_LINE2 | VARCHAR2 | (240) | Second line of an address | |
ADDRESS_LINE3 | VARCHAR2 | (240) | Third line of an address | |
ADDRESS_LINE4 | VARCHAR2 | (240) | Fourth line of an address | |
COUNTY | VARCHAR2 | (60) | County | |
CITY | VARCHAR2 | (60) | City | |
STATE | VARCHAR2 | (60) | State | |
PROVINCE | VARCHAR2 | (60) | Province | |
ZIP_CODE | VARCHAR2 | (60) | Postal Code | |
COUNTRY | VARCHAR2 | (60) | Country | |
ADDRESS_STYLE | VARCHAR2 | (30) | Used as context value for Flexible Address Format descriptive flexfield | |
TERRITORY_ID | NUMBER | Territory identifier | ||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | The short name that stands for the territory | |
CONCATENATED_ADDRESS | VARCHAR2 | (4000) | Concatenated Address | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_PBUILDING_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PHONE_ID | NUMBER | Y | ||
CONTACT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
STATUS | VARCHAR2 | (1) | Y | |
PHONE_TYPE | VARCHAR2 | (30) | Y | |
AREA_CODE | VARCHAR2 | (10) | ||
PHONE_NUMBER | VARCHAR2 | (35) | ||
EXTENSION | VARCHAR2 | (20) | ||
PRIMARY_FLAG | VARCHAR2 | (1) | ||
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 | |
PHONE_TYPE_IS | VARCHAR2 | (80) | Y | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_PHONES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LOCATION_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LOCATION_CODE | VARCHAR2 | (90) | Y | |
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
BUILDING | VARCHAR2 | (50) | ||
STATUS | VARCHAR2 | (1) | Y | |
PROPERTY_ID | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ADDRESS_ID | NUMBER | |||
ADDRESS_LINE1 | VARCHAR2 | (240) | ||
ADDRESS_LINE2 | VARCHAR2 | (240) | ||
ADDRESS_LINE3 | VARCHAR2 | (240) | ||
ADDRESS_LINE4 | VARCHAR2 | (240) | ||
COUNTY | VARCHAR2 | (60) | ||
CITY | VARCHAR2 | (60) | ||
STATE | VARCHAR2 | (60) | ||
PROVINCE | VARCHAR2 | (60) | ||
ZIP_CODE | VARCHAR2 | (60) | ||
COUNTRY | VARCHAR2 | (60) | ||
ADDRESS_STYLE | VARCHAR2 | (30) | ||
TERRITORY_ID | NUMBER | |||
ADDR_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ADDR_ATTRIBUTE1 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE2 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE3 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE4 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE5 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE6 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE7 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE8 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE9 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE10 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE11 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE12 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE13 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE14 | VARCHAR2 | (150) | ||
ADDR_ATTRIBUTE15 | VARCHAR2 | (150) | ||
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | ||
CONCATENATED_ADDRESS | VARCHAR2 | (4000) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_PLAND_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | (15) | Organization identifier | |
ROW_ID | ROWID | (10) | ||
PROPERTY_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PROPERTY_NAME | VARCHAR2 | (30) | Y | |
PROPERTY_CODE | VARCHAR2 | (90) | Y | |
LOCATION_PARK_ID | NUMBER | |||
ZONE | VARCHAR2 | (30) | ||
ZONE_NAME | VARCHAR2 | (80) | ||
DISTRICT | VARCHAR2 | (30) | ||
COUNTRY | VARCHAR2 | (60) | Y | |
DESCRIPTION | VARCHAR2 | (240) | ||
PORTFOLIO | VARCHAR2 | (30) | ||
PORTFOLIO_NAME | VARCHAR2 | (80) | ||
TENURE | VARCHAR2 | (30) | Y | |
TENURE_NAME | VARCHAR2 | (80) | ||
CLASS | VARCHAR2 | (30) | ||
CLASS_NAME | VARCHAR2 | (80) | ||
PROPERTY_STATUS | VARCHAR2 | (30) | ||
PROPERTY_STATUS_NAME | VARCHAR2 | (80) | ||
CONDITION | VARCHAR2 | (30) | ||
CONDITION_NAME | VARCHAR2 | (80) | ||
ACTIVE_PROPERTY | VARCHAR2 | (1) | ||
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 | |
TERRITORY_SHORT_NAME | VARCHAR2 | (80) | ||
OFFICE_PARK_ID | NUMBER | |||
OFFICE_PARK_NAME | VARCHAR2 | (50) | ||
REGION_ID | NUMBER | |||
REGION_NAME | VARCHAR2 | (50) |
APPS.PN_PROPERTIES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
RIGHT_HISTORY_ID | NUMBER | |||
RIGHT_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
RIGHT_NUM | NUMBER | |||
RIGHT_TYPE_CODE | VARCHAR2 | (30) | ||
RIGHT_TYPE | VARCHAR2 | (80) | ||
RIGHT_STATUS_CODE | VARCHAR2 | (30) | ||
RIGHT_STATUS | VARCHAR2 | (80) | ||
RIGHT_REFERENCE | VARCHAR2 | (15) | ||
START_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
RIGHT_COMMENTS | VARCHAR2 | (2000) | ||
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 | |
CURRENT_FLAG | CHAR | (1) |
APPS.PN_RIGHTS_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
RIGHT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
RIGHT_NUM | NUMBER | Y | ||
RIGHT_TYPE_CODE | VARCHAR2 | (30) | Y | |
RIGHT_TYPE | VARCHAR2 | (80) | Y | |
RIGHT_STATUS_CODE | VARCHAR2 | (30) | Y | |
RIGHT_STATUS | VARCHAR2 | (80) | Y | |
RIGHT_REFERENCE | VARCHAR2 | (15) | ||
START_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
RIGHT_COMMENTS | VARCHAR2 | (2000) | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_RIGHTS_V is not referenced by any database object
MultiLingual view (a language resolved view of the data.)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
MILESTONES_SET_ID | NUMBER | Y | Uniquely identifies the milestone setup data row. | |
SET_ID | NUMBER | Y | Associates the row in PN_SET_TYPES with milestone setup data row. | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
MILESTONE_TYPE_CODE | VARCHAR2 | (30) | Y | Identifies the type of milestone. |
USER_ID | NUMBER | Y | User id of the user for whom the milestone is created. | |
NOTIFICATION_DATE | DATE | Notification Date. | ||
LEAD_DAYS | NUMBER | Number of days before which the first milestone notification can be sent. | ||
FREQUENCY | NUMBER | How often the notification should be sent. | ||
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 | |
RESPONSIBLE_USER | VARCHAR2 | (100) | Y | |
MILESTONE_TYPE | VARCHAR2 | (80) | Y |
APPS.PN_SET_MILESTONES_VL is not referenced by any database object
MultiLingual view (a language resolved view of the data.)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
SET_ID | NUMBER | Y | ||
SET_NAME | VARCHAR2 | (50) | Y | |
DESCRIPTION | VARCHAR2 | (80) |
APPS.PN_SET_TYPES_VL is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
SPACE_ALLOCATION_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LOCATION_ID | NUMBER | |||
EMPLOYEE_ID | NUMBER | |||
COST_CENTER_CODE | VARCHAR2 | (30) | ||
ALLOCATED_AREA | NUMBER | |||
ALLOCATED_AREA_PCT | NUMBER | |||
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 | |
EMPLOYEE_NAME | VARCHAR2 | (240) | ||
EMPLOYEE_NUMBER | VARCHAR2 | (30) |
APPS.PN_SPACE_ALLOCATIONS_V is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
Identifies a customer space assignment and its attributes
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier | |
CUST_SPACE_ASSIGN_ID | NUMBER | Y | Identifier of the customer space assignments row. Value is populated using the PN_SPACE_ASSIGN_CUST_S sequence. | |
LOCATION_ID | NUMBER | Y | Associates the location row in PN_LOCATIONS_ALL with the customer space assignments | |
LOCATION_LOCATION_ID | NUMBER | Associates the location row in PN_LOCATIONS_ALL with the customer space assignments | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of location associated with customer space assignment | |
LOCATION_CODE | VARCHAR2 | (90) | Location code of location associated with space assignment | |
LOCATION_SUITE_NAME | VARCHAR2 | (30) | Name of the suite associated with the space assignment | |
LOC_START_DATE | DATE | Date from which the location associated with the space assignment is active | ||
LOC_END_DATE | DATE | Date to which the location associated with the space assignment is active | ||
CUST_ACCOUNT_ID | NUMBER | Y | Associates the customer space assignment with a customer in HZ_CUST_ACCOUNTS | |
CUSTOMER_NAME | VARCHAR2 | (360) | Name of customer associated with the space assignment | |
SITE_USE_ID | NUMBER | Associates the customer space assignment with a customer in HZ_CUST_SITE_USES_ALL | ||
CUSTOMER_SITE | VARCHAR2 | (40) | Customer site | |
CUSTOMER_CATEGORY | VARCHAR2 | (80) | Customers category | |
SIC_CODE | VARCHAR2 | (30) | SIC Code associated with the customer space assignment | |
CUSTOMER_CLASS | VARCHAR2 | (80) | Customers class | |
PROFILE_CLASS | VARCHAR2 | (30) | Customers profile class | |
EXPENSE_ACCOUNT_ID | NUMBER | (15) | Expense Account Identifier | |
CUSTOMER_STATUS | VARCHAR2 | (1) | Status of the customer site | |
PROJECT_ID | NUMBER | Associates the customer space assignment with a project in PA_PROJECTS_ALL | ||
TASK_ID | NUMBER | Associates the tasks row in PA_TASKS_ALL with the employee space assignments row. | ||
CUST_ASSIGN_START_DATE | DATE | Start date of the space assignment | ||
CUST_ASSIGN_END_DATE | DATE | End date of the space assignment | ||
ALLOCATED_AREA_PCT | NUMBER | Percentage area allocated to the customer | ||
ALLOCATED_AREA | NUMBER | Area allotted to the customer | ||
UOM_CODE | VARCHAR2 | (3) | Unit of measure used with the associated location | |
UTILIZED_AREA | NUMBER | Total area utilized at the associated location | ||
CUST_SPACE_COMMENTS | VARCHAR2 | (2000) | Comments regarding the space assignment | |
LAST_UPDATE_DATE | DATE | Y | Standard Who column. Date on which a user last updated the row | |
LAST_UPDATED_BY | NUMBER | Y | Standard Who column. User who last updated the row. Foreign key to FND_USER.USER_ID | |
CREATION_DATE | DATE | Y | Standard Who column. Date on which the row was created | |
CREATED_BY | NUMBER | Y | Standard Who column. User who created the row. Foreign key to FND_USER.USER_ID | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column. Operating system login of user who last updated the row. Foreign key to FND_LOGINS.LOGIN_ID | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the descriptive flexfield structure | |
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 | |
LEASE_ID | NUMBER | (38) | Identifier of the lease associated with a space assignment | |
ORG_ID | NUMBER | (15) | Organization Identifier | |
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Space type used for calculating recovery amounts | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Tenant type used for calculating recovery amounts | |
FIN_OBLIG_END_DATE | DATE | Date to which the customer is financially responsible for recovery charges | ||
TENANCY_ID | NUMBER | Associates the tenancy row in PN_TENANCIES_ALL with the customer space assignment row |
APPS.PN_SPACE_ASSIGN_CUST_PUB_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CUST_SPACE_ASSIGN_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
LOCATION_LOCATION_ID | NUMBER | |||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
LOCATION_CODE | VARCHAR2 | (90) | ||
LOCATION_SUITE_NAME | VARCHAR2 | (30) | ||
ACTIVE_START_DATE | DATE | |||
ACTIVE_END_DATE | DATE | |||
CUST_ACCOUNT_ID | NUMBER | |||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
SITE_USE_ID | NUMBER | |||
CUSTOMER_SITE | VARCHAR2 | (40) | ||
CUSTOMER_CATEGORY | VARCHAR2 | (80) | ||
SIC_CODE | VARCHAR2 | (30) | ||
CUSTOMER_CLASS | VARCHAR2 | (80) | ||
PROFILE_CLASS | VARCHAR2 | (30) | ||
EXPENSE_ACCOUNT_ID | NUMBER | (15) | ||
STATUS | VARCHAR2 | (1) | ||
PROJECT_ID | NUMBER | |||
TASK_ID | NUMBER | |||
CUST_ASSIGN_START_DATE | DATE | |||
CUST_ASSIGN_END_DATE | DATE | |||
ALLOCATED_AREA_PCT | NUMBER | |||
ALLOCATED_AREA | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
UTILIZED_AREA | NUMBER | |||
CUST_SPACE_COMMENTS | VARCHAR2 | (2000) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
LEASE_ID | NUMBER | (38) | ||
ORG_ID | NUMBER | (15) | ||
LEASE_NAME | VARCHAR2 | (50) | ||
RECOVERY_SPACE_STD_DESC | VARCHAR2 | (80) | ||
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | ||
RECOVERY_TYPE_DESC | VARCHAR2 | (80) | ||
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | ||
FIN_OBLIG_END_DATE | DATE | |||
TENANCY_ID | NUMBER |
APPS.PN_SPACE_ASSIGN_CUST_V is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
Identifies an employee space assignment and its attributes
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier | |
EMP_SPACE_ASSIGN_ID | NUMBER | Identifier of the employee space assignments row. Value is populated using the PN_SPACE_ASSIGN_EMP_S sequence | ||
LOCATION_ID | NUMBER | Associates the employee space assignment with a location in PN_LOCATIONS_ALL | ||
LOCATION_LOCATION_ID | NUMBER | Associates the employee space assignment with the location in PN_LOCATIONS_ALL | ||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of location associated with the space assignment | |
LOCATION_SUITE_NAME | VARCHAR2 | (30) | Name of the suite associated with the space assignment | |
LOCATION_CODE | VARCHAR2 | (90) | Location Code of the location associated with the space assignment | |
ACTIVE_START_DATE | DATE | Date from which the location associated with the space assignment is active | ||
ACTIVE_END_DATE | DATE | Date to which the location associated with the space assignment is active | ||
PERSON_ID | NUMBER | Associates the employee space assignment with a person in PER_ALL_PEOPLE_F | ||
EMP_EFFECTIVE_START_DATE | DATE | Date from which the employee associated with the space assignment is active | ||
EMP_EFFECTIVE_END_DATE | DATE | Date to which the employee associated with the space assignment is active | ||
ASSIGNMENT_ID | NUMBER | Assignment identifier of the employee associated with the employee space assignment | ||
LAST_NAME | VARCHAR2 | (150) | Last name of the employee | |
EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee number | |
EMAIL_ADDRESS | VARCHAR2 | (240) | Employee's e-mail address | |
FIRST_NAME | VARCHAR2 | (150) | Employee's first name | |
FULL_NAME | VARCHAR2 | (240) | Employee's full name | |
PERSON_TYPE_ID | NUMBER | Identifier of the employee's person type | ||
EMPLOYEE_TYPE | VARCHAR2 | (80) | Employee's Person Type | |
PHONE_NUMBER | VARCHAR2 | (60) | Employee's phone number | |
POSITION_ID | NUMBER | Identifier of the employee's position | ||
POSITION | VARCHAR2 | (4000) | Employee's position | |
JOB_ID | NUMBER | Identifier of the employee's job | ||
JOB | VARCHAR2 | (700) | Employee's job | |
ORGANIZATION_ID | NUMBER | Identifier of the employee's organization | ||
ORGANIZATION | VARCHAR2 | (240) | Organization to which the employee belongs | |
EMPLOYMENT_CATEGORY | VARCHAR2 | (30) | Identifier of the employee's category code | |
EMPLOYMENT_CATEGORY_MEANING | VARCHAR2 | (80) | Employment Category of the employee | |
PROJECT_ID | NUMBER | Associates the employee space assignment with a task in PA_TASKS_ALL | ||
TASK_ID | NUMBER | Associates the employee space assignment with a task in PA_TASKS_ALL | ||
EMP_ASSIGN_START_DATE | DATE | Start date of the employee space assignment | ||
EMP_ASSIGN_END_DATE | DATE | End date of the employee space assignment | ||
COST_CENTER_CODE | VARCHAR2 | (30) | Identifier of the cost center for the employee space assignment | |
CURRENT_COST_CENTER_CODE | VARCHAR2 | (4000) | Identifier of the employee's current cost center | |
ALLOCATED_AREA_PCT | NUMBER | Percentage area allotted to the employee | ||
ALLOCATED_AREA | NUMBER | Area allocated to the employee | ||
UOM_CODE | VARCHAR2 | (3) | Unit of measure used with the associated location | |
UTILIZED_AREA | NUMBER | Total area utilized at the associated location | ||
EMP_SPACE_COMMENTS | VARCHAR2 | (2000) | Comments regarding the employee space assignment | |
LAST_UPDATE_DATE | DATE | Standard Who column. Date on which a user last updated the row | ||
LAST_UPDATED_BY | NUMBER | Standard Who column: User who last updated the row. This column is a foreign key to FND_USER.USER_ID. | ||
CREATION_DATE | DATE | Standard Who column. Date on which the row was created | ||
CREATED_BY | NUMBER | Standard Who column. User who created the row. Foreign key to FND_USER.USER_ID | ||
LAST_UPDATE_LOGIN | NUMBER | Standard Who column: Operating system login of user who last updated the row. This column is a foreign key to FND_LOGINS.LOGIN_ID | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Definition of the Descriptive Flexfield structure | |
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 | |
ORG_ID | NUMBER | (15) | Organization Identifier | |
SOURCE | VARCHAR2 | (80) | Name of the external application that created the employee row in Oracle Property Manager |
APPS.PN_SPACE_ASSIGN_EMP_PUB_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
EMP_SPACE_ASSIGN_ID | NUMBER | |||
LOCATION_ID | NUMBER | |||
LOCATION_LOCATION_ID | NUMBER | |||
LOCATION_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | ||
LOCATION_SUITE_NAME | VARCHAR2 | (30) | ||
LOCATION_CODE | VARCHAR2 | (90) | ||
ACTIVE_START_DATE | DATE | |||
ACTIVE_END_DATE | DATE | |||
PERSON_ID | NUMBER | |||
LAST_NAME | VARCHAR2 | (150) | ||
FIRST_NAME | VARCHAR2 | (150) | ||
FULL_NAME | VARCHAR2 | (240) | ||
EMPLOYEE_NUMBER | VARCHAR2 | (30) | ||
PROJECT_ID | NUMBER | |||
TASK_ID | NUMBER | |||
EMP_ASSIGN_START_DATE | DATE | |||
EMP_ASSIGN_END_DATE | DATE | |||
COST_CENTER_CODE | VARCHAR2 | (30) | ||
ALLOCATED_AREA_PCT | NUMBER | |||
ALLOCATED_AREA | NUMBER | |||
UOM_CODE | VARCHAR2 | (3) | ||
UTILIZED_AREA | NUMBER | |||
EMP_SPACE_COMMENTS | VARCHAR2 | (2000) | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | 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 | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_SPACE_ASSIGN_EMP_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
TENANCY_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
LOCATION_ID | NUMBER | |||
LEASE_ID | NUMBER | |||
LEASE_CHANGE_ID | NUMBER | |||
TENANCY_USAGE_LOOKUP_CODE | VARCHAR2 | (30) | ||
TENANCY_USAGE_TYPE | VARCHAR2 | (80) | ||
PRIMARY_FLAG | VARCHAR2 | (30) | ||
ESTIMATED_OCCUPANCY_DATE | DATE | |||
OCCUPANCY_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
ASSIGNABLE_FLAG | VARCHAR2 | (30) | ||
SUBLEASEABLE_FLAG | VARCHAR2 | (30) | ||
TENANTS_PROPORTIONATE_SHARE | NUMBER | |||
STATUS | VARCHAR2 | (1) | ||
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | ||
RECOVERY_TYPE | VARCHAR2 | (80) | ||
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | ||
RECOVERY_SPACE_STD | VARCHAR2 | (80) | ||
FIN_OBLIG_END_DATE | DATE | |||
CUSTOMER_ID | NUMBER | (15) | ||
CUSTOMER_SITE_USE_ID | NUMBER | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
LEASE_RENTABLE_AREA | NUMBER | |||
LEASE_USABLE_AREA | NUMBER | |||
LEASE_ASSIGNABLE_AREA | NUMBER | |||
LEASE_LOAD_FACTOR | NUMBER | |||
LOCATION_RENTABLE_AREA | NUMBER | |||
LOCATION_USABLE_AREA | NUMBER | |||
LOCATION_ASSIGNABLE_AREA | NUMBER | |||
LOCATION_LOAD_FACTOR | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
TENANCY_HISTORY_ID | NUMBER | |||
NEW_LEASE_CHANGE_ID | NUMBER | |||
CURRENT_FLAG | CHAR | (1) | ||
ORG_ID | NUMBER | (15) | ||
SPACE_TYPE | VARCHAR2 | (80) |
APPS.PN_TENANCIES_HISTORY_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
TENANCY_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LOCATION_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
LEASE_CHANGE_ID | NUMBER | Y | ||
TENANCY_USAGE_LOOKUP_CODE | VARCHAR2 | (30) | Y | |
TENANCY_USAGE_TYPE | VARCHAR2 | (80) | Y | |
PRIMARY_FLAG | VARCHAR2 | (30) | Y | |
ESTIMATED_OCCUPANCY_DATE | DATE | |||
OCCUPANCY_DATE | DATE | |||
EXPIRATION_DATE | DATE | |||
ASSIGNABLE_FLAG | VARCHAR2 | (30) | ||
SUBLEASEABLE_FLAG | VARCHAR2 | (30) | ||
TENANTS_PROPORTIONATE_SHARE | NUMBER | |||
STATUS | VARCHAR2 | (1) | Y | |
RECOVERY_TYPE_CODE | VARCHAR2 | (30) | ||
RECOVERY_TYPE | VARCHAR2 | (80) | ||
RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | ||
RECOVERY_SPACE_STD | VARCHAR2 | (80) | ||
FIN_OBLIG_END_DATE | DATE | |||
CUSTOMER_ID | NUMBER | (15) | ||
CUSTOMER_SITE_USE_ID | NUMBER | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
LEASE_RENTABLE_AREA | NUMBER | Rentable area for the lease. | ||
LEASE_USABLE_AREA | NUMBER | Usable area for the lease. | ||
LEASE_ASSIGNABLE_AREA | NUMBER | Assignable area for the lease. | ||
LEASE_LOAD_FACTOR | NUMBER | Load factor for the lease. | ||
LOCATION_RENTABLE_AREA | NUMBER | Rentable area for the lease. | ||
LOCATION_USABLE_AREA | NUMBER | Usable area for the location. | ||
LOCATION_ASSIGNABLE_AREA | NUMBER | Assignable area for the location. | ||
LOCATION_LOAD_FACTOR | NUMBER | Load factor for the location. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ALLOCATED_AREA | NUMBER | |||
ALLOCATED_AREA_PCT | NUMBER | |||
ORG_ID | NUMBER | (15) | ||
SPACE_TYPE | VARCHAR2 | (80) |
APPS.PN_TENANCIES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TERM_HISTORY_ID | NUMBER | (15) | Y | Unique Identifier of the term history row. This is the primary key of table. |
PAYMENT_TERM_ID | NUMBER | (15) | Y | Term Id, to which term history row belongs . |
LEASE_CHANGE_ID | NUMBER | (15) | Y | Associates the lease, amend, or edit row in PN_LEASE_CHANGES_ALL with the term history row. |
PREV_TERM_HISTORY_ID | NUMBER | (15) | Reference column to previous term history row of the same term. | |
CHANGE_TYPE_LOOKUP_CODE | VARCHAR2 | (30) | Type of lease row. Valid values: ABSTRACT, AMEND or EDIT. The value is derived from the lookup_code in FND_LOOKUPS table where lookup_type = 'PN_LEASE_CHANGE_TYPE' | |
CHANGE_TYPE | VARCHAR2 | (80) | ||
CHANGE_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
USER_RESPONSIBLE | VARCHAR2 | (100) | ||
TOTAL_ADJ_AMOUNT | NUMBER | |||
AMEND_NAME | VARCHAR2 | (50) | ||
CHANGE_COMMENCEMENT_DATE | DATE | |||
CHANGE_TERMINATION_DATE | DATE | |||
CHANGE_EXECUTION_DATE | DATE | |||
ORG_ID | NUMBER | (15) | ||
LEASE_ID | NUMBER | Y | ||
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUMBER | VARCHAR2 | (30) | Y |
APPS.PN_TERM_HISTORY_HEADER_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
TERM_TEMPLATE_ID | NUMBER | |||
NAME | VARCHAR2 | (100) | ||
TERM_TEMPLATE_TYPE | VARCHAR2 | (30) | ||
SET_OF_BOOKS_ID | NUMBER | |||
CURRENCY_CODE | VARCHAR2 | (30) | ||
NORMALIZE | VARCHAR2 | (1) | ||
SCHEDULE_DAY | NUMBER | |||
PAYMENT_PURPOSE_CODE | VARCHAR2 | (30) | ||
PAYMENT_TERM_TYPE_CODE | VARCHAR2 | (30) | ||
ACCRUAL_ACCOUNT_ID | NUMBER | |||
PROJECT_ID | NUMBER | |||
TASK_ID | NUMBER | |||
ORGANIZATION_ID | NUMBER | |||
EXPENDITURE_TYPE | VARCHAR2 | (30) | ||
EXPENDITURE_ITEM_DATE | DATE | |||
VENDOR_ID | NUMBER | |||
VENDOR_SITE_ID | NUMBER | |||
CUSTOMER_ID | NUMBER | |||
CUSTOMER_SITE_USE_ID | NUMBER | |||
CUST_SHIP_SITE_ID | NUMBER | |||
AP_AR_TERM_ID | NUMBER | |||
CUST_TRX_TYPE_ID | NUMBER | |||
TAX_GROUP_ID | NUMBER | |||
TAX_CODE_ID | NUMBER | |||
DISTRIBUTION_SET_ID | NUMBER | |||
INV_RULE_ID | NUMBER | |||
ACCOUNT_RULE_ID | NUMBER | |||
SALESREP_ID | NUMBER | |||
TAX_INCLUDED | VARCHAR2 | (1) | ||
PO_HEADER_ID | NUMBER | |||
CUST_PO_NUMBER | VARCHAR2 | (50) | ||
RECEIPT_METHOD_ID | NUMBER | |||
LOCATION_ID | NUMBER | (15) | ||
ACTIVE | VARCHAR2 | (1) | ||
DESCRIPTION | VARCHAR2 | (100) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
PAYMENT_PURPOSE | VARCHAR2 | (80) | ||
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | ||
VENDOR_NAME | VARCHAR2 | (240) | ||
VENDOR_NUMBER | VARCHAR2 | (30) | ||
VENDOR_SITE | VARCHAR2 | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
CUST_SHIP_SITE_USE | VARCHAR2 | (40) | ||
TAX_FLAG | VARCHAR2 | (0) | ||
PROPERTY_NAME | VARCHAR2 | (30) | ||
LOCATION_CODE | VARCHAR2 | (90) | ||
ORG_ID | NUMBER | (15) | ||
TAX_CLASSIFICATION_CODE | VARCHAR2 | (30) | ||
TCC_PAYMENT | VARCHAR2 | (80) | ||
TCC_BILLING | VARCHAR2 | (80) |
APPS.PN_TERM_TEMPLATES_V is not referenced by any database object
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_ITEM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_S | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | Lease number. Unique identifier of a lease row. User defined, except when profile option PN: Automatic Lease Number Generation is set to "Yes", then PN_LEASES_NUM_S sequence is used to populate this data element. |
LEASE_NAME | VARCHAR2 | (50) | Y | Name of the lease |
SUPPLIER_NAME | VARCHAR2 | (240) | Supplier name | |
SUPPLIER_SITE | VARCHAR2 | (15) | Site code name | |
PAYMENT_PURPOSE | VARCHAR2 | (80) | Y | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. |
PAYMENT_TYPE | VARCHAR2 | (80) | Y | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. |
LOCATION_CODE | VARCHAR2 | (90) | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. |
APPS.PN_TRX_LEASE_EXPENSE is not referenced by any database object
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYMENT_ITEM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_S | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | Lease number. Unique identifier of a lease row. User defined, except when profile option PN: Automatic Lease Number Generation is set to "Yes", then PN_LEASES_NUM_S sequence is used to populate this data element. |
LEASE_NAME | VARCHAR2 | (50) | Y | Name of the lease |
CUSTOMER_NAME | VARCHAR2 | (240) | Name of this party | |
CUSTOMER_SITE | VARCHAR2 | (40) | Y | Site use identifier |
PAYMENT_PURPOSE | VARCHAR2 | (80) | Y | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. |
PAYMENT_TYPE | VARCHAR2 | (80) | Y | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. |
LOCATION_CODE | VARCHAR2 | (90) | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. |
APPS.PN_TRX_LEASE_REVENUE is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
BKPT_DETAIL_ID | NUMBER | Y | ||
BKPT_DETAIL_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
BKPT_HEADER_ID | NUMBER | |||
PERIOD_BKPT_VOL_START | NUMBER | Y | ||
PERIOD_BKPT_VOL_END | NUMBER | |||
GROUP_BKPT_VOL_START | NUMBER | Y | ||
GROUP_BKPT_VOL_END | NUMBER | |||
BKPT_RATE | NUMBER | Y | ||
COMMENTS | VARCHAR2 | (2000) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
ANNUAL_BASIS_AMOUNT | NUMBER | |||
BKPT_START_DATE | DATE | |||
BKPT_END_DATE | DATE | |||
BKDT_DEFAULT_ID | NUMBER | Y | ||
VAR_RENT_ID | NUMBER | Y |
APPS.PN_VAR_BKPTS_DET_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
BKPT_HEADER_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LINE_ITEM_ID | NUMBER | |||
PERIOD_ID | NUMBER | |||
BREAK_TYPE | VARCHAR2 | (30) | Y | |
BASE_RENT_TYPE | VARCHAR2 | (30) | ||
NATURAL_BREAK_RATE | NUMBER | |||
BASE_RENT | NUMBER | |||
BREAKPOINT_TYPE | VARCHAR2 | (30) | Y | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
BKHD_DEFAULT_ID | NUMBER | Y | ||
BKHD_START_DATE | DATE | |||
BKHD_END_DATE | DATE | |||
VAR_RENT_ID | NUMBER | |||
FREQUENCY_CODE | VARCHAR2 | (30) | Y | |
FREQUENCY | VARCHAR2 | (80) |
APPS.PN_VAR_BKPTS_HEAD_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
CONSTRAINT_ID | NUMBER | Y | ||
CONSTRAINT_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PERIOD_ID | NUMBER | |||
CONSTR_CAT_CODE | VARCHAR2 | (30) | ||
TYPE_CODE | VARCHAR2 | (30) | Y | |
AMOUNT | NUMBER | |||
AGREEMENT_TEMPLATE_ID | NUMBER | |||
CONSTR_TEMPLATE_ID | NUMBER | |||
AGREEMENT_TEMPLATE | VARCHAR2 | (100) | ||
CONSTR_DEFAULT_ID | NUMBER | |||
COMMENTS | VARCHAR2 | (2000) | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
CONSTR_START_DATE | DATE | |||
CONSTR_END_DATE | DATE |
APPS.PN_VAR_CONSTRAINTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
DEDUCTION_ID | NUMBER | Y | ||
DEDUCTION_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LINE_ITEM_ID | NUMBER | |||
PERIOD_ID | NUMBER | |||
START_DATE | DATE | Y | ||
END_DATE | DATE | Y | ||
GROUP_DATE | DATE | Y | ||
INVOICING_DATE | DATE | Y | ||
GRP_DATE_ID | NUMBER | |||
GL_ACCOUNT_ID | NUMBER | |||
DEDUCTION_TYPE_CODE | VARCHAR2 | (30) | ||
DEDUCTION_TYPE | VARCHAR2 | (80) | ||
DEDUCTION_AMOUNT | NUMBER | Y | ||
DEDUCTION_CUM_AMT | NUMBER | |||
EXPORTED_CODE | VARCHAR2 | (1) | Y | |
COMMENTS | VARCHAR2 | (2000) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) |
APPS.PN_VAR_DEDUCTIONS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_START_DATE | DATE | Y | Period start date derived from the variable rent dates table.Generated by generate periods program. | |
PERIOD_END_DATE | DATE | Y | Period end date derived from the variable rent dates table.Generated by generate periods program. | |
PERIOD_NUM | NUMBER | Y | Unique number of a period row. | |
SALES_CHANNEL | VARCHAR2 | (80) | ||
ITEM_CATEGORY | VARCHAR2 | (80) | ||
INVG_FREQ_CODE | VARCHAR2 | (30) | Y | |
RECON_FREQ_CODE | VARCHAR2 | (30) | ||
REPTG_FREQ_CODE | VARCHAR2 | (30) | Y | |
AUDIT_FREQ_CODE | VARCHAR2 | (30) | ||
UOM | VARCHAR2 | (30) | Y | |
RENT_NUM | VARCHAR2 | (30) | ||
LINE_ITEM_NUM | NUMBER | Y | ||
SALES_TYPE_CODE | VARCHAR2 | (30) | ||
ITEM_CATEGORY_CODE | VARCHAR2 | (30) | ||
ROW_ID | ROWID | (10) | ||
LINE_ITEM_ID | NUMBER | Y | ||
PERIOD_ID | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_VAR_LINES_DATES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
LINE_ITEM_ID | NUMBER | Y | ||
LINE_ITEM_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PERIOD_ID | NUMBER | |||
SALES_TYPE_CODE | VARCHAR2 | (30) | ||
SALES_CHANNEL | VARCHAR2 | (80) | ||
ITEM_CATEGORY_CODE | VARCHAR2 | (30) | ||
ITEM_CATEGORY | VARCHAR2 | (80) | ||
COMMENTS | VARCHAR2 | (2000) | ||
LINE_TEMPLATE_ID | NUMBER | |||
AGREEMENT_TEMPLATE_ID | VARCHAR2 | (30) | ||
AGREEMENT_TEMPLATE | VARCHAR2 | (100) | ||
LINE_DEFAULT_ID | VARCHAR2 | (30) | Y | |
VAR_RENT_ID | VARCHAR2 | (30) | Y | |
ACTUAL_RENT | NUMBER | |||
FORECASTED_RENT | NUMBER | |||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_VAR_LINES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PERIOD_ID | NUMBER | Y | ||
PERIOD_NUM | NUMBER | Y | ||
VAR_RENT_ID | NUMBER | Y | ||
START_DATE | DATE | Y | ||
END_DATE | DATE | Y | ||
UOM | VARCHAR2 | (30) | Y | |
RENT_NUM | VARCHAR2 | (30) | ||
LEASE_ID | NUMBER | Y | ||
INVG_FREQ_CODE | VARCHAR2 | (30) | Y | |
RECON_FREQ_CODE | VARCHAR2 | (30) | ||
REPTG_FREQ_CODE | VARCHAR2 | (30) | Y | |
AUDIT_FREQ_CODE | VARCHAR2 | (30) | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
ORG_ID | NUMBER | (15) | Organization identifier | |
TOT_VAR_RENT | NUMBER |
APPS.PN_VAR_PERIODS_DATES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
PERIOD_ID | NUMBER | Y | ||
PERIOD_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
VAR_RENT_ID | NUMBER | Y | ||
START_DATE | DATE | Y | ||
END_DATE | DATE | Y | ||
ACTUAL_VAR_RENT | NUMBER | |||
FOR_VAR_RENT | NUMBER | |||
DIFF_VAR_RENT | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
STATUS | VARCHAR2 | (30) |
APPS.PN_VAR_PERIODS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
VAR_RENT_ID | NUMBER | Y | ||
RENT_NUM | VARCHAR2 | (30) | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
LEASE_ID | NUMBER | Y | ||
LEASE_NAME | VARCHAR2 | (50) | Y | |
LEASE_NUMBER | VARCHAR2 | (30) | Y | |
LEASE_CLASS_CODE | VARCHAR2 | (30) | Y | |
LEASE_COMMENCEMENT_DATE | DATE | |||
LEASE_TERMINATION_DATE | DATE | |||
CURRENCY_CODE | VARCHAR2 | (15) | ||
LOCATION_ID | NUMBER | |||
PRORATION_DAYS | NUMBER | |||
PURPOSE_CODE | VARCHAR2 | (30) | Y | |
PURPOSE | VARCHAR2 | (80) | Y | |
TYPE_CODE | VARCHAR2 | (30) | Y | |
TYPE | VARCHAR2 | (80) | Y | |
COMMENCEMENT_DATE | DATE | Y | ||
TERMINATION_DATE | DATE | Y | ||
ABSTRACTED_BY_USER_ID | NUMBER | Y | ||
USER_ABSTRACTED | VARCHAR2 | (100) | Y | |
UOM | VARCHAR2 | (30) | Y | |
ACCRUAL | VARCHAR2 | (1) | ||
ROUNDING | VARCHAR2 | (30) | ||
INVOICE_ON | VARCHAR2 | (30) | Y | |
NEGATIVE_RENT | VARCHAR2 | (30) | Y | |
TERM_TEMPLATE_ID | NUMBER | |||
TERM_TEMPLATE | VARCHAR2 | (100) | Y | |
ABATEMENT_AMOUNT | NUMBER | |||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
LEASE_EXTENSION_END_DATE | DATE | |||
AGREEMENT_TEMPLATE_ID | NUMBER | |||
AGREEMENT_TEMPLATE | VARCHAR2 | (100) | ||
CUMULATIVE_VOL | VARCHAR2 | (1) | ||
PRORATION_RULE | VARCHAR2 | (30) | ||
CHG_CAL_VAR_RENT_ID | NUMBER | |||
ORDER_OF_APPL_CODE | VARCHAR2 | (30) | ||
EXCESS_ABAT_CODE | VARCHAR2 | (30) | ||
PROPERTY_CODE | VARCHAR2 | (90) | ||
PROPERTY_NAME | VARCHAR2 | (30) | ||
LOCATION_CODE | VARCHAR2 | (90) |
APPS.PN_VAR_RENTS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
VAR_RENT_INV_ID | NUMBER | Y | ||
INVOICE_DATE | DATE | Y | ||
ADJUST_NUM | NUMBER | Y | ||
TOT_ACT_VOL | NUMBER | |||
FOR_PER_RENT | NUMBER | |||
ACT_PER_RENT | NUMBER | |||
CONSTR_ACTUAL_RENT | NUMBER | |||
ABATEMENT_APPL | NUMBER | |||
ACTUAL_INVOICED_AMOUNT | NUMBER | |||
ADJUSTMENT | NUMBER | |||
PREV_INVOICED_AMOUNT | NUMBER | |||
NEGATIVE_RENT | NUMBER | |||
VARIANCE | NUMBER | |||
ACTUAL_TERM_STATUS | VARCHAR2 | (1) | Y | |
FORECASTED_TERM_STATUS | VARCHAR2 | (1) | Y | |
VARIANCE_TERM_STATUS | VARCHAR2 | (1) | Y | |
TRUE_UP_STATUS | VARCHAR2 | (1) | ||
COMMENTS | VARCHAR2 | (2000) | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Y | |
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Y | |
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Y | |
REC_ABATEMENT | NUMBER | |||
REC_ABATEMENT_OVERRIDE | NUMBER | |||
PERIOD_ID | NUMBER | Y | ||
VAR_RENT_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
TRUE_UP_AMT | NUMBER | |||
INV_SCHEDULE_DATE | DATE |
APPS.PN_VAR_RENT_ADJ_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
VAR_RENT_DATE_ID | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Y | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Y | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
VAR_RENT_ID | NUMBER | Y | ||
USE_GL_CALENDAR | VARCHAR2 | (1) | ||
GL_PERIOD_SET_NAME | VARCHAR2 | (15) | ||
PERIOD_TYPE | VARCHAR2 | (15) | ||
YEAR_START_DATE | DATE | |||
PERIOD_FREQ_CODE | VARCHAR2 | (30) | Y | |
REPTG_FREQ_CODE | VARCHAR2 | (30) | Y | |
REPTG_DAY_OF_MONTH | NUMBER | |||
REPTG_DAYS_AFTER | NUMBER | |||
INVG_FREQ_CODE | VARCHAR2 | (30) | Y | |
INVG_DAY_OF_MONTH | NUMBER | |||
INVG_DAYS_AFTER | NUMBER | |||
INVG_SPREAD_CODE | VARCHAR2 | (30) | ||
INVG_TERM | NUMBER | |||
AUDIT_FREQ_CODE | VARCHAR2 | (30) | ||
AUDIT_DAY_OF_MONTH | NUMBER | |||
AUDIT_DAYS_AFTER | NUMBER | |||
RECON_FREQ_CODE | VARCHAR2 | (30) | ||
RECON_DAY_OF_MONTH | NUMBER | |||
RECON_DAYS_AFTER | NUMBER | |||
COMMENTS | VARCHAR2 | (2000) | ||
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 | |
ORG_ID | NUMBER | (15) | Organization identifier | |
VRG_REPTG_FREQ_CODE | VARCHAR2 | (30) | Y |
APPS.PN_VAR_RENT_DATES_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_ID | NUMBER | (15) | Y | Identifier of the variable rent agreement |
CUMULATIVE_VOL | VARCHAR2 | (1) | When checked indicates that volumes are considered cumulative for calculation of variable rent else non-cumulative. | |
PRORATION_RULE | VARCHAR2 | (30) | ||
PERIOD_ID | NUMBER | (15) | Y | |
LINE_ITEM_ID | NUMBER | (15) | Y | |
GROUP_DATE | DATE | |||
INVOICE_DATE | DATE | |||
GRP_DATE_ID | NUMBER | (15) | Y | |
TRX_HEADER_ID | NUMBER | (15) | Y | |
TRX_DETAIL_ID | NUMBER | (15) | Y | |
CALC_PRD_START_DATE | DATE | |||
CALC_PRD_END_DATE | DATE | |||
DAYS | NUMBER | |||
PRORATION_FACTOR | NUMBER | |||
BKPT_VOL_START | NUMBER | Y | ||
BKPT_VOL_END | NUMBER | |||
PRORATED_GRP_VOL_START | NUMBER | |||
PRORATED_GRP_VOL_END | NUMBER | |||
YTD_GROUP_VOL_START | NUMBER | |||
YTD_GROUP_VOL_END | NUMBER | |||
BLENDED_PERIOD_VOL_START | NUMBER | |||
BLENDED_PERIOD_VOL_END | NUMBER | |||
GROUP_SALES | NUMBER | |||
GROUP_SALES_FOR | NUMBER | |||
GROUP_DEDUCTIONS | NUMBER | |||
NET_VOLUME | NUMBER | |||
NET_VOLUME_FOR | NUMBER | |||
CUMULATIVE_VOLUME | NUMBER | |||
CUMULATIVE_VOLUME_FOR | NUMBER | |||
OVERAGE | NUMBER | |||
OVERAGE_FOR | NUMBER | |||
BKPT_RATE | NUMBER | Y | ||
SEGMENT_VAR_RENT | NUMBER | |||
SEGMENT_VAR_RENT_FOR | NUMBER | |||
ACT_VAR_RENT | NUMBER | |||
FOR_VAR_RENT | NUMBER | |||
ACT_VAR_RENT_MIR | NUMBER | |||
FOR_VAR_RENT_MIR | NUMBER | |||
YTD_PERCENT_RENT | NUMBER | |||
YTD_PERCENT_RENT_FOR | NUMBER | |||
VAR_RENT_TYPE | VARCHAR2 | (30) | Y | |
IS_TRUE_UP | VARCHAR2 | (4000) | ||
ORG_ID | NUMBER | (15) | Organization identifier |
APPS.PN_VAR_RENT_DETAILS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
VAR_RENT_INV_ID | NUMBER | |||
ADJUST_NUM | NUMBER | |||
VAR_RENT_ID | NUMBER | |||
PERIOD_ID | NUMBER | |||
INVOICE_DATE | DATE | |||
TOT_ACT_VOL | NUMBER | |||
ACT_PER_RENT | NUMBER | |||
CONSTR_ACTUAL_RENT | NUMBER | |||
FOR_PER_RENT | NUMBER | |||
CUMULATIVE_FOR_RENT | NUMBER | |||
ACTUAL_FORECASTED_RENT | NUMBER | |||
CUMULATIVE_ACT_FOR_RENT | NUMBER | |||
FORECASTED_TERM_STATUS | VARCHAR2 | (1) | ||
ABATEMENT_APPL | NUMBER | |||
REC_ABATEMENT | NUMBER | |||
REC_ABATEMENT_OVERRIDE | NUMBER | |||
NEGATIVE_RENT | NUMBER | |||
PREV_INVOICED_AMOUNT | NUMBER | |||
TOT_VAR_RENT | NUMBER | |||
ACTUAL_INVOICED_AMOUNT | NUMBER | |||
PRES_INVOICED_AMOUNT | NUMBER | |||
CUMULATIVE_ACT_RENT | NUMBER | |||
ACTUAL_TERM_STATUS | VARCHAR2 | (1) | ||
VARIANCE_TERM_STATUS | VARCHAR2 | (1) | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | ||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | ||
VARIANCE_EXP_CODE | VARCHAR2 | (1) | ||
COMMENTS | VARCHAR2 | (2000) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
CREATION_DATE | DATE | |||
CREATED_BY | NUMBER | |||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | |||
LAST_UPDATE_LOGIN | NUMBER | |||
INV_SCHEDULE_DATE | DATE | |||
ORG_ID | NUMBER | (15) | ||
INV_START_DATE | DATE | |||
INV_END_DATE | DATE | |||
ADJUSTED_STATUS | VARCHAR2 | (1) | ||
TRUE_UP_FLAG | CHAR | (1) |
APPS.PN_VAR_RENT_INV_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VAR_RENT_ID | NUMBER | |||
PERIOD_ID | NUMBER | |||
LINE_ITEM_ID | NUMBER | |||
INVOICE_DATE | DATE | |||
ACTUAL_VOLUME | NUMBER | |||
FORECASTED_VOLUME | NUMBER | |||
CUMULATIVE_FOR_VOLUME | NUMBER | |||
DEDUCTIONS | NUMBER | |||
NET_ACTUAL_VOLUME | NUMBER | |||
CUMULATIVE_ACT_VOLUME | NUMBER | |||
ACT_VAR_RENT | NUMBER | |||
CUMULATIVE_ACT_RENT | NUMBER | |||
FOR_VAR_RENT | NUMBER | |||
CUMULATIVE_FOR_RENT | NUMBER | |||
INV_SCHEDULE_DATE | DATE | |||
INV_START_DATE | DATE | |||
INV_END_DATE | DATE | |||
ORG_ID | NUMBER | (15) | ||
TRUEUP_VAR_RENT | NUMBER | |||
IS_TRUE_UP | CHAR | (1) |
APPS.PN_VAR_RENT_SUMM_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVOICE_DATE | DATE | |||
VAR_RENT_INV_ID | NUMBER | |||
VAR_RENT_ID | NUMBER | Y | ||
PERIOD_ID | NUMBER | |||
INCLUDE_TERM | VARCHAR2 | (4000) | ||
INCLUDE_INCREASES | VARCHAR2 | (4000) | ||
UPDATE_FLAG | CHAR | (1) | ||
ROW_ID | ROWID | (10) | ||
PAYMENT_TERM_ID | NUMBER | Y | ||
LEASE_ID | NUMBER | Y | ||
START_DATE | DATE | Y | ||
END_DATE | DATE | Y | ||
FREQUENCY_CODE | VARCHAR2 | (30) | Y | |
PAYMENT_PURPOSE | VARCHAR2 | (80) | Y | |
PAYMENT_TERM_TYPE | VARCHAR2 | (80) | Y | |
FREQUENCY_TYPE | VARCHAR2 | (80) | Y | |
VENDOR_NAME | VARCHAR2 | (240) | ||
VENDOR_NUMBER | VARCHAR2 | (30) | ||
VENDOR_SITE | VARCHAR2 | (15) | ||
CUSTOMER_NAME | VARCHAR2 | (360) | ||
CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
CUSTOMER_SITE_USE | VARCHAR2 | (40) | ||
NORMALIZE | VARCHAR2 | (1) | ||
ACTUAL_AMOUNT | NUMBER | |||
ESTIMATED_AMOUNT | NUMBER | |||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
ORG_ID | NUMBER | (15) | ||
CURRENCY_CODE | VARCHAR2 | (15) | Y |
APPS.PN_VAR_TERMS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
VOL_HIST_ID | NUMBER | Y | ||
VOL_HIST_NUM | NUMBER | Y | ||
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | Y | ||
CREATION_DATE | DATE | Y | ||
CREATED_BY | NUMBER | Y | ||
LAST_UPDATE_LOGIN | NUMBER | |||
LINE_ITEM_ID | NUMBER | |||
PERIOD_ID | NUMBER | |||
START_DATE | DATE | Y | ||
END_DATE | DATE | Y | ||
GRP_DATE_ID | NUMBER | |||
GROUP_DATE | DATE | Y | ||
REPORTING_DATE | DATE | |||
DUE_DATE | DATE | |||
INVOICING_DATE | DATE | Y | ||
ACTUAL_GL_ACCOUNT_ID | NUMBER | |||
ACTUAL_AMOUNT | NUMBER | |||
VOL_HIST_STATUS_CODE | VARCHAR2 | (30) | Y | |
REPORT_TYPE_CODE | VARCHAR2 | (30) | ||
ABSTRACTED_BY_USER_ID | NUMBER | |||
USER_ABSTRACTED | VARCHAR2 | (100) | ||
ACTUAL_EXP_CODE | VARCHAR2 | (1) | Y | |
FOR_GL_ACCOUNT_ID | NUMBER | |||
FORECASTED_AMOUNT | NUMBER | |||
FORECASTED_EXP_CODE | VARCHAR2 | (1) | Y | |
VARIANCE_AMOUNT | NUMBER | |||
VARIANCE_EXP_CODE | VARCHAR2 | (1) | Y | |
COMMENTS | VARCHAR2 | (2000) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | ||
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ORG_ID | NUMBER | (15) | ||
DAILY_ACTUAL_AMOUNT | NUMBER |
APPS.PN_VAR_VOL_HIST_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEASE_CLASS | VARCHAR2 | (80) | Y | Identifies the class of the lease. |
LEASE_NAME | VARCHAR2 | (50) | Y | Name of the lease |
LEASE_NUMBER | VARCHAR2 | (30) | Y | Lease number. Unique identifier of a lease row. User defined, except when profile option PN: Automatic Lease Number Generation is set to "Yes", then PN_LEASES_NUM_S sequence is used to populate this data element. |
LOCATION_ID | NUMBER | (15) | Uniquely identifies a location row. | |
LOCATION_CODE | VARCHAR2 | (90) | Another way of uniquely identifying a location. The locations are classified as: BUILDING, FLOOR and OFFICE. Oracle Property Manager generates this unique code based on the input provided by the user in the location_alias data element. If the location_alias for the building row is 3OP, the location code for the building is created as 3OP. For a floor in the same building, if the location_alias is -02 then the floor's location code is created as 3OP-2. For an office on the same floor, if the location_alias is -201 then the office location code is created as 3OP-02-201. | |
PAYMENT_ITEM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_S | |
PAYMENT_TERM_ID | NUMBER | Y | Uniquely identifies a payment or a billing item row. The value is populated using sequence PN_PAYMENT_ITEMS_S | |
PAYMENT_PURPOSE | VARCHAR2 | (80) | Y | Identifies the purpose of the term, for example whether it is for rent, operating expense, insurance, etc. |
PAYMENT_TYPE | VARCHAR2 | (80) | Y | Identifies the type of the term, fore example, base, escalation, pre-payment, etc. |
PAYMENT_TERM_FREQUENCY | VARCHAR2 | (80) | Y | The frequency of the term, specifying how often this term will come into effect, for example, monthly, annually, etc |
PROPERTY_CODE | VARCHAR2 | (90) | Property Code should be Unique. | |
PROPERTY_NAME | VARCHAR2 | (30) | Stores the Property Name. | |
CUSTOMER_ACCOUNT_ID | NUMBER | Associates the customer row in HZ_CUST_ACCOUNTS with the term row. The data element is null for a payment term row. | ||
CUSTOMER_NAME | VARCHAR2 | (240) | Name of this party | |
CUSTOMER_SITE | VARCHAR2 | (40) | Site use identifier | |
CUSTOMER_SITE_ID | NUMBER | Associates the customer's bill to site with the term row. The data element is null for a payment term row | ||
SUPPLIER_ID | NUMBER | Associates the row in PO_VENDORS with the term row. The data element is null for a billing term row. | ||
SUPPLIER_SITE_ID | NUMBER | Associates the row in PO_VENDOR_SITES with the payment or billing term. The data element is null for a billing term row. | ||
SUPPLIER_NAME | VARCHAR2 | (240) | Supplier Name | |
SUPPLIER_SITE | VARCHAR2 | (15) | Site code name | |
EVENT_ID | NUMBER | (15) | Y | Event Id |
TERM_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
TERM_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
TERM_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
ITEM_ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ITEM_ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment |
APPS.PN_XLA_EXTRACT_HEADERS_V is not referenced by any database object
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCOUNTED_AMOUNT | NUMBER | Holds value of actual amount in functional currency, converted using user defined conversion type | ||
ENTERED_AMOUNT | NUMBER | The actual amount to be exported for payment or billing after currency conversion | ||
CODE_COMBINATION_ID | NUMBER | Identifies the row in the GL Code Combinations table associated with this distribution. | ||
CONVERSION_DATE | DATE | The date on which the accounted amount is calculated. | ||
CONVERSION_RATE | NUMBER | Conversion Rate | ||
CONVERSION_RATE_TYPE | VARCHAR2 | (0) | Conversion Rate Type | |
CURRENCY_CODE | VARCHAR2 | (15) | Currency code used to export payment and billing items. | |
DISTRIBUTION_TYPE | VARCHAR2 | (30) | Account class of the account in this distribution. The value is populated from the lookups PN_PAY_ACCOUNT_TYPE or PN_REC_ACCOUNT_TYPE. | |
LEDGER_ID | NUMBER | Y | General Ledger Set of Books used. Associates the row in GL_SETS_OF_BOOKS with the payment or billing item row. | |
EVENT_ID | NUMBER | (15) | Y | Event Id |
LINE_NUMBER | NUMBER | The distribution line number displayed in the user interface |
APPS.PN_XLA_EXTRACT_LINES_V is not referenced by any database object
|
|
Copyright (c) 2001 - 2005, Oracle | - Use Restricted by Contract |