DBA Data[Home] [Help]

PACKAGE: APPS.ETRM_SEARCH

Source


1 package etrm_search as
2 ----------------------------------------------------------------------------
3 --   Copyright � 2001, 2014, Oracle and/or its affiliates. All rights reserved.
4 --   eTRM:         Oracle Applications repository browser and dependency report
5 --   Author:       Peter Goldthorp                     9 October 2001
6 -----------------------------------------------------------------------------
7   PROCEDURE show_file(n_file_id IN fnd_lobs.file_id%type);
8   procedure search(c_search in varchar2 := NULL);
9   procedure help;
10 --  function find_table(c_search in varchar2) return number;
11 end etrm_search;