DBA Data[Home] [Help]

APPS.AME_CONDITION_API dependencies on AME_CONDITIONS

Line 55: from ame_conditions

51: from ame_attributes
52: where p_effective_date between start_date
53: and nvl(end_date - ame_util.oneSecond, p_effective_date)
54: and attribute_id in (select attribute_id
55: from ame_conditions
56: where condition_id = p_condition_id
57: and p_effective_date between start_date and
58: nvl(end_date - ame_util.oneSecond,
59: p_effective_date)