DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_OAM_CONTEXT_FILES

Line 1579: from fnd_oam_context_files focf

1575: -- query the number of context files changed in last 24 hours
1576: select count(*) into ct_context_files
1577: from (
1578: select focf.last_update_date lud
1579: from fnd_oam_context_files focf
1580: where (status <> 'H' or status is null)
1581: and upper(name) <> 'METADATA')
1582: where lud >= sysdate - 1;
1583: