[Home] [Help]
[Dependency Information]
| Object Name: | AHL_PLAN_VISITS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AHL.AHL_PLAN_VISITS_V
|
| 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_SIMULATION_PLANS_VL
AHL_UNIT_CONFIG_HEADERS
AHL_VISITS_B
AHL_VISITS_VL
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MO_GLOBAL
- show dependent code
ORG_ORGANIZATION_DEFINITIONS
APPS.AHL_PLAN_VISITS_V is not referenced by any database object
|
|
|
|