DBA Data[Home] [Help]

PACKAGE: APPS.BOMPLDCB

Source


1 package BOMPLDCB as
2 /* $Header: BOMLDCBS.pls 120.1 2005/06/21 00:05:00 appldev ship $ */
3 function bmlggpn_get_group_name
4 (       group_id        number,
5         group_name      in out nocopy /* file.sql.39 change */ varchar2,
6         err_buf         in out nocopy /* file.sql.39 change */ varchar2
7 )
8 return integer;
9 
10 function bmlupid_update_item_desc
11 (
12 	item_id			NUMBER,
13         org_id          	NUMBER,
14         err_buf    in out nocopy /* file.sql.39 change */   VARCHAR2
15 )
16 return integer;
17 
18 function bmldbrt_load_bom_rtg
19 (       inherit_check  in       number,
20    	error_message  in out nocopy /* file.sql.39 change */      VARCHAR2,
21         message_name   in out nocopy /* file.sql.39 change */      VARCHAR2,
22         table_name     in out nocopy /* file.sql.39 change */      VARCHAR2)
23 return integer;
24 end BOMPLDCB;