DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on FND_PROFILE

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

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

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

1005: p_resp_appl_id => p_resp_appl_id);
1006:
1007:
1008: -- Getting the profile values
1009: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1010: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1011: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1012: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1013:

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

1006:
1007:
1008: -- Getting the profile values
1009: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1010: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1011: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1012: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1013:
1014: IF l_debug_on THEN

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

1007:
1008: -- Getting the profile values
1009: fnd_profile.get('WSH_OTM_DOMAIN_NAME',x_domain_name);
1010: fnd_profile.get('WSH_OTM_USER_ID',x_otm_user_name);
1011: fnd_profile.get('WSH_OTM_PASSWORD',x_otm_pwd);
1012: x_server_tz_code := FND_TIMEZONES.get_server_timezone_code();
1013:
1014: IF l_debug_on THEN
1015: WSH_DEBUG_SV.log(l_sub_module_name,'Building the dymanic sql to fetch Deliveries');

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

1750: -- Debug Statements
1751: --
1752: IF l_debug_on THEN
1753: --{
1754: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
1755: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
1756:
1757: WSH_DEBUG_SV.push(l_sub_module_name);
1758: WSH_DEBUG_SV.log(l_sub_module_name,'Begin of the process ',l_debugfile);