DBA Data[Home] [Help]

APPS.OKC_RENEWAL_OUTCOME_PUB dependencies on OKC_TIME_UTIL_PUB

Line 166: okc_time_util_pub.get_duration

162: END IF;
163: l_start_date := l_orig_end_date + 1;
164: IF l_duration IS NULL OR l_uom_code IS NULL THEN
165: -- get new duration and period using the orig start date and end date
166: okc_time_util_pub.get_duration
167: (l_orig_start_date,
168: l_orig_end_date,
169: l_duration,
170: l_uom_code,

Line 174: l_end_date := OKC_TIME_UTIL_PUB.get_enddate(l_start_date,

170: l_uom_code,
171: l_return_status
172: );
173:
174: l_end_date := OKC_TIME_UTIL_PUB.get_enddate(l_start_date,
175: l_uom_code,
176: l_duration
177: );
178: