DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on FND_PROFILE

Line 1321: l_listheader_rec.country := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');

1317: FETCH c_default_list_user_status_id INTO l_listheader_rec.user_status_id;
1318: CLOSE c_default_list_user_status_id;
1319:
1320: IF l_listheader_rec.country IS NULL OR l_listheader_rec.country = FND_API.g_miss_num THEN
1321: l_listheader_rec.country := FND_PROFILE.value ('AMS_SRCGEN_USER_CITY');
1322: END IF;
1323:
1324: Validate_ListHeader
1325: ( p_api_version => 1.0