DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on WIP_ENTITIES

Line 1002: from wip_entities we,

998: bd.department_code
999: into x_job_schedule_dsp,
1000: x_op_seq_num_dsp,
1001: x_department_code
1002: from wip_entities we,
1003: bom_departments bd,
1004: wip_operation_resources wr,
1005: wip_operations wn,
1006: wip_operations wo

Line 1033: FROM wip_entities we

1029: IF x_wip_entity_id IS NOT NULL THEN
1030: BEGIN
1031: SELECT we.wip_entity_name job
1032: INTO x_job_schedule_dsp
1033: FROM wip_entities we
1034: WHERE we.wip_entity_id = x_wip_entity_id
1035: AND we.organization_id = x_organization_id;
1036: EXCEPTION
1037: WHEN OTHERS THEN