DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_CONFIG_VARS

Line 4862: from ame_config_vars

4858: decode(nvl(application_id,0),0,0,-1) application_id
4859: for the bug 5614208 */
4860: variable_name,
4861: variable_value
4862: from ame_config_vars
4863: where
4864: (application_id = 0 or application_id is null or application_id = engAmeApplicationId) and
4865: /* Config vars can impact the approver list, so use engEffectiveRuleDate here. */
4866: engEffectiveRuleDate between

Line 11609: tempConfigVarValue ame_config_vars.variable_value%type;

11605: badLocalTransException exception;
11606: errorCode integer;
11607: errorMessage ame_util.longestStringType;
11608: nullValuesException exception;
11609: tempConfigVarValue ame_config_vars.variable_value%type;
11610: begin
11611: /*
11612: Clear all of the package variables, to be conservative. (The application server does not initialize
11613: package variables. See http://www-apps.us.oracle.com/atg/plans/r1153/plsqlglobals.txt for details.)