[Home] [Help]
[Dependency Information]
| Object Name: | PA_PAY_SOURCE_AMOUNTS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PAY_SOURCE_AMOUNTS_ALL
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PAY_SOURCE_AMOUNTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAY_SOURCE_ID
|
| PA_PAY_SOURCE_AMOUNTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTERFACE_RUN_ID
PERSON_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAY_SOURCE_ID | NUMBER | (15) | Yes | The system-generated number which uniquely identifies the pay source |
| INTERFACE_RUN_ID | NUMBER | (15) | Yes | Foreign key to PAY_ALL_PAYROLLS_F |
| PERSON_ID | NUMBER | (10) | Yes | Identifier of the employee whose payroll is being interfaced. Foreign key to PER_ALL_PEOPLE_F |
| ASSIGNMENT_ID | NUMBER | (9) | Yes | Identifier of the assignment assigned to the person |
| EMP_ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the employee organization |
| PAY_ELEMENT_TYPE_ID | NUMBER | (9) | Identifier for the pay element from Oracle Payroll | |
| PAY_ELEMENT_TYPE_CODE | VARCHAR2 | (30) | Identifier for the pay element from Third Party Payroll systems | |
| PAY_SOURCE_ORGANIZATION_ID | NUMBER | (15) | Organization to which the pay amount is costed | |
| PAY_SOURCE_PROJECT_ID | NUMBER | (15) | Project to which the pay amount is costed | |
| PAY_SOURCE_TASK_ID | NUMBER | (15) | Task to which the pay amount is costed | |
| PAY_ELEMENT_MAP_ID | NUMBER | (9) | Yes | Foreign key to PA_PAY_ELEMENT_MAPPING_ALL |
| 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 time card | |
| 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 the pay elements | |
| PROJ_COST_REQD | VARCHAR2 | (30) | Yes | Indicates whether a payroll costing value for project is required to process payroll actual amounts |
| PAYROLL_PROJ_SEGMENT | VARCHAR2 | (150) | 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 | |
| PAY_CURRENCY_CODE | VARCHAR2 | (15) | Yes | Pay currency code |
| PAY_AMOUNT | NUMBER | (22) | Yes | Pay amount in pay currency |
| PRIORITY | NUMBER | (10) | Priority in which the element is to be processed | |
| PAY_REJECTION_ID | NUMBER | (15) | Foreign key to PAY_ALL_REJECTIONS_ALL | |
| ORG_ID | NUMBER | Yes | Identifier of the operating unit in multi-organization installations | |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PAY_SOURCE_ID
, INTERFACE_RUN_ID
, PERSON_ID
, ASSIGNMENT_ID
, EMP_ORGANIZATION_ID
, PAY_ELEMENT_TYPE_ID
, PAY_ELEMENT_TYPE_CODE
, PAY_SOURCE_ORGANIZATION_ID
, PAY_SOURCE_PROJECT_ID
, PAY_SOURCE_TASK_ID
, PAY_ELEMENT_MAP_ID
, 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
, PAY_CURRENCY_CODE
, PAY_AMOUNT
, PRIORITY
, PAY_REJECTION_ID
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
FROM PA.PA_PAY_SOURCE_AMOUNTS_ALL;
PA.PA_PAY_SOURCE_AMOUNTS_ALL does not reference any database object
PA.PA_PAY_SOURCE_AMOUNTS_ALL is referenced by following:
PA
PA_PAY_SOURCE_AMOUNTS_ALL#
|
|
|
|