BI_EIVC_HATT_VW(SQL View) |
Index Back |
---|---|
Extract for Header Attachment |
SELECT A.PROCESS_INSTANCE ,A.BUSINESS_UNIT ,A.INVOICE ,A.SCM_ATTACH_ID ,A.ATT_VERSION ,A.ATTACH_DESCR ,B.PROJECT_ID FROM PS_BI_EIVC_HATT A , PS_BI_HDR B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.INVOICE = B.INVOICE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | Character(22) | VARCHAR2(22) NOT NULL | Invoice | |
4 | Character(64) | VARCHAR2(64) NOT NULL | The unique ID of each file whose attachment was handled by the attachment utility. Unique across all attachments, all applications. | |
5 | ATT_VERSION | Number(3,0) | SMALLINT NOT NULL | The version of the attached file. Currently always 1, this field will find more use once the attachment utitlity starts supporting versioning of files. |
6 | ATTACH_DESCR | Character(100) | VARCHAR2(100) NOT NULL | A description of the file being attached. This field is provided as a convenience to app developers and customers. The attachment utility does not interpret its value in any way, simply storing it as set by the application. |
7 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |