DBA Data[Home] [Help]

APPS.BSC_DIMENSION_GROUPS_PUB dependencies on BSC_DIMENSION_LEVELS_PVT

Line 125: --if BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Group(p_Dim_Grp_Rec.Bsc_Dim_Level_Group_Name) < 1 then

121: -- Validate if this Group already exists, if it does not then create it and assign
122: -- the current dimension to the group, if the group already exists then just assign
123: -- the dimension level to it.
124: --PAJOHRI Commented the condition below
125: --if BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Group(p_Dim_Grp_Rec.Bsc_Dim_Level_Group_Name) < 1 then
126:
127: -- Get the next ID value for the current group.
128:
129: IF l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Id IS NULL THEN

Line 130: l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DIM_GROUPS_TL'

126:
127: -- Get the next ID value for the current group.
128:
129: IF l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Id IS NULL THEN
130: l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DIM_GROUPS_TL'
131: ,'DIM_GROUP_ID');
132: END IF;
133:
134:

Line 1190: return BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( p_table_name

1186: l_msg_count number;
1187:
1188: begin
1189:
1190: return BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( p_table_name
1191: ,p_column_name);
1192: EXCEPTION
1193:
1194: WHEN FND_API.G_EXC_ERROR THEN