BI_ENTRSN_DB2VW(SQL View) |
Index Back |
---|---|
BI Entry Type Reason Cd Prompt |
SELECT A.SETID , A.ENTRY_TYPE , B.ENTRY_REASON , A.ENTRY_USE_ID FROM PS_ITEM_ENTRY_TBL A , PS_ITEM_REASON_TBL B WHERE A.SETID = B.SETID AND A.ENTRY_TYPE = B.ENTRY_TYPE AND A.ENTRY_USE_ID = 'IT-01' AND A.EFFDT = B.EFFDT AND %EffdtCheck(ITEM_ENTRY_TBL A1, A, %CurrentDateIn) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SETID_TBL |
2 | ENTRY_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Specifies the type of transaction associated with a pending item. The entry type remains with the item after it is posted and affects many areas of Receivables processing. Some examples of entry types are Invoices Credit Memo Prepayment and Deduction. |
3 | ENTRY_REASON | Character(5) | VARCHAR2(5) NOT NULL |
"Specifies an entry reason that further qualifies the entry type associated with a pending item. For example an entry reason for a credit memo might be ""Pricing Error"" or ""Shipping Error""."
Prompt Table: ENTRY_REASN_TBL |
4 | ENTRY_USE_ID | Character(5) | VARCHAR2(5) NOT NULL | Specifies the System Function or type of processing associated with an entry type. |