REQ_ACC_GL_VW(SQL View) |
Index Back |
---|---|
Distinct GL BU viewAdd this view to be used on the receipt accrual run control page that selects distinct GL BUs from PO_LINE_DISTRIB table |
SELECT DISTINCT BUSINESS_UNIT , BUSINESS_UNIT_GL FROM PS_REQ_LN_DISTRIB WHERE DISTRIB_LN_STATUS IN ('O','P', 'X') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |