DBA Data[Home] [Help]

APPS.BIS_MEASURE_PVT dependencies on BIS_COMMON_UTILS

Line 5386: -- The value of the Name and Description from BISPMFLD.lct will be BIS_COMMON_UTILS.G_DEF_CHAR

5382: l_Measure_Extension_Rec.Measure_Short_Name := p_Measure_Rec.Measure_Short_Name;
5383: -- rpenneru bug#4073262, As part of revert back changes bug#4153331.
5384: -- BIS_MEASURES_EXTENSION table will have the TL Tables. In this case Name and Description values
5385: -- should not be updateded to the measure extension table, if measure is uploaded from BISPMFLD.lct
5386: -- The value of the Name and Description from BISPMFLD.lct will be BIS_COMMON_UTILS.G_DEF_CHAR
5387: l_Measure_Extension_Rec.Name := BIS_COMMON_UTILS.G_DEF_CHAR;
5388: l_Measure_Extension_Rec.Description := BIS_COMMON_UTILS.G_DEF_CHAR;
5389:
5390: l_Measure_Extension_Rec.Created_By := p_Measure_Rec.Created_By;

Line 5387: l_Measure_Extension_Rec.Name := BIS_COMMON_UTILS.G_DEF_CHAR;

5383: -- rpenneru bug#4073262, As part of revert back changes bug#4153331.
5384: -- BIS_MEASURES_EXTENSION table will have the TL Tables. In this case Name and Description values
5385: -- should not be updateded to the measure extension table, if measure is uploaded from BISPMFLD.lct
5386: -- The value of the Name and Description from BISPMFLD.lct will be BIS_COMMON_UTILS.G_DEF_CHAR
5387: l_Measure_Extension_Rec.Name := BIS_COMMON_UTILS.G_DEF_CHAR;
5388: l_Measure_Extension_Rec.Description := BIS_COMMON_UTILS.G_DEF_CHAR;
5389:
5390: l_Measure_Extension_Rec.Created_By := p_Measure_Rec.Created_By;
5391: l_Measure_Extension_Rec.Creation_Date := p_Measure_Rec.Creation_Date;

Line 5388: l_Measure_Extension_Rec.Description := BIS_COMMON_UTILS.G_DEF_CHAR;

5384: -- BIS_MEASURES_EXTENSION table will have the TL Tables. In this case Name and Description values
5385: -- should not be updateded to the measure extension table, if measure is uploaded from BISPMFLD.lct
5386: -- The value of the Name and Description from BISPMFLD.lct will be BIS_COMMON_UTILS.G_DEF_CHAR
5387: l_Measure_Extension_Rec.Name := BIS_COMMON_UTILS.G_DEF_CHAR;
5388: l_Measure_Extension_Rec.Description := BIS_COMMON_UTILS.G_DEF_CHAR;
5389:
5390: l_Measure_Extension_Rec.Created_By := p_Measure_Rec.Created_By;
5391: l_Measure_Extension_Rec.Creation_Date := p_Measure_Rec.Creation_Date;
5392: l_Measure_Extension_Rec.Last_Updated_By := p_Measure_Rec.Last_Updated_By;