c_payselection

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_payselection_id numeric 10 null
c_payselection_check_v.c_payselection_id Implied Constraint R
c_payselection_check_vt.c_payselection_id Implied Constraint R
c_payselection_remittance_v.c_payselection_id Implied Constraint R
c_payselection_remittance_vt.c_payselection_id Implied Constraint R
c_payselectioncheck.c_payselection_id cpayselection_cpayselectcheck R
c_payselectionline.c_payselection_id cpaysel_cpayselline C
hr_process.c_payselection_id cpayselection_hrprocess 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
name varchar 120 null
description varchar 255 null
c_bankaccount_id numeric 10 null
c_bankaccount.c_bankaccount_id cbankaccount_cpayselection R
paydate timestamp 29,6 null
isapproved bpchar 1 'Y'::bpchar
totalamt numeric 0 0
createfrom bpchar 1 null
processing bpchar 1 null
processed bpchar 1 'N'::bpchar
c_payselection_uu varchar 36 NULL::character varying
isonepaymentperinvoice bpchar 1 'N'::bpchar
reversepreparepayment bpchar 1 NULL::bpchar

Indexes

Constraint Name Type Sort Column(s)
c_payselection_pkey Primary key Asc c_payselection_id
c_payselection_uu_idx Must be unique Asc c_payselection_uu

Check Constraints

Constraint Name Constraint
c_payselection_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_payselection_isapproved_check ((isapproved = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_payselection_isonepaymentperinvoice_check ((isonepaymentperinvoice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_payselection_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships