DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on FND_PROFILE

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

8443: ELSE
8444: -- When the req_data is NULL, it means that this is the first run of the Program ..
8445: -- in the Sense, the current request is the run before triggerring off any parallel workers
8446: -- Fetch the Number of Workers to be Assigned
8447: l_num_workers := FND_PROFILE.VALUE(G_OKL_DEPRN_WORKERS);
8448: log_msg(FND_FILE.LOG, 'Number of Workers ' || TO_CHAR(l_num_workers) );
8449: IF l_num_workers IS NULL OR l_num_workers <= 0
8450: THEN
8451: OKL_API.set_message(