Report Migration from 10.7 to 11i Tables reference [message #362621] |
Wed, 03 December 2008 05:46 |
satishk
Messages: 26 Registered: October 2008 Location: HYD
|
Junior Member |
|
|
Hi,
I have an issue with migrating report from 10.7 to 11i @WIP/ Om responsibility.
I need some some help to resolve this tables and column mappings comparatively @11i.
1)
select min(line_id)
into x_line_id
from so_line_details
where supply_source_header_id = :wip_entity_id ;
I am replacing so_line_details with OE_ORDER_LINES_ALL, there is no column as supply_source_header_id in this table how can i resolve the same is any other table i need to map here...
Please let me know if more information required.
Thanks,
Pavan K
|
|
|