DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on BIS_LOV_PUB

Line 1849: BIS_LOV_PUB.lovjscript(x_string => l_lov_string);

1845:
1846: -- ******************************************************
1847: -- Call the procedure that paints the LOV javascript function
1848: -- ******************************************************
1849: BIS_LOV_PUB.lovjscript(x_string => l_lov_string);
1850:
1851: IF(l_str_object IS NULL) THEN
1852: WF_NOTIFICATION.NewClob(l_str_object, l_lov_string);
1853: ELSE

Line 3757: BIS_LOV_PUB.editlovjscript(x_string => l_lovstring);

3753: l_string := l_string ||'';
3754:
3755: -- *********************************************************
3756: -- Call the procedure that paints the LOV javascript function
3757: BIS_LOV_PUB.editlovjscript(x_string => l_lovstring);
3758:
3759: l_string := l_string || l_lovstring;
3760: l_string := l_string ||'';
3761: l_string := l_string || '';