[Home] [Help]
[Dependency Information]
| Object Name: | PAY_JP_BANK_BRANCHES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_JP_BANK_BRANCHES
|
| Subobject Name: | |
| Status: | VALID |
PAY_JP_BANK_BRANCHES holds information provided by third party vendors on Japanese banks. This table is used in JP-HRMS only.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
BANK_CODE
BRANCH_CODE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_JP_BANK_BRANCHES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BANK_CODE
BRANCH_CODE
|
| Table | |
Foreign Table | Foreign Key Column | PAY_JP_BANK_BRANCHES | ![]() |
PAY_JP_BANKS
|
PAY_JP_BANK_BRANCHES BANK_CODE |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BANK_CODE | VARCHAR2 | (4) | Yes | Foreign key to PAY_JP_BANKS. |
| BRANCH_CODE | VARCHAR2 | (3) | Yes | Unique code of the bank branch. |
| BRANCH_NAME | VARCHAR2 | (60) | Yes | The name of the bank branch. |
| BRANCH_NAME_KANA | VARCHAR2 | (90) | Yes | The name of the bank branch in katakana. |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates if the bank branch is enabled. |
| START_DATE_ACTIVE | DATE | The date when the bank branch becomes activate. | ||
| END_DATE_ACTIVE | DATE | The date when the bank branch becomes inactive. | ||
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT BANK_CODE
, BRANCH_CODE
, BRANCH_NAME
, BRANCH_NAME_KANA
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM HR.PAY_JP_BANK_BRANCHES;
HR.PAY_JP_BANK_BRANCHES does not reference any database object
HR.PAY_JP_BANK_BRANCHES is referenced by following:
APPS
PAY_JP_BANK_BRANCHES
PAY_JP_BANK_BRANCHES_WHO
PUBLIC
PAY_JP_BANK_BRANCHES
|
|
|
|