DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_CONFIG_VARS

Line 4822: from ame_config_vars

4818: decode(nvl(application_id,0),0,0,-1) application_id
4819: for the bug 5614208 */
4820: variable_name,
4821: variable_value
4822: from ame_config_vars
4823: where
4824: (application_id = 0 or application_id is null or application_id = engAmeApplicationId) and
4825: /* Config vars can impact the approver list, so use engEffectiveRuleDate here. */
4826: engEffectiveRuleDate between

Line 11170: tempConfigVarValue ame_config_vars.variable_value%type;

11166: badLocalTransException exception;
11167: errorCode integer;
11168: errorMessage ame_util.longestStringType;
11169: nullValuesException exception;
11170: tempConfigVarValue ame_config_vars.variable_value%type;
11171: begin
11172: /*
11173: Clear all of the package variables, to be conservative. (The application server does not initialize
11174: package variables. See http://www-apps.us.oracle.com/atg/plans/r1153/plsqlglobals.txt for details.)