DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WIP_OPERATIONS

Line 1814: FROM wip_operations wo, bom_departments bd

1810: AND repetitive_schedule_id = p_rep_schedule_id;
1811:
1812: CURSOR c_discrete_dept IS
1813: SELECT wo.department_id, bd.department_code
1814: FROM wip_operations wo, bom_departments bd
1815: WHERE wo.wip_entity_id = p_wip_entity_id
1816: AND wo.organization_id = p_organization_id
1817: AND wo.operation_seq_num = p_operation_seq_num
1818: AND bd.department_id = wo.department_id;

Line 1822: FROM wip_operations wo, bom_departments bd

1818: AND bd.department_id = wo.department_id;
1819:
1820: CURSOR c_repetitive_dept IS
1821: SELECT wo.department_id, bd.department_code
1822: FROM wip_operations wo, bom_departments bd
1823: WHERE wo.wip_entity_id = p_wip_entity_id
1824: AND wo.organization_id = p_organization_id
1825: AND wo.operation_seq_num = p_operation_seq_num
1826: AND wo.repetitive_schedule_id = p_rep_schedule_id