c_paymentallocate

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_paymentallocate_id numeric 10 null
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_payment_id numeric 10 null
c_payment.c_payment_id cpayment_cpaymentallocate C
c_invoice_id numeric 10 null
c_invoice.c_invoice_id cinvoice_cpaymentallocate R
amount numeric 0 0
discountamt numeric 0 0
writeoffamt numeric 0 0
overunderamt numeric 0 0
invoiceamt numeric 0 0
c_allocationline_id numeric 10 null
c_allocationline.c_allocationline_id cpaymtallocate_callocationline N
c_paymentallocate_uu varchar 36 NULL::character varying
c_invoicepayschedule_id numeric 10 null
c_invoicepayschedule.c_invoicepayschedule_id cinvoicepayschedule_cpaymental R
cof_interestamt numeric 0 (0)::numeric
cof_penaltyamt numeric 0 (0)::numeric

Indexes

Constraint Name Type Sort Column(s)
c_paymentallocate_pkey Primary key Asc c_paymentallocate_id
c_paymentallocate_uu_idx Must be unique Asc c_paymentallocate_uu

Check Constraints

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

Relationships