DBA Data[Home] [Help]

APPS.FA_MASSADD_CREATE_PKG dependencies on FA_SYSTEM_CONTROLS

Line 1382: fa_debug_pkg.add(l_calling_fn, 'Stamp FA_SYSTEM_CONTROLS WITH ', l_request_id

1378: l_user_id := FND_GLOBAL.user_id;
1379: l_login_id := FND_GLOBAL.login_id;
1380:
1381: if (g_log_level_rec.statement_level) then
1382: fa_debug_pkg.add(l_calling_fn, 'Stamp FA_SYSTEM_CONTROLS WITH ', l_request_id
1383: ,p_log_level_rec => g_log_level_rec);
1384: end if;
1385:
1386: update fa_system_controls

Line 1386: update fa_system_controls

1382: fa_debug_pkg.add(l_calling_fn, 'Stamp FA_SYSTEM_CONTROLS WITH ', l_request_id
1383: ,p_log_level_rec => g_log_level_rec);
1384: end if;
1385:
1386: update fa_system_controls
1387: set last_mass_additions = l_request_id;
1388:
1389: if (g_log_level_rec.statement_level) then
1390: fa_debug_pkg.add(l_calling_fn