DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_ENTITIES

Line 343: from wip_entities we,

339: bd.department_code
340: into x_wip_entity_name,
341: x_operation_seq_num,
342: x_department_code
343: from wip_entities we,
344: bom_departments bd,
345: wip_operation_resources wr,
346: wip_operations wn,
347: wip_operations wo

Line 377: FROM wip_entities we

373: x_progress := 81;
374: begin
375: SELECT we.wip_entity_name job
376: INTO x_wip_entity_name
377: FROM wip_entities we
378: WHERE we.wip_entity_id = x_wip_entity_id
379: AND we.organization_id = x_organization_id;
380: exception
381: when others then