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


TABLE: CRP.CRP_RESOURCE_HOURS

Object Details
Object Name: CRP_RESOURCE_HOURS
Object Type: TABLE
Owner: CRP
FND Design Data: TableCRP.CRP_RESOURCE_HOURS
Subobject Name:
Status: VALID


CRP_RESOURCE_HOURS stores a row for each resource or repetitive line
required to build an assembly from its lowest level components. Each
row also includes the department where the assembly is being built,
the resource hours required, the usage of the components in the
assembly, and the set back days from the due date of the assembly when
the resource or the line is required.
RESOURCE_DEPARTMENT_HOURS is calculated by multiplying the usage rate
or amount of the assembly by the conversion rate defined for that
assembly.
SETBACK_DAYS is the number of days from the due date of the assembly
that the resource is needed.
ASSEMBLY_USAGE is a resource hours multiplier derived from the usage
of the component. Therefore the assembly usage for the resource
required to make an assembly from its immediate components is one.
SOURCE_ITEM_ID is the component in the assembly that is the source of
the repetitive or routing-based requirements.
This table is populated by the Bill of Resource Load concurrent
program and the Enter Bill of Resources form. The rough cut capacity
inquiry and report use this table to compile the rough cut capacity
plan.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CRP_RESOURCE_HOURS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
CRP_RESOURCE_HOURS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBILL_OF_RESOURCES
ColumnASSEMBLY_ITEM_ID
ColumnORGANIZATION_ID
CRP_RESOURCE_HOURS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEPARTMENT_ID
ColumnRESOURCE_ID
ColumnBILL_OF_RESOURCES
ColumnORGANIZATION_ID
CRP_RESOURCE_HOURS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLINE_ID
ColumnBILL_OF_RESOURCES
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Unique id for the row
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
BILL_OF_RESOURCES VARCHAR2 (10) Yes Bill of resource set identifier
ASSEMBLY_ITEM_ID NUMBER
Yes Assembly item identifier
SOURCE_ITEM_ID NUMBER
Yes Component that is the source of the requirement
ORGANIZATION_ID NUMBER
Yes Organization identifier
RESOURCE_ID NUMBER

Resource identifier
DEPARTMENT_ID NUMBER

Department identifier
LINE_ID NUMBER

Repetitive line identifier
RESOURCE_DEPARTMENT_HOURS NUMBER

Required resource hours
OPERATION_SEQ_NUM NUMBER

Operation sequence number in routing
OPERATION_SEQUENCE_ID NUMBER

Operation sequence id
RESOURCE_SEQ_NUM NUMBER

Resource sequence num
SETBACK_DAYS NUMBER

Resource set back days from assembly due date
ASSEMBLY_USAGE NUMBER

Resource hours multiplier for assembly usage
ORIGINATION_TYPE NUMBER
Yes Origination type of requirement
RESOURCE_UNITS NUMBER

Operation resource units
BASIS NUMBER

Operation basis
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
DDF_CONTEXT VARCHAR2 (30)
Structure defining column for the developer descriptive flexfield
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT TRANSACTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      BILL_OF_RESOURCES
,      ASSEMBLY_ITEM_ID
,      SOURCE_ITEM_ID
,      ORGANIZATION_ID
,      RESOURCE_ID
,      DEPARTMENT_ID
,      LINE_ID
,      RESOURCE_DEPARTMENT_HOURS
,      OPERATION_SEQ_NUM
,      OPERATION_SEQUENCE_ID
,      RESOURCE_SEQ_NUM
,      SETBACK_DAYS
,      ASSEMBLY_USAGE
,      ORIGINATION_TYPE
,      RESOURCE_UNITS
,      BASIS
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      DDF_CONTEXT
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM CRP.CRP_RESOURCE_HOURS;

Dependencies

[top of page]

CRP.CRP_RESOURCE_HOURS does not reference any database object

CRP.CRP_RESOURCE_HOURS is referenced by following:

SchemaCRP
ViewCRP_RESOURCE_HOURS#