DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on WIP_OSP_RESOURCES_VAL_V

Line 2012: from wip_osp_resources_val_v

2008: x_count :=null;
2009: if x_wip_resource_seq_num is not null and x_entity_type <>6 then
2010:
2011: select count(*) into x_count
2012: from wip_osp_resources_val_v
2013: where resource_seq_num = x_wip_resource_seq_num
2014: and organization_id = x_destination_organization_id
2015: and ((wip_entity_id = x_wip_entity_id and x_wip_line_id is null)
2016: or repetitive_schedule_id = x_wip_repetitive_schedule_id)