DBA Data[Home] [Help]

PACKAGE: APPS.INVPVLM2

Source


1 PACKAGE INVPVLM2 AUTHID CURRENT_USER AS
2 /* $Header: INVPVM2S.pls 115.5 2002/12/01 02:10:57 rbande ship $ */
3 
4 function validate_item_org4
5 (
6 org_id          number,
7 all_org         NUMBER          := 2,
8 prog_appid      NUMBER          := -1,
9 prog_id         NUMBER          := -1,
10 request_id      NUMBER          := -1,
11 user_id         NUMBER          := -1,
12 login_id        NUMBER          := -1,
13 err_text in out NOCOPY varchar2,
14 xset_id  IN     NUMBER  DEFAULT -999
15 )
16 return integer;
17 
18 /*Removed declaration of _org5 and _org6 as they have been merged into _org4 */
19 
20 END INVPVLM2;