[Home] [Help]
[Dependency Information]
Object Name: | AHL_PLAN_VISITS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
SIMULATION_PLAN_ID | NUMBER | Yes | Primary key, Unique identifier for simulation plan | |
SIMULATION_PLAN_NAME | VARCHAR2 | (80) | Yes | Unique identifier for plan name |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Stores locking sequence number | |
PRIMARY_PLAN_FLAG | VARCHAR2 | (1) | Yes | Identifier for siulation or primary plan |
NUMBER_OF_VISITS | NUMBER | Identier for number of visits in a plan |
Cut, paste (and edit) the following text to query this object:
SELECT SIMULATION_PLAN_ID
, SIMULATION_PLAN_NAME
, OBJECT_VERSION_NUMBER
, PRIMARY_PLAN_FLAG
, NUMBER_OF_VISITS
FROM APPS.AHL_PLAN_VISITS_V;
APPS.AHL_PLAN_VISITS_V is not referenced by any database object
|
|
|