Table Detail Report

STMT_CYCLE_CHILD_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: STMT CYCLE CHILD RELTN
Definition: Stores the next cycle information for each of the payment received options
Table Type: REFERENCE





Column Detail - STMT_CYCLE_CHILD_RELTN


Column Name Type Null? Definition
ACTIVE_IND NUMBER Y 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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
BEG_EFFECTIVE_DT_TM DATE N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
CHILD_CYCLE_PAYMENT_CD NUMBER N Type of child relationship row. One of the payment levels from code set 26941
DUNNING_LEVEL_CNT NUMBER N Indicates how many times to bill at this level for this payment type before moving to the next cycle
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.
NEXT_CYCLE_ID NUMBER N Will reference the next cycle in the defined path, cycle id is on the statement cycle table
STATEMENT_CYCLE_ID NUMBER N Foreign key to the statement_cycle table
STATEMENT_CYCLE_RELTN_ID NUMBER N no longer used
STMT_CYCLE_CHILD_RELTN_ID NUMBER N Unique identifier to this 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 - STMT_CYCLE_CHILD_RELTN


Child Column in STMT_CYCLE_CHILD_RELTN(FK) Parent Table Name Parent Column Name
Parents: STATEMENT_CYCLE_ID STATEMENT_CYCLE STATEMENT_CYCLE_ID


TIER_REV_CODE_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: TIER REV CODE RELTN
Definition: This table stores all revenue codes for one row in procedure_code_tier
Table Type: REFERENCE





Column Detail - TIER_REV_CODE_RELTN


Column Name Type Null? Definition
ACTIVE_IND NUMBER Y 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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
BEG_EFFECTIVE_DT_TM DATE N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
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.
PROCEDURE_CODE_TIER_ID NUMBER N Unique identifier to the procedure_code_tier table
REV_CODE VC2(200) Y Display value for revenue code from code_set 20769
SEQUENCE NUMBER N The sequence of how the revenue code gets added in the build tool
TIER_REV_CODE_RELTN_ID NUMBER N Primary key
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 - TIER_REV_CODE_RELTN


Child Column in TIER_REV_CODE_RELTN(FK) Parent Table Name Parent Column Name
Parents: PROCEDURE_CODE_TIER_ID PROCEDURE_CODE_TIER PROCEDURE_CODE_TIER_ID