TRN_CONTROL(SQL Table) |
Index Back |
---|---|
Transfer Worksheet Control |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TRN_BU | Character(5) | VARCHAR2(5) NOT NULL |
Transfer Business Unit
Default Value: OPR_DEF_TBL_AR.GROUP_BU Prompt Table: SP_BUARTR_NONVW |
2 | TRN_ID | Character(15) | VARCHAR2(15) NOT NULL |
Transfer Worksheet ID
Default Value: NEXT |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: OPRID_VW |
4 | ASSN_OPRID | Character(30) | VARCHAR2(30) NOT NULL |
Specifies the operator ID of the person who will enter items in a group. This is used when one person enters the control totals and another person enters the actual transactions. The assigned operator is also the person who processes the group and the person who is shown on group inquiry and processing panels.
Prompt Table: OPRID_VW |
5 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
6 | GROUP_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Specifies a category of transactions included in a group of receivables pending items. The group type affects processing of the transactions and is useful for as a sort/selection option for reports and inquiries. Examples of group type are Billing (for invoices) Payments and Transfers.
Default Value: T |
7 | BAL_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not the control totals for a deposit match the entered totals. A deposit is considered "balanced" when the two sets of totals are equal.
I=Balanced O=Not Balanced Default Value: O |
8 | EDIT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not a group has been edited for valid values and control total balance. This field is populated automatically during online data entry and during the Receivables update process.
E=Edited N=Not Edited Default Value: E |
9 | POST_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not a control group of pending items has been fully posted to customer accounts. The posting status also indicates whether or not there were errors encountered during posting. This field is automatically populated by the Receivables Update program.
%=All C=Complete E=Errors N=Not Posted Default Value: N |
10 | POST_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not a group of pending items is ready to be processed by the Receivable Update program. The "action" requested can be no action, priority scheduled or standard scheduled.
A=Do Not Post B=Balance Only Now D=Delete This Group Now E=Delete ALL Accounting Entries G=Generate GL Distribution I=Balance and Post Later L=Batch Standard N=Batch Priority V=View Default Value: A |
11 | CONTROL_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the total monetary amount of all transactions within a group of pending items using the entry currency of each item. For mixed currencies this becomes a hash total. Receivables compares the control amount to the actual amount entered and calculates the difference in order to help verify that all entries have been made correctly. |
12 | CONTROL_CNT | Number(6,0) | INTEGER NOT NULL | Represents the number of pending items in a control group. Receivables compares the control count to the actual entry count and calculates the difference in order to help verify that all entries have been made correctly |
13 | ENTERED_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents the total currency amount of all pending items actually entered in a group and is compared with the control total amount. The Receivables Update program automatically calculates this total. |
14 | ENTERED_CNT | Number(6,0) | INTEGER NOT NULL | Represents the number of pending items actually entered in a group and is compared with the control total count. The Receivables Update program automatically calculates this total. |
15 | POSTED_TOTAL | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents the total monetary amount of all pending items in a group that have been posted to customer accounts. The Receivables Update program automatically calculates this total. |
16 | POSTED_COUNT | Number(6,0) | INTEGER NOT NULL | Represents the total number of pending items in a group that have been posted to customer accounts. The Receivables Update program automatically calculates this total. |
17 | GROUP_SEQ_NUM | Number(6,0) | INTEGER NOT NULL | Specifies the system-assigned sequence number of a pending item within a group. A group is a postable entity that may be entered online or created by the system. In either case the group sequence number is automatically generated. |
18 | ORIGIN_ID | Character(5) | VARCHAR2(5) NOT NULL |
Specifies the source or method of entry for a pending item group.
Default Value: PS_AR |
19 | RECEIVED_DT | Date(10) | DATE |
Specifies the date that a group of pending items was received by the organization. This date may be earlier or the same as the date that the items were actually entered into the system (ENTRY_DT).
Default Value: %date |
20 | ENTRY_DT | Date(10) | DATE |
Specifies the date that a group of pending items was entered into the system. This date may be later or the same as the date that the items were received by the organization (See RECEIVED_DT).
Default Value: %date |
21 | POST_DT | Date(10) | DATE | The Date a transaction was Posted. |
22 | ACCOUNTING_DT | Date(10) | DATE |
The accounting entry construction date for a given transaction (a generic field that crosses multiple
Default Value: %date |
23 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
24 | DST_BAL_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not the accounting entries for a group of pending items are balanced. This field is maintained by the Pending group Generator in PeopleSoft receivables.
I=Balanced O=Not Balanced Default Value: O |
25 | ALLOW_DST | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) a group of receivables pending items is to be posted to the general ledger. It tells the Pending Group Generator (a program) how to set the GL_DISTRIB_STATUS for the accounting entries it creates. If ALLOW_DST is set to Y then GL_DISTRIB_STATUS is set to N. If ALLOW_DST is set to N then GL_DISTRIB_STATUS is set to I.
Y/N Table Edit Default Value: N |
26 | CREATE_DST_BATCH | Character(1) | VARCHAR2(1) NOT NULL |
This field is no longer in use
Y/N Table Edit Default Value: N |
27 | SEL_CUST_ID | Character(1) | VARCHAR2(1) NOT NULL |
Select items via Customer ID
Y/N Table Edit Default Value: N |
28 | SEL_PO | Character(1) | VARCHAR2(1) NOT NULL |
Select items via Postal
Y/N Table Edit Default Value: N |
29 | SEL_REMIT | Character(1) | VARCHAR2(1) NOT NULL |
Select items via REMIT TO
Y/N Table Edit Default Value: N |
30 | SEL_CORP_ACCT | Character(1) | VARCHAR2(1) NOT NULL |
Select items via CORP ACCT
Y/N Table Edit Default Value: N |
31 | SEL_MICR | Character(1) | VARCHAR2(1) NOT NULL |
Select items via MICR ID
Y/N Table Edit Default Value: N |
32 | SEL_OPEN_ITEM | Character(1) | VARCHAR2(1) NOT NULL |
Select items via OPEN ITEM
Y/N Table Edit Default Value: N |
33 | SEL_DOCUMENT | Character(1) | VARCHAR2(1) NOT NULL |
Select items via DOCUMENT
Y/N Table Edit Default Value: N |
34 | SEL_REF_RANGE | Character(1) | VARCHAR2(1) NOT NULL |
Range of References
Y/N Table Edit Default Value: N |
35 | ID_SEQ_CUST | Number(3,0) | SMALLINT NOT NULL | Sequence control for CUST ID |
36 | ID_SEQ_ITEM | Number(5,0) | INTEGER NOT NULL | Sequence control for ITEM |
37 | WS_COUNT | Number(5,0) | INTEGER NOT NULL | Worksheet Items |
38 | WS_DTTM | DateTime(26) | TIMESTAMP | Worksheet Created Date/Time |
39 | BEG_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Beginning Amount |
40 | BEG_CNT | Number(4,0) | SMALLINT NOT NULL | Beginning Count |
41 | SEL_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Selected Amount |
42 | SEL_CNT | Number(4,0) | SMALLINT NOT NULL | Selected Count |
43 | REM_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Remaining Amount |
44 | REM_CNT | Number(4,0) | SMALLINT NOT NULL | Remaining Count |
45 | WS_REF_MATCH_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Worksheet Reference Match Type
E=Exact Match L=Like Match Default Value: E |
46 | POST_ACTION_DELETE | Character(1) | VARCHAR2(1) NOT NULL |
Delete worksheet switch
A=No Action C=Clear All Worksheets D=Delete Worksheet G=Review Accounting Entries L=Post Later N=Post Now V=View Default Value: A |
47 | POST_ACTION_GLDIST | Character(1) | VARCHAR2(1) NOT NULL |
GL
A=No Action D=Delete Worksheet G=Review Accounting Entries L=Post Later N=Post Now Default Value: A |
48 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
49 | CURRENCY_CD_BASE | Character(3) | VARCHAR2(3) NOT NULL | Business Unit Base Currency |
50 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
51 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
52 | WS_DISTRIB_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Worksheet Distribution Status
G=Generated N=Not Generated Default Value: N |
53 | CREATE_PEND_ITEMS | Character(1) | VARCHAR2(1) NOT NULL |
Create Pending Items
A=Do Not Post L=Batch Standard N=Batch Priority |
54 | DOC_TYPE | Character(8) | VARCHAR2(8) NOT NULL | Specifies the business purpose of a financial transaction in countries that require all financial transactions to be tracked as "documents". A Document Type is associated with one and only one Journal Code. |
55 | DOC_SEQ_NBR | Character(12) | VARCHAR2(12) NOT NULL | Specifies the sequence number assigned to each financial transaction (a document). The sequence number may be manually entered or system-generated. |
56 | DOC_SEQ_DATE | Date(10) | DATE | Specifies the date that a document sequence number is assigned to a document or the date the document was created. |
57 | DOC_SEQ_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates a document sequencing error. If there is no error the field is blank and document is considered valid for posting.
1=Document Sequencing Disabled A=GL BU Undefined B=GL BU Blank C=Accounting Date blank D=Doc Type Blank E=Jrnl Type, Code, Doc Undefine F=Sequence Range Undefine G=Max. Sequence Number Reached H=Manual Nbr for Auto Doc Type I=No Manual Number Entered J=Duplicate Manual Number K=Invalid Ledger L=Invalid Ledger Group N=No Status |
58 | DOUBTFUL | Character(1) | VARCHAR2(1) NOT NULL |
Identifies items ( or invoices ) which probably will not be paid by the customer. This status is used for items whose balances have been moved from the receivables account to the doubtful account using the transfer worksheet.
Y/N Table Edit |
59 | DST_ID_TRAN_CTL | Character(10) | VARCHAR2(10) NOT NULL |
10 character value used to identify the transfer worksheet control distribution code.
Prompt Table: DST_CODE_TRN_VW |
60 | ITEM_IN_EXCLUSION | Character(1) | VARCHAR2(1) NOT NULL |
Include Exclude Items
A=All Items D=Deduction Items Only I=Items in Dispute Only Default Value: A |
61 | EXCLUDE_COLLECTION | Character(1) | VARCHAR2(1) NOT NULL |
Exclude Collection Items
Y/N Table Edit Default Value: N |
62 | EXCLUDE_DEDUCTIONS | Character(1) | VARCHAR2(1) NOT NULL |
Exclude Deduction Items
Y/N Table Edit Default Value: N |
63 | EXCLUDE_DISPUTES | Character(1) | VARCHAR2(1) NOT NULL |
Exclude Dispute Items
Y/N Table Edit Default Value: N |
64 | OPRID_APPROVED_BY | Character(30) | VARCHAR2(30) NOT NULL | Approved By |