DBA Data[Home] [Help]

PACKAGE: APPS.INVPAGI2

Source


1 package INVPAGI2 AUTHID CURRENT_USER as
2 /* $Header: INVPAG2S.pls 120.2 2010/07/29 13:56:04 ccsingh ship $ */
3 
4 function assign_item_header_recs(
5 org_id          number,
6 all_org         NUMBER          := 2,
7 prog_appid      NUMBER          := -1,
8 prog_id         NUMBER          := -1,
9 request_id      NUMBER          := -1,
10 user_id         NUMBER          := -1,
11 login_id        NUMBER          := -1,
12 err_text in out NOCOPY varchar2,
13 xset_id   IN     NUMBER       DEFAULT -999,
14 default_flag IN  NUMBER    DEFAULT  1
15 )
16 return integer;
17 --serial_tagging enh -- bug 9913552
18 -- creating this global var for passing copy_item_id to
19 -- this API for copying serial tag assignments.
20 G_copy_item_id NUMBER :=-999999;
21 
22 end INVPAGI2;