[Home] [Help]
[Dependency Information]
| Object Name: | PER_JP_BANK_LOOKUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_JP_BANK_LOOKUPS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BANK_CODE | VARCHAR2 | (4) | Yes | Unique code for the bank. |
| BANK_NAME | VARCHAR2 | (60) | Yes | The name of the bank. |
| BANK_NAME_KANA | VARCHAR2 | (60) | Yes | The name of the bank in katakana. |
| BRANCH_CODE | VARCHAR2 | (3) | Yes | Unique code for 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. |
| CREATION_DATE | DATE | Yes | Standard Who Column. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column. |
Cut, paste (and edit) the following text to query this object:
SELECT BANK_CODE
, BANK_NAME
, BANK_NAME_KANA
, BRANCH_CODE
, BRANCH_NAME
, BRANCH_NAME_KANA
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.PER_JP_BANK_LOOKUPS;
APPS
PAY_JP_BANKS
PAY_JP_BANK_BRANCHES
APPS
HR_JP_ID_PKG
- show dependent code
HR_JP_ID_PKG
- show dependent code
PUBLIC
PER_JP_BANK_LOOKUPS
|
|
|
|