DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PAY_BANK_BRANCHES

Object Details
Object Name: PAY_BANK_BRANCHES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_BANK_BRANCHES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_BANK_BRANCHES_PK
  1. ColumnLEGISLATION_CODE
  2. ColumnBRANCH_CODE
Indexes
Index Type Uniqueness Tablespace Column
PAY_BANK_BRANCHES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEGISLATION_CODE
ColumnBANK_CODE
PAY_BANK_BRANCHES_PK NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEGISLATION_CODE
ColumnBRANCH_CODE
Columns
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.
Query Text

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;

Dependencies

[top of page]

HR.PAY_BANK_BRANCHES does not reference any database object

HR.PAY_BANK_BRANCHES is referenced by following:

SchemaAPPS
SynonymPAY_BANK_BRANCHES
TriggerPAY_BANK_BRANCHES_WHO
SchemaPUBLIC
SynonymPAY_BANK_BRANCHES