DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on CTO_WIP_WRAPPER

Line 1: package body CTO_WIP_WRAPPER as

1: package body CTO_WIP_WRAPPER as
2: /* $Header: CTOWIPWB.pls 120.17.12020000.2 2012/10/04 11:33:25 abhissri ship $ */
3: /*============================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 595: '- CTO_WIP_WRAPPER.GET_RESERVED_QTY(oel.line_id)) )) '||

591: 'oel.order_quantity_uom, '||
592: 'msi.primary_uom_code, '||
593: 'null, '||
594: 'null ) '||
595: '- CTO_WIP_WRAPPER.GET_RESERVED_QTY(oel.line_id)) )) '||
596: --bugfix 3034619: added parenthesis
597: --bugfix 2074290: convert the OQ and then
598: -- subtract from get_reserved_qty
599: 'from bom_calendar_dates cal2 '||

Line 2070: end CTO_WIP_WRAPPER;

2066: END Get_NotInv_Qty;
2067: -- end bugfix 2095043
2068:
2069:
2070: end CTO_WIP_WRAPPER;