DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on FND_PROFILE

Line 1986: fnd_profile.get(upper(l_src),l_value);

1982: --
1983: -- now resolve the profile option value
1984: --
1985: l_value := null;
1986: fnd_profile.get(upper(l_src),l_value);
1987: --
1988: if l_value is null then
1989: --
1990: -- use the default value, or 'NULL' if the default is null