DBA Data[Home] [Help]

APPS.FND_IMUTL dependencies on FND_IMUTL

Line 1: package body FND_IMUTL as

1: package body FND_IMUTL as
2: /* $Header: AFIMUTLB.pls 120.3 2006/01/09 03:05:03 skghosh ship $ */
3:
4: TYPE TOKENS is table of VARCHAR2(256) index by binary_integer;
5: TYPE RESERVED_TOKENS is table of VARCHAR2(256);

Line 609: end FND_IMUTL;

605:
606: and_clause := andc;
607: select_clause := selc;
608: end;
609: end FND_IMUTL;