DBA Data[Home] [Help]

APPS.AME_CONFIG_VAR_API dependencies on AME_CONFIG_VARS

Line 26: from ame_config_vars

22: -- Declare cursors and local variables
23: --
24: cursor csr_isAlreadyDefined is
25: select 'Y'
26: from ame_config_vars
27: where application_id = p_application_id
28: and variable_name = p_variable_name
29: and sysdate between start_date and
30: nvl(end_date - ame_util.oneSecond, sysdate);