DBA Data[Home] [Help]

PACKAGE: APPS.CSL_MTL_SEC_INV_ACC_PKG

Source


1 PACKAGE CSL_MTL_SEC_INV_ACC_PKG AUTHID CURRENT_USER AS
2 /* $Header: cslmiacs.pls 115.5 2002/08/21 08:27:16 rrademak ship $ */
3 
4 PROCEDURE Insert_MTL_Sec_Inventory(
5                                     p_resource_id       NUMBER
6                                   , p_subinventory_code VARCHAR2
7                                   , p_organization_id   NUMBER
8 		    );
9 
10 PROCEDURE Update_MTL_Sec_Inventory(
11                                     p_resource_id   NUMBER
12                                   , p_subinventory_code VARCHAR2
13                                   , p_organization_id NUMBER
14 		    );
15 
16 PROCEDURE Delete_MTL_Sec_Inventory(
17                                     p_resource_id   NUMBER
18                                   , p_subinventory_code VARCHAR2
19                                   , p_organization_id NUMBER
20 		    );
21 
22 END CSL_MTL_SEC_INV_ACC_PKG;