DBA Data[Home] [Help]

APPS.BSC_DIMENSION_GROUPS_PVT dependencies on BSC_DIMENSION_LEVELS_PVT

Line 118: --if BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Group(l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Name) < 1 then

114:
115: -- Validate if this Group already exists, if it does not then create it and assign
116: -- the current dimension to the group, if the group already exists then just assign
117: -- the dimension level to it.
118: --if BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Group(l_Dim_Grp_Rec.Bsc_Dim_Level_Group_Name) < 1 then
119:
120: -- Get the next ID value for the current group.
121: -- Bug#2878840
122:

Line 657: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(l_Dim_Grp_Rec.Bsc_Level_Id);

653: end if;
654:
655: -- Check Dimension level id is valid.
656: if l_Dim_Grp_Rec.Bsc_Level_Id is not null then
657: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(l_Dim_Grp_Rec.Bsc_Level_Id);
658: if l_count = 0 then
659: FND_MESSAGE.SET_NAME('BSC','BSC_INVALID_LEVEL_ID');
660: FND_MESSAGE.SET_TOKEN('BSC_LEVEL_ID', l_Dim_Grp_Rec.Bsc_Level_Id);
661: FND_MSG_PUB.ADD;

Line 927: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(p_Dim_Grp_Rec.Bsc_Level_Id);

923: end if;
924:
925: -- Check Dimension level id is valid.
926: if p_Dim_Grp_Rec.Bsc_Level_Id is not null then
927: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(p_Dim_Grp_Rec.Bsc_Level_Id);
928: if l_count = 0 then
929: FND_MESSAGE.SET_NAME('BSC','BSC_INVALID_LEVEL_ID');
930: FND_MESSAGE.SET_TOKEN('BSC_LEVEL_ID', p_Dim_Grp_Rec.Bsc_Level_Id);
931: FND_MSG_PUB.ADD;

Line 1135: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(l_Dim_Grp_Rec.Bsc_Level_Id);

1131: end if;
1132:
1133: -- Check Dimension level id is valid.
1134: if l_Dim_Grp_Rec.Bsc_Level_Id is not null then
1135: l_count := BSC_DIMENSION_LEVELS_PVT.Validate_Dim_Level_Id(l_Dim_Grp_Rec.Bsc_Level_Id);
1136: if l_count = 0 then
1137: FND_MESSAGE.SET_NAME('BSC','BSC_INVALID_LEVEL_ID');
1138: FND_MESSAGE.SET_TOKEN('BSC_LEVEL_ID', l_Dim_Grp_Rec.Bsc_Level_Id);
1139: FND_MSG_PUB.ADD;