DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on WF_NOTIFICATION

Line 1852: WF_NOTIFICATION.NewClob(l_str_object, l_lov_string);

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
1854: WF_NOTIFICATION.WriteToClob(l_str_object,l_lov_string);
1855: END IF;
1856:

Line 1854: WF_NOTIFICATION.WriteToClob(l_str_object,l_lov_string);

1850:
1851: IF(l_str_object IS NULL) THEN
1852: WF_NOTIFICATION.NewClob(l_str_object, l_lov_string);
1853: ELSE
1854: WF_NOTIFICATION.WriteToClob(l_str_object,l_lov_string);
1855: END IF;
1856:
1857: -- Get all the previously selected labels from
1858: -- selections box.

Line 2087: WF_NOTIFICATION.WriteToClob(l_str_object,l_string);

2083: l_string := l_string ||'}';
2084: l_string := l_string ||'}';
2085:
2086:
2087: WF_NOTIFICATION.WriteToClob(l_str_object,l_string);
2088:
2089: -- Function to move selections upwards
2090: -- meastmon 06/25/2001 Fix bug#1835495.
2091: l_string := 'function upTo() {';

Line 2377: WF_NOTIFICATION.WriteToClob(l_str_object,l_string);

2373: l_string := l_string ||' getLOV(''bis_intermediate_lov_pvt.dim_level_values_query'',c_qry,c_jsfuncname,'||Z||',"'||bis_utilities_pub.encode(l_dim4_lbl)||'");';
2374: l_string := l_string ||' }';
2375: l_string := l_string ||' }';
2376:
2377: WF_NOTIFICATION.WriteToClob(l_str_object,l_string);
2378:
2379:
2380:
2381: l_string1 := ' function setdim5() {';

Line 2664: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);

2660:
2661: l_string1 := l_string1 ||'';
2662: -- table containing the dimension_level names,boxes
2663:
2664: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);
2665:
2666: l_string1 := '';
2667:
2668:

Line 3077: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);

3073: l_string1 := l_string1 ||'

';
3074: -- cell containing the add button
3075: l_string1 := l_string1 ||'
';
3076:
3077: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);
3078:
3079: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3080: --icx_plug_utilities.buttonBoth(c_display_homepage,'Javascript:addTo()');
3081: IF(l_swan_enabled)THEN

Line 3372: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);

3368: l_string1 := l_string1 ||'';
3369: l_string1 := l_string1 ||'';
3370: l_string1 := l_string1 ||'';
3371:
3372: WF_NOTIFICATION.WriteToClob(l_str_object,l_string1);
3373:
3374: x_str_object := l_str_object;
3375: -- end if; -- icx_validatePlugsession
3376: --end if; -- icx_validateSession

Line 3382: WF_NOTIFICATION.NewClob(l_str_object,SQLERRM);

3378: exception
3379: when others then --htp.p(SQLERRM);
3380: --x_string1 := SQLERRM;
3381: --x_string2 := NULL;
3382: WF_NOTIFICATION.NewClob(l_str_object,SQLERRM);
3383: x_str_object := l_str_object;
3384:
3385:
3386: end showDimensions;