DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_CALLING_APPS

Line 5: Type calling_apps is TABLE OF ame_calling_apps%rowtype index by binary_integer;

1: package ame_multi_tenancy_pkg as
2: /* $Header: amemultncy.pkh 120.0.12010000.2 2008/11/28 05:36:11 prasashe noship $ */
3: --+
4: type ref_cursor is REF CURSOR;
5: Type calling_apps is TABLE OF ame_calling_apps%rowtype index by binary_integer;
6: g_seed_call_apps calling_apps;
7: Type item_class_usg is TABLE OF ame_item_class_usages%rowtype index by binary_integer;
8: g_seed_ic_usg item_class_usg;
9: Type ame_config_vars_type is TABLE OF ame_config_vars%rowtype index by binary_integer;