DBA Data[Home] [Help]

PACKAGE: APPS.IGS_UC_EXT_MARVIN

Source


1 PACKAGE igs_uc_ext_marvin AUTHID CURRENT_USER AS
2 /* $Header: IGSUC33S.pls 115.3 2002/12/26 06:19:09 ayedubat noship $ */
3 /* HISTORY
4  WHO         WHEN         WHAT
5  ayedubat    24-DEC-2002  Removed the parameter,p_directory from the create_file
6                           procedure, for bug # 2711256
7 */
8 PROCEDURE  create_file( errbuf   OUT NOCOPY  VARCHAR2,
9                         retcode  OUT NOCOPY  NUMBER );
10 
11 END igs_uc_ext_marvin ;