DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on FND_PROFILE

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

1988: --
1989: -- now resolve the profile option value
1990: --
1991: l_value := null;
1992: fnd_profile.get(upper(l_src),l_value);
1993: --
1994: if l_value is null then
1995: --
1996: -- use the default value, or 'NULL' if the default is null