DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_FUNCTION

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

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

Line 925: FND_FUNCTION.FAST_COMPILE;

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

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

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

Line 1340: FND_FUNCTION.FAST_COMPILE;

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

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

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

Line 1787: FND_FUNCTION.FAST_COMPILE;

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

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

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

Line 2323: FND_FUNCTION.FAST_COMPILE;

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

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

4011: end if;
4012:
4013:
4014: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
4015: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
4016: FND_FUNCTION.FAST_COMPILE;
4017: end if;
4018:
4019: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then

Line 4016: FND_FUNCTION.FAST_COMPILE;

4012:
4013:
4014: /* Make sure that the FND_COMPILED_MENU_FUNCTIONS table is compiled */
4015: if (FND_FUNCTION.G_ALREADY_FAST_COMPILED <> 'T') then
4016: FND_FUNCTION.FAST_COMPILE;
4017: end if;
4018:
4019: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
4020: fnd_log.string(FND_LOG.LEVEL_STATEMENT,