DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_CC_TP_SCHEDULE_LINE_LKP

Object Details
Object Name: PA_CC_TP_SCHEDULE_LINE_LKP
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_CC_TP_SCHEDULE_LINE_LKP
Subobject Name:
Status: VALID


PA_CC_TP_SCHEDULE_LINE_LKP holds denormalized data defined for faster processing in finding the transfer price rule between organizations within a transfer price schedule. This table, which is internally maintained, holds the relationships between provider and receiver organizations and operating units by schedule line. The transfer price determination process uses this result the next time a similar set of parameters are encountered. For example, if an employee is entering a timesheet for 7 days on the same project (for which Cross Charging would be performed), then the schedule line need be determined only once.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_CC_TP_SCHEDULE_LINE_LKP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTP_SCHEDULE_ID
ColumnPRVDR_ORGANIZATION_ID
ColumnRECVR_ORGANIZATION_ID
ColumnPRVDR_ORG_ID
ColumnRECVR_ORG_ID
ColumnSTART_DATE_ACTIVE
ColumnLABOR_FLAG
Columns
Name Datatype Length Mandatory Comments
TP_SCHEDULE_ID NUMBER
Yes Identifier of the transfer price schedule
TP_SCHEDULE_LINE_ID NUMBER
Yes Identifier of the transfer price schedule line for the combination of schedule and organizations
PRVDR_ORG_ID NUMBER
Yes Identifier of the provider operating unit
PRVDR_ORGANIZATION_ID NUMBER
Yes Identifier of the provider organization
RECVR_ORG_ID NUMBER
Yes Identifier of the receiver operating unit
RECVR_ORGANIZATION_ID NUMBER
Yes Identifier of the receiver organization
START_DATE_ACTIVE DATE
Yes First effective date for the combination of schedule and organizations
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
END_DATE_ACTIVE DATE

Last effective date for the combination of schedule and organizations
LABOR_FLAG VARCHAR2 (1) Yes Flag indicates if a rule exists for the labor transaction for the combination of schedule and organizations
TP_AMT_TYPE_CODE VARCHAR2 (30)
Transfer Price Amount Type code associsted with the Transfer Schedule schedule line.
SORT_ORDER NUMBER (15)
Sort Order
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TP_SCHEDULE_ID
,      TP_SCHEDULE_LINE_ID
,      PRVDR_ORG_ID
,      PRVDR_ORGANIZATION_ID
,      RECVR_ORG_ID
,      RECVR_ORGANIZATION_ID
,      START_DATE_ACTIVE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      END_DATE_ACTIVE
,      LABOR_FLAG
,      TP_AMT_TYPE_CODE
,      SORT_ORDER
FROM PA.PA_CC_TP_SCHEDULE_LINE_LKP;

Dependencies

[top of page]

PA.PA_CC_TP_SCHEDULE_LINE_LKP does not reference any database object

PA.PA_CC_TP_SCHEDULE_LINE_LKP is referenced by following:

SchemaAPPS
SynonymPA_CC_TP_SCHEDULE_LINE_LKP