DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_ATTRIBUTE_USAGES

Line 11: Type attr_usages is TABLE OF ame_attribute_usages%rowtype index by binary_integer;

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;
12: g_seed_mand_attr_usg attr_usages;
13: g_seed_attr_usg attr_usages;
14: Type ame_act_config is TABLE OF ame_action_type_config%rowtype index by binary_integer;
15: g_seed_act_config ame_act_config;