DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on WSH_DELIVERY_DETAILS

Line 657: FROM wsh_delivery_details

653: SELECT released_status,
654: oe_interfaced_flag,
655: inv_interfaced_flag,
656: shipped_quantity
657: FROM wsh_delivery_details
658: WHERE source_line_id = p_cursor_line_id
659: AND source_code = 'OE';
660: --Bugfix 13500057: End declaration.
661: