DBA Data[Home] [Help]

APPS.BSC_CALENDAR_PUB dependencies on BSC_APPS

Line 901: x_Calendar_Record.Name := BSC_APPS.Get_Lookup_Value('BSC_UI_COMMON', 'CALENDAR') ||' '|| x_Calendar_Record.Calendar_Id;

897: x_Calendar_Record.Calendar_Id := p_Calendar_Record.Calendar_Id;
898: END IF;
899:
900: IF(p_Calendar_Record.Name IS NULL) THEN
901: x_Calendar_Record.Name := BSC_APPS.Get_Lookup_Value('BSC_UI_COMMON', 'CALENDAR') ||' '|| x_Calendar_Record.Calendar_Id;
902: ELSE
903: x_Calendar_Record.Name := P_Calendar_Record.Name;
904: END IF;
905:

Line 1216: BSC_APPS.Init_Bsc_Apps;

1212:
1213: BEGIN
1214: FND_MSG_PUB.Initialize;
1215: x_Return_Status := FND_API.G_RET_STS_SUCCESS;
1216: BSC_APPS.Init_Bsc_Apps;
1217: l_Count := 1;
1218:
1219: IF (p_Calendar_Record.Base_Periodicities_Ids IS NOT NULL) THEN
1220: BSC_UTILITY.Parse_String