DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_TRAINING_PLAN_COSTS

Line 2845: from OTA_TRAINING_PLAN_COSTS

2841: -- cursor to check if the event is referenced in training plan costs
2842: --
2843: Cursor c_get_tpc_rows is
2844: select 'Y'
2845: from OTA_TRAINING_PLAN_COSTS
2846: where event_id = p_event_id;
2847: --
2848: -- cursor to check if the event is referenced in per budget elements
2849: --