PJF_TP_RULES
Pjf_TP_RULES_BG stores the rules that define how transfer price is calculated, which include such attributes as calculation method, base amount, schedule or markup, and final percentage. Transfer price rules are shared across operating units within a business group.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_TP_RULES_PK |
TP_RULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
---|---|---|---|---|---|---|
TP_RULE_ID | NUMBER | 18 | Yes | The system generated number that uniquely identifies the transfer price rule | ||
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. | ||
TP_RULE_NAME | VARCHAR2 | 50 | Yes | The implementation-defined name that uniquely identifies the transfer price rule within the business group ***** | ||
RULE_TYPE_CODE | VARCHAR2 | 1 | Yes | Indicates whether the rule is for labor or non-labor transactions ***** | ||
MARKUP_CALC_BASE_CODE | VARCHAR2 | 1 | Yes | Transaction amount on which the transfer price will be based when calculated using a markup or burden schedule. | ||
CALC_METHOD_CODE | VARCHAR2 | 1 | Yes | Method for calculation of the transfer price. | ||
PERCENTAGE_APPLIED | NUMBER | 9 | Yes | Final percentage applied on the amount derived via the calculation method. Default value is 100%. | ||
START_DATE_ACTIVE | DATE | Yes | First effective date of the transfer price rule | |||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | |||
END_DATE_ACTIVE | DATE | Last effective date of the transfer price rule | ||||
DESCRIPTION | VARCHAR2 | 240 | User-defined description of the transfer price rule | |||
RATE_SCHEDULE_ID | NUMBER | 18 | Identifier of the Rate schedule. In fusion ScheduleId is split into two columns(RateScheduleId and IndRateSchId) ***** | |||
IND_RATE_SCH_ID | NUMBER | 18 | Identifier of the Burden schedule. In fusion ScheduleId is split into two columns(RateScheduleId and IndRateSchId) ***** | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) | ||
ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Transfer Price Rule Descriptive Flexfield (PJF_TP_RULE_DESC_FLEX) |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
pjf_tp_schedule_lines | pjf_tp_rules | TP_RULE_ID |
pjf_tp_schedule_lines | pjf_tp_rules | NL_TP_RULE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_TP_RULES_U1 | Unique | Default | TP_RULE_ID |
PJF_TP_RULES_U2 | Unique | Default | TP_RULE_NAME |