DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKC_TIME_UTIL_PUB

Line 2065: okc_time_util_pub.get_duration

2061: l_sll_tbl (1).uom_code := 'DAY';
2062: l_sll_tbl (1).uom_per_period :=
2063: l_k_line_rec.srv_edt - l_k_line_rec.srv_sdt + 1;
2064: ELSE
2065: okc_time_util_pub.get_duration
2066: (p_start_date => l_k_line_rec.srv_sdt,
2067: p_end_date => l_k_line_rec.srv_edt,
2068: x_duration => l_duration,
2069: x_timeunit => l_timeunits,

Line 2081: ' Okc_time_util_pub.get_duration(Return status = '

2077: THEN
2078: fnd_log.STRING
2079: (fnd_log.level_event,
2080: g_module_current || '.ORDER_REPROCESS.CREATE_CONTRACT',
2081: ' Okc_time_util_pub.get_duration(Return status = '
2082: || l_return_status
2083: || ' ,Duration = '
2084: || l_duration
2085: || ' ,Time Unit = '