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.12020000.2 2012/07/16 05:56:57 srinnakk ship $ */
3:
4: TYPE TOKENS is table of VARCHAR2(256) index by binary_integer;
5: TYPE RESERVED_TOKENS is table of VARCHAR2(256);

Line 615: end FND_IMUTL;

611:
612: and_clause := andc;
613: select_clause := selc;
614: end;
615: end FND_IMUTL;