DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKC_TIME_UTIL_PUB

Line 2254: OKC_TIME_UTIL_PUB.get_duration(

2250: CLOSE l_chr_old_csr;
2251:
2252: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'old start date ' || l_chr_old_rec.start_date);
2253: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'old end date ' || l_chr_old_rec.end_date);
2254: OKC_TIME_UTIL_PUB.get_duration(
2255: l_chr_old_rec.start_date
2256: ,l_chr_old_rec.end_date
2257: ,l_old_duration
2258: ,l_old_time

Line 2268: OKC_TIME_UTIL_PUB.get_duration(

2264: IF l_return_status = 'S' Then
2265: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'new start date ' || l_chr_renew_rec.start_date);
2266: oks_renew_pvt.Debug_Log(p_program_name => 'OKSCOPY',p_perf_msg => 'new end date ' || l_chr_renew_rec.end_date);
2267:
2268: OKC_TIME_UTIL_PUB.get_duration(
2269: l_chr_renew_rec.start_date
2270: ,l_chr_renew_rec.end_date
2271: ,l_renew_duration
2272: ,l_renew_time