DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKC_TIME_UTIL_PUB

Line 2691: okc_time_util_pub.get_duration

2687: l_sll_tbl (1).uom_code := 'DAY';
2688: l_sll_tbl (1).uom_per_period :=
2689: l_k_line_rec.srv_edt - l_k_line_rec.srv_sdt + 1;
2690: ELSE
2691: okc_time_util_pub.get_duration
2692: (p_start_date => l_k_line_rec.srv_sdt,
2693: p_end_date => l_k_line_rec.srv_edt,
2694: x_duration => l_duration,
2695: x_timeunit => l_timeunits,

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

2703: THEN
2704: fnd_log.STRING
2705: (fnd_log.level_event,
2706: g_module_current || '.ORDER_REPROCESS.CREATE_CONTRACT',
2707: ' Okc_time_util_pub.get_duration(Return status = '
2708: || l_return_status
2709: || ' ,Duration = '
2710: || l_duration
2711: || ' ,Time Unit = '