DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on WSH_DELIVERY_DETAILS_OB_GRP_V

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

1029: -- the line as shipped (partial or fully)
1030:
1031: select distinct 'TRUE'
1032: into lShipConfirmed
1033: from wsh_delivery_details_ob_grp_v wdd -- Added By Renga Kannan on 11/03/03 for wsh data model changes
1034: where wdd.source_line_id = lConfigLineId
1035: and wdd.source_code = 'OE'
1036: and wdd.released_status in ('Y', 'C'); -- Staged [Y], Closed [C]
1037: