APGL_RECN_VW2(SQL View) |
Index Back |
---|---|
APGL Reconciliation Table View |
SELECT DISTINCT run_cntl_id , request_id , descr , business_unit_gl , ledger , account , accounting_period , fiscal_year FROM PS_APGL_RECN_RQST WHERE REPORT_ID = 'APY1420' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID | |
2 | Character(10) | VARCHAR2(10) NOT NULL |
Request ID
Prompt Table: APGL_RECN_TBL |
|
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
5 | LEDGER | Character(10) | VARCHAR2(10) NOT NULL | Ledger |
6 | ACCOUNT | Character(10) | VARCHAR2(10) NOT NULL | Account |
7 | ACCOUNTING_PERIOD | Number(3,0) | SMALLINT NOT NULL | Identifies a time period to which you post transactions. Typically, an accounting period represents a month, but it can also represent a week, a day, or any user-defined interval. An accounting period has a beginning date and an ending date, and is defined in the calendar table. |
8 | FISCAL_YEAR | Number(4,0) | SMALLINT NOT NULL | Fiscal Year |