PJF_TP_SCHEDULE_LINES

PJF_TP_SCHEDULE_LINES holds the transfer price schedule lines which make up a transfer price schedule. You specify the transfer price rule to use for labor and non-labor transactions that are cross-charged between organizations. You can specify a pair of organizations (provider and receiver organizations or operating units) or for a providing organization which implies a relationship with all receiving organizations.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_TP_SCHEDULE_LINES_PK

TP_SCHEDULE_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping Status
TP_SCHEDULE_LINE_ID NUMBER 18 Yes The system-generated identifier that uniquely identifies a transfer price schedule line Active
TP_SCHEDULE_ID NUMBER 18 Yes The identifier of the transfer price schedule Active
PRVDR_ORGANIZATION_ID NUMBER 18 The identifier of the provider organization Active
START_DATE_ACTIVE DATE Yes First effective date of the transfer price schedule line. An organization pair may have many date effective schedule lines but only one effective line for a given date Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
SORT_ORDER NUMBER User defined line number used for ordering. Duplicate values are allowed Active
TP_RULE_ID NUMBER 18 The identifier of the transfer price rule for labor transactions. A blank value for this column means that labor transactions are not processed using this schedule line. You must choose either a labor or non-labor transfer price rule for the schedule line ***** Active
LABOR_PERCENTAGE_APPLIED NUMBER Percentage to be applied for transfer price calculation of labor transactions Active
NL_TP_RULE_ID NUMBER 18 The identifier of the transfer price rule for non-labor transactions. A blank value for this column means that non-labor transactions are not processed using this schedule line. You must choose either a labor or non-labor transfer price ru Active
NL_PERCENTAGE_APPLIED NUMBER Percentage to be applied for transfer price calculation of non-labor transactions Active
RECVR_ORGANIZATION_ID NUMBER 18 Identifier of the receiver organization Active
END_DATE_ACTIVE DATE Last effective date of the transfer price schedule line. An organization pair may have many date effective schedule lines but only one effective line for a given date Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transfer Price Schedule Line Flexfield (PJF_TP_SCHEDULE_LINE_DESC_FLEX) Active
DEFAULT_FLAG VARCHAR2 1 Yes Identifies whether the schedule line is the default for the schedule. Active
TP_AMT_TYPE_CODE VARCHAR2 30 This indicates Transfer Price Amount type "Cost","Revenue","Cost & Revenue" Active
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active

Foreign Keys

Table Foreign Table Foreign Key Column
PJF_TP_SCHEDULE_LINES pjf_tp_schedules TP_SCHEDULE_ID
PJF_TP_SCHEDULE_LINES pjf_tp_rules TP_RULE_ID
PJF_TP_SCHEDULE_LINES pjf_tp_rules NL_TP_RULE_ID
pjf_tp_schedule_line_lkp pjf_tp_schedule_lines TP_SCHEDULE_LINE_ID

Indexes

Index Uniqueness Tablespace Columns Status
PJF_TP_SCHEDULE_LINES_N1 Non Unique Default TP_SCHEDULE_ID, SORT_ORDER Active
PJF_TP_SCHEDULE_LINES_U1 Unique Default TP_SCHEDULE_LINE_ID Active
PJF_TP_SCHEDULE_LINES_U2 Unique Default TP_SCHEDULE_ID, PRVDR_ORGANIZATION_ID, START_DATE_ACTIVE, RECVR_ORGANIZATION_ID, END_DATE_ACTIVE, TP_AMT_TYPE_CODE Active