DBA Data[Home] [Help]

APPS.AME_ACTION_API dependencies on AME_APPROVER_TYPE_USAGES

Line 676: -- insert the row in ame_approver_type_usages

672: );
673: end;
674: --
675: -- Process Logic
676: -- insert the row in ame_approver_type_usages
677: ame_apu_ins.ins(p_approver_type_id => p_approver_type_id
678: ,p_action_type_id => p_action_type_id
679: ,p_effective_date => l_effective_date
680: ,p_object_version_number => l_object_version_number

Line 1698: from ame_approver_type_usages

1694: between start_date and nvl(end_date - ame_util.oneSecond, p_effective_date);
1695: cursor appr_type_usage_cur(p_action_type_id in number,
1696: p_effective_date in date) is
1697: select approver_type_id, object_version_number
1698: from ame_approver_type_usages
1699: where
1700: action_type_id = p_action_type_id
1701: and p_effective_date
1702: between start_date and nvl(end_date - ame_util.oneSecond, p_effective_date);