DBA Data[Home] [Help]

APPS.OTA_CPE_UTIL dependencies on WF_ITEMS

Line 52: l_item_key wf_items.item_key%type;

48: (event_type ='SELFPACED' and cpe.cert_period_end_date >= course_start_date)
49: AND (evt.course_end_date is null or (evt.course_end_date IS NOT NULL AND
50: evt.course_end_date >= cpe.cert_period_start_date)) );
51:
52: l_item_key wf_items.item_key%type;
53:
54: begin
55:
56: hr_utility.set_location('Entering:'|| l_proc, 10);