Wikiยทschemaยทschema/dp-prmsch-param-schedule-dtl.md

DP_PRMSCH_PARAM_SCHEDULE_DTL

Maintains scheduling information for parameters linked to discrepancy management. Supports periodic monitoring and automatic trigger of discrepancy checks or deferrals.

Process: LINEMAINTENANCE ยท Component: BasDP ยท Table type: Transaction Table Category: Groups the tables related to the discrepancy details, deferrals, deferral history, deferral categories, and resolution history

This table is the canonical store for the ParamSchedule entity.

Primary key

PRMSCH_PARAMETER_CODE, PRMSCH_PARAMETER_OU, PRMSCH_MAINT_REPORT_NO, PRMSCH_SLFSRC_OUINSTANCE

Columns (11)

#ColumnTypeDescription
1PRMSCH_SLFSRC_OUINSTANCE ๐Ÿ”‘#N/AMaintains the Organizational Unit number from which the schedule record was generated
2PRMSCH_MAINT_REPORT_NO ๐Ÿ”‘varcharMaintains the maintenance report number related to the parameter schedule
3PRMSCH_PARAMETER_OU ๐Ÿ”‘#N/AMaintains the Organizational Unit managing the parameter schedule
4PRMSCH_PARAMETER_CODE ๐Ÿ”‘varcharMaintains the code identifying the parameter scheduled for monitoring
5PRMSCH_CRT_OUINSTANCE#N/AMaintains the Organizational Unit in which the parameter schedule was entered
6PRMSCH_SCH_FIXED_INTERVALdecimalMaintains the fixed time interval set for executing the scheduled parameter action
7PRMSCH_SCH_FLOATING_INTERVALdecimalMaintains the floating interval duration
8PRMSCH_SCH_TERMINATING_TIMEdecimalMaintains the end time after which the parameter schedule is no longer valid
9PRMSCH_SCH_ALERT_TIMEdecimalMaintains the alert threshold at which a warning is triggered for upcoming scheduled action
10PRMSCH_SCH_POSITIVE_TOLERANCEdecimalMaintains the upper tolerance range beyond the scheduled time
11PRMSCH_SCH_NEGATIVE_TOLERANCEdecimalMaintains the lower tolerance range allowing early execution before scheduled time

Relationships (1)

  • DeferralRecord (DP_DPDEF_DISC_DEFERRAL_DTL) โ†’ HAS_PARAM_SCHEDULE (this table is target)
    • Join: DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO = DP_PRMSCH_PARAM_SCHEDULE_DTL.PRMSCH_MAINT_REPORT_NO
    • Deferral has parameter schedule

See also