DBA Data[Home] [Help]

APPS.HZ_DSS_UTIL_PUB dependencies on FND_GLOBAL

Line 183: anything other than null or fnd_global.user_name

179: IF NVL(FND_PROFILE.VALUE('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
180:
181: /* in R12, the fnd api won't accept user name.
182: it will raise a runtime error user_name contains
183: anything other than null or fnd_global.user_name
184:
185: ---check if the passed user is valid
186: OPEN c_check_user;
187: FETCH c_check_user INTO l_exists;

Line 239: fnd_global.user_name -- p_user_name

235: p_instance_pk2_value,
236: p_instance_pk3_value,
237: p_instance_pk4_value,
238: p_instance_pk5_value,
239: fnd_global.user_name -- p_user_name
240: );
241:
242: IF l_result = 'F' THEN
243: EXIT;

Line 1279: l_user_name := fnd_global.user_name;

1275:
1276: --- initialize API return status to success.
1277: x_return_status := FND_API.G_RET_STS_SUCCESS;
1278:
1279: l_user_name := fnd_global.user_name;
1280:
1281: --clear the temporary table
1282: ---delete from HZ_DSS_GROUP_CACHE ;
1283: