DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_TRAINING_PLAN_COSTS

Line 2865: from OTA_TRAINING_PLAN_COSTS

2861: -- cursor to check if the event is referenced in training plan costs
2862: --
2863: Cursor c_get_tpc_rows is
2864: select 'Y'
2865: from OTA_TRAINING_PLAN_COSTS
2866: where event_id = p_event_id;
2867: --
2868: -- cursor to check if the event is referenced in per budget elements
2869: --