DBA Data[Home] [Help]

APPS.WSH_OTM_RIQ_XML dependencies on FND_PROFILE

Line 5805: g_domain_name:=FND_PROFILE.Value('WSH_OTM_DOMAIN_NAME');

5801: OPEN c_get_price_cost_type_id;
5802: FETCH c_get_price_cost_type_id INTO g_price_cost_type_id;
5803: CLOSE c_get_price_cost_type_id;
5804:
5805: g_domain_name:=FND_PROFILE.Value('WSH_OTM_DOMAIN_NAME');
5806:
5807: --Servlet URI, raise the same message as in WSHGLHUB.pls
5808: g_servlet_uri := FND_PROFILE.VALUE('WSH_OTM_SERVLET_URI');
5809:

Line 5808: g_servlet_uri := FND_PROFILE.VALUE('WSH_OTM_SERVLET_URI');

5804:
5805: g_domain_name:=FND_PROFILE.Value('WSH_OTM_DOMAIN_NAME');
5806:
5807: --Servlet URI, raise the same message as in WSHGLHUB.pls
5808: g_servlet_uri := FND_PROFILE.VALUE('WSH_OTM_SERVLET_URI');
5809:
5810: --User/Pwd, raise the same message as in WSHGLHUB.pls
5811: g_user_name:=FND_PROFILE.Value('WSH_OTM_USER_ID');
5812: g_password:=FND_PROFILE.Value('WSH_OTM_PASSWORD');

Line 5811: g_user_name:=FND_PROFILE.Value('WSH_OTM_USER_ID');

5807: --Servlet URI, raise the same message as in WSHGLHUB.pls
5808: g_servlet_uri := FND_PROFILE.VALUE('WSH_OTM_SERVLET_URI');
5809:
5810: --User/Pwd, raise the same message as in WSHGLHUB.pls
5811: g_user_name:=FND_PROFILE.Value('WSH_OTM_USER_ID');
5812: g_password:=FND_PROFILE.Value('WSH_OTM_PASSWORD');
5813:
5814: IF ((g_servlet_uri IS NULL) OR (g_user_name IS NULL) OR (g_password IS NULL)) THEN--{
5815:

Line 5812: g_password:=FND_PROFILE.Value('WSH_OTM_PASSWORD');

5808: g_servlet_uri := FND_PROFILE.VALUE('WSH_OTM_SERVLET_URI');
5809:
5810: --User/Pwd, raise the same message as in WSHGLHUB.pls
5811: g_user_name:=FND_PROFILE.Value('WSH_OTM_USER_ID');
5812: g_password:=FND_PROFILE.Value('WSH_OTM_PASSWORD');
5813:
5814: IF ((g_servlet_uri IS NULL) OR (g_user_name IS NULL) OR (g_password IS NULL)) THEN--{
5815:
5816: IF l_debug_on THEN