DBA Data[Home] [Help]

APPS.FND_FLEX_HIERARCHY_COMPILER dependencies on FND_GLOBAL

Line 1056: g_user_id := fnd_global.user_id;

1052: --
1053: -- Set the global USER_ID variable.
1054: --
1055: BEGIN
1056: g_user_id := fnd_global.user_id;
1057: EXCEPTION
1058: WHEN OTHERS THEN
1059: g_user_id := -1;
1060: END;

Line 1232: g_newline := fnd_global.newline();

1228: END compile_hierarchy;
1229:
1230:
1231: BEGIN
1232: g_newline := fnd_global.newline();
1233: END fnd_flex_hierarchy_compiler;