DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on FND_PROFILE

Line 8332: l_num_workers := FND_PROFILE.VALUE(G_OKL_DEPRN_WORKERS);

8328: ELSE
8329: -- When the req_data is NULL, it means that this is the first run of the Program ..
8330: -- in the Sense, the current request is the run before triggerring off any parallel workers
8331: -- Fetch the Number of Workers to be Assigned
8332: l_num_workers := FND_PROFILE.VALUE(G_OKL_DEPRN_WORKERS);
8333: log_msg(FND_FILE.LOG, 'Number of Workers ' || TO_CHAR(l_num_workers) );
8334: IF l_num_workers IS NULL OR l_num_workers <= 0
8335: THEN
8336: OKL_API.set_message(