[Home] [Help]
[Dependency Information]
| Object Name: | PSP_DISTRIBUTION_BATCH_NAME_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_DISTRIBUTION_BATCH_NAME_V
|
| 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 |
|---|---|---|---|---|
| BATCH_NAME | VARCHAR2 | (30) | Yes | Batch name displayed in the Maintain Pre-generated Distribution Lines window |
| CURRENCY_CODE | VARCHAR2 | (4000) | Currency Code | |
| GL_POSTING_OVERRIDE_DATE | DATE | GL Posting Override Date | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group Identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_NAME
, CURRENCY_CODE
, GL_POSTING_OVERRIDE_DATE
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
FROM APPS.PSP_DISTRIBUTION_BATCH_NAME_V;
APPS
PSP_DISTRIBUTION_INTERFACE
PSP_GENERAL
- show dependent code
APPS.PSP_DISTRIBUTION_BATCH_NAME_V is not referenced by any database object
|
|
|
|