DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on FND_PROFILE

Line 508: l_sob_id := FND_PROFILE.VALUE('GL_SET_OF_BKS_ID');

504: END IF;
505:
506:
507: -- Get the curreny code from GL_SETS_OF_BOOKS
508: l_sob_id := FND_PROFILE.VALUE('GL_SET_OF_BKS_ID');
509: SELECT currency_code INTO l_currency_code
510: FROM GL_SETS_OF_BOOKS
511: WHERE set_of_books_id = l_sob_id;
512:

Line 1003: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);

999: resp_appl_id => p_resp_appl_id);
1000:
1001:
1002: -- Getting the profile values
1003: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1004: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1005: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1006: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1007:

Line 1004: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);

1000:
1001:
1002: -- Getting the profile values
1003: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1004: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1005: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1006: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1007:
1008: IF l_debug_on THEN

Line 1005: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);

1001:
1002: -- Getting the profile values
1003: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1004: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1005: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1006: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1007:
1008: IF l_debug_on THEN
1009: WSH_DEBUG_SV.log(l_sub_module_name,'Building the dymanic sql to fetch Deliveries');

Line 1742: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);

1738: -- Debug Statements
1739: --
1740: IF l_debug_on THEN
1741: --{
1742: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
1743: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
1744:
1745: WSH_DEBUG_SV.push(l_sub_module_name);
1746: WSH_DEBUG_SV.log(l_sub_module_name,'Begin of the process ',l_debugfile);