DBA Data[Home] [Help]

APPS.CSTPSMUT dependencies on WIP_PARAMETERS

Line 2983: FROM wip_parameters

2979: component yield factor in quantity per assembly */
2980: l_stmt_num := 12;
2981: SELECT NVL(include_component_yield, 1)
2982: INTO l_include_comp_yield
2983: FROM wip_parameters
2984: WHERE organization_id = p_org_id;
2985:
2986: /* Get the transaction_date. This will be use to
2987: restrict the operations processed in WO. Only operations

Line 3417: FROM wip_parameters

3413: component yield factor in quantity per assembly */
3414: l_stmt_num := 25;
3415: SELECT NVL(include_component_yield, 1)
3416: INTO l_include_comp_yield
3417: FROM wip_parameters
3418: WHERE organization_id = l_org_id;
3419:
3420: l_stmt_num := 30;
3421: