DBA Data[Home] [Help]

APPS.AME_UTILITY_PKG dependencies on AME_STRING_VALUES

Line 512: from ame_string_values strval

508:
509: cursor c_str_val(p_condition_id in number
510: ,p_effective_date in date) is
511: select strval.string_value
512: from ame_string_values strval
513: where strval.condition_id = p_condition_id
514: and p_effective_date between strval.start_date
515: and nvl(strval.end_date-(1/86400),p_effective_date)
516: order by strval.string_value;