DBA Data[Home] [Help]

APPS.FND_FUNCTION_SECURITY dependencies on FND_GLOBAL

Line 543: curlang := fnd_global.current_language;

539: FROM fnd_form f
540: WHERE f.form_name = form_function.form_name;
541: END IF;
542:
543: curlang := fnd_global.current_language;
544:
545: -- Decide if this is insert or update
546: IF (function_id = -1) THEN
547:

Line 759: curlang := fnd_global.current_language;

755:
756: RETURN;
757: END IF;
758:
759: curlang := fnd_global.current_language;
760:
761: -- This is an insert/update.
762: -- Bump responsibility_name by prepending '@' if needed to avoid any
763: -- possible unique key violations.

Line 895: curlang := fnd_global.current_language;

891: function_id NUMBER DEFAULT '';
892: l_entry_sequence NUMBER DEFAULT '';
893:
894: BEGIN
895: curlang := fnd_global.current_language;
896:
897: -- Get menu_id
898: SELECT menu_id
899: INTO menu_entry.menu_id

Line 1089: curlang := fnd_global.current_language;

1085: responsibility_id NUMBER;
1086: application_id NUMBER;
1087: action_id NUMBER;
1088: BEGIN
1089: curlang := fnd_global.current_language;
1090:
1091: -- Get responsibility ids
1092: SELECT fr.responsibility_id, fr.application_id
1093: INTO security_rule.responsibility_id, security_rule.application_id