[Home] [Help]
[Dependency Information]
Object Name: | HR_DM_AOL_DOWN_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 |
---|---|---|---|---|
EXP_IMP_ID | NUMBER | (15) | Yes | Foreign key to hr_dm_exp_imps |
TABLE_NAME | VARCHAR2 | (30) | Yes | Table name |
MIGRATION_ID | VARCHAR2 | (2000) | Foreign key to hr_dm_migrations | |
PHASE_ITEM_ID | VARCHAR2 | (2000) | Foreign key to hr_dm_phase_items | |
CODE | VARCHAR2 | (2000) | AOL download command |
Cut, paste (and edit) the following text to query this object:
SELECT EXP_IMP_ID
, TABLE_NAME
, MIGRATION_ID
, PHASE_ITEM_ID
, CODE
FROM APPS.HR_DM_AOL_DOWN_V;
|
|
|