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


VIEW: APPS.PAY_JP_SS_BANK_BRANCH_LOV_V

Object Details
Object Name: PAY_JP_SS_BANK_BRANCH_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_JP_SS_BANK_BRANCH_LOV_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


View for Japanese Bank Branch LOV in payments self-service V3.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BANK_CODE VARCHAR2 (4) Yes Bank code for the bank this branch belongs to.
BRANCH_CODE VARCHAR2 (3) Yes Three digit branch code string.
BRANCH_NAME VARCHAR2 (60) Yes The branch name.
BRANCH_NAME_KANA VARCHAR2 (90) Yes The kana branch name.
START_DATE_ACTIVE DATE

The date from which this branch record is active.
END_DATE_ACTIVE DATE

The last date upon which this branch record is active.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BANK_CODE
,      BRANCH_CODE
,      BRANCH_NAME
,      BRANCH_NAME_KANA
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.PAY_JP_SS_BANK_BRANCH_LOV_V;

Dependencies

[top of page]

APPS.PAY_JP_SS_BANK_BRANCH_LOV_V references the following:

SchemaAPPS
SynonymPAY_JP_BANK_BRANCHES

APPS.PAY_JP_SS_BANK_BRANCH_LOV_V is not referenced by any database object