DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_ITEM_CLASS_USAGES

Line 7: Type item_class_usg is TABLE OF ame_item_class_usages%rowtype index by binary_integer;

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;
10: g_seed_config_usg ame_config_vars_type;
11: Type attr_usages is TABLE OF ame_attribute_usages%rowtype index by binary_integer;