DBA Data[Home] [Help]

APPS.AST_PARTY_LOCATIONS_V2PUB dependencies on FND_PROFILE

Line 88: nvl(fnd_profile.value('AS_PERFORM_ADDRESS_VALIDATION'),'N')= 'Y') then

84: If x_return_status = FND_API.G_RET_STS_SUCCESS Then
85: x_location_id := l_location_id;
86: /* Added for R12 Address Validation */
87: If (l_location_id is not null and
88: nvl(fnd_profile.value('AS_PERFORM_ADDRESS_VALIDATION'),'N')= 'Y') then
89: HZ_GNR_PUB.validateLoc(
90: p_location_id => l_location_id,
91: p_init_msg_list => FND_API.G_FALSE,
92: x_addr_val_level => l_addr_val_level,

Line 187: nvl(fnd_profile.value('AS_PERFORM_ADDRESS_VALIDATION'),'N')= 'Y' then

183: x_return_status := l_return_status;
184: x_msg_count := l_msg_count;
185: x_msg_data := l_msg_data;
186: If x_return_status = FND_API.G_RET_STS_SUCCESS AND
187: nvl(fnd_profile.value('AS_PERFORM_ADDRESS_VALIDATION'),'N')= 'Y' then
188: /* Added for R12 Address Validation */
189: HZ_GNR_PUB.validateLoc(
190: p_location_id => l_location_rec.location_id,
191: p_init_msg_list => FND_API.G_FALSE,