DBA Data[Home] [Help]

APPS.BSC_DIMENSION_LEVELS_PVT dependencies on FND_GLOBAL

Line 806: l_Dim_Level_Rec.Bsc_Last_Updated_By := FND_GLOBAL.USER_ID; -- not null column

802: -- PMD
803: if p_Dim_Level_Rec.Bsc_Last_Updated_By is not null then
804: l_Dim_Level_Rec.Bsc_Last_Updated_By := p_Dim_Level_Rec.Bsc_Last_Updated_By;
805: else
806: l_Dim_Level_Rec.Bsc_Last_Updated_By := FND_GLOBAL.USER_ID; -- not null column
807: end if;
808:
809: if p_Dim_Level_Rec.Bsc_Last_Update_Login is not null then
810: l_Dim_Level_Rec.Bsc_Last_Update_Login := p_Dim_Level_Rec.Bsc_Last_Update_Login;

Line 812: l_Dim_Level_Rec.Bsc_Last_Update_Login := FND_GLOBAL.LOGIN_ID;

808:
809: if p_Dim_Level_Rec.Bsc_Last_Update_Login is not null then
810: l_Dim_Level_Rec.Bsc_Last_Update_Login := p_Dim_Level_Rec.Bsc_Last_Update_Login;
811: else
812: l_Dim_Level_Rec.Bsc_Last_Update_Login := FND_GLOBAL.LOGIN_ID;
813: end if;
814: -- PMD
815:
816: --if source= 'PMF' same values will be inserted for level_table_name, level_view_name