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


TABLE: PA.PA_ASGMT_CNFLT_HIST_AR

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


PA_ASSIGNMENT_CONFLICT_HIST stores a history of potential conflicts that would be formed by an assignment approval transaction. If an assignment would cause a resource to go over capacity without taking other assignments into account, then it is in conflict with itself and so assignment_id is stored in conflict_assignment_id. In this case, the self_conflict_flag is set to Y.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_ASGMT_CNFLT_HIST_AR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURGE_PROJECT_ID
Columns
Name Datatype Length Mandatory Comments
PURGE_BATCH_ID NUMBER (15) Yes Purge batch Id
PURGE_RELEASE VARCHAR2 (50) Yes Purge release version
PURGE_PROJECT_ID NUMBER (15) Yes Purged project Id
CONFLICT_GROUP_ID NUMBER

Identifies all assignment conflicts in a particular transaction group (single and mass)
ASSIGNMENT_ID NUMBER

Identifier of assignment causing conflict
CONFLICT_ASSIGNMENT_ID NUMBER

Identifier of conflicting assignment
RESOLVE_CONFLICTS_ACTION_CODE VARCHAR2 (30)
Action chosen for resolving conflicts
INTRA_TXN_CONFLICT_FLAG VARCHAR2 (1)
Y if the conflicting assignment is also part of the transaction. Otherwise, N
PROCESSED_FLAG VARCHAR2 (1)
Y if conflict has been resolved using resolve_conflicts_action_code. N if conflict has not been resolved.
SELF_CONFLICT_FLAG VARCHAR2 (1)
Y if assignment_id = conflict_assignment_id. This would occur if the assignment alone would cause the resource to over capacity.
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT PURGE_BATCH_ID
,      PURGE_RELEASE
,      PURGE_PROJECT_ID
,      CONFLICT_GROUP_ID
,      ASSIGNMENT_ID
,      CONFLICT_ASSIGNMENT_ID
,      RESOLVE_CONFLICTS_ACTION_CODE
,      INTRA_TXN_CONFLICT_FLAG
,      PROCESSED_FLAG
,      SELF_CONFLICT_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_ASGMT_CNFLT_HIST_AR;

Dependencies

[top of page]

PA.PA_ASGMT_CNFLT_HIST_AR does not reference any database object

PA.PA_ASGMT_CNFLT_HIST_AR is referenced by following:

SchemaAPPS
SynonymPA_ASGMT_CNFLT_HIST_AR