DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_ENTITIES

Line 335: from wip_entities we,

331: bd.department_code
332: into x_wip_entity_name,
333: x_operation_seq_num,
334: x_department_code
335: from wip_entities we,
336: bom_departments bd,
337: wip_operation_resources wr,
338: wip_operations wn,
339: wip_operations wo

Line 369: FROM wip_entities we

365: x_progress := 81;
366: begin
367: SELECT we.wip_entity_name job
368: INTO x_wip_entity_name
369: FROM wip_entities we
370: WHERE we.wip_entity_id = x_wip_entity_id
371: AND we.organization_id = x_organization_id;
372: exception
373: when others then