DBA Data[Home] [Help]

APPS.CSTPACWS dependencies on WIP_PARAMETERS

Line 183: FROM wip_parameters

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 */

Line 2282: FROM wip_parameters

2278: /* Get the value of Include Component yield flag, which will determine
2279: whether to include or not component yield factor in quantity per assembly*/
2280: SELECT nvl(include_component_yield, 1)
2281: INTO l_include_comp_yield
2282: FROM wip_parameters
2283: WHERE organization_id = i_org_id;
2284:
2285:
2286: /******************************************************