[Home] [Help]
179: /* Get the value of Include Component yield flag, which will determine
180: whether to include or not component yield factor in quantity per assembly*/
181: SELECT nvl(include_component_yield,1)
182: INTO l_include_comp_yield
183: FROM wip_parameters
184: WHERE organization_id = i_org_id;
185:
186: stmt_num := 100;
187: /* Added loop for bug 3715567 */
2122: /* Get the value of Include Component yield flag, which will determine
2123: whether to include or not component yield factor in quantity per assembly*/
2124: SELECT nvl(include_component_yield, 1)
2125: INTO l_include_comp_yield
2126: FROM wip_parameters
2127: WHERE organization_id = i_org_id;
2128:
2129:
2130: /******************************************************