Table Detail Report
MM_PRICE_FORMULA_CLASS_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Pricing Formula Class Relation |
| Definition: | The class of item this formula applies to. |
| Table Type: | REFERENCE |
Column Detail - MM_PRICE_FORMULA_CLASS_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CLASS_NODE_ID | NUMBER | N | The classification for this formula |
| MM_PRICE_FORMULA_CLASS_R_ID | NUMBER | N | Unique generated number that identifies a single row on the MM_PRICE_FORMULA_CLASS_R table. |
| MM_PRICE_FORMULA_ID | NUMBER | N | The price formula that the classification on this row is associated with. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - MM_PRICE_FORMULA_CLASS_R
| Child Column in MM_PRICE_FORMULA_CLASS_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CLASS_NODE_ID | CLASS_NODE | CLASS_NODE_ID |
| MM_PRICE_FORMULA_ID | MM_PRICE_FORMULA | MM_PRICE_FORMULA_ID |
MM_PRICE_FORMULA_LOC_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Pricing Formula Location Relationship |
| Definition: | Links the price schedules with locations. This will only be populated if the organization is not tracking costs at the organization level. |
| Table Type: | REFERENCE |
Column Detail - MM_PRICE_FORMULA_LOC_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LOCATION_CD | NUMBER | N | The location that this pricing formula is associated with. |
| LOC_SEQ | NUMBER | N | The order the locations are to be applied for a particular formula. |
| MM_PRICE_FORMULA_ID | NUMBER | N | The formula for which this location applies. |
| MM_PRICE_FORMULA_LOC_RELTN_ID | NUMBER | N | Unique generated number that identifies a single row on the MM_PRICE_FORMULA_LOC_RELTN table. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - MM_PRICE_FORMULA_LOC_RELTN
| Child Column in MM_PRICE_FORMULA_LOC_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOCATION_CD | LOCATION | LOCATION_CD |
| MM_PRICE_FORMULA_ID | MM_PRICE_FORMULA | MM_PRICE_FORMULA_ID |
MM_PRICE_FORMULA_RANGE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Pricing Formula Range |
| Definition: | Date ranges for the pricing formula. |
| Table Type: | REFERENCE |
Column Detail - MM_PRICE_FORMULA_RANGE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| APPLY_FEE_IND | NUMBER | N | Indicator to check whether the fee has to be applied before the markup |
| BEGIN_EFFECTIVE_DT_TM | DATE | N | The date/time after which the row is considered valid as active current data. |
| COST_TYPE_CD | NUMBER | N | The type of costing for this formula. If there is org level tracking, the choices are Org Average or Org Last Cost. If there is location level tracking, the choices are Average and Last Cost. |
| DAY_OF_WEEK_FLAG | NUMBER | N | The day of the week that this formula will be updated. |
| END_DT_TM | DATE | N | Date and time on which the pricing formula range ends |
| END_EFFECTIVE_DT_TM | DATE | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| LAST_UPDT_PRSNL_ID | NUMBER | N | The personnel that last updated this row. |
| MM_PRICE_FORMULA_ID | NUMBER | N | The pricing formula that this range applies to. |
| MM_PRICE_FORMULA_RANGE_ID | NUMBER | N | Unique generated number that identifies a single row on the MM_PRICE_FORMULA_RANGE table. |
| MONTHLY_OCCURRENCE_TYPE_FLAG | NUMBER | N | Monthly pattern type selected |
| MONTHLY_WEEK_NBR | NUMBER | N | The relative week during a month that recurrence selection is set for. |
| NEGATIVE_VARIANCE_AMT | FLOAT | N | Will hold the negative variance percentage or amount. |
| NEGATIVE_VARIANCE_TYPE_IND | NUMBER | N | Indicates if the negative variance amount represents a percentage or a monetary amount. |
| OCCURRENCE_DAYS | NUMBER | N | The number of days that recurrence selection is set for |
| OCCURRENCE_MONTHS | NUMBER | N | The number of months that recurrence selection is set for |
| OCCURRENCE_TYPE_FLAG | NUMBER | N | Indicates if the occurrence type is daily, weekly, or monthly. |
| OCCURRENCE_WEEKS | NUMBER | N | The number of weeks that recurrence selection is set for |
| POSITIVE_VARIANCE_AMT | FLOAT | N | Will hold the positive variance percentage or amount. |
| POSITIVE_VARIANCE_TYPE_IND | NUMBER | N | Indicates if the positive variance amount represents a percentage or a monetary amount. |
| PREV_MM_PRICE_FORMULA_RANGE_ID | NUMBER | N | The id to the price formula range row before the record was changed. If 0, this is the original unchanged row |
| RANGE_DESC | VC2(40) | N | Description of pricing formula range |
| RANGE_DESC_KEY | VC2(40) | N | The value in RANGE_DESC but in all capitals with punctuation removed. This field is used for indexing and searching/ |
| RANGE_DESC_KEY_A_NLS | VC2(160) | N | Stores the corresponding non-English character set values for the range_desc_key column. Used to sort correctly internationally. |
| START_DT_TM | DATE | N | Date and time on which the pricing formula range begins |
| UPDATE_PRICE_FLAG | NUMBER | N | Indicates if the price needs to be updated based on the variance percentage or amount. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - MM_PRICE_FORMULA_RANGE
| Child Column in MM_PRICE_FORMULA_RANGE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | MM_PRICE_FORMULA_ID | MM_PRICE_FORMULA | MM_PRICE_FORMULA_ID |
| PREV_MM_PRICE_FORMULA_RANGE_ID | MM_PRICE_FORMULA_RANGE | MM_PRICE_FORMULA_RANGE_ID | |
| LAST_UPDT_PRSNL_ID | PRSNL | PERSON_ID |
| Parent Column in MM_PRICE_FORMULA_RANGE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | MM_PRICE_FORMULA_RANGE_ID | MM_CS_PATIENT_PRICE | MM_PRICE_FORMULA_RANGE_ID |
| MM_PRICE_FORMULA_RANGE | PREV_MM_PRICE_FORMULA_RANGE_ID | ||
| MM_RANGE_DETAIL | MM_PRICE_FORMULA_RANGE_ID | ||
| MM_RANGE_PROCESS | MM_PRICE_FORMULA_RANGE_ID |
MM_RANGE_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Pricing Formula Range Detail |
| Definition: | This table will store the varius components that are considered to calculate the price for each date range. |
| Table Type: | REFERENCE |
Column Detail - MM_RANGE_DETAIL
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| ADMIN_CHARGE_AMT | FLOAT | N | Administrative overhead which added/subtracted to base price to form the final cost |
| BEGIN_EFFECTIVE_DT_TM | DATE | N | The date/time after which the row is considered valid as active current data. |
| END_EFFECTIVE_DT_TM | DATE | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
| FROM_COST_AMT | FLOAT | N | Base price of the item |
| LAST_UPDT_PRSNL_ID | NUMBER | N | Personnel that last updated this row. |
| MARKUP_PCT | FLOAT | N | Percentage of markup overhead which added/subtracted to base price to form the final cost |
| MIN_PRICE_AMT | FLOAT | N | The minimum price an item can cost. |
| MM_PRICE_FORMULA_RANGE_ID | NUMBER | N | The pricing formula range that these details pertain to. |
| MM_RANGE_DETAIL_ID | NUMBER | N | Unique generated number that identifies a single row on the MM_RANGE_DETAIL table. |
| PREV_MM_RANGE_DETAIL_ID | NUMBER | N | The id to the range detail row before the record was changed. If 0, this is the original unchanged record |
| ROUND_UP_AMT | FLOAT | N | Rounded value to the nearest number |
| SERVICE_CHARGE_AMT | FLOAT | N | Service charge overhead which added/subtracted to base price to form the final cost |
| TO_COST_AMT | FLOAT | N | Final price of an item |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - MM_RANGE_DETAIL
| Child Column in MM_RANGE_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | MM_PRICE_FORMULA_RANGE_ID | MM_PRICE_FORMULA_RANGE | MM_PRICE_FORMULA_RANGE_ID |
| PREV_MM_RANGE_DETAIL_ID | MM_RANGE_DETAIL | MM_RANGE_DETAIL_ID | |
| LAST_UPDT_PRSNL_ID | PRSNL | PERSON_ID |
| Parent Column in MM_RANGE_DETAIL (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | MM_RANGE_DETAIL_ID | MM_RANGE_DETAIL | PREV_MM_RANGE_DETAIL_ID |
MM_RANGE_PROCESS
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Pricing Formula Range Process |
| Definition: | Information about the price calculations of each pricing formula. |
| Table Type: | ACTIVITY |
Column Detail - MM_RANGE_PROCESS
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LAST_RUN_DT_TM | DATE | Y | The date and time the previous price calculation was performed. |
| MM_PRICE_FORMULA_RANGE_ID | NUMBER | N | The pricing formula range that this price evaluation was performed on. |
| MM_RANGE_PROCESSING_ID | NUMBER | N | Unique generated number that identifies a single row on the MM_RANGE_PROCESS table. |
| NEXT_RUN_DT_TM | DATE | Y | The date and time the next price calculation is scheduled to run. |
| NEXT_RUN_DT_TM_TZ | NUMBER | N | Stores the time zone on which the next run date time is updated. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - MM_RANGE_PROCESS
| Child Column in MM_RANGE_PROCESS(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | MM_PRICE_FORMULA_RANGE_ID | MM_PRICE_FORMULA_RANGE | MM_PRICE_FORMULA_RANGE_ID |