DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_OSP_RESOURCES_VAL_V

Line 1867: from wip_osp_resources_val_v

1863: x_count :=null;
1864: if x_wip_resource_seq_num is not null and x_entity_type <>6 then
1865:
1866: select count(*) into x_count
1867: from wip_osp_resources_val_v
1868: where resource_seq_num = x_wip_resource_seq_num
1869: and organization_id = x_destination_organization_id
1870: and ((wip_entity_id = x_wip_entity_id and x_wip_line_id is null)
1871: or repetitive_schedule_id = x_wip_repetitive_schedule_id)