DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC dependencies on FND_INSTALLATION

Line 849: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN

845: -- ---------------------------------------------------------------------------
846: -- Full Refresh Section
847: -- ---------------------------------------------------------------------------
848: --
849: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
850: --
851: -- If it's a full refresh
852: --
853: IF (g_full_refresh = 'Y') THEN

Line 998: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN

994: -- Collect stats for full refresh
995: --
996: IF (g_full_refresh = 'Y') THEN
997: --
998: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
999: --
1000: -- Redo reduction: Move data to master table and purge staging table
1001: --
1002: IF (g_redo_reduction = 'Y') THEN

Line 1038: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN

1034: --
1035: -- During incremental run the MV log on the asg delta table should be purged
1036: -- as the MV log is not used by any of the other MV
1037: --
1038: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
1039: --
1040: -- This procedure purges rows from the materialized view log.
1041: --
1042: dbms_mview.purge_log(master => l_schema || '.HRI_MAP_SUP_WRKFC_ASG',