DBA Data[Home] [Help]

APPS.BSC_COPY_INDICATOR_PUB dependencies on AK_REGIONS

Line 2443: l_Region_Code ak_regions.region_code%TYPE;

2439: l_Target_Indicator bsc_kpis_b.indicator%TYPE;
2440: l_sql VARCHAR2(32000);
2441: l_Responsibility_Key_List VARCHAR2(200);
2442: l_Short_Name bsc_kpis_b.short_name%TYPE;
2443: l_Region_Code ak_regions.region_code%TYPE;
2444: BEGIN
2445:
2446: FND_MSG_PUB.Initialize;
2447: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2566: ,p_Table_Name => 'AK_REGIONS'

2562: IF l_Short_Name IS NOT NULL THEN
2563: l_Region_Code := BSC_UTILITY.get_Next_Name(
2564: p_Name => l_short_name
2565: ,p_Max_Count => 30
2566: ,p_Table_Name => 'AK_REGIONS'
2567: ,p_Column_Name => 'REGION_CODE'
2568: ,p_Character => '_'
2569: );
2570: END IF;