DBA Data[Home] [Help]

APPS.INV_MWB_TREE dependencies on INV_PROJECT

Line 4620: x_node_tbl(i).label := substr(inv_project.get_locator(loc_id,p_organization_id), 1, 80); -- Bug 6342333

4616: IF j >= p_node_low_value
4617: AND loc_code IS NOT NULL THEN
4618: x_node_tbl(i).state := p_node_state;
4619: x_node_tbl(i).DEPTH := 1;
4620: x_node_tbl(i).label := substr(inv_project.get_locator(loc_id,p_organization_id), 1, 80); -- Bug 6342333
4621: x_node_tbl(i).icon := 'inv_stlo';
4622: x_node_tbl(i).VALUE := TO_CHAR(loc_id);
4623: x_node_tbl(i).TYPE := 'LOC';
4624: i := i + 1;