DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_STATUS_HST dependencies on FND_INSTALLATION

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

1311: dbg('PL/SQL Start: ' || to_char(sysdate,'HH24:MI:SS'));
1312: --
1313: -- Get HRI schema name - get_app_info populates l_schema
1314: --
1315: IF fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema) THEN
1316: --
1317: -- Set start time
1318: --
1319: g_current_time := SYSDATE;

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

1446: --
1447: l_effective_start_date := p_start_date;
1448: l_effective_end_date := p_end_date;
1449: --
1450: IF fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema) THEN
1451: --
1452: dbg('Starting incremental Update ...');
1453: --
1454: g_run_mode := 'INCREMENTAL';