[Home] [Help]
[Dependency Information]
Object Name: | PAY_BANK_BRANCHES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle HRMS stores bank account information in the PAY_EXTERNAL_ACCOUNTS table. This information is validated using a legislation-specific key flexfield (e.g. GB bank account information is validated via the GB_BANKS flexfield structure) . For some legislations, however, the flexfield only checks the format of the bank account information, therefore it is possible to enter bank account information containing correctly formatted but incorrect bank details (e.g. it is possible to enter GB account details containing an invalid combination of sort code and bank).
The PAY_BANK_BRANCHES table is provided for customers to populate with valid bank branch information. Where supported, information from PAY_BANK_BRANCHES is used for on-screen validation and written to PAY_EXTERNAL_ACCOUNTS to ensure that the bank details are correct.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_BANK_BRANCHES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PAY_BANK_BRANCHES_PK | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BRANCH_CODE | VARCHAR2 | (30) | Yes | Short code that identifies a bank branch e.g. GB sort code. |
LEGISLATION_CODE | VARCHAR2 | (30) | Yes | Foreign key to FND_TERRITORIES. |
BANK_CODE | VARCHAR2 | (80) | Yes | Reference to the bank that this branch belongs to. |
BRANCH | VARCHAR2 | (80) | Yes | Bank branch name as on PAY_EXTERNAL_ACCOUNTS. |
LONG_BRANCH | VARCHAR2 | (240) | Longer version of the bank branch name to assist validation only. | |
EXTRA_INFORMATION1 | VARCHAR2 | (80) | Other bank branch information e.g. GB building society account. | |
EXTRA_INFORMATION2 | VARCHAR2 | (80) | Other bank branch information e.g. GB building society account. | |
EXTRA_INFORMATION3 | VARCHAR2 | (80) | Other bank branch information e.g. GB building society account. | |
EXTRA_INFORMATION4 | VARCHAR2 | (80) | Other bank branch information e.g. GB building society account. | |
EXTRA_INFORMATION5 | VARCHAR2 | (80) | Other bank branch information e.g. GB building society account. | |
ENABLED_FLAG | VARCHAR2 | (30) | Yes/No flag for whether or not this branch is enabled. | |
START_DATE_ACTIVE | DATE | Date from which this bank branch is active. | ||
END_DATE_ACTIVE | DATE | Date until which this branch is active. | ||
LAST_UPDATE_DATE | DATE | Standard Who column. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
CREATION_DATE | DATE | Standard Who column. |
Cut, paste (and edit) the following text to query this object:
SELECT BRANCH_CODE
, LEGISLATION_CODE
, BANK_CODE
, BRANCH
, LONG_BRANCH
, EXTRA_INFORMATION1
, EXTRA_INFORMATION2
, EXTRA_INFORMATION3
, EXTRA_INFORMATION4
, EXTRA_INFORMATION5
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.PAY_BANK_BRANCHES;
HR.PAY_BANK_BRANCHES does not reference any database object
HR.PAY_BANK_BRANCHES is referenced by following:
|
|
|