DBA Data[Home] [Help]

APPS.OTA_ILEARNING dependencies on OTA_EVT_UPD

Line 19: ota_evt_ins.ins and ota_evt_upd.upd procedure calls

15: 25-Jan-02 115.3 HDSHAH 2200017 Timezone included in event creation and update procedure calls.
16: 28-Jan-02 115.4 HDSHAH 2201416 book_independent_flag parameter missing for create event procedure call.
17: 29-Jan-02 115.5 HDSHAH 2201416 trunc() included for course_start_date, course_end_date,
18: enrollment_start_date,enrollment_end_date in included for
19: ota_evt_ins.ins and ota_evt_upd.upd procedure calls
20: 29-Jan-02 115.6 DHMULIA 2201416 Added Trunc() to sysdate before calling ota_tav_ins.
21: 30-Jan-02 115.7 HDSHAH 2201416 Added Trunc() to l_course_date parameter for ota_tav_upd procedure calls.
22: 15-Feb-02 115.8 HDSHAH 2209467 p_start_date and p_end_date parameter type changed to varchar2 in
23: crt_or_chk_xml_prcs_tbl and upd_xml_prcs_tbl procedure.

Line 327: OTA_EVT_UPD.UPD

323: BEGIN
324: -- clear message before calling API
325: hr_utility.clear_message;
326:
327: OTA_EVT_UPD.UPD
328: (
329: P_EVENT_ID => cur_evt.event_id -- (Input)
330: ,P_BUSINESS_GROUP_ID => p_business_group_id -- (Input)
331: ,P_LANGUAGE_ID => l2_language_id -- (Input)

Line 461: OTA_EVT_UPD.UPD

457: BEGIN
458: -- clear message before calling API
459: hr_utility.clear_message;
460:
461: OTA_EVT_UPD.UPD
462: (
463: P_EVENT_ID => cur_evt.event_id -- (Input)
464: ,P_BUSINESS_GROUP_ID => p_business_group_id -- (Input)
465: ,P_LANGUAGE_ID => l2_language_id -- (Input)

Line 1440: OTA_EVT_UPD.UPD

1436: BEGIN
1437: -- clear message before calling API
1438: hr_utility.clear_message;
1439:
1440: OTA_EVT_UPD.UPD
1441: (
1442: P_EVENT_ID => l_event_id -- (Input)
1443: ,P_BUSINESS_GROUP_ID => p_business_group_id -- (Input)
1444: ,P_EVENT_TYPE => l_event_type -- (Input)