[Home] [Help]
[Dependency Information]
| Object Name: | PA_JOB_RELATIONSHIPS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_JOB_RELATIONSHIPS
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store customer definable relationships
between job from separate job groups within a business group and/or within the
enterprise.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_JOB_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FROM_JOB_GROUP_ID
FROM_JOB_ID
|
| PA_JOB_RELATIONSHIPS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TO_JOB_GROUP_ID
TO_JOB_ID
|
| PA_JOB_RELATIONSHIPS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TO_JOB_GROUP_ID
FROM_JOB_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_RELATIONSHIP_ID | NUMBER | (15) | Yes | The identifier of the From Job in the relationship |
| FROM_JOB_ID | NUMBER | (15) | Yes | The identifier of the From Job in the relationship |
| FROM_JOB_GROUP_ID | NUMBER | (15) | Yes | he identifier of the From Job Group in the relationship |
| TO_JOB_ID | NUMBER | (15) | Yes | The identifier of the To Job in the relationship |
| TO_JOB_GROUP_ID | NUMBER | (15) | Yes | The identifier of the To Job Group in the relationship |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_RELATIONSHIP_ID
, FROM_JOB_ID
, FROM_JOB_GROUP_ID
, TO_JOB_ID
, TO_JOB_GROUP_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_JOB_RELATIONSHIPS;
PA.PA_JOB_RELATIONSHIPS does not reference any database object
PA.PA_JOB_RELATIONSHIPS is referenced by following:
PA
PA_JOB_RELATIONSHIPS#
|
|
|
|