DBA Data[Home] [Help]

APPS.OTA_TAD_API dependencies on OTA_TRAINING_PLAN_MEMBERS

Line 341: from OTA_TRAINING_PLAN_MEMBERS

337: -- cursor to check if the activity version is referenced in training plan members
338: --
339: Cursor c_get_tpm_rows is
340: select 'Y'
341: from OTA_TRAINING_PLAN_MEMBERS
342: where activity_definition_id = p_activity_id;
343: --
344: l_dyn_curs integer;
345: l_dyn_rows integer;