GP_PIN_RR1_VW(SQL View) |
Index Back |
---|---|
Prompt View - Rounding RulePrompt View - Rounding Rule This view had to be created for use in the Pay Entity component as the regular rounding view GP_PIN_RR0_VW cannot be used there. GP_PIN_RR0_VW is keyed by COUNTRY and thus uses the value of COUNTRY from GP_PYENT_DTL which is the COUNTRY for the Pay Entity Address Rounding Rule prompt needs to happen for COUNTRY from GP_PYENT. This new view is keyed by COUNTRY_CD instead of COUNTRY. DERIVED_GP.COUNTRY_CD has been added as a field to page GP_PYENT_PRCS_DTL and gets its value from GP_PYENT.COUNTRY. |
%Sql(GP_PIN_PRME_SQL,PS_GP_ROUND_RULE) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY_CD | Character(3) | VARCHAR2(3) NOT NULL | Country Code |
2 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |