GPBR_LOAN(SQL Table) |
Index Back |
---|---|
Brazil LoansBrazil Loans |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | PIN_NUM | Number(8,0) | INTEGER NOT NULL |
PIN Number
Prompt Table: GPBR_LN_DED_VW |
4 | GPBR_LOAN_NUM | Character(10) | VARCHAR2(10) NOT NULL | Loan Number |
5 | START_DT | Date(10) | DATE |
Start Date
Default Value: %DATE |
6 | FREQUENCY_ID | Character(5) | VARCHAR2(5) NOT NULL |
Defines a frequency and a set of parameters used for frequency conversion. Typically, these frequencies reflect how often an event occurs. Some examples are compensation frequency and pay frequency.
Prompt Table: GPBR_FREQ_VW |
7 | GPBR_TOT_AMT | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Total Amount |
8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: OPR_DEF_TBL_HR.EXCHNG_TO_CURRENCY Prompt Table: CURRENCY_CD_TBL |