DBA Data[Home] [Help]

APPS.PER_VAC_BUS dependencies on OTA_LEARNING_OBJECTS

Line 2213: from ota_learning_objects

2209: l_api_updating boolean;
2210: --
2211: cursor csr_assessments is
2212: select null
2213: from ota_learning_objects
2214: where data_source='OIR'
2215: and test_id = p_assessment_id;
2216: --
2217: Begin