DBA Data[Home] [Help]

PACKAGE: APPS.INVPVALM

Source


1 package INVPVALM AUTHID CURRENT_USER as
2 /* $Header: INVPVM1S.pls 115.5 2002/12/01 02:10:38 rbande ship $ */
3 
4 /*NP   03OCT94 Note that in each of the functions validate_item_org_%
5 **     there is a major if clause for whether the
6 **     item master is in MSI or in MSII
7 **     Essentially the MSII clause is useless now with the TWO_PASS design..
8 **     The item master HAS to be in MSI before you process the children
9 **     However the (redundant) code has been maintained in all these functions
10 **     for future releases
11 */
12 
13 function validate_item_org1
14 (
15 org_id          number,
16 all_org         NUMBER          := 2,
17 prog_appid      NUMBER          := -1,
18 prog_id         NUMBER          := -1,
19 request_id      NUMBER          := -1,
20 user_id         NUMBER          := -1,
21 login_id        NUMBER          := -1,
22 err_text in out NOCOPY varchar2,
23 xset_id  IN     NUMBER  DEFAULT -999
24 )
25 return integer;
26 
27 /*Removed declarations of _org2 and _org3 as these were merged into _org1 */
28 
29 
30 end INVPVALM;