DBA Data[Home] [Help]

APPS.FII_PROJECT_HOOK dependencies on EDW_PROJ_TASK_LSTG

Line 21: edw_proj_task_lstg

17: select
18: task_pk,
19: denorm_task_org_fk
20: from
21: edw_proj_task_lstg
22: where
23: ( task_pk, creation_date ) in
24: (
25: select

Line 29: edw_proj_task_lstg

25: select
26: task_pk task_pk,
27: max(creation_date) creation_date
28: from
29: edw_proj_task_lstg
30: where
31: collection_status = 'READY'
32: and edw_record_type = 'ORACLE'
33: group by