DBA Data[Home] [Help]

APPS.OTA_ILEARNING dependencies on OTA_ACI_INS

Line 31: 24-Dec-03 115.15 arkashya Modified for eBS changed the call to ota_aci_api.ins to ota_aci_ins.ins

27: 26-NOV-02 115.12 ARKASHYA 2684733 Included the NOCOPY directive in OUT and IN OUT parameters for procedures.
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.

Line 908: OTA_ACI_INS.INS

904: ,p_category_usage_id => l_category_usage_id -- (Input)
905: ,p_validate => false -- (Input)
906: );*/
907:
908: OTA_ACI_INS.INS
909: (
910: p_activity_version_id => p_activity_version_id -- (Input)
911: ,p_activity_category => l_category -- (Input)
912: ,p_object_version_number => l_cat_inc_ovn -- (Output)

Line 1200: OTA_ACI_INS.INS

1196: ,p_category_usage_id => l_category_usage_id -- (Input)
1197: ,p_validate => false -- (Input)
1198: );*/
1199:
1200: OTA_ACI_INS.INS
1201: (
1202: p_activity_version_id => p_activity_version_id -- (Input)
1203: ,p_activity_category => l_category -- (Input)
1204: ,p_object_version_number => l_cat_inc_ovn -- (Output)