DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on WIP_DISCRETE_JOBS

Line 172: wip_discrete_jobs wdj,

168: bso.attribute14,
169: bso.attribute15,
170: bso.check_skill
171: from wip_operations wo1,
172: wip_discrete_jobs wdj,
173: bom_standard_operations bso
174: where bso.standard_operation_id(+) = p_operation_id
175: /* %cfm Ignore cfm ops. */
176: and nvl(bso.operation_type, 1) = 1