DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_ACTION_TYPE_CONFIG

Line 14: Type ame_act_config is TABLE OF ame_action_type_config%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;
16: Type ame_act_usage is TABLE OF ame_action_usages%rowtype index by binary_integer;
17: g_seed_act_usage ame_act_usage;
18: Type ame_cond_usage is TABLE OF ame_condition_usages%rowtype index by binary_integer;