DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_TIME_UTIL_PUB

Line 2245: OKC_TIME_UTIL_PUB.get_duration(

2241: CLOSE l_chr_old_csr;
2242:
2243: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'old start date ' || l_chr_old_rec.start_date);
2244: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'old end date ' || l_chr_old_rec.end_date);
2245: OKC_TIME_UTIL_PUB.get_duration(
2246: l_chr_old_rec.start_date
2247: ,l_chr_old_rec.end_date
2248: ,l_old_duration
2249: ,l_old_time

Line 2259: OKC_TIME_UTIL_PUB.get_duration(

2255: IF l_return_status = 'S' Then
2256: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'new start date ' || l_chr_renew_rec.start_date);
2257: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'new end date ' || l_chr_renew_rec.end_date);
2258:
2259: OKC_TIME_UTIL_PUB.get_duration(
2260: l_chr_renew_rec.start_date
2261: ,l_chr_renew_rec.end_date
2262: ,l_renew_duration
2263: ,l_renew_time