DBA Data[Home] [Help]

APPS.EAM_ASSET_SEARCH_PVT dependencies on EAM_ASSET_SEARCH_PVT

Line 1: PACKAGE BODY EAM_ASSET_SEARCH_PVT as

1: PACKAGE BODY EAM_ASSET_SEARCH_PVT as
2: /* $Header: EAMVASEB.pls 115.7 2003/05/05 02:13:31 lllin ship $ */
3:
4: -- Start of comments
5: -- API name : BUILD_SEARCH_SQL

Line 47: g_pkg_name CONSTANT VARCHAR2(30):= 'EAM_ASSET_SEARCH_PVT';

43: -- ******** End Sample output **************************
44: --
45: -- End of comments
46:
47: g_pkg_name CONSTANT VARCHAR2(30):= 'EAM_ASSET_SEARCH_PVT';
48:
49:
50: PROCEDURE BUILD_SEARCH_SQL
51: (

Line 180: || UPPER(EAM_ASSET_SEARCH_PVT.get_attribute_column_name

176:
177: l_stmt_num := 130;
178: l_sql_stmt := l_sql_stmt ||' AND '
179: || ' MAEAV.'
180: || UPPER(EAM_ASSET_SEARCH_PVT.get_attribute_column_name
181: (
182: p_application_id,
183: p_descr_flexfield_name,
184: l_context,

Line 355: END EAM_ASSET_SEARCH_PVT;

351:
352: END get_attribute_column_name;
353:
354:
355: END EAM_ASSET_SEARCH_PVT;
356: