DBA Data[Home] [Help]

APPS.OTA_ILEARNING dependencies on OTA_CTT_INS

Line 33: Also added the call to ota_ctt_ins.ins_tl and defaulted synchronous_flag

29: 30-May-03 115.14 Arkashya 2984480 MLS Changes (Additional) Added calls to insert and update functions on _TL
30: tables for activity version and events.
31: 24-Dec-03 115.15 arkashya Modified for eBS changed the call to ota_aci_api.ins to ota_aci_ins.ins
32: 10-Jan-04 115.16 arkashya Modified for eBS changed the call to ota_tcu_api.ins to ota_ctu_ins.ins
33: Also added the call to ota_ctt_ins.ins_tl and defaulted synchronous_flag
34: and online_flag.
35: 28-jun-04 115.17 ssur 3725560 Restricted import of newly created RCO and Offerings.
36: 07-Jan-08 120.1 aabalakr 6683076, modified to include the new enrollment status, 'E'(Pending Evaluation)
37: */

Line 850: ota_ctt_ins. ins_tl

846: -- ,p_end_date_active => l_end_date_active --(Input)
847: ,p_effective_date => trunc(sysdate) --(Input)
848: );
849:
850: ota_ctt_ins. ins_tl
851: (p_effective_date =>trunc(sysdate)
852: ,p_language_code =>USERENV('LANG')
853: ,p_category_usage_id =>l_category_usage_id
854: ,p_category => l_category);

Line 1141: ota_ctt_ins. ins_tl

1137: -- ,p_end_date_active => l_end_date_active --(Input)
1138: ,p_effective_date => trunc(sysdate) --(Input)
1139: );
1140:
1141: ota_ctt_ins. ins_tl
1142: (p_effective_date =>trunc(sysdate)
1143: ,p_language_code =>USERENV('LANG')
1144: ,p_category_usage_id =>l_category_usage_id
1145: ,p_category => l_category);