DBA Data[Home] [Help]

APPS.HR_UTILITY dependencies on FND_PROFILE

Line 546: g_pipe_session := session_identifier||fnd_profile.value('CONC_REQUEST_ID');

542:
543: elsif ( session_identifier = 'REQID' )
544: then
545:
546: g_pipe_session := session_identifier||fnd_profile.value('CONC_REQUEST_ID');
547:
548: elsif ( session_identifier = 'WEB' )
549: then
550:

Line 1803: l_b:=fnd_profile.save_user('AFLOG_ENABLED','Y');

1799: l_responsibility_id,
1800: l_application_id);
1801: --
1802: -- set user profiles to enable logging and set level
1803: l_b:=fnd_profile.save_user('AFLOG_ENABLED','Y');
1804: l_b:=fnd_profile.save_user('AFLOG_LEVEL',to_char(p_logging_level));
1805: --
1806: -- re-initialize to enable user profiles
1807: fnd_global.apps_initialize(l_user_id,

Line 1804: l_b:=fnd_profile.save_user('AFLOG_LEVEL',to_char(p_logging_level));

1800: l_application_id);
1801: --
1802: -- set user profiles to enable logging and set level
1803: l_b:=fnd_profile.save_user('AFLOG_ENABLED','Y');
1804: l_b:=fnd_profile.save_user('AFLOG_LEVEL',to_char(p_logging_level));
1805: --
1806: -- re-initialize to enable user profiles
1807: fnd_global.apps_initialize(l_user_id,
1808: l_responsibility_id,

Line 1910: l_b:=fnd_profile.save_user('AFLOG_ENABLED','N');

1906: l_responsibility_id,
1907: l_application_id);
1908: --
1909: -- set user profiles to disable logging and set level
1910: l_b:=fnd_profile.save_user('AFLOG_ENABLED','N');
1911: l_b:=fnd_profile.save_user('AFLOG_LEVEL',null);
1912: --
1913: -- re-initialize to enable user profiles
1914: fnd_global.apps_initialize(l_user_id,

Line 1911: l_b:=fnd_profile.save_user('AFLOG_LEVEL',null);

1907: l_application_id);
1908: --
1909: -- set user profiles to disable logging and set level
1910: l_b:=fnd_profile.save_user('AFLOG_ENABLED','N');
1911: l_b:=fnd_profile.save_user('AFLOG_LEVEL',null);
1912: --
1913: -- re-initialize to enable user profiles
1914: fnd_global.apps_initialize(l_user_id,
1915: l_responsibility_id,