DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_OSP_OPERATIONS_VAL_V

Line 1836: from wip_osp_operations_val_v

1832: AND BSO.line_id is null;
1833:
1834: else
1835: select count(*) into x_count
1836: from wip_osp_operations_val_v
1837: where operation_seq_num = x_wip_operation_seq_num
1838: and organization_id = x_destination_organization_id
1839: and ((wip_entity_id = x_wip_entity_id) and x_wip_line_id is null);
1840:

Line 1844: from wip_osp_operations_val_v

1840:
1841: if (x_count < 1) then
1842: x_progress := '25';
1843: select count(*) into x_count
1844: from wip_osp_operations_val_v
1845: where operation_seq_num = x_wip_operation_seq_num
1846: and organization_id = x_destination_organization_id
1847: and repetitive_schedule_id = x_wip_repetitive_schedule_id;
1848: end if;