Definition of table po-line
Line/Account file for the PO
, Table Dump Name po-line
Alphabetical Field Summary
acct-num: (CHAR) Account Number
amount-paid: (DECM) Amount paid for this line/account
desc-seq-num: (INTG) PO Description line item associated with this account
ent-id: (CHAR) Vendors ID Code
extern-guid: (CHAR) External Global Unique ID for this record
fiscal-year: (CHAR) Start year of fiscal year (i.e. 1992 for FY 1992/1993)
line-amount: (DECM) Amount to apply for account
line-balance: (DECM) Line Balance
line-desc: (CHAR) Description for line item
line-paid: (LOGC) Yes if entire line has been paid, No otherwise
line-paid-date: (DATE) Date of last payment on this line
po-num: (CHAR) PO Number
primary-key: (INTG) Unique, Primary key for table/record
seq-num: (INTG) Line item sequence number
tran-date: (DATE) Date for PO
tran-num: (INTG) Transaction #
Alphabetical Index Summary
extern-guid: extern-guid
po-line-acct: fiscal-year, acct-num, po-num
po-line-date: fiscal-year, tran-date, acct-num, po-num, seq-num
po-line-desc: fiscal-year, po-num, desc-seq-num, seq-num
po-line-paid: fiscal-year, line-paid, po-num, acct-num
po-line-po-num: (UNIQUE, PRIMARY) fiscal-year, po-num, seq-num, desc-seq-num
po-line-tran: fiscal-year, tran-num, seq-num
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-pol.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-pol.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-pol.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-pol.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-pol.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-pol.p (SOURCE NOT AVAILABLE)
Other tables who reference po-line
ap-line - AP Transaction Line/Account file
ds-line - Disbursment Line/Account file
inv-line - Invoice Line items file
item-tran - Fixed Assets Item
po-recv - Receiving detail of PO item
po-recv-item - PO Fixed Asset Item Linkage
Tables po-line references
acct - Accounts file.
acct-class-acct - Account Class Account List
ap-line - AP Transaction Line/Account file
ap-tran - AP Transaction Header file.
ar-line - AR Line item files
ar-tran - Accounts Receivable transactions file
bi-desc - Invoice Line Descriptions
bi-line - Invoice Account Line Items
bi-tran - Billing Transactions file
cash-acct - Cash Accounts definition file. This defines each possible
ds-line - Disbursment Line/Account file
ds-tran - Disbursment transaction file
ent-calendar - Entity information on a calendar year basis
entity - Definitions for vendors & customers
gl-line - GL Transaction Line items
gl-tran - GL Transaction headers
invoice - Invoice file. This keeps a detail of vendor invoices.
period - Period definition file. This defines the start/stop of each
po-desc - Description items for the PO
po-recv - Receiving detail of PO item
po-tran - PO transaction/file entries
rc-line - Receipts Line Item file
rc-tran - Receipts Transaction file
Detailed Alphabetical Field Listing
acct-num Data type: CHARACTER
Format: x(30)
Help: Account Number
Attributes: Index Component, Mandatory
amount-paid Data type: DECIMAL (Decimals: 2)
Format: zzz,zzz,zz9.99 (Initial Value: 0)
Help: Amount paid for this line/account
desc-seq-num Data type: INTEGER
Format: >>,>>>,>>9
Help: PO Description line item associated with this account
Attributes: Index Component
ent-id Data type: CHARACTER
Format: x(6)
Help: Vendors ID Code
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
fiscal-year Data type: CHARACTER
Format: 9999
Description: Start year of fiscal year (i.e. 1992 for FY 1992/1993)
Attributes: Index Component
line-amount Data type: DECIMAL (Decimals: 2)
Format: zzz,zzz,zz9.99 (Initial Value: 0)
Help: Amount to apply for account
line-balance Data type: DECIMAL (Decimals: 2)
Format: zzz,zzz,zz9.99 (Initial Value: 0)
Description: Line Balance
line-desc Data type: CHARACTER
Format: x(32)
Help: Description for line item
line-paid Data type: LOGICAL
Format: Yes/No (Initial Value: no)
Description: Yes if entire line has been paid, No otherwise
Attributes: Index Component
line-paid-date Data type: DATE
Format: 99/99/9999
Description: Date of last payment on this line
po-num Data type: CHARACTER
Format: x(6)
Help: PO Number
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for table/record
seq-num Data type: INTEGER
Format: zz9
Description: Line item sequence number
Attributes: Index Component
tran-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Help: Date for PO
Attributes: Index Component, Mandatory
tran-num Data type: INTEGER
Format: 999999
Description: Transaction #
Attributes: Index Component
Created on 04/17/2012 by DBHTML V1.2