DBA Data[Home] [Help]

APPS.PA_TASK_MANAGER dependencies on FND_PROFILE_OPTION_VALUES

Line 9: l_value FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE;

5: /* Function to get the profile option value */
6:
7: function get_profile_value (p_name IN VARCHAR2) return VARCHAR2 IS
8:
9: l_value FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE;
10:
11: begin
12:
13: /** If the profile option cannot be found, the out buffer is set to NULL