DBA Data[Home] [Help]

APPS.WSMPUTIL dependencies on BOM_STD_OP_RESOURCES

Line 3972: FROM bom_std_op_resources bsor

3968: elsif p_sequence_id_type = 'S' then
3969:
3970: SELECT count(*)
3971: INTO x_rowcount
3972: FROM bom_std_op_resources bsor
3973: WHERE bsor.standard_operation_id = p_sequence_id
3974: AND bsor.autocharge_type = WIP_CONSTANTS.PO_MOVE;
3975:
3976: end if;