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.11.12000000.2 2007/07/17 11:19:25 abhissri ship $ */
3: /*============================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

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

563: 'oel.order_quantity_uom, '||
564: 'msi.primary_uom_code, '||
565: 'null, '||
566: 'null ) '||
567: '- CTO_WIP_WRAPPER.GET_RESERVED_QTY(oel.line_id)) )) '||
568: --bugfix 3034619: added parenthesis
569: --bugfix 2074290: convert the OQ and then
570: -- subtract from get_reserved_qty
571: 'from bom_calendar_dates cal2 '||

Line 1922: end CTO_WIP_WRAPPER;

1918: END Get_NotInv_Qty;
1919: -- end bugfix 2095043
1920:
1921:
1922: end CTO_WIP_WRAPPER;