DBA Data[Home] [Help]

APPS.OTA_TRB_BUS dependencies on OTA_EVT_BUS

Line 443: ota_evt_bus.set_security_group_id(p_rec.event_id);

439: -- Call all supporting business operations
440: --
441: --
442: IF p_rec.event_id is not null then
443: ota_evt_bus.set_security_group_id(p_rec.event_id);
444: ELSE
445: ota_tsr_bus.set_security_group_id(p_rec.supplied_resource_id);
446: END IF;
447: --

Line 680: ota_evt_bus.set_security_group_id(ota_trb_shd.g_old_rec.event_id);

676: -- Call all supporting business operations
677: --
678: --
679: IF ota_trb_shd.g_old_rec.event_id is not null then
680: ota_evt_bus.set_security_group_id(ota_trb_shd.g_old_rec.event_id);
681: ELSIF (ota_trb_shd.g_old_rec.supplied_resource_id = p_rec.supplied_resource_id) THEN
682: ota_tsr_bus.set_security_group_id(ota_trb_shd.g_old_rec.supplied_resource_id);
683: ELSE
684: ota_tsr_bus.set_security_group_id(p_rec.supplied_resource_id);