BI_IVC_LAYOUTVW(SQL View) |
Index Back |
|---|---|
Billing Invoice LayoutView of active invoice layouts |
| SELECT SETID , INVOICE_FORM_ID , DESCR , DESCRSHORT FROM PS_BI_IVC_LAYOUT WHERE STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Invoice Layout ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |