DBA Data[Home] [Help]

APPS.EAM_WOLCOSTING_PUB dependencies on DUAL

Line 105: FROM DUAL;

101:
102: -- Insert the data into the cst_eam_hierarchy_snapshot table
103:
104: SELECT MTL_EAM_ASSET_ACTIVITIES_S.nextval INTO x_group_id
105: FROM DUAL;
106:
107: -- Insert only the top level workorder in questin as level 0 for rollup cost.
108:
109:

Line 138: FROM DUAL;

134: FND_GLOBAL.USER_ID,
135: null,
136: FND_GLOBAL.PROG_APPL_ID,
137: null
138: FROM DUAL;
139:
140:
141:
142: -- Insert the child WO and the relation with levels 1,2,3...