DBA Data[Home] [Help]

PACKAGE: APPS.GL_FLEX_INSERT_PKG

Source


1 PACKAGE GL_FLEX_INSERT_PKG AUTHID CURRENT_USER AS
2 /* $Header: glffglis.pls 120.1 2003/04/29 02:01:37 djogg ship $ */
3 
4 
5 --  Returns TRUE if ok, or returns FALSE and sets FND_MESSAGE on error.
6 --
7   FUNCTION fdfgli(ccid IN NUMBER) RETURN BOOLEAN;
8 
9 END GL_FLEX_INSERT_PKG;