DBA Data[Home] [Help]

APPS.INV_MWB_TREE1 dependencies on INV_PROJECT

Line 8739: 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

8735: IF j >= inv_mwb_globals.g_tree_node_low_value
8736: AND loc_code IS NOT NULL THEN
8737: x_node_tbl(i).state := inv_mwb_globals.g_tree_node_state;
8738: x_node_tbl(i).DEPTH := 1;
8739: 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
8740: x_node_tbl(i).icon := 'inv_stlo';
8741: x_node_tbl(i).VALUE := TO_CHAR(loc_id);
8742: x_node_tbl(i).TYPE := 'LOC';
8743: i := i + 1;