DBA Data[Home] [Help]

APPS.WIP_WS_DL_UTIL dependencies on MFG_LOOKUPS

Line 476: from wip_exceptions we, mfg_lookups ml

472:
473: cursor c_exceptions(p_wip_entity_id number, p_op_seq number)
474: Is
475: select ml.MEANING
476: from wip_exceptions we, mfg_lookups ml
477: where we.wip_entity_id = p_wip_entity_id and
478: we.operation_seq_num = p_op_seq and
479: we.status_type = 1 and
480: ml.LOOKUP_CODE = we.exception_type and