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


VIEW: APPS.ISCBV_BOOKINGS_BASE_FCV

Object Details
Object Name: ISCBV_BOOKINGS_BASE_FCV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewISC.ISCBV_BOOKINGS_BASE_FCV
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is used by the ISCBV_BOOKINGS_FCV view to retrieve from the inventory move order lines table the latest pick release date of a sales order line.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LINE_ID NUMBER

Sales Order Line Id
DATE_LATEST_PICK DATE

Date of last pick release
Query Text

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


SELECT LINE_ID
,      DATE_LATEST_PICK
FROM APPS.ISCBV_BOOKINGS_BASE_FCV;

Dependencies

[top of page]

APPS.ISCBV_BOOKINGS_BASE_FCV references the following:

SchemaAPPS
SynonymMTL_TXN_REQUEST_LINES
APPS.ISCBV_BOOKINGS_BASE_FCV is referenced by following:

SchemaAPPS
ViewISCBV_BOOKINGS_FCV