DBA Data[Home] [Help]

APPS.AME_RULES_API dependencies on AME_RULES_TL

Line 200: insert into AME_RULES_TL

196: and sysdate < nvl(END_DATE - (1/86400), sysdate + (1/86400)))
197: or (X_AME_INSTALLATION_LEVEL is not null and RULE_KEY = X_RULE_KEY))
198: );
199: if sql%found then
200: insert into AME_RULES_TL
201: (RULE_ID
202: ,DESCRIPTION
203: ,CREATED_BY
204: ,CREATION_DATE

Line 222: from AME_RULES_TL T

218: userenv('LANG')
219: from FND_LANGUAGES L
220: where L.INSTALLED_FLAG in ('I', 'B')
221: and not exists (select null
222: from AME_RULES_TL T
223: where T.RULE_ID = X_RULE_ID
224: and T.LANGUAGE = L.LANGUAGE_CODE);
225: end if;
226: end if;