DBA Data[Home] [Help]

PACKAGE: APPS.IGIPREC

Source


1 PACKAGE IGIPREC AUTHID CURRENT_USER AS
2 -- $Header: igiprecs.pls 115.7 2002/11/18 14:08:44 panaraya ship $ --
3 
4 PROCEDURE Submit(
5 	           errbuf      		OUT NOCOPY VARCHAR2,
6 	           retcode     		OUT NOCOPY NUMBER,
7                    p_gl_from_period     in gl_period_statuses.period_name%type,
8                    p_gl_to_period	in gl_period_statuses.period_name%type
9                   ) ;
10      subtype glcontrol is gl_interface_control%rowtype;
11     subtype glinterface is gl_interface%rowtype;
12 
13 
14 end  IGIPREC;