Alias: IVPBL#

(INF_CV_BANKS)

The INF_CV_BANKS table is used to import banking information into the software data structures. Banks are the financial institutions that the company does business with. Both the company’s bank and the employee’s bank are created here.

Tables loaded: P2K_PR_BANK_LOCATIONS

Table Columns#


Column nameData Type / SizeMand.Notes
IDNumber(10) Used internally to define a unique identification for the record. This field would not be loaded.
COUNTRY_CODEVarchar2(16)YValidation: Must be a valid country code defined on P2K_CM_COUNTRIES.
BANK_TRANSIT_CODEVarchar2(16)Y
BANK_NAMEVarchar2(50)Y
EFT_ACCEPTEDVarchar2(4) Validation: This field is a “toggle” field. The value will be translated as False if the value is left NULL, set to “N”, “NO” or “0”. All other values will translate to True.
ADDRESS_LINE_1Varchar2(50)
ADDRESS_LINE_2Varchar2(50)
LOCALITYVarchar2(50)
STATE_PROVINCE_CODEVarchar2(16) Validation: Must be a valid state code or province code, for the COUNTRY_CODE indicated on P2K_CM_STATE_PROVINCES.
ZIP_POSTALVarchar2(16) Validation: Must be formatted in the correct format, for the country indicated
PHONE_NUMBERVarchar2(20) Validation: Must be formatted in the correct format, for the country indicated by the physical location. Derivation: Will be derived from the PHONE_NUMBER for the PARENT_LOCATION, if a PARENT_LOCATION has been defined
PHONE_EXTENSIONVarchar2(16)
FAX_NUMBERVarchar2(20) Validation: Must be formatted in the correct format, for the country indicated by the physical location.
BANK_MANAGERVarchar2(50)
ABA_NUMBERVarchar2(50)
BANK_ACCOUNTVarchar2(30)
ENTITY_CODEVarchar2(16)
GL_COMPANY_CODEVarchar2(16)
GL_ACCOUNT_CODE_CASHVarchar2(16)
GL_ACCOUNT_CODE_CHECKVarchar2(16)
GL_ACCOUNT_CODE_DEPOSITVarchar2(16)
CURRENCYVarchar2(30)
PRENOTE_DAYSNumber(5)
STARTING_NUMBERNumber(10)
ENDING_NUMBERNumber(10)
LAST_NUMBER_USEDNumber(10)
MANUAL_RANGEVarchar2(4)
RESTRICTED_RANGEVarchar2(4)
DESCRIPTIONVarchar2(50)
CREATE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CREATE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.


Notes #

Click to create a new notes page