DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_FUNCTION

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

919: return 'U';
920: END IF;
921:
922: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
923: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
924: FND_FUNCTION.FAST_COMPILE;
925: end if;
926:
927: /* Convert object name to id */

Line 924: FND_FUNCTION.FAST_COMPILE;

920: END IF;
921:
922: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
923: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
924: FND_FUNCTION.FAST_COMPILE;
925: end if;
926:
927: /* Convert object name to id */
928: if (p_object_name = 'GLOBAL') then

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

1334: l_user_name := p_user_name;
1335: end if;
1336:
1337: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1338: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1339: FND_FUNCTION.FAST_COMPILE;
1340: end if;
1341:
1342: l_instance_pk1_value := p_instance_pk1_value;

Line 1339: FND_FUNCTION.FAST_COMPILE;

1335: end if;
1336:
1337: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1338: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1339: FND_FUNCTION.FAST_COMPILE;
1340: end if;
1341:
1342: l_instance_pk1_value := p_instance_pk1_value;
1343: l_instance_pk2_value := p_instance_pk2_value;

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

1781: return;
1782: END IF;
1783:
1784: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1785: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1786: FND_FUNCTION.FAST_COMPILE;
1787: end if;
1788:
1789: -- Default the user name if not passed in.

Line 1786: FND_FUNCTION.FAST_COMPILE;

1782: END IF;
1783:
1784: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
1785: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
1786: FND_FUNCTION.FAST_COMPILE;
1787: end if;
1788:
1789: -- Default the user name if not passed in.
1790: if(p_user_name is NULL) then

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

2317:
2318: x_return_status := 'T'; /* Assume Success */
2319:
2320: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
2321: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
2322: FND_FUNCTION.FAST_COMPILE;
2323: end if;
2324:
2325: -- Default the user name if not passed in

Line 2322: FND_FUNCTION.FAST_COMPILE;

2318: x_return_status := 'T'; /* Assume Success */
2319:
2320: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
2321: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
2322: FND_FUNCTION.FAST_COMPILE;
2323: end if;
2324:
2325: -- Default the user name if not passed in
2326: if(substr(p_user_name, 1, LENGTH('GET_MNUIDS_NBVCXDS')) =

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

3916: end if;
3917:
3918:
3919: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
3920: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
3921: FND_FUNCTION.FAST_COMPILE;
3922: end if;
3923:
3924: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then

Line 3921: FND_FUNCTION.FAST_COMPILE;

3917:
3918:
3919: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
3920: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
3921: FND_FUNCTION.FAST_COMPILE;
3922: end if;
3923:
3924: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
3925: fnd_log.string(FND_LOG.LEVEL_STATEMENT,