c_payselectioncheck

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_payselectioncheck_id numeric 10 null
c_payselection_check_v.c_payselectioncheck_id Implied Constraint R
c_payselection_check_vt.c_payselectioncheck_id Implied Constraint R
c_payselection_remittance_v.c_payselectioncheck_id Implied Constraint R
c_payselection_remittance_vt.c_payselectioncheck_id Implied Constraint R
c_payselectionline.c_payselectioncheck_id cpayselcheck_cpayselline R
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
c_payselection_id numeric 10 null
c_payselection.c_payselection_id cpayselection_cpayselectcheck R
c_bpartner_id numeric 10 null
c_bpartner.c_bpartner_id cbpartner_cpayselectioncheck R
payamt numeric 0 0
qty numeric 0 0
c_payment_id numeric 10 null
c_payment.c_payment_id cpayment_cpayselectioncheck R
documentno varchar 30 null
isprinted bpchar 1 'N'::bpchar
paymentrule bpchar 1 null
processed bpchar 1 'N'::bpchar
discountamt numeric 0 0
isreceipt bpchar 1 'N'::bpchar
c_bp_bankaccount_id numeric 10 null
c_bp_bankaccount.c_bp_bankaccount_id cbpbankaccount_cpayselectionch R
isgenerateddraft bpchar 1 'N'::bpchar
c_payselectioncheck_uu varchar 36 NULL::character varying
writeoffamt numeric 0 '0'::numeric

Indexes

Constraint Name Type Sort Column(s)
c_payselectioncheck_pkey Primary key Asc c_payselectioncheck_id
c_payselectioncheck_uu_idx Must be unique Asc c_payselectioncheck_uu

Check Constraints

Constraint Name Constraint
c_payselectioncheck_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_payselectioncheck_isgenerateddraft_check ((isgenerateddraft = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships