DBA Data[Home] [Help]

APPS.OTA_ILEARNING dependencies on OTA_CTU_INS

Line 32: 10-Jan-04 115.16 arkashya Modified for eBS changed the call to ota_tcu_api.ins to ota_ctu_ins.ins

28: 25-Mar-03 115.13 Pbhasin MLS changes added.
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)

Line 836: ota_ctu_ins.ins

832: BEGIN
833: -- clear message before calling API
834: hr_utility.clear_message;
835:
836: ota_ctu_ins.ins
837: (
838: p_category_usage_id => l_category_usage_id --(Output)
839: ,p_business_group_id => p_business_group_id --(Input)
840: ,p_category => l_category --(Input)

Line 1127: ota_ctu_ins.ins

1123: BEGIN
1124: -- clear message before calling API
1125: hr_utility.clear_message;
1126:
1127: ota_ctu_ins.ins
1128: (
1129: p_category_usage_id => l_category_usage_id --(Output)
1130: ,p_business_group_id => p_business_group_id --(Input)
1131: ,p_category => l_category --(Input)