[Home] [Help]
[Dependency Information]
| Object Name: | OKL_BPD_RCPT_MTHDS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_BPD_RCPT_MTHDS_UV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier in the database | |
| RECEIPT_METHOD_NAME | VARCHAR2 | (30) | Yes | Name of the receipt method |
| RECEIPT_METHOD_ID | NUMBER | (15) | Yes | Identifier of the receipt method |
| MEANING | VARCHAR2 | (80) | Yes | Description of the Quickcode |
| BANK_ACCOUNT_ID | NUMBER | (15) | Yes | Bank account identifier |
| BANK_ACCOUNT_NUM | VARCHAR2 | (4000) | Bank account number | |
| BANK_NAME | VARCHAR2 | (360) | Yes | |
| BANK_BRANCH_NAME | VARCHAR2 | (360) | Yes | Bank branch name |
| BANK_BRANCH_ID | NUMBER | (15) | Yes | Bank branch identifier |
| CURRENCY_CODE | VARCHAR2 | (15) | Currency Code | |
| CREATION_STATUS | VARCHAR2 | (30) | Yes | Receipt creation status |
| RECEIPT_CLASS_NAME | VARCHAR2 | (30) | Yes | Name of receipt class |
| REMIT_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether remittance is required for this receipt |
| NOTES_RECEIVABLE | VARCHAR2 | (1) | Notes Receivable flag | |
| ORG_ID | NUMBER | (15) | Operating Unit identifier | |
| ORG_ID_1 | NUMBER | (15) | Operating unit identifier | |
| RECEIPT_METHOD_START_DATE | DATE | Yes | Date when this receipt method is active | |
| RECEIPT_METHOD_END_DATE | DATE | |||
| PAYMENT_TYPE_CODE | VARCHAR2 | (30) | Payment type for this payment method, values include CASH, CHECK, and CREDIT CARD | |
| INACTIVE_DATE | DATE | |||
| MULTI_CURRENCY_FLAG | VARCHAR2 | (1) | ||
| RECEIPT_CLASS_CODE | VARCHAR2 | (30) | Yes | Creation Method Code |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RECEIPT_METHOD_NAME
, RECEIPT_METHOD_ID
, MEANING
, BANK_ACCOUNT_ID
, BANK_ACCOUNT_NUM
, BANK_NAME
, BANK_BRANCH_NAME
, BANK_BRANCH_ID
, CURRENCY_CODE
, CREATION_STATUS
, RECEIPT_CLASS_NAME
, REMIT_FLAG
, NOTES_RECEIVABLE
, ORG_ID
, ORG_ID_1
, RECEIPT_METHOD_START_DATE
, RECEIPT_METHOD_END_DATE
, PAYMENT_TYPE_CODE
, INACTIVE_DATE
, MULTI_CURRENCY_FLAG
, RECEIPT_CLASS_CODE
FROM APPS.OKL_BPD_RCPT_MTHDS_UV;
APPS
AR_LOOKUPS
AR_RECEIPT_CLASSES
AR_RECEIPT_METHODS
AR_RECEIPT_METHOD_ACCOUNTS
CE_BANK_ACCOUNTS
CE_BANK_ACCT_USES_ALL
CE_BANK_AND_ACCOUNT_UTIL
- show dependent code
CE_BANK_BRANCHES_V
MO_GLOBAL
- show dependent code
APPS
OKL_BPD_CAP_ADV_MON_PVT
- show dependent code
OKL_CASH_APPL_RULES
- show dependent code
OKL_INT_EXT_CSH_APP_PVT
- show dependent code
OKL_PAYMENT_PVT
- show dependent code
OKL_PAYMENT_PVT
- show dependent code
|
|
|
|