DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WSH_DELIVERY_DETAILS_OB_GRP_V

Line 954: from wsh_delivery_details_ob_grp_v wdd -- Added By Renga Kannan on 11/03/03 for wsh data model changes

950: -- the line as shipped (partial or fully)
951:
952: select distinct 'TRUE'
953: into lShipConfirmed
954: from wsh_delivery_details_ob_grp_v wdd -- Added By Renga Kannan on 11/03/03 for wsh data model changes
955: where wdd.source_line_id = lConfigLineId
956: and wdd.source_code = 'OE'
957: and wdd.released_status in ('Y', 'C'); -- Staged [Y], Closed [C]
958: