Name Type MSSql Type Oracle Type DB2 Nullable Description
JPPC_OH_Idnr int NUMBER(38,0) int false reference to the object header (OH)
JPPC_JPP_Lnr smallint NUMBER(38,0) smallint false reference to the jobplan process (JPP)
JPPC_Lnr smallint NUMBER(38,0) smallint false ascending number of the condition
JPPC_CaleName varchar (200) VARCHAR2 (200 CHAR) varchar(200) false object name (calendar)
JPPC_CaleKeyName varchar (200) VARCHAR2 (200 CHAR) varchar(200) true name of the calendar keyword

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_JPPC JPPC_OH_Idnr, JPPC_JPP_Lnr, JPPC_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_JPPC_JPP JPPC_OH_Idnr, JPPC_JPP_Lnr JPP_OH_Idnr, JPP_Lnr

Return to the Index File