DBA Data[Home] [Help]

PACKAGE: APPS.AMW_ORG_CERT_AGGR_PKG

Source


1 PACKAGE AMW_ORG_CERT_AGGR_PKG AUTHID CURRENT_USER AS
2 /* $Header: amwocags.pls 120.0 2005/09/30 15:54:33 appldev noship $ */
3 
4 PROCEDURE populate_full_hierarchies
5 (
6 	x_errbuf 		    OUT      NOCOPY VARCHAR2,
7 	x_retcode		    OUT      NOCOPY NUMBER,
8 	p_certification_id     	    IN       NUMBER
9 );
10 
11 PROCEDURE populate_org_cert_aggr_rows
12 (
13 	p_certification_id 	IN 	NUMBER
14 );
15 
16 PROCEDURE update_org_cert_aggr_rows
17 (
18 	p_certification_id	IN	NUMBER,
19 	p_organization_id	IN	NUMBER
20 );
21 
22 END AMW_ORG_CERT_AGGR_PKG;