DBA Data[Home] [Help]

APPS.BOMPNORD dependencies on BOMPNORD

Line 1: package body bompnord as

1: package body bompnord as
2: /* $Header: BOMEORDB.pls 120.2 2005/11/21 05:43:23 arudresh ship $ */
3:
4: /*==========================================================================+
5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |

Line 44: | 09/26/95 Raj Jain split BOMPNORD.sql into BOMEORDB.pls and

40: | 02/20/94 Shreyas Shah creation
41: | 12/27/94 Robert Yee Modified to avoid duplicate models
42: | 12/28/94 Robert Yee Remove updating of other session's flags
43: | 09/21/95 Raj Jain modified for new BOM_OE_EXPLODER
44: | 09/26/95 Raj Jain split BOMPNORD.sql into BOMEORDB.pls and
45: | BOMEORDS.pls
46: | 04/28/97 Robert Yee Redesign for partial explosions
47: | 01/05/03 Rahul Chitko Added default for date so that explosion will
48: | happen successfully for sysdate even if it is

Line 430: err_msg := 'BOMPNORD(' || stmt_num || ')' || substrb(SQLERRM, 1, 60);

426: error_code := 9998;
427: FND_MESSAGE.Set_Name('BOM', 'BOM_BILL_DOES_NOT_EXIST');
428: err_msg := FND_MESSAGE.GET;
429: when others then
430: err_msg := 'BOMPNORD(' || stmt_num || ')' || substrb(SQLERRM, 1, 60);
431: error_code := SQLCODE;
432: END bmxporder_explode_for_order;
433:
434: END bompnord;

Line 434: END bompnord;

430: err_msg := 'BOMPNORD(' || stmt_num || ')' || substrb(SQLERRM, 1, 60);
431: error_code := SQLCODE;
432: END bmxporder_explode_for_order;
433:
434: END bompnord;