DBA Data[Home] [Help]

APPS.FND_OAM_DSCRAM_PLSQLS_PKG dependencies on FND_OAM_DSCRAM_RUNS_PKG

Line 697: IF FND_OAM_DSCRAM_RUNS_PKG.GET_RUN_MODE = FND_OAM_DSCRAM_UTILS_PKG.G_MODE_TEST_NO_EXEC THEN

693: --do not automatically bind the rowids if we're using splitting, it's up to the plsql to declare what args it requires
694: --independent of the context in which it's called
695:
696: --skip the execute if we're in test-no-exec mode
697: IF FND_OAM_DSCRAM_RUNS_PKG.GET_RUN_MODE = FND_OAM_DSCRAM_UTILS_PKG.G_MODE_TEST_NO_EXEC THEN
698: fnd_oam_debug.log(1, l_ctxt, 'Skipping Executiong due to run mode.');
699: ELSE
700: --do the execute
701: fnd_oam_debug.log(1, l_ctxt, 'Executing cursor...');