DBA Data[Home] [Help]

APPS.AME_CONDITION_API dependencies on AME_STRING_VALUES

Line 461: from ame_string_values

457: -- Declare cursors and local variables
458: --
459: cursor ame_str_vals is
460: select string_value, object_version_number
461: from ame_string_values
462: where condition_id = p_condition_id
463: and sysdate between start_date and
464: nvl(end_date - ame_util.oneSecond,sysdate);
465: cursor csr_rules(p_chk_condition_id number) is