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


TABLE: PA.PA_PAY_ELEMENT_MAPPING_ALL

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

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PAY_ELEMENT_MAPPING_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAY_ELEMENT_MAP_ID
Columns
Name Datatype Length Mandatory Comments
PAY_ELEMENT_MAP_ID NUMBER (9) Yes The system generated number that uniquely idnetifies the pay element distribution rule
INT_EXT_INDICATOR VARCHAR2 (30) Yes Indicates the source of Pay Element as Internal or External
PAY_ELEMENT_TYPE_ID NUMBER (9)
Identifier of the Pay Element from Oracle Payroll
PAY_ELEMENT_CODE VARCHAR2 (30)
Identifier of the Pay Element from Third Party Payroll Systems
START_DATE_ACTIVE DATE
Yes The Effective Start Date
END_DATE_ACTIVE DATE

The Effective End Date
COST_TYPE_CODE VARCHAR2 (30) Yes Used to define the nature of the payroll cost associated with the pay element
DISTRIBUTION_BASIS_CODE VARCHAR2 (30) Yes Determines the basis for the distribution of costs associated to the pay element
TIMECARD_ELEMENT VARCHAR2 (30)
Determines whether the pay element amounts are to be distributed directly to a timecard
TIMECARD_EXP_TYPE VARCHAR2 (30)
The Expenditure Type selected when mapping pay element amounts to time cards
ALLOW_MISC_FLAG VARCHAR2 (30)
Allows the user to use the distribution logic of "hours" as the basis of calculating amounts.
EXPENDITURE_TYPE VARCHAR2 (30)
Stores the expenditure type for mapping with pay elements
PROJ_COST_REQD VARCHAR2 (30)
Indicates whether a payroll costing value for project is required to process payroll actual amounts
PAYROLL_PROJ_SEGMENT VARCHAR2 (30)
Identifier of the segment in Payroll Costing Flexfield that holds the Project Id
PAYROLL_TASK_SEGMENT VARCHAR2 (150)
Identifier of the segment in Payroll Costing Flexfield that holds the Task Id
PAYROLL_EXP_ORG_SEGMENT VARCHAR2 (150)
Identifier of the segment in Payroll Costing Flexfield that holds the Expenditure Organization Id
ORG_ID NUMBER
Yes Identifier of the Operating Unit
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield context
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)
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
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) Yes Standard Who Column
Query Text

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


SELECT PAY_ELEMENT_MAP_ID
,      INT_EXT_INDICATOR
,      PAY_ELEMENT_TYPE_ID
,      PAY_ELEMENT_CODE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      COST_TYPE_CODE
,      DISTRIBUTION_BASIS_CODE
,      TIMECARD_ELEMENT
,      TIMECARD_EXP_TYPE
,      ALLOW_MISC_FLAG
,      EXPENDITURE_TYPE
,      PROJ_COST_REQD
,      PAYROLL_PROJ_SEGMENT
,      PAYROLL_TASK_SEGMENT
,      PAYROLL_EXP_ORG_SEGMENT
,      ORG_ID
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_PAY_ELEMENT_MAPPING_ALL;

Dependencies

[top of page]

PA.PA_PAY_ELEMENT_MAPPING_ALL does not reference any database object

PA.PA_PAY_ELEMENT_MAPPING_ALL is referenced by following:

SchemaPA
ViewPA_PAY_ELEMENT_MAPPING_ALL#