DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_SYS_IMAGES_MAP_TL

Line 350: FROM bsc_sys_images_map_TL

346: --check if the image is owned by current NLS session
347:
348: SELECT COUNT(0)
349: INTO l_count
350: FROM bsc_sys_images_map_TL
351: WHERE source_type =BSC_SIMULATION_VIEW_PUB.c_INDICATOR_TYPE
352: AND source_code = p_obj_id
353: AND type = BSC_SIMULATION_VIEW_PUB.c_TYPE
354: AND image_id = p_image_id

Line 1217: --BSC_SYS_IMAGES_MAP_TL

1213: x_return_status := FND_API.G_RET_STS_SUCCESS;
1214:
1215: --We need to copy the source indicator data from the following tables
1216: --BSC_SYS_IMAGES
1217: --BSC_SYS_IMAGES_MAP_TL
1218: --BSC_KPI_TREE_NODES
1219: --BSC_TAB_VIEW_LABELS_B/TL
1220:
1221: --First validate if both the indicators are valid or not