AR_SCHEDULED_DETAILS

0 rows


Description

Contains detailed due date information of payment plans where the due date has an outstanding balance

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

AR_SCHEDULED_DETAIL_ID int 4 null
CUSTOMER_THIRD_PARTY_BILLING_LINKS.AR_SCHEDULED_DETAIL_ID Defined in XML R

The AR schedule detail ID identifying the payment plan charge

AR_SCHEDULED_HEADER_ID int 4 null
AR_SCHEDULED_HEADERS.AR_SCHEDULED_HEADER_ID Defined in XML R

The AR schedule header ID identifying the payment plan

PAYER_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the customer that is the owner of the payment plan

PAYER_COMPANY_ID int 4 null
COMPANIES.COMPANY_ID Defined in XML R

The ID of the company that is the owner of the payment plan

RECEIPT_HEADER_ID int 4 null

The ID of the receipt that generated the payment plan charge

RECEIPT_DATE date 20 null

The date of the receipt that generated the payment plan charge

RECEIPT_NUMBER varchar 20 null

The number of the receipt that generated the payment plan charge

TRANSACTION_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the customer that the payment plan charge is for

TRANSACTION_COMPANY_ID int 4 null
COMPANIES.COMPANY_ID Defined in XML R

The ID of the company that the payment plan charge is for

TRANSACTION_SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The transaction site ID where the payment plan charge was generated

REVENUE_SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The revenue site ID that the payment plan charge was generated for

GLACCOUNT_ID int 4 null
GLACCOUNTS.GLACCOUNT_ID Defined in XML R

The revenue GL account ID that the payment plan charge was generated for

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The facility ID that the payment plan charge was generated for

PROGRAM_ID int 4 null
PROGRAMS.PROGRAM_ID Defined in XML R

The program ID that the payment plan charge was generated for

PACKAGE_ID int 4 null
PACKAGES.PACKAGE_ID Defined in XML R

The package ID that the payment plan charge was generated for

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The activity ID that the payment plan charge was generated for

POSPRODUCT_ID int 4 null
POS_PRODUCTS.POSPRODUCT_ID Defined in XML R

The POS product ID that the payment plan charge was generated for

MODULE varchar 20 null

The system module that the payment plan charge belongs to (Activities / Programs / Facilities / Memberships / POS / Other)

DESCRIPTION nvarchar 1600 null

The description of the payment plan charge

DATE_DUE date 20 null

The date that the payment plan charge will be or was due on

AMOUNT_DUE money 21,4 null

The amount that is owed whether due now or in the future

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

ROW_VERSION binary 8 null

System timestamp (for internal use)

RECEIPT_DETAIL_ID int 4 null

The ID of the receipt detail item that generated the payment plan charge

TRANSACTION_ID int 4 null

The ID of the transaction that generated the payment plan charge

PERMIT_ID int 4 null

The ID of the permit that generated the payment plan charge

MEMBERSHIP_ID int 4 null

The ID of the membership that generated the payment plan charge

Indexes

Constraint Name Type Sort Column(s)
AR_SCHEDULED_DETAILS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
AR_SCHEDULED_DETAILS_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
AR_SCHEDULED_DETAILS_AR_SCHEDULED_DETAIL_ID_IX Performance Asc AR_SCHEDULED_DETAIL_ID
AR_SCHEDULED_DETAILS_AR_SCHEDULED_HEADER_ID_ORG_ID_IX Performance Asc/Asc AR_SCHEDULED_HEADER_ID + ORG_ID
AR_SCHEDULED_DETAILS_FACILITY_ID_IX Performance Asc FACILITY_ID
AR_SCHEDULED_DETAILS_GLACCOUNT_ID_IX Performance Asc GLACCOUNT_ID
AR_SCHEDULED_DETAILS_MEMBERSHIP_ID_IX Performance Asc MEMBERSHIP_ID
AR_SCHEDULED_DETAILS_PACKAGE_ID_IX Performance Asc PACKAGE_ID
AR_SCHEDULED_DETAILS_PAYER_COMPANY_ID_IX Performance Asc PAYER_COMPANY_ID
AR_SCHEDULED_DETAILS_PAYER_CUSTOMER_ID_IX Performance Asc PAYER_CUSTOMER_ID
AR_SCHEDULED_DETAILS_PERMIT_ID_IX Performance Asc PERMIT_ID
AR_SCHEDULED_DETAILS_POSPRODUCT_ID_IX Performance Asc POSPRODUCT_ID
AR_SCHEDULED_DETAILS_PROGRAM_ID_IX Performance Asc PROGRAM_ID
AR_SCHEDULED_DETAILS_RECEIPT_DETAIL_ID_IX Performance Asc RECEIPT_DETAIL_ID
AR_SCHEDULED_DETAILS_RECEIPT_HEADER_ID_IX Performance Asc RECEIPT_HEADER_ID
AR_SCHEDULED_DETAILS_REVENUE_SITE_ID_IX Performance Asc REVENUE_SITE_ID
AR_SCHEDULED_DETAILS_ROW_VERSION_IX Performance Asc ROW_VERSION
AR_SCHEDULED_DETAILS_TRANSACTION_COMPANY_ID_IX Performance Asc TRANSACTION_COMPANY_ID
AR_SCHEDULED_DETAILS_TRANSACTION_CUSTOMER_ID_IX Performance Asc TRANSACTION_CUSTOMER_ID
AR_SCHEDULED_DETAILS_TRANSACTION_ID_IX Performance Asc TRANSACTION_ID
AR_SCHEDULED_DETAILS_TRANSACTION_SITE_ID_IX Performance Asc TRANSACTION_SITE_ID

Relationships