DBA Data[Home] [Help]

APPS.AST_PARTY_LOCATIONS_V2PUB dependencies on HZ_GNR_PUB

Line 89: HZ_GNR_PUB.validateLoc(

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,
93: x_addr_warn_msg => l_addr_warn_msg,

Line 189: HZ_GNR_PUB.validateLoc(

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,
192: x_addr_val_level => l_addr_val_level,
193: x_addr_warn_msg => l_addr_warn_msg,