DBA Data[Home] [Help]

APPS.AME_ADMIN_PKG dependencies on AME_ACTION_TYPE_CONFIG

Line 4652: insert into ame_action_type_config(application_id,

4648: ruleType := ruleTypes(i);
4649: orderNumber := 1;
4650: end if;
4651: end if;
4652: insert into ame_action_type_config(application_id,
4653: action_type_id,
4654: voting_regime,
4655: order_number,
4656: chain_ordering_mode,

Line 5402: update ame_action_type_config

5398: where
5399: application_id = applicationIdIn and
5400: processingDate between start_date and
5401: nvl(end_date - ame_util.oneSecond, processingDate);
5402: update ame_action_type_config
5403: set
5404: last_updated_by = currentUserId,
5405: last_update_date = processingDate,
5406: last_update_login = currentUserId,