DBA Data[Home] [Help]

APPS.INV_MWB_TREE1 dependencies on INV_PROJECT

Line 10422: x_node_tbl(i).label := substr(inv_project.get_locator(loc_id, inv_mwb_globals.g_tree_organization_id), 1, 80); -- Bug 6513399: truncating the locator to 80 chars

10418: IF j >= inv_mwb_globals.g_tree_node_low_value
10419: AND loc_code IS NOT NULL THEN
10420: x_node_tbl(i).state := inv_mwb_globals.g_tree_node_state;
10421: x_node_tbl(i).DEPTH := 1;
10422: x_node_tbl(i).label := substr(inv_project.get_locator(loc_id, inv_mwb_globals.g_tree_organization_id), 1, 80); -- Bug 6513399: truncating the locator to 80 chars
10423: x_node_tbl(i).icon := 'inv_stlo';
10424: x_node_tbl(i).VALUE := TO_CHAR(loc_id);
10425: x_node_tbl(i).TYPE := 'LOC';
10426: i := i + 1;