DBA Data[Home] [Help]

APPS.IEX_SCORE_CASE_PVT dependencies on OKL_CONTRACT_INFO

Line 243: l_sReturn := OKL_CONTRACT_INFO_PVT.GET_UNREFUNDED_CURES(l_ContractID, l_nReturn);

239:
240: -- 3) Does contract have sevice/supply hold? (TBD)
241: -- 4) Does case have unrefunded cures?
242: /* begin raverma 05012002 comment out as per Andre request
243: l_sReturn := OKL_CONTRACT_INFO_PVT.GET_UNREFUNDED_CURES(l_ContractID, l_nReturn);
244: if l_nReturn > 0 then
245: l_nFinalScore := ReduceScore(l_nFinalScore,0);
246: end if;
247: */

Line 250: l_sReturn := OKL_CONTRACT_INFO.GET_DAYS_PAST_DUE(l_ContractID, l_DaysPastDue);

246: end if;
247: */
248:
249: -- 5) Is contract past due > X?
250: l_sReturn := OKL_CONTRACT_INFO.GET_DAYS_PAST_DUE(l_ContractID, l_DaysPastDue);
251: -- IF PG_DEBUG < 10 THEN
252: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
253: iex_debug_pub.logmessage('IEX_SCORE_CASE_PVT: Calculate_Score: Calculate_Score: Days Past Due ' || l_DaysPastDue);
254: END IF;