| id |
integer |
Yes |
Yes |
nextval('ap_transaction_links_id_seq'::regclass) |
Unique identifier |
| debit_id |
integer |
No |
No |
|
Debit record identifier - links to ap_transactions.id |
| credit_id |
integer |
No |
No |
|
Credit record identifier - links to ap_transactions.id |
| applied_date |
date |
No |
No |
|
Apply date used |
| applied_amt |
numeric(15,2) |
No |
No |
|
Apply amount |
| _dbversion |
integer |
No |
No |
|
Program version that last modified this record |
| _created |
timestamp without time zone |
No |
No |
|
UTC Date and time record was created |
| _created_by |
character varying(3) |
No |
No |
|
User initials that created this record |
| _modified |
timestamp without time zone |
No |
No |
|
UTC Date and time record was last modified |
| _modified_by |
character varying(3) |
No |
No |
|
User initials that last modified this record |
| folio |
character varying(32) |
No |
No |
|
Folio value to group tranasactions that were selected by the user during a session |