DBA Data[Home] [Help]

APPS.AMW_SECURITY_PUB dependencies on FND_FUNCTION

Line 1271: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then

1267: end if;
1268:
1269:
1270: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1271: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1272: FND_FUNCTION.FAST_COMPILE;
1273: end if;
1274:
1275:

Line 1272: FND_FUNCTION.FAST_COMPILE;

1268:
1269:
1270: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1271: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1272: FND_FUNCTION.FAST_COMPILE;
1273: end if;
1274:
1275:
1276: /* check if we need to call through to old routine */