DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_GNR_PUB

Line 1137: HZ_GNR_PUB.validateLoc(

1133: x_return_status);
1134:
1135: -- If p_do_addr_val = 'Y' and create_location is success, call the address validation procedure.
1136: IF (p_do_addr_val = 'Y' AND x_location_id is NOT NULL AND x_return_status = FND_API.g_ret_sts_success) THEN
1137: HZ_GNR_PUB.validateLoc(
1138: p_location_id => x_location_id,
1139: p_init_msg_list => FND_API.G_FALSE,
1140: x_addr_val_level => l_addr_val_level,
1141: x_addr_warn_msg => x_addr_warn_msg,